/etc/grub.conf explained
Posted on September 6th, 2008
Is your first time on TechnoSNACK? Subscribe our feeds!
The following example shows the structure of a GRUB menu file. The example installation has a Linux boot partition under /dev/sda5, a root partition under /dev/sda7, and a Windows installation under /dev/sda1.
gfxmenu (hd0,4)/boot/message
color white/blue black/light-gray
default 0
timeout 8
title linux
root (hd0,4)
kernel /boot/vmlinuz root=/dev/sda7 vga=791 resume=/dev/
...
[Read more →]
[Read more →]
SOURCE: http://linuxpoison.blogspot.com/


Discussion Area - Leave a Comment