Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 73400 - linux-2.6.9-rc9 source does not allow ROOT_NFS
Summary: linux-2.6.9-rc9 source does not allow ROOT_NFS
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-12-04 18:06 UTC by Nic Roets
Modified: 2004-12-04 18:18 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 Nic Roets 2004-12-04 18:06:13 UTC
Typing 'make menuconfig' under any version of the 2.6.9 kernel sources does not give you the option to enable CONFIG_ROOT_NFS. grepping for it showed that some of the source files test for it, and some architecture specific (non x86) configurations set it.

Kernels go into panic when they see root=/dev/nfs


Reproducible: Always
Steps to Reproduce:
1. cd /usr/src/linux
2. make menuconfig
3. Enable NFS client

Actual Results:  
There was no option for ROOT_NFS. New kernel paniced.


Expected Results:  
CONFIG_ROOT_NFS should be allowed or kernel should not panic.
Comment 1 Fernando Serboncini (RETIRED) gentoo-dev 2004-12-04 18:16:27 UTC
on 2.6 there's no ROOT_NFS option, simple adding NFS client should work. 
When setting root=/dev/nfs you must set nfsroot= too. check /usr/src/linux/Documentation/nfsroot.txt for info on how to set nfsroot=
Comment 2 Markus Nigbur (RETIRED) gentoo-dev 2004-12-04 18:18:57 UTC
see comment #1.