[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

reboot impossbile apres compilation d'un noyau 2.6.4 (new)



Bonsoir, je voudrais compiler un noyau 2.6.4 provenant de kernel.org sur ma sarge avec gcc 3.3...

ca fonctionnait tres bien avant que je fasse des modifications dans le kernel.... et impossible de revenir sur mes pas pour corriger mon erreur !

je fais un "make menuconfig", un "make clean bzImage modules modules_install install" et enfin un "/sbin/lilo -v"

je suis vraiment perdu... merci de votre aide ;)

david

Message d'erreur :
----------------------------------------------------------------------------------------------------------------------------------------------------------------
xfs : bad magic number
xfs : sb validate failed
kernel panic : vfs : unable to mount root fs on hda3
----------------------------------------------------------------------------------------------------------------------------------------------------------------


Informations :

Ma sarge est sur hda3 en ext3
----------------------------------------------------------------------------------------------------------------------------------------------------------------
# cat /etc/fstab
/dev/hda3 / ext3 errors=remount-ro 0 1
----------------------------------------------------------------------------------------------------------------------------------------------------------------



le lilo.conf ne comporte pas de initrd mais ça fonctionnait tres bien sans avant... et je fais bien un /sbin/lilo
----------------------------------------------------------------------------------------------------------------------------------------------------------------
lba32
boot=/dev/hda3
root=/dev/hda3
install=/boot/boot-menu.b
map=/boot/map
delay=20
vga=792
default=Linux

image=/boot/vmlinuz
   label=Linux
   read-only
   optional

image=/boot/vmlinuz-2418_old
   label=Linux-2418_old
   read-only
   optional
----------------------------------------------------------------------------------------------------------------------------------------------------------------



Le .config comporte bien les fs utiles en built-in
----------------------------------------------------------------------------------------------------------------------------------------------------------------
#
# 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=y
CONFIG_XFS_RT=y
CONFIG_XFS_QUOTA=y
CONFIG_XFS_SECURITY=y
CONFIG_XFS_POSIX_ACL=y
# CONFIG_MINIX_FS is not set
CONFIG_ROMFS_FS=y
# CONFIG_QUOTA is not set
CONFIG_QUOTACTL=y
CONFIG_AUTOFS_FS=y
CONFIG_AUTOFS4_FS=m
----------------------------------------------------------------------------------------------------------------------------------------------------------------



Reply to: