Comment 12 for bug 431040

Revision history for this message
William (william-cobradevil) wrote : Re: [karmic] booting broken when /var/tmp is in fstab

Hello

I can confirm this bug with an home partition on lvm.

It worked before alpha 6 but after the upgrade i get a hangup on boot time.

When i boot into init=/bin/bash and comment out my home partition on lvm the system works again and i have setup the rc.local file to mount my home partition which works ok but should not be the solution i think.

ths is my fstab:

proc /proc proc defaults 0 0
# / was on /dev/sda2 during installation
UUID=a694176b-9aca-44be-9429-0d286a2df093 / ext4 errors=remount-ro,user_xattr 0 1
# /boot was on /dev/sda1 during installation
UUID=a14da3df-b6e6-401a-b48a-c2a9bd1417d2 /boot ext2 defaults 0 2
/dev/sda3 none swap noatime 0 1
/dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec,utf8 0 0
/dev/fd0 /media/floppy0 auto rw,user,noauto,exec,utf8 0 0
#/dev/data/homes /home ext4 rw,exec,user,noatime 0 0

With kind regards

William