Skip to content

Instantly share code, notes, and snippets.

@xee5ch
Created February 26, 2011 02:20
Show Gist options
  • Save xee5ch/844865 to your computer and use it in GitHub Desktop.
Save xee5ch/844865 to your computer and use it in GitHub Desktop.
Syslinux Config for Fedora 12 x86_64 Live
default vesamenu.c32
timeout 100
menu background splash.jpg
menu title Welcome to Fedora-12-x86_64-Live!
menu color border 0 #ffffffff #00000000
menu color sel 7 #ffffffff #ff000000
menu color title 0 #ffffffff #00000000
menu color tabmsg 0 #ffffffff #00000000
menu color unsel 0 #ffffffff #00000000
menu color hotsel 0 #ff000000 #ffffffff
menu color hotkey 7 #ffffffff #ff000000
menu color timeout_msg 0 #ffffffff #00000000
menu color timeout 0 #ffffffff #00000000
menu color cmdline 0 #ffffffff #00000000
menu hidden
menu hiddenrow 5
label linux0
menu label Boot with basic video
kernel vmlinuz0
append initrd=initrd0.img root=live:UUID=24CD-FA2C rootfstype=vfat ro liveimg quiet rhgb rd_NO_LUKS rd_NO_MD noiswmd vesa nomodeset
menu default
label linux1
menu label Boot
kernel vmlinuz0
append initrd=initrd0.img root=live:UUID=24CD-FA2C rootfstype=vfat ro liveimg quiet rhgb rd_NO_LUKS rd_NO_MD noiswmd
label check0
menu label Verify and Boot
kernel vmlinuz0
append initrd=initrd0.img root=live:UUID=24CD-FA2C rootfstype=vfat ro liveimg quiet rhgb check
label memtest
menu label Memory Test
kernel memtest
label local
menu label Boot from local drive
localboot 0xffff
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment