uuid not found when i boot

hi

i let my laptop open all the time, today when i come back, my battery was dead and computer closed not correctly.

when i boot, i was not able to connection to my home partition.

i use lvm for my hd.

in the console i see, system don’t seem to find my uuid and a timeout happen.


/dev/system/swap     swap                 swap       defaults              0 0
UUID=8c2eec31-52f7-403b-9d6c-23967d4ccfbb /                    btrfs      defaults              1 1
/dev/disk/by-id/ata-SAMSUNG_HN-M500MBB_S2R7J1KB602163-part1 /boot                ext4       acl,user_xattr        1 2
UUID=647717c5-1b2d-4b96-8b19-72597e4e0eb9 /home                btrfs      defaults              1 2
proc                 /proc                proc       defaults              0 0
sysfs                /sys                 sysfs      noauto                0 0
debugfs              /sys/kernel/debug    debugfs    noauto                0 0
usbfs                /proc/bus/usb        usbfs      noauto                0 0
devpts               /dev/pts             devpts     mode=0620,gid=5       0 0
/dev/system/home     /home                ext4       acl,user_xattr        1 2

my menu.lst


default 0
timeout 8
##YaST - generic_mbr
gfxmenu (hd0,0)/message
##YaST - activate

###Don't change this comment - YaST2 identifier: Original name: linux###
title Desktop -- openSUSE 12.1 - 3.2.6-1
    root (hd0,0)
    kernel /vmlinuz-3.2.6-1-desktop root=/dev/disk/by-uuid/8c2eec31-52f7-403b-9d6c-23967d4ccfbb resume=/dev/system/swap splash=silent quiet showopts vga=0x364
    initrd /initrd-3.2.6-1-desktop

my system is encrypted

i tried to boot with system v, i get the timeout about uuid but i can connect to my home partition…

is there a way to repair the system to avoir this timeout?

all the log info is available when i boot in the console (ctrl alt f1), i tried to find this info in /var/log/system without sucess…
where system store this information?

thanks

On 2012-02-25 16:46, collinm wrote:

> i tried to boot with system v, i get the timeout about uuid but i can
> connect to my home partition…

LVM, encryption, btrfs… I hope you have a backup.


Cheers / Saludos,

Carlos E. R.
(from 11.4 x86_64 “Celadon” at Telcontar)

ls -l /dev/disk/by-uuid


lrwxrwxrwx 1 root root 10 25 févr. 16:18 8a42b99d-4fea-4f77-86bf-9a1314930df9 -> ../../sda1
lrwxrwxrwx 1 root root 10 25 févr. 16:18 8c2eec31-52f7-403b-9d6c-23967d4ccfbb -> ../../dm-2
lrwxrwxrwx 1 root root 10 25 févr. 16:18 a4760139-a7bf-49e2-a0a0-f6ce7e867268 -> ../../dm-1
lrwxrwxrwx 1 root root 10 25 févr. 16:18 b57a80ba-1f01-49c1-b753-99cb15f68d77 -> ../../sda2
lrwxrwxrwx 1 root root 10 25 févr. 16:18 c5a27b49-7834-44a9-946c-b1dee0fec563 -> ../../dm-3

my home partition is dm1

if i check my uuid in fstab and the value i got before, uuid is not the same…

so i bet i need to put this value: a4760139-a7bf-49e2-a0a0-f6ce7e867268
in the fstab?

seem to work so so… don’t seem to have problem with uui anymore but can’ t boot with systemd

On 2012-02-25 18:46, collinm wrote:
>
> seem to work so so… don’t seem to have problem with uui anymore but
> can’ t boot with systemd

Strange.

If you want, you can try the development systemd packages, they solve
several problems.


> http://download.opensuse.org/repositories/home:/fcrozat:/systemd/openSUSE_12.1/


Cheers / Saludos,

Carlos E. R.
(from 11.4 x86_64 “Celadon” at Telcontar)

will try it

somebody know where is the log of the ctrl alt f1 during the boot?

On 2012-02-25 22:06, collinm wrote:
>
> will try it
>
> somebody know where is the log of the ctrl alt f1 during the boot?

If I understand you correctly, with systemv it goes to “/var/log/boot.msg”,
and with systemd it goes to “/var/log/messages”.


Cheers / Saludos,

Carlos E. R.
(from 11.4 x86_64 “Celadon” at Telcontar)