Page 2 of 2 FirstFirst 12
Results 11 to 13 of 13

Thread: No boot

  1. #11
    Join Date
    Jun 2008
    Beans
    25

    Re: No boot

    Hello, I am running into a problem simliar to this. I have had ubuntu installed for a few weeks now, and everything was working fine. I was playing a video game, talking to a friend on jabber (pidgin) and all of a sudden, the game freezes and things start to mess up. i tried opening the system manager, but got an error, so i tried to log out, but it wasn't working so I CTRL+ALT+BKSPACEd and then my computer completely froze. now when I try to boot up I get the same thing as the OP.

    So, i tried to boot in safe mode or whatever it is on the options under kernels and there are some lines about not being able to mount various things. a few of the lines:

    Code:
    mount: Mounting /dev/disk/by-uuid/7f6aaeb3-1ca7-4ada-aac8-f4e40d3020f5 on /root failed: Invalid argument
    Begin: Running /scripts/local-bottom ...
    Done.
    Done.
    Begin: Running /scripts/init-bottom ...
    mount: Mounting /root/dev on /dev/.static/dev failed: No such file or directory
    Done.
    mount: Mounting /sys on /root/sys failed: No such file or directory
    mount: Mounting /proc on /root/proc failed: No such file or direcotry
    Target filesystem doesn't have /sbin/init
    no part of that sounds particularly good to me. So I ran the lines suggested by ago.

    Code:
    cat /proc/cmdline
    root=uuid=7f6aaeb3-1ca7-4ada-aac8-f4e40d3020f5 ro single
    Code:
    cat /proc/mounts
    rootfs / rootfs rw 0 0
    none /sys sysfs rw,nosuid.nodev,noexec 0 0
    none /proc proc rw,nosuid,nodev,noexec 0 0
    udev /dev tmpfs rw,relatime 0 0
    fusect1 /sys/fs/fuse/connections fusect1 rw,relatime 0 0
    Code:
    cat /proc/parititions
    major minor  #blocks  name
    
       8     0   58605120 sda
       8     1   56163208 sda1
       8     2          1 sda2
       8     5    2441848 sda5
    i hope you guys can help me :downs:

  2. #12
    Join Date
    Jun 2008
    Beans
    25

    Re: No boot

    ah, i feel kinda stupid after i searched the forums and saw a lot of threads where ago gave the answers. apparently i have to run chdisk, which isnt something one can do from busybox as my harddrive isn't even mounted and the command isn't avaliable either. im downloading a knoppix disk on my sis's computer and going to see if i can use knoppix to fix the filesystem (which im guessing is the problem).

    i'll post again on how that goes.

  3. #13
    Join Date
    Feb 2005
    Beans
    5,138

    Re: No boot

    Yes if you hard reboot you have to run chkdsk /r from windows.
    PS You might have run out of disk space originally, check with df once you manage to boot.

Page 2 of 2 FirstFirst 12

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
  •