Skip to content

Instantly share code, notes, and snippets.

@ckhung
Last active April 7, 2018 09:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ckhung/b47f3b21206def06fa7b1914e8b3a5bc to your computer and use it in GitHub Desktop.
Save ckhung/b47f3b21206def06fa7b1914e8b3a5bc to your computer and use it in GitHub Desktop.
pxe config file example
# http://newtoypia.blogspot.com/2017/05/pxe-live-cd.html "透過 pxe 網路開機載入 live cd"
default grml
prompt 1
timeout 100
path modules/bios/
ui vesamenu.c32
menu background /pic/starry-night.jpg
menu resolution 800 600
label memtest
kernel /memtest86+
label ttylinux
kernel /memdisk
append initrd=/os/ttylinux-pc_i486-16.3.iso iso raw
label grml
menu label grml linux
kernel /os/grml/boot/grml32small/vmlinuz
append initrd=/os/grml/boot/grml32small/initrd.img boot=live fetch=tftp://192.168.29.2/os/grml/live/grml32-small/grml32-small.squashfs
label grml-local
menu label grml from lvm /dev/mapper/eeepc-iso of local drive
kernel /os/grml/boot/grml32small/vmlinuz
append initrd=/os/grml/boot/grml32small/initrd.img boot=live live-media=/dev/mapper/eeepc-iso live-media-path=/grml
label HBCD
kernel /memdisk
append initrd=/os/HBCD.15.2.iso iso raw
label SystemRescueCD
kernel /os/SystemRescueCD/isolinux/rescue64
append initrd=/os/SystemRescueCD/isolinux/initram.igz setkmap=us dodhcp netboot=tftp://192.168.29.2/os/SystemRescueCD/sysrcd.dat
label gregslab17F
kernel /os/gregslab17F/vmlinuz-4.10.0-35-generic
append initrd=/os/gregslab17F/initrd.img-4.10.0-35-generic boot=live fetch=http://192.168.29.2/os/gregslab17F/live/root.squashfs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment