Results 1 to 10 of 21

Thread: udevadm trigger is not premitted while udev is unconfigured.

Hybrid View

  1. #1
    Join Date
    Oct 2009
    Location
    Latvia
    Beans
    7

    Re: udevadm trigger is not permitted while udev is unconfigured.

    Yess!!! I solved my problem with this thread: http://ubuntuforums.org/showthread.php?t=433710

    1. Boot LiveCD
    2. create /media/newroot/ and mount / on HD to it (in my case/dev/sda5)
    Code:
    mkdir /media/newroot/
    mount /dev/sda5 /media/newroot/
    3. chroot to /media/newroot/
    Code:
    chroot /media/newroot/
    4. update and dist-upgrade
    Code:
    apt-get update
    apt-get dist-upgrade
    Last edited by Andrux101; October 9th, 2009 at 10:31 PM.

  2. #2
    Join Date
    Apr 2010
    Beans
    19

    Angry Another Unhappy Person

    Quote Originally Posted by Andrux101 View Post
    Yess!!! I solved my problem with this thread: http://ubuntuforums.org/showthread.php?t=433710

    1. Boot LiveCD
    2. create /media/newroot/ and mount / on HD to it (in my case/dev/sda5)
    Code:
    mkdir /media/newroot/
    mount /dev/sda5 /media/newroot/
    3. chroot to /media/newroot/
    Code:
    chroot /media/newroot/
    4. update and dist-upgrade
    Code:
    apt-get update
    apt-get dist-upgrade
    I tried doing this, and I am still struggling with things over here. If you are rather new to Linux (like me), then I might suggest copy-pasting the code in to your terminal by CTRL C and then right-click-pasting in to your terminal. I could never get the
    Code:
    sudo chroot /media/newroot/
    to work and got the following message:

    Code:
    root@ubuntu:/home/ubuntu# chroot /media/newroot/
    chroot: cannot run command `/bin/bash': No such file or directory
    I tried proceeding with the updates only to find the same error once again when booting up.

    Grrr. Maybe that's a little too much of an understatement to describe my frustration at Linux right now. Why would you release a buggy kernel update??

  3. #3
    Join Date
    Jul 2007
    Beans
    7

    Smile Re: udevadm trigger is not premitted while udev is unconfigured.

    Andrux101's trick did it for me!

    As mentioned before, also check out this thread, especially the last post by skrat:

    http://ubuntuforums.org/showthread.php?t=433710
    Last edited by Exvin; September 27th, 2010 at 06:15 AM.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •