Advertisement
cornedor

Untitled

Feb 7th, 2012
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. splashimage (hd0,2)/grub/images/usplash.xpm.gz
  2.  
  3. title Restore MSDOS
  4. root (hd0,6)
  5. kernel /boot/vmlinuz-2.6.32-5-686 root=/dev/sda7 quiet dos_re
  6. initrd /boot/initrd.img-2.6.32-5-686
  7. boot
  8.  
  9. title Restore Windows 98
  10. root (hd0,6)
  11. kernel /boot/vmlinuz-2.6.32-5-686 root=/dev/sda7 quiet w98_re
  12. initrd /boot/initrd.img-2.6.32-5-686
  13. boot
  14.  
  15. title Restore Windows XP
  16. root (hd0,6)
  17. kernel /boot/vmlinuz-2.6.32-5-686 root=/dev/sda7 quiet wxp_re
  18. initrd /boot/initrd.img-2.6.32-5-686
  19. boot
  20.  
  21. title <-- Terug ()
  22. find --set-root /menu/backup.lst
  23. configfile /menu/backup.lst
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement