buut paramerers for seeing the verbose boot process

JD jd1008 at gmail.com
Sat Apr 9 04:23:29 UTC 2011


On 04/08/2011 09:04 PM, g wrote:
> On 04/09/2011 01:04 AM, JD wrote:
>> On 04/08/2011 05:39 PM, Kevin J. Cummings wrote:
> <>
>>> Do you have a VGA= on your kernel line?
>> No. Here is the entry in grub.conf
>> title Fedora (2.6.38.2.fc14.i686)
>>           root (hd0,1)
>>           kernel /boot/vmlinuz-2.6.38.2.fc14.i686 ro root=/dev/sda2
>> LANG=en_US.UTF-8
>>           initrd /boot/initramfs-2.6.38.2.fc14.i686.img
> "vga=" does not have to be on kernel line.
>
> "vga=", as well as "rhgb" and "quiet" can be in "global" section.
> that is, lines which precede the kernel selections.
>
> ie;
>
> +++
> # Note that you do not have to rerun grub after making changes to this file
> # NOTICE:  You have a /boot partition.  This means that
> #          all kernel and initrd paths are relative to /boot/, eg.
> #          root (hd1,8)
> #          kernel /vmlinuz-version ro root=/dev/sdb8
> #          initrd /initrd-version.img
>
> ## [global lines]
> #boot=/dev/sda
> default=0
> timeout=10
> ## splashimage=(hd1,8)/grub/splash.xpm.gz
> ## hiddenmenu
> ## rhgb
> ## quiet
> vga=794
> acpi=force
> nodmraid
>
> ## [kernel selections]
> ####
> title Scientific Linux 5.4 (2.6.18-238.5.1.el5) sdb10
>      root (hd1,9)
>      kernel /boot/vmlinuz-2.6.18-238.5.1.el5 ro root=LABEL=/12 \
>        devfs=nomount resume=/dev/hdb2
>      initrd /boot/initrd-2.6.18-238.5.1.el5.img
> ###
> title Scientific Linux 5.5 (2.6.18-238.5.1.el5) sda1
>      root (hd0,0)
>      kernel /boot/vmlinuz-2.6.18-238.5.1.el5 ro root=LABEL=/ \
>        devfs=nomount resume=/dev/hda2
>      initrd /boot/initrd-2.6.18-238.5.1.el5.img
> ###
> title Fedora 12 (2.6.32.23-170.fc12.i686) sdb8
>      root (hd1,7)
>      kernel /vmlinuz-2.6.32.23-170.fc12.i686 ro root=/dev/sdb8 \
>        SYSFONT=latarcyrheb-sun16 LANG=en_US.UTF-8 KEYTABLE=us
>      initrd /initramfs-2.6.32.23-170.fc12.i686.img
> +++
>
I do not have those either. To wit:
# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE:  You do not have a /boot partition.  This means that
#          all kernel and initrd paths are relative to /, eg.
#          root (hd0,1)
#          kernel /boot/vmlinuz-version ro root=/dev/sda2
#          initrd /boot/initrd-version.img
boot=/dev/sda
timeout=60
splashimage=(hd0,1)/boot/grub/splash.xpm.gz
hiddenmenu
default=0

title Fedora (2.6.38.2.fc14.i686)
...

etc



More information about the users mailing list