Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
EFI PXE bootstrap and NBI image support
2016-10-21, 22:59
Post: #6
RE: EFI PXE bootstrap and NBI image support
Ok so tested to download the latest clonezilla zip: clonezilla-live-2.4.7-8-amd64.zip by selecting amd64 and zip on this page: http://clonezilla.org/downloads/download...nch=stable

extracted and created a ipxe script with this:
Code:
#!ipxe
initrd live/initrd.img
kernel live/vmlinuz initrd=initrd.img boot=live username=user union=overlay config components quiet noswap edd=on nomodeset nodmraid locales= keyboard-layouts= ocs_live_run="ocs-live-general" ocs_live_extra_param="" ocs_live_batch=no net.ifnames=0 nosplash noprompt fetch=tftp://$serverIP/filesystem.squashfs
boot

Which boots just fine in efi mode (at least until it goes of and tries to fetch the squashfs)

This is based on the information at: http://clonezilla.org/livepxe.php

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: EFI PXE bootstrap and NBI image support - NiKiZe - 2016-10-21 22:59



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