Comment 14 for bug 459639

Revision history for this message
jajaX (jajaplanet) wrote : Re: [Karmic] X server starts randomly in failsafe when starting from cold boot

Hi (sorry for my bad engish)

maybe a solution :

a UUID of swap partition isn't correct after karmic upgrade

before (in my fstab) :

#UUID=7d0c2d5a-831d-4005-b9e9-f72d76d2594a none swap sw 0 0

after upgrade (always in my fstab) :

UUID=8d1e0fa3-1cc8-4d5e-b7d9-914221bca4e4 none swap sw 0 0

for see UUID of swap partition, use this command :

ls -l /dev/disk/by-uuid/

regards ;)