Announcement

Collapse
No announcement yet.

Kubuntu won't boot after power failure

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Kubuntu won't boot after power failure

    Hello,

    I have Kubuntu 12.04 installed on a Dell Studio 1537 laptop, which is prone to occasionally overheating and turning itself off. This has happened a few times before, but without consequence. Yesterday, this happened and I haven't been able to boot since. Some updates were being installed at the time of the crash.

    The GRUB menu appears as normal, but none of the options (normal or recovery, or any of the kernels listed) will boot. The dots on the boot screen continue to move indefinitely (I've left it booting for over an hour) but the hard disk access light turns off after a short while and nothing else seems to happen. The system will then not respond to anything except turning the power off. I have a Windows dual boot which works normally, and a bootable Tinycore usb stick. I don't have a live CD, but I can make one if necessary. The following debugs are from attempting to boot in recovery mode (kernel 3.2.0-27-generic):-

    /var/log/boot.log
    "Begin: Loading essential drivers ... done.
    Begin: Running /scripts/init-premount ... done.
    Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done.
    Begin: Running /scripts/local-premount ... done.
    Begin: Running /scripts/local-bottom ... done.
    done.
    Begin: Running /scripts/init-bottom ... done.
    fsck from util-linux 2.20.1
    udevd[432]: unknown key 'BUS' in /etc/udev/rules.d/70-lego.rules:2


    udevd[432]: invalid rule '/etc/udev/rules.d/70-lego.rules:2'


    udevd[432]: unknown key 'BUS' in /etc/udev/rules.d/70-lego.rules:3


    udevd[432]: invalid rule '/etc/udev/rules.d/70-lego.rules:3'


    /dev/sda5: clean, 913656/9003008 files, 31369360/35985592 blocks (check deferred; on battery)
    * Starting bluetooth daemon?[154G[ OK ]
    * Starting CUPS printing spooler/server?[154G[ OK ]"

    (when attempting to boot, there is a pause after "Begin: Running /scripts/init-bottom ... done.")

    /var/log/syslog
    (attached)

    I don't know if this information will be useful, but if anyone has any suggestions as to what I could do, then that would be greatly appreciated. (Sorry if I have posted in the wrong forum)

    Thanks,
    Scrasun
    Attached Files

    #2
    Try booting a livecd and completing the update from there.

    To do this
    1) Boot the livecd
    2) Mount the root partition (and any other partitions that matter)
    3) Bind mount /dev and /proc and /sys to the mounted root (ie, sudo mount --bind /dev /path/to/root/dev)
    4) Copy /etc/resolve.conf to the root partition/etc
    5) Chroot into the mounted root (sudo chroot /path/to/root)
    6) Try to continue the update

    Comment

    Working...
    X