[opensuse] Mounting partition fails during unattended installs of 13.2
Hello everyone, I tried posting this on the forums but I didn't get a response. Hopefully one of you can help. 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) There are two partitions on the drive. A swap partition which mounts correctly and the ext4 partition which fails. I've also tried other file systems without success. Do any of you have any suggestions for either troubleshooting or fixing around this issue? Thank you, /Jeremy -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On 2014-12-09 14:41, Jeremy Falling wrote:
Mounting /dev/vda2 to /
Sorry, what is /dev/vda? I'm not familiar with that naming. /usr/src/linux/Documentation/devices.txt 112 block IBM iSeries virtual disk 0 = /dev/iseries/vda First virtual disk, whole disk 8 = /dev/iseries/vdb Second virtual disk, whole disk is that it? -- Cheers / Saludos, Carlos E. R. (from 13.1 x86_64 "Bottle" at Telcontar)
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
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
On 12/11/2014 11:56 AM, Jeremy Falling wrote:
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!
Wow, nice pitfall. Thanks for letting us know. Have a ncie day, Berny -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
participants (3)
-
Bernhard Voelker
-
Carlos E. R.
-
Jeremy Falling