Comment # 3 on bug 1095744 from
It looks like your old /etc/fstab has an entry for a device /tmp/raid with UUID
cbba09ca-9a13-4698-9b2d-ef923a41ceb9 that does not exist anymore on your disk.

2018-06-04 00:27:18 <1> hp460(3701) [Ruby] modules/RootPart.rb:901 fstab: 
...
$["file":"/tmp/raid", "freq":1, "mntops":"nofail", "passno":2,
"spec":"UUID=cbba09ca-9a13-4698-9b2d-ef923a41ceb9", "vfstype":"ext3"]]


Trying to mount that filesystem to check what it is fails (which is indeed a
valid bug), and this is what crashes the installation for you.

2018-06-04 00:27:26 <1> hp460(3701) [Ruby] modules/RootPart.rb:1116
mounting UUID=cbba09ca-9a13-4698-9b2d-ef923a41ceb9 to /tmp/raid

2018-06-04 00:27:26 <3> hp460(3701) [libstorage] BlkDevice.cc:49
THROW:     device not found,
name:UUID=cbba09ca-9a13-4698-9b2d-ef923a41ceb9

2018-06-04 00:27:26 <1> hp460(3701) [Ruby]
y2storage/devicegraph.rb:333
Device nil found by its libstorage-ng name
UUID=cbba09ca-9a13-4698-9b2d-ef923a41ceb9

SystemCmd.cc:186 SystemCmd Executing:
"/sbin/udevadm info 'UUID=cbba09ca-9a13-4698-9b2d-ef923a41ceb9'"

stderr:
Unknown device, --name=, --path=, or absolute path in /dev/ or /sys expected.

exit code: 4


You are receiving this mail because: