Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 386705 - Grub Typo in Handbook
Summary: Grub Typo in Handbook
Status: RESOLVED INVALID
Alias: None
Product: [OLD] Docs on www.gentoo.org
Classification: Unclassified
Component: Installation Handbook (show other bugs)
Hardware: x86 Linux
: Normal minor (vote)
Assignee: Docs Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-11 02:44 UTC by rottingdead
Modified: 2011-10-12 09:42 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 rottingdead 2011-10-11 02:44:56 UTC
Hello, I found a typo in the grub installation handbook, I followed the directions, and made the necessary changes for my system, but there was something wrong in the grub file, and in the grub documenation, it has root (hd0,0) in the example, I went with root (hd1,0), but you cannot have a space in root(hd0,0), it gave me error 17 or 13, can't remember which,  after I removed the space and it's now reading root(hd1,0), it's now working. Thought I would let the developers know this, here's the link to the grub section:

In code listing 2.3:
http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?part=1&chap=10#doc_chap2

Thanks !!  =).

Reproducible: Always

Actual Results:  
Grub loading

Expected Results:  
root(hd0,0) in the grub handbook example.
Comment 1 nm (RETIRED) gentoo-dev 2011-10-12 09:42:12 UTC
nope. "root (hdX,Y)" is the correct format. your error was something else.

here's my working grub.conf:

***

default 0
timeout 6
splashimage=(hd0,0)/boot/grub/splash.xpm.gz

title Gentoo Linux 2.6.39-ck
root (hd0,0)
kernel /boot/vmlinuz root=/dev/sda2 console=tty1 quiet splash

***

your issue was likely that you tried to boot the wrong hard drive number. in which case it's a support issue that belongs on forums.gentoo.org.