Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- default 0
- timeout 30
- color NORMAL HIGHLIGHT HELPTEXT HEADING
- splashimage=/splash.xpm.gz
- foreground=FFFFFF
- background=000000
- # Suggested by Erhan Sohail
- title Boot First Hard Drive (HDD)
- map (hd0) (hd1)
- map (hd1) (hd0)
- map --hook
- chainloader (hd0)+1
- rootnoverify (hd0)
- title Restart
- reboot
- title Shutdown
- halt
- title --- Custom MultiBoot Entries ---
- root
- title Balder DOS image (FreeDOS)
- find --set-root /balder10.img
- map --unsafe-boot /balder10.img (fd0)
- map --hook
- chainloader --force (fd0)+1
- rootnoverify (fd0)
- title Arch Linux install (64bit)
- #find --set-root /archlinux-2010.05-core-i686.iso
- map --heads=0 --sectors-per-track=0 (hd0,0)/archlinux-2010.05-core-x86_64.iso (0xff)
- map --hook
- chainloader (0xff)
- boot
- title System Rescue CD
- find --set-root /systemrescuecd-x86-2.6.0.iso
- map --heads=0 --sectors-per-track=0 (hd0,0)/systemrescuecd-x86-2.6.0.iso (0xff)
- map --hook
- chainloader (0xff)
- boot
- title Win7 install (i686)
- map --mem --heads=0 --sectors-per-track=0 (hd0,0)/ghost_win7.iso
- map --hook
- chainloader (0xff)
- boot
Advertisement
Add Comment
Please, Sign In to add comment