Advertisement
tolikpunkoff

syslinux.cfg (boot from local HDD and recovery boot)

Apr 19th, 2019
748
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.46 KB | None | 0 0
  1. ui modules/menu.c32
  2. PROMPT 0
  3.  
  4. menu title Local boot
  5.  
  6. LABEL windows
  7.    menu label Microsoft Windows 7
  8.    kernel modules/chain.c32
  9.    append hd0 2
  10.    timeout 1000
  11.  TEXT HELP
  12.     Loading Windows 7
  13.  ENDTEXT
  14.  
  15. LABEL recovery
  16.     menu label System recovery
  17.     kernel modules/memdisk
  18.     initrd ../../acronis/loader.iso
  19.     append iso raw
  20.  
  21. LABEL slacko
  22.     menu label Puppy Linux Slacko 5.5
  23.     kernel ../../slacko/vmlinuz
  24.     initrd ../../slacko/initrd.gz
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement