Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 25131 - the grub documentation for describing the grub.conf file entries is wrong
Summary: the grub documentation for describing the grub.conf file entries is wrong
Status: RESOLVED WORKSFORME
Alias: None
Product: [OLD] Docs-user
Classification: Unclassified
Component: Gentoo Linux x86 Installation Guide (show other bugs)
Hardware: All Linux
: High blocker (vote)
Assignee: Docs Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-07-23 12:06 UTC by Wade Maxfield
Modified: 2003-07-23 18:06 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Wade Maxfield 2003-07-23 12:06:33 UTC
in the gentoo installation instruction, the grub.conf entry is described as
kernel (hd0,0)/boot/bzImage root=/dev/hda3 

it should be the following:
kernel /bzImage root=/dev/hda3

 this is because the root (hd0,0) line causes the /boot partition to be mounted 
as root during the grub initial stage (as I understand it).

Reproducible: Always
Steps to Reproduce:
1. edit grub.conf as explained in the documentation
2. reboot
3.

Actual Results:  
returns to grub screen

Expected Results:  
booted into linux
Comment 1 Ken Nowack (RETIRED) gentoo-dev 2003-07-23 18:06:35 UTC
Well, per the grub doc's:

kernel (hd0,0)/boot/bzImage root=/dev/hda3

Should translate to: boot the kernel /boot/bzImage which resides on the first partition of the first disk with a root that is the third partition of the first disk.

So I don't see how boot could be mounted as root using that config unless /boot was actually not on the first partition. Are you sure you specified your partitions correctly in grub.conf?

Marking this WORKSFORME.