[Bug 358654] Re: udevadm trigger is not permitted while udev is unconfigured
Hieratical
358654 at bugs.launchpad.net
Thu Oct 21 04:27:46 UTC 2010
Hi there. I just had this issue when updating my 10.10 UNE install. So
it should be marked for Meerkat as well.
I fixed it using the sequence below:
sudo -i
# create a target mount point
mkdir /mnt/target
# mount root
mount /dev/sda5 /mnt/target
# into Meerkat
chroot /mnt/target/
# update
dpkg --configure -a
# done
reboot
which is basically the sequence found in this post:
http://ubuntuforums.org/showpost.php?p=8079302&postcount=12
--
udevadm trigger is not permitted while udev is unconfigured
https://bugs.launchpad.net/bugs/358654
You received this bug notification because you are a member of Kernel
Bugs, which is subscribed to linux in ubuntu.
More information about the kernel-bugs
mailing list