A start job is running for /dev/disk/by-uuid
by lattimro from LinuxQuestions.org on (#6GXXZ)
Hi Folks,
On OpenSUSE after an regular zypper upgrade the system can not boot due to:
"A start job is running for /dev/disk/by-uuid/287a2f71-d2d0-45d8-b300-82a19b18f1aa".
I chrooted into OpenSUSE and check UUID, looks OK to me. What else should I check?
Code:blkid|grep 287
/dev/sdc4: LABEL="Gecko" UUID="287a2f71-d2d0-45d8-b300-82a19b18f1aa" BLOCK_SIZE="4096" TYPE="ext4" PARTLABEL="GECKO" PARTUUID="bb235e2c-ac52-4149-b544-f02f39699641"/etc/fstab:
Code:grep 287 -r /etc/fstab
UUID=287a2f71-d2d0-45d8-b300-82a19b18f1aa / ext4 defaults,noatime 0 1check /dev/sdc4 for bad blocks and all clean
I can upgrade from chroot environment.
Thanks!
On OpenSUSE after an regular zypper upgrade the system can not boot due to:
"A start job is running for /dev/disk/by-uuid/287a2f71-d2d0-45d8-b300-82a19b18f1aa".
I chrooted into OpenSUSE and check UUID, looks OK to me. What else should I check?
Code:blkid|grep 287
/dev/sdc4: LABEL="Gecko" UUID="287a2f71-d2d0-45d8-b300-82a19b18f1aa" BLOCK_SIZE="4096" TYPE="ext4" PARTLABEL="GECKO" PARTUUID="bb235e2c-ac52-4149-b544-f02f39699641"/etc/fstab:
Code:grep 287 -r /etc/fstab
UUID=287a2f71-d2d0-45d8-b300-82a19b18f1aa / ext4 defaults,noatime 0 1check /dev/sdc4 for bad blocks and all clean
I can upgrade from chroot environment.
Thanks!