ipxe usb only + wimboot
|
2018-12-29, 09:26
Post: #1
|
|||
|
|||
ipxe usb only + wimboot
Upfront I realize I'm pushing iPXE beyond what it was probably intended for.
Primary goals: 1) pc bios + 64-bit EFI boot flash drive, all the files are on the drive 2) Use wimboot to boot .wim files Secondary goal: Use iPXE to make sharing menu items between my flash drive and PXE boot setup much smoother. Following this somewhat: http://forum.ipxe.org/showthread.php?tid=8132 I took a flash drive in Linux. Code: cat ipxe.usb > /dev/sdb I marked the partition as bootable which may have been a mistake. Went over and created EFI/boot and put my ipxe.efi in there, but named bootx64.efi. My small boot menu(boot.ipxe) Code: #!ipxe My ipxe binaries are compiled with Code: #!ipxe In BIOS mode when I boot the flash drive I get Quote:This is not a bootable disk. Please insert a bootable floppy and press any key to try again ... On the EFI side I have fared much better. It boots, the menu loads, it loads wimboot and the four required files. When I get to the boot line it errors out with 2c048087 . At the very bottom of the page for that, it says iPXE must have an open network interface to boot. My test laptop and many others don't have a wired ethernet to bring up. I searched a bit, but is there a localhost interface I can bring up? Should I scrap the whole thing and make the flash drive with grub2 and wimboot? I do really enjoy being able to patch in files to the wim at boot time, instead of having to mount the wim and put all the files inside. Creative suggestions are appreciated. Thanks in advance. Ah, this may also be helpful. Code: Dunstin:~ phoenix$ sudo fdisk /dev/rdisk2 The PC with the Linux VM is put away, so I used fdisk on a Mac just for this output.[/code] |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
ipxe usb only + wimboot - dontlook - 2018-12-29 09:26
RE: ipxe usb only + wimboot - NiKiZe - 2018-12-29, 13:09
RE: ipxe usb only + wimboot - dontlook - 2018-12-29, 20:13
RE: ipxe usb only + wimboot - NiKiZe - 2018-12-29, 21:34
RE: ipxe usb only + wimboot - dontlook - 2018-12-29, 22:02
RE: ipxe usb only + wimboot - dontlook - 2018-12-30, 04:48
RE: ipxe usb only + wimboot - dontlook - 2018-12-31, 02:23
RE: ipxe usb only + wimboot - dontlook - 2019-01-01, 06:06
|
User(s) browsing this thread: 2 Guest(s)