Buonasera a tutti.
Ho gia' fatto una ricerca sui thread passati ma non sono riuscito a risolvere il seguente problema:
voglio passare al kernel 2.6.6 con la slackware 9.1 ma quando rebooto ho un kernel panic
codice:
VFS: cannot open root device "303" or unknown-block(303)
Please append a correct "root=" boot option
Kernel panic: VFS: unable to mount root FS on unknown-block(3,3)
riporto il mio lilo.con
codice:
boot = /dev/hda
message = /boot/boot_message.txt
prompt
timeout = 1200
# Override dangerous defaults that rewrite the partition table:
change-rules
reset
# Normal VGA console
vga = normal
[CUT]
# End LILO global section
# DOS bootable partition config begins
other = /dev/hda1
label = DOS
table = /dev/hda
# DOS bootable partition config ends
# Linux bootable partition config begins
image = /boot/bzImage
root = /dev/hda3
label = Linux-2.6.6
read-only
#
image = /boot/vmlinuz
root = /dev/hda3
label Linux-2.4.22
read-only
# Linux bootable partition config ends
ed ecco /boot:
codice:
bash-2.05b# ls -l /boot
total 3982
-rw-r--r-- 1 root root 693439 May 31 21:39 System.map-2.6.6
-rw-r--r-- 1 root root 609166 Sep 3 2003 System.map-ide-2.4.22
-rw-r--r-- 1 root root 512 May 31 21:41 boot.0300
-rw-r--r-- 1 root root 226 May 31 21:03 boot_message.txt
lrwxrwxrwx 1 root root 13 May 31 20:57 bzImage -> bzImage-2.6.6
-rw-r--r-- 1 root root 1416103 May 31 21:38 bzImage-2.6.6
lrwxrwxrwx 1 root root 12 May 31 18:48 config -> config-2.6.6
-rw-r--r-- 1 root root 26389 May 31 21:40 config-2.6.6
-rw-r--r-- 1 root root 38645 Sep 3 2003 config-ide-2.4.22
-rw------- 1 root root 45056 May 31 21:41 map
lrwxrwxrwx 1 root root 18 May 31 20:57 vmlinuz -> vmlinuz-ide-2.4.22
-rw-r--r-- 1 root root 1226706 Sep 3 2003 vmlinuz-ide-2.4.22
questi sono estratti dal .config
codice:
#
# File systems
#
CONFIG_EXT2_FS=y
CONFIG_EXT2_FS_XATTR=y
CONFIG_EXT2_FS_POSIX_ACL=y
CONFIG_EXT2_FS_SECURITY=y
CONFIG_EXT3_FS=y
CONFIG_EXT3_FS_XATTR=y
CONFIG_EXT3_FS_POSIX_ACL=y
CONFIG_EXT3_FS_SECURITY=y
CONFIG_JBD=y
CONFIG_JBD_DEBUG=y
CONFIG_FS_MBCACHE=y
CONFIG_REISERFS_FS=y
CONFIG_REISERFS_CHECK=y
CONFIG_REISERFS_PROC_INFO=y
# CONFIG_JFS_FS is not set
CONFIG_FS_POSIX_ACL=y
# CONFIG_XFS_FS is not set
# CONFIG_MINIX_FS is not set
# CONFIG_ROMFS_FS is not set
# CONFIG_QUOTA is not set
CONFIG_AUTOFS_FS=m
CONFIG_AUTOFS4_FS=m
[CUT]
#
# Pseudo filesystems
#
CONFIG_PROC_FS=y
CONFIG_PROC_KCORE=y
CONFIG_SYSFS=y
CONFIG_DEVPTS_FS_XATTR=y
CONFIG_DEVPTS_FS_SECURITY=y
CONFIG_TMPFS=y
# CONFIG_HUGETLBFS is not set
# CONFIG_HUGETLB_PAGE is not set
CONFIG_RAMFS=y
Se qualcuno riuscisse ad aiutarmi sarei molto grato.
Grazie