http://bugzilla.opensuse.org/show_bug.cgi?id=1080485 http://bugzilla.opensuse.org/show_bug.cgi?id=1080485#c11 --- Comment #11 from Martin Wilck <martin.wilck@suse.com> --- Could you try this: (https://mirrors.edge.kernel.org/pub/linux/utils/boot/dracut/dracut.html#debu...) # mkdir -p /run/initramfs/etc/cmdline.d # echo "rd.debug rd.break=pre-shutdown rd.break=shutdown" > /run/initramfs/etc/cmdline.d/debug.conf # touch /run/initramfs/.need_shutdown You should now be able to watch better what's going on.
remove ioctl on system-root failed
Once we're back in the initramfs, shutting down the root LV should work - unless it's still in use by some process. This is only a real problem if the situation persists (e.g. because a file system hasn't been unmounted). bug 1083392 is quite interesting in this respect. It seems to be quite common that such "remove ioctl" errors occur transiently, and succeed after a few retries. The error messages are printed nonetheless. If it's just that, we may want to simply silence the error message and only print a message after the last retry has failed. -- You are receiving this mail because: You are on the CC list for the bug.