Stuck on initialising devices
|
2020-05-12, 05:24
Post: #1
|
|||
|
|||
Stuck on initialising devices
Hi!
I have problem with initialising iPXE when i boot this from Grub2 menuentry: Code: menuentry "WinPE" { Grub2 is booted over the TFTP and invoke the iPXE kernel to load in a chain to load the WinPE. I compiled the iPXE in debug mode and found that the freeze occurs at the PCI bus stage. I also found that iPXE is loading if I disconnect SATA drives. Can you help me to resolve this problem? |
|||
2020-05-14, 05:50
Post: #2
|
|||
|
|||
RE: Stuck on initialising devices
output of lspci -nn (linux command)
Grab all lines that has "Ethernet" on them, or just take the whole bunch so that we can see your PCI layout. Use GitHub Discussions VRAM bin |
|||
2020-05-14, 12:05
Post: #3
|
|||
|
|||
RE: Stuck on initialising devices
Code: 00:00.0 Host bridge [0600]: Intel Corporation Atom Processor Z36xxx/Z37xxx Series SoC Transaction Register [8086:0f00] (rev 0e) |
|||
2020-05-14, 15:26
Post: #4
|
|||
|
|||
RE: Stuck on initialising devices
Another thing that you probably should try is, first of course to make sure you are using the latest version of iPXE.
But you should also try to boot it directly from a USB stick, both grub and syslinux are known to have caused issues in the past. Use GitHub Discussions VRAM bin |
|||
2020-05-15, 13:34
Post: #5
|
|||
|
|||
RE: Stuck on initialising devices
Quote:Another thing that you probably should try is, first of course to make sure you are using the latest version of iPXE. Yes, I use last version from http://boot.ipxe.org/ ipxe.usb work properly. As I wrote above, iPXE also boots through the grub if I disconnect the SATA disks. I use the following boot chain order: PXE -> DHCP filename "boot/grub/i386-pc/core.0" from TFTP grub.cfg from TFTP ipxe.lkrn from TFTP |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)