Systemrescuecd version 6.x boot issue with ipxe - Printable Version +- iPXE discussion forum (https://forum.ipxe.org) +-- Forum: iPXE user forums (/forumdisplay.php?fid=1) +--- Forum: General (/forumdisplay.php?fid=2) +--- Thread: Systemrescuecd version 6.x boot issue with ipxe (/showthread.php?tid=24279) |
Systemrescuecd version 6.x boot issue with ipxe - hd86 - 2020-07-06 12:15 Hello, As per the newest version 6.x this is how we can pxe boot(https://www.system-rescue-cd.org/manual/PXE_network_booting/), but i am having issue with transforming this into ipxe format, original format is, Code: DEFAULT sysresccd in my ipxe file, Code: :sysrescd this boots the system but does not pickup nfs root and tries to load the image. there is another thread about this at stackexchange https://unix.stackexchange.com/questions/567185/failure-to-pxe-boot-systemrescuecd-6-3 but appending that argument in kernel does nothing. Can anyone help me with this? as all examples are of version 4 or 5. and version 6 has new arguments which i don't know how to convert into this. if i add imgargs option it just doesn't boot anymore. |