› Foros › PC › Software libre
/proc/partitions does not match /dev directory structure
name change /dev/ide/host0/bus0/target0/lun0/disc -> /dev/hda
The kernel was compiled with DEVFS_FS but devfs=mount was omited as a kernel command-line boot parameter;
hence, the /dev directory structure does not reflect DEVFS_FS device names
STEP 4:
Determining root device
Root block device unspecified or not detected
Please specify a device to boot
mknod: /newroot/dev/console: no such file or directory
/linuxrc: 277: cannot open root device "303" or 03:03
Please append a correct boot option
Kernel panic: VFS: Unable to mount root fs on 03:03
boot = /dev/hda
#map = /boot/.map
menu-scheme=Wb
prompt
timeout=50
delay = 50
#vga = normal
vga = 791
default = kernel_2.6.2
image = /boot/kernel-2.6.2-gentoo
initrd = /boot/initrd-2.6.2-gentoo
root = /dev/ram0
append = "real_root=/dev/hda3 init=/linuxrc"
#root = /devices/discs/disc0/part3
label = kernel_2.6.2
read-only
other = /dev/hda1
#other = /devices/discs/disc0/part1
label = Windows
table = /dev/hda
# Linux bootable partition config begins
#
#image = /boot/bzImage
image = /boot/kernel-2.4.22-gentoo-r7
#root = /dev/host0/bus0/target0/lun0/part5
root = /dev/ram0
append="real_root=/dev/hda7 init=/linuxrc"
#root = /devices/discs/disc0/part3
initrd = /boot/initrd-2.4.22-gentoo-r7
label = Gentoo
read-only # read-only for checking
#
# Linux bootable partition config ends
#
#
# DOS bootable partition config begins
#
other = /dev/hda1
#other = /dev/host0/bus0/target0/lun0/part1
label = Windows
#table = /dev/hda
#
# DOS bootable partition config ends
#