wimboot UEFI boot fails
|
2015-09-18, 13:05
Post: #1
|
|||
|
|||
wimboot UEFI boot fails
Hi,
I have an MDT generated WinPE boot image that works with iPXE when BIOS PXE booting, but fails in UEFI mode with error "A required device isn't connected or can't be accessed". Wimboot is the latest version (2.5.0), and I can't see anything wrong with the "wimboot pause" output. Seems I can't attach files, so screenshots and BCD dump are at: http://mikat.iki.fi/tmp/wimboot-uefi/ |
|||
2015-09-30, 13:48
Post: #2
|
|||
|
|||
RE: wimboot UEFI boot fails
(2015-09-18 13:05)mikat Wrote: I have an MDT generated WinPE boot image that works with iPXE when BIOS PXE booting, but fails in UEFI mode with error "A required device isn't connected or can't be accessed". Does your .wim definitely contain the EFI boot files (e.g. \windows\system32\boot\winload.efi)? Michael |
|||
2015-10-01, 11:24
Post: #3
|
|||
|
|||
RE: wimboot UEFI boot fails
(2015-09-30 13:48)mcb30 Wrote: Does your .wim definitely contain the EFI boot files (e.g. \windows\system32\boot\winload.efi)? Yes: Code: M:\wim-mount\Windows\System32\Boot>dir I have managed to create a UEFI bootable USB-stick from the ISO version of the same image. |
|||
2015-10-01, 13:47
Post: #4
|
|||
|
|||
RE: wimboot UEFI boot fails
(2015-10-01 11:24)mikat Wrote:(2015-09-30 13:48)mcb30 Wrote: Does your .wim definitely contain the EFI boot files (e.g. \windows\system32\boot\winload.efi)? Thanks. Sorry, I originally missed the even more obvious problem, which is that your BCD file refers to "boot.wim" but your .wim file is called "MDT-test_x64.wim". Since you this works under BIOS, I'm assuming that you must have a script line such as: Code: initrd http://y-mdt.saimia.fi/winpe/mdt/MDT-test_x64.wim boot.wim Due to differences between the way that BIOS and UEFI wimboot obtain their filenames, you'll need to extend this to Code: initrd -n boot.wim http://y-mdt.saimia.fi/winpe/mdt/MDT-test_x64.wim boot.wim (as per the example shown in passing on http://ipxe.org/howto/winpe). Hope that helps! Michael |
|||
2015-10-02, 07:59
Post: #5
|
|||
|
|||
RE: wimboot UEFI boot fails | |||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)