Bonsoir, j'ai un problème assez similaire à celui-ci :
http://forum.ubuntu-fr.org/viewtopic.php?id=364690&p=2
C'est à dire :
-Tout marchait très bien, hier j'ai fait màj(j'ai pas regardé ce qu'il y avait dedans) et depuis...
-Je démarre, je passe grub, j'arrive 1/4 de seondes sur GDM pis paf je reviens sur l'écran avec le petit logo ubuntu en blanc et "swap: waiting for UUID xxxxxxxxxxxxxxxxxx"
-Cependant, je peux booter sur l'ancien noyau.
(Je précise, je sais pas si y a un intérêt mais j'ai tenté une installation de Debian il y a quelques jours(je lui ai donné le même swap qu'ubuntu) mais finalement j'ai interrompu l'install avant la fin, depuis je n'ai pas eu de prob.)
sudo ls -l /dev/disk/by-uuid
total 0
lrwxrwxrwx 1 root root 10 2010-01-21 19:09 02406CC7406CC351 -> ../../sda2
lrwxrwxrwx 1 root root 10 2010-01-21 19:09 39b21350-f2a7-4760-bc1d-70efbbc510b2 -> ../../sda9
lrwxrwxrwx 1 root root 10 2010-01-21 19:09 3C98-AC5D -> ../../sda1
lrwxrwxrwx 1 root root 10 2010-01-21 19:09 6d38653f-188c-4b54-80ce-5f05a4ffe197 -> ../../sda5
lrwxrwxrwx 1 root root 10 2010-01-21 19:09 7312136c-7ab5-453c-8d56-a725739bef46 -> ../../sda6
lrwxrwxrwx 1 root root 10 2010-01-21 19:09 a07bb756-4f1a-4107-b0f4-50c97a394070 -> ../../sda8
cat /etc/fstab
# /etc/fstab: static file system information.
#
# Use 'blkid -o value -s UUID' to print the universally unique identifier
# for a device; this may be used with UUID= as a more robust way to name
# devices that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
# / was on /dev/sda5 during installation
UUID=6d38653f-188c-4b54-80ce-5f05a4ffe197 / ext4 errors=remount-ro 0 1
# /home was on /dev/sda6 during installation
UUID=7312136c-7ab5-453c-8d56-a725739bef46 /home ext4 defaults 0 2
# swap was on /dev/sda7 during installation
UUID=35a7243c-eb29-484a-bd70-ab8dd5e756bd none swap sw 0 0
/dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec,utf8 0 0
Merci d'avance.
Édition :
Je ne sais pas si c'est très explicite mais je voudrais juste pouvoir booter sur le noyau de base, donc réparer ce qui marche pas =)