Advertisement
Guest User

Untitled

a guest
Jun 7th, 2011
232
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.09 KB | None | 0 0
  1. ### BEGIN /etc/grub.d/10_linux ###
  2. menuentry 'Gentoo GNU/Linux, with Linux x86-2.6.38-gentoo-r6' --class gentoo --class gnu-linux --class gnu --class os {
  3. load_video
  4. insmod part_msdos
  5. insmod ext2
  6. set root='(hd0,msdos3)'
  7. search --no-floppy --fs-uuid --set=root 9ec51799-5cd1-4a75-bb71-6609cf4084b0
  8. echo 'Loading Linux x86-2.6.38-gentoo-r6 ...'
  9. linux /kernel-genkernel-x86-2.6.38-gentoo-r6 root=UUID=54fbcb53-07dd-44e1-b0b1-ff646959090a ro doscsi vga=773
  10. echo 'Loading initial ramdisk ...'
  11. initrd /initramfs-genkernel-x86-2.6.38-gentoo-r6
  12. }
  13. menuentry 'Gentoo GNU/Linux, with Linux x86-2.6.37-gentoo-r4' --class gentoo --class gnu-linux --class gnu --class os {
  14. load_video
  15. insmod part_msdos
  16. insmod ext2
  17. set root='(hd0,msdos3)'
  18. search --no-floppy --fs-uuid --set=root 9ec51799-5cd1-4a75-bb71-6609cf4084b0
  19. echo 'Loading Linux x86-2.6.37-gentoo-r4 ...'
  20. linux /kernel-genkernel-x86-2.6.37-gentoo-r4 root=UUID=54fbcb53-07dd-44e1-b0b1-ff646959090a ro doscsi vga=773
  21. echo 'Loading initial ramdisk ...'
  22. initrd /initramfs-genkernel-x86-2.6.37-gentoo-r4
  23. }
  24. ### END /etc/grub.d/10_linux ###
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement