
I'm pxebooting and using a local mirror. Running strings libmount.so.1 | grep MOUNT_ gives: MOUNT_2.19 MOUNT_2.20 MOUNT_2.21 MOUNT_2.22 MOUNT_2.23 MOUNT_2.24 I tried using my autoyast config with the dvd and mount ran correctly. Running strings on the dvd version of libmount gives: MOUNT_2.19 MOUNT_2.20 MOUNT_2.21 MOUNT_2.22 MOUNT_2.23 Which got me thinking and I re-read the pxeboot docs. I updated my repo when 13.2 was released but forgot to update the pxeboot kernel or initrd. I grabbed the current version of both and now things work as they should! Berny, thank you for getting me to look in the right direction! Best regards, /Jeremy On Wed, Dec 10, 2014 at 12:11 AM, Bernhard Voelker <mail@bernhard-voelker.de> wrote:
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
-- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org