Feb. 6, 2013
4:30 a.m.
On Wed, Feb 06, 2013 at 02:35:47AM -0500, Valdis.Kletnieks@vt.edu wrote:
On Wed, 06 Feb 2013 05:37:41 +0800, horseriver said:
After grub load kernel and initrd , it get around root filesystem mounting , but failed with no finding root device ,from which kernel and initrd have been located .
ls /dev/ ; there is no disk device node .
Why?
Any number of possible reasons, anything from an improperly configured kernel, to a misbuilt initrd, to a root= parameter that points
root = ? You mean the aasignment at grub command line ? thanks!