Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
EFI PXE bootstrap and NBI image support
2016-10-23, 17:46 (This post was last modified: 2016-10-23 17:49 by maggreg.)
Post: #11
RE: EFI PXE bootstrap and NBI image support
(2016-10-23 13:24)NiKiZe Wrote:  What is needed is a squashfs loaded by ipxe option.
That way you don't have to rely on the kernel/distribution or network configuration to work in the distro, instead we know that ipxe does the right thing and the init scripts can then just load squashfs from ramfs without any extra downloads.

Try:
Code:
set args1 vga=791 boot=live union=overlay components net.ifnames=0 noprompt edd=on nomodeset nosplash username=user config locales=pl_PL.UTF-8 keyboard-layouts=pl timezone=Europe/Warsaw i915.blacklist=yes radeonhd.blacklist=yes nouveau.blacklist=yes vmwgfx.blacklist=yes
set args2 ip=frommedia live-media-path=/live bootfrom=/ toram=filesystem.squashfs ocs_preload="${boot-url}/linghost/skrypty/test.sh" ocs_live_run="/opt/test.sh" ocs_live_batch="no"
kernel ${boot-url}/clonezilla64/live/vmlinuz
initrd ${boot-url}/clonezilla64/live/initrd.img
initrd ${boot-url}/clonezilla64/live/file.cgz
imgargs vmlinuz initrd=initrd.img initrd=file.cgz ${args1} ${args2}
imgstat
boot || read void

where file.cgz is:
Code:
find live | cpio -o -H newc | gzip -9 > file.cgz
live folder contains filesystem.squashfs

Sorry for my English.
pzdr
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 - maggreg - 2016-10-23 17:46



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