J'ai récemment installé la dernière mise à jour pour le kernel linux, et lorsque j'ai redémarré, j'ai eu la mauvaise surprise de voir Arch planter complètement au démarrage.
Voici ce que ça affiche désormais lorsque je tente de booter sur Archlinux ou fallback (j'ai recopié à la main) :
Code : Tout sélectionner
Booting 'Arch Linux'
root (hd0, 4)
Filesystem type is ext2fs, partition type 0x83
kernel /boot/vmlinuz26 root =/dev/sda5 ro radeon.modset=1
[Linux-bzImage, setup=0x4200, size=0x302210]
initrd /boot/kernel26.img
[Linux-initrd @ 0x37d39000, 0x2b6de4 bytes]
Probing EDD (edd=off to disable)... ok
Decompressing Linux.. Parsing ELF... done.
Booting the kernel.
:: Starting udevd...
done.
udevd[46]: No such file or directory
libkmod: idex_mm_open: No such file or directory
libkmod: kmod_search_moddep: could not open moddep file '/lib/modules/3.2.5-1-ARCH/modules.dep.bin'
:: Running Hook [udev]
:: Triggering uevents... done.
Waiting 10 seconds for device /dev/sda5 ...
ERROR: Unable to find root device '/dev/sda5'.
You are being dropped to a recovery shell
Type 'exit' to try and continue booting
sh: can't access tty; job control turned off
[rootfs /]#
Code : Tout sélectionner
Trying to continue (this will most likely fail) ...
mount: you must specify the filesystem type
You are being dropped to a recovery shell
sh: can't access tty; job control turned off
Ça m'embêterait d'avoir à tout réinstaller, donc je préfère demander conseil pour être sûr qu'il n'y a pas une autre solution pour réparer tout ça.