Guest User

Untitled

a guest
May 2nd, 2012
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.06 KB | None | 0 0
  1. default 0
  2. timeout 30
  3. color NORMAL HIGHLIGHT HELPTEXT HEADING
  4. splashimage=/splash.xpm.gz
  5. foreground=FFFFFF
  6. background=000000
  7.  
  8. # Suggested by Erhan Sohail
  9. title Boot First Hard Drive (HDD)
  10. map (hd0) (hd1)
  11. map (hd1) (hd0)
  12. map --hook
  13. chainloader (hd0)+1
  14. rootnoverify (hd0)
  15.  
  16. title Restart
  17. reboot
  18.  
  19. title Shutdown
  20. halt
  21.  
  22. title --- Custom MultiBoot Entries ---
  23. root
  24.  
  25. title Balder DOS image (FreeDOS)
  26. find --set-root /balder10.img
  27. map --unsafe-boot /balder10.img (fd0)
  28. map --hook
  29. chainloader --force (fd0)+1
  30. rootnoverify (fd0)
  31.  
  32. title Arch Linux install (64bit)
  33. #find --set-root /archlinux-2010.05-core-i686.iso
  34. map --heads=0 --sectors-per-track=0 (hd0,0)/archlinux-2010.05-core-x86_64.iso (0xff)
  35. map --hook
  36. chainloader (0xff)
  37. boot
  38.  
  39. title System Rescue CD
  40. find --set-root /systemrescuecd-x86-2.6.0.iso
  41. map --heads=0 --sectors-per-track=0 (hd0,0)/systemrescuecd-x86-2.6.0.iso (0xff)
  42. map --hook
  43. chainloader (0xff)
  44. boot
  45.  
  46. title Win7 install (i686)
  47. map --mem --heads=0 --sectors-per-track=0 (hd0,0)/ghost_win7.iso
  48. map --hook
  49. chainloader (0xff)
  50. boot
Advertisement
Add Comment
Please, Sign In to add comment