On 12/09/2014 02:41 PM, Jeremy Falling wrote:
I'm running into an interesting issue when I attempt unattended installs of 13.2 that did not occur under earlier versions of openSUSE. Regardless if I use my autoyast config or the autoinst.xml from a manual install I get the following error:
Failure occurred during the following action: Mounting /dev/vda2 to /
System error code was: -3003
/bin/mount -t ext4 -o acl,user_xattr '/dev/vda2' '/mnt': /bin/mount: /usr/lib64/libmount.so.1: version 'MOUNT_2.25' not found (required by /bin/mount)
That's strange. This sounds like mount was using an older libmount1 package. What installation medium is used in this unattended case? The network DVD? Can you get /usr/lib64/libmount.so.1 and find the symbols with 'strings libmount.so.1 | grep MOUNT_'? If it was a DVD boot, then my guess is that the medium is corrupt. Have a nice day, Berny -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org