Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 15815 - GRUB example gives bad ataraid settings
Summary: GRUB example gives bad ataraid settings
Status: RESOLVED FIXED
Alias: None
Product: [OLD] Docs-user
Classification: Unclassified
Component: Gentoo Linux x86 Installation Guide (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: John Davis (zhen) (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-02-16 19:19 UTC by Alan Shields
Modified: 2003-02-19 21:30 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 Alan Shields 2003-02-16 19:19:02 UTC
The GRUB section specifies that you should set root to something like:

/dev/ataraid/discX/partY

Unfortunately, this doesn't work for some reason.

You have to use: /dev/ataraid/dXpY

Note: I have devfsd, ataraid, pdcraid (I use a Promise controller) all compiled
into the kernel and not modules. devfsd is even rigged to load on boot. Still
doesn't work.

Linux kernel will say that it can't load that root partition.

Reproducible: Always
Steps to Reproduce:
1. edit /boot/grub/grub.conf
2. set root to /dev/ataraid/disc0/part0
3. reboot
4. watch it fail to boot
5. at the grub screen, change the boot params to root=/dev/ataraid/d0p0
6. watch it boot
Actual Results:  
I was magically transported to a state of bliss and the universe became clear to me.
Comment 1 John Davis (zhen) (RETIRED) gentoo-dev 2003-02-19 19:32:40 UTC
great! i have been waiting for this fix. I will add it in asap.
Comment 2 John Davis (zhen) (RETIRED) gentoo-dev 2003-02-19 21:30:23 UTC
done