Advertisement
intermediatech

help full post frm blaise

Oct 15th, 2011
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.26 KB | None | 0 0
  1. # This is a sample grub.conf for use with Genkernel, per the Gentoo handbook
  2. # http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?part=1&chap=10#doc_chap2
  3. # If you are not using Genkernel and you need help creating this file, you
  4. # should consult the handbook. Alternatively, consult the grub.conf.sample that
  5. # is included with the Grub documentation.
  6. # (blaise says) vga=0x0323 worked on the acer aspire 5515
  7. ##
  8.  
  9.  
  10. default 0
  11. timeout 5
  12. splashimage=(hd0,4)/boot/grub/gentoo.xpm.gz
  13.  
  14.  
  15. title Gentoo Linux 3.0.6
  16. root (hd0,4)
  17. kernel /boot/kernel-genkernel-x86_64-3.0.6-gentoo ro rootfstype=ext4 real_root=UUID=b38bd63e-a79d-422b-a85e-1992e5ede2e3 resume=UUID=ada09ce8-ab7f-4c59-b7b6-155d98e68f93 vga=0x0323
  18. initrd /boot/initramfs-genkernel-x86_64-3.0.6
  19.  
  20. title Gentoo Linux 3.0.6 (Rescue)
  21. root (hd0,4)
  22. kernel /boot/kernel-genkernel-x86_64-3.0.6-gentoo ro rootfstype=ext4 real_root=UUID=b38bd63e-a79d-422b-a85e-1992e5ede2e3 resume=UUID=ada09ce8-ab7f-4c59-b7b6-155d98e68f93 vga=0x0323 init=/bin/bb
  23. initrd /boot/initramfs-genkernel-x86_64-3.0.6
  24.  
  25. title Gentoo Linux 3.0.4-r1
  26. root (hd0,4)
  27. kernel /boot/kernel-genkernel-x86_64-3.0.4-gentoo-r1 ro rootfstype=ext4 real_root=UUID=b38bd63e-a79d-422b-a85e-1992e5ede2e3 resume=UUID=ada09ce8-ab7f-4c59-b7b6-155d98e68f93 vga=0x0323 splash=silent,theme:Gentoo-Hornet console=tty1 quiet
  28. initrd /boot/initramfs-genkernel-x86_64-3.0.4-gentoo-r1
  29.  
  30. title Gentoo Linux 3.0.4 (Rescue)
  31. root (hd0,4)
  32. kernel /boot/kernel-genkernel-x86_64-3.0.4-gentoo ro rootfstype=ext4 real_root=UUID=b38bd63e-a79d-422b-a85e-1992e5ede2e3 resume=UUID=ada09ce8-ab7f-4c59-b7b6-155d98e68f93 init=/bin/bb
  33. initrd /boot/initramfs-genkernel-x86_64-3.0.4-gentoo
  34.  
  35. title Gentoo Linux 64-bit 2.6.37
  36. root (hd0,4)
  37. kernel /boot/vmlinuz-2.6.37-gentoo ro real_root=UUID=8f347ef6-97fd-47d2-9054-27d2458c9534 resume=UUID=ada09ce8-ab7f-4c59-b7b6-155d98e68f93
  38.  
  39. title Gentoo Linux 64-bit 2.6.37 (Rescue)
  40. root (hd0,4)
  41. kernel /boot/vmlinuz-2.6.37-gentoo ro real_root=UUID=8f347ef6-97fd-47d2-9054-27d2458c9534 resume=UUID=ada09ce8-ab7f-4c59-b7b6-155d98e68f93 init=/bin/bb
  42.  
  43. title Windows-8
  44. rootnoverify (hd0,1)
  45. makeactive
  46. chainloader +1
  47.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement