HDD Boot from ipxe.efi loaded via network
|
2020-08-14, 16:05
Post: #4
|
|||
|
|||
RE: HDD Boot from ipxe.efi loaded via network
Progress.
If you don't have a FAT32 formatted ESP, it looks like this: Code: ipxe: iPXE> imgload file://dsfg/sdfg Setting the GPT label for the ESP is wrong. You need to set the FAT label, i.e. mkfs.vfat -n MYLABEL /dev/sda1 or fatlabel /dev/sda1 MYLABEL, which finally lead to success on the above mentioned HP, and an Intel NUC NUC5i5RYB: Code: ipxe: iPXE> imgload file://FATLABEL/EFI/debian/grubx64.efi If you have an ESP with an empty label, like in my previous post, it doesn't work, i.e. file:///EFI/debian/grubx64.efi does not work, even though the output looks different from passing an invalid label. So far this looks promising, I'll continue experimenting next week. |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
HDD Boot from ipxe.efi loaded via network - simon - 2020-08-13, 10:41
RE: HDD Boot from ipxe.efi loaded via network - mcb30 - 2020-08-13, 15:03
RE: HDD Boot from ipxe.efi loaded via network - simon - 2020-08-14, 11:52
RE: HDD Boot from ipxe.efi loaded via network - simon - 2020-08-14 16:05
|
User(s) browsing this thread: 1 Guest(s)