Results 1 to 3 of 3

Thread: Unconfigured updates (will not boot)

  1. #1
    Join Date
    Apr 2009
    Beans
    281
    Distro
    Ubuntu 10.04 Lucid Lynx

    Unconfigured updates (will not boot)

    I Installed Ubuntu 9.10 yesterday on a new machine. I started the update manager before I went to bed, (over 300mb's of updates) This morning the computer was unresponsive to get the monitor to come out of sleep. Was forced to power down. I imagine it was at a point of configuring one of the first updates. Now when I try to boot this is what I get......

    udevadm trigger is not permitted while udev is unconfigured.
    udevadm settle is not permitted while udev is unconfigured.
    svgalib: cannot open /dev/mem.
    gave up waiting for root device. common problems:
    -boot args (cat /proc/cmdline)
    -check rootdelay= (did the system wait long enough?)
    -check root= (did the system wait for the right device?)
    -missing moduals (cat /proc/moduals; ls /dev)
    alert! /devdisk/by-uuid/ad41c29c-06fc-489b-9767-94ca0c637857 does not exist. dropping to a shell!


    busybox v1.13.3 (ubuntu 1:1.13.3-1ubuntu7) built in shell (ash)
    enter 'help' for a list of built in commands.

    (initramfs)

    Any help on how to go about configuring this would be great. thanx in advance.
    "If it ain't broken don't fix it", Just break it so you have to fix it!

    Dell Optiplex Gx270 P4 2.40 ghz 1.5 gb Nvidia GEforce 440 64 megs. (Lappy, Dell inspiron 1440 dual core 4 megs)

  2. #2
    Join Date
    Jan 2010
    Location
    /usr/share/your_fridge
    Beans
    1,534
    Distro
    Xubuntu 10.04 Lucid Lynx

    Re: Unconfigured updates (will not boot)

    As it is a newly installed machine, it will likely be simpler to reinstall.
    "Meddle not with roos; thou art crunchy and grasshopper-like" ※The SABRFL※

    Last edited by ubunterooster; 1 Minute ago

  3. #3
    Join Date
    Apr 2009
    Beans
    281
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Unconfigured updates (will not boot)

    Thats what i was thinking, just had everything configured how I like it. Did a bit of searching and found a resolution. Just had to boot up the live cd, make a mount point for my ubuntu install. And chroot to that.


    HTML Code:
    mkdir /media/newroot/
    mount /dev/hda2 /media/newroot/
    chroot /media/newroot/
    apt-get update
    apt-get upgrade
    When I got to the apt-get update command, it told me I had to manually run
    apt-get dpkg --configure -l. There was actually To options in that command. I appoligize, I cannot remember the other.

    Worked like a charm.
    "If it ain't broken don't fix it", Just break it so you have to fix it!

    Dell Optiplex Gx270 P4 2.40 ghz 1.5 gb Nvidia GEforce 440 64 megs. (Lappy, Dell inspiron 1440 dual core 4 megs)

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
  •