Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
pxelinux.0 EFI equivalent? Booting to menus for EFI-clients
2018-11-28, 16:19
Post: #2
RE: pxelinux.0 EFI equivalent? Booting to menus for EFI-clients
simple config for detecting efi: http://ipxe.org/howto/chainloading#uefi

You have all kernel cmdline arguments on the initrd, try to move boot=live etc up to the kernel line.
Also remember that for efi you will have to add initrd=initrd.img to the kernel cmdline.

And finally, why are you involving syslinux at all?

Modified kernel and initrd line:
PHP Code:
if($sanboot->num_rows == '0' && $restore->num_rows == '0' ){
        echo 
"#!ipxe\n";
        echo 
"kernel http://10.0.0.3/boot/linux/clonezilla/vmlinuz initrd=initrd.img boot=live hostname=oneiric config quiet noswap nolocales edd=on nomodeset ocs_live_run='ocs-live-general' ocs_live_extra_param='' keyboard-layouts='SE' ocs_live_batch='no' ocs_lang='' video=uvesafb:mode_option=640x480-16 ip=frommedia  fetch=http://10.0.0.3/boot/linux/clonezilla/filesystem.squashfs\n";
        echo 
"initrd http://10.0.0.3/boot/linux/clonezilla/initrd.img\n";
        echo 
"boot\n";


Use GitHub Discussions
VRAM bin
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: pxelinux.0 EFI equivalent? Booting to menus for EFI-clients - NiKiZe - 2018-11-28 16:19



User(s) browsing this thread: 1 Guest(s)