Advertisement
Guest User

menu.1st grub4dos multiboot

a guest
Apr 24th, 2011
397
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.34 KB | None | 0 0
  1. default 0
  2. timeout 20
  3. #splashimage=(hd0,0)/splash.xpm.gz
  4. foreground=FFFFFF
  5. background=0066FF
  6.  
  7. title Memtest86+
  8. find --set-root /boot/iso/memtest86+-4.00.iso
  9. map --mem /boot/iso/memtest86+-4.00.iso (hd32)
  10. map --hook
  11. root (hd32)
  12. chainloader (hd32)
  13.  
  14. title HirensBootCD
  15. find --set-root /boot/iso/Hirens.BootCD.10.4.iso
  16. map --mem /boot/iso/Hirens.BootCD.10.4.iso (hd32)
  17. map --hook
  18. root (hd32)
  19. chainloader (hd32)
  20.  
  21. title Ubuntu 10.10 32bit
  22. find --set-root /boot/iso/ubuntu-10.10-desktop-i386.iso
  23. map /boot/iso/ubuntu-10.10-desktop-i386.iso (0xff)
  24. map --hook
  25. root (0xff)
  26. kernel /casper/vmlinuz file=/cdrom/preseed/ubuntu.seed boot=casper iso-scan/filename=/boot/iso/ubuntu-10.10-desktop-i386.iso splash
  27. initrd /casper/initrd.lz
  28.  
  29. title Ubuntu 10.10 64bit
  30. find --set-root /boot/iso/ubuntu-10.10-desktop-amd64.iso
  31. map /boot/iso/ubuntu-10.10-desktop-amd64.iso (0xff)
  32. map --hook
  33. root (0xff)
  34. kernel /casper/vmlinuz file=/cdrom/preseed/ubuntu.seed boot=casper iso-scan/filename=/boot/iso/ubuntu-10.10-desktop-amd64.iso splash
  35. initrd /casper/initrd.lz
  36.  
  37.  
  38. title SliTaz 2.0
  39. find --set-root /boot/iso/slitaz-2.0.iso
  40. map --mem /boot/iso/slitaz-2.0.iso (hd32)
  41. map --hook
  42. chainloader (hd32)
  43.  
  44. title SliTaz 3.0
  45. find --set-root /boot/iso/slitaz-3.0.iso
  46. map --heads=0 --sectors-per-track=0 /boot/iso/slitaz-3.0.iso (hd32)
  47. map --hook
  48. chainloader (hd32)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement