On 04/05/2013 05:48 PM, Dr.-Ing. Edgar Alwers wrote:
> Hi,
>
> Preparing my system for gdisk partitions ( PARTUUID ), I upgraded util-linux
> to version 2.22.
>
> My working partition is formatted in xfs. I tried using UUID, but during the
> boot process I get a message: "mounting root file system in read-only
> mode...mount can't find UUID...." and the boot process stops. Cold restart is
> needed.
> There are no problems, if fstab uses /dev/sda1 instead of UUID. There are also
> no problems with an ext4 partition included in fstab using UUID.
>
> Could this be a bug ? Any hints how to proceed are welcome. I know,
> downgrading util-linux fix this, but it excludes also the gdisk activities.
> Thanks in advance,
> Edgar
>

Are you sure it's bug in util-linux? I'd add "ls 
/dev/disk/by-uuid/youruuid" before the "mount -o remount,rw /" somewhere 
in bootscripts just to check if the path exist. If it doesn't - which I 
doubt is the problem - you need to remount after udev has run (I believe 
udev handles by-uuid symlinks).
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to