Page 2 of 7 FirstFirst 1234 ... LastLast
Results 11 to 20 of 62

Thread: Interrupted update to 11.10, now computer wont boot. fix?

  1. #11
    Join Date
    Sep 2011
    Beans
    51

    Re: Interrupted update to 11.10, now computer wont boot. fix?

    uh. do i just paste that in?
    sorry i'm a newb, recently introduced to linux

  2. #12
    Join Date
    Sep 2011
    Beans
    51

    Re: Interrupted update to 11.10, now computer wont boot. fix?

    Here is what i got after "sudo e2fsck -fyv /dev/sda1"

    sudo e2fsck -fyv /dev/sda1
    e2fsck 1.41.14 (22-Dec-2010)
    Pass 1: Checking inodes, blocks, and sizes
    Pass 2: Checking directory structure
    Pass 3: Checking directory connectivity
    Pass 4: Checking reference counts
    Pass 5: Checking group summary information

    207322 inodes used (16.54%)
    329 non-contiguous files (0.2%)
    174 non-contiguous directories (0.1%)
    # of inodes with ind/dind/tind blocks: 0/0/0
    Extent depth histogram: 177456/153
    1900719 blocks used (38.01%)
    0 bad blocks
    2 large files

    145021 regular files
    28751 directories
    59 character device files
    26 block device files
    0 fifos
    0 links
    33449 symbolic links (29611 fast symbolic links)
    7 sockets
    --------
    207313 files


  3. #13
    Join Date
    Sep 2011
    Beans
    51

    Re: Interrupted update to 11.10, now computer wont boot. fix?

    BTW Thanks to all of you for replying so quickly!
    I've never seen a more helpful community.

  4. #14
    Join Date
    Jun 2010
    Location
    Rockport, TX
    Beans
    2,283
    Distro
    Ubuntu Development Release

    Re: Interrupted update to 11.10, now computer wont boot. fix?

    Quote Originally Posted by PFactorial View Post
    uh. do i just paste that in?
    sorry i'm a newb, recently introduced to linux
    Try it this way
    Code:
    /dev/sda1 /               ext4    relatime,errors=remount-ro 0       1

  5. #15
    Join Date
    Jan 2007
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Interrupted update to 11.10, now computer wont boot. fix?

    Quote Originally Posted by PFactorial View Post
    "aufs / aufs rw 0 0
    tmpfs /tmp tmpfs nosuid,nodev 0 0"

    That's the contents of /etc/fstab/
    i'm pretty sure my hard drive is on sda1.
    That is not the content of your installed version of fstab. To view or modify your fstab, you have to mount the Ubuntu partition first. If Ubuntu is on sda1, you would:
    Code:
    sudo mount /dev/sda1 /mnt
    gksu gedit /mnt/etc/fstab
    I don't think your fstab is the problem, but that is how you would access it.

    While you have the Ubuntu partition mounted, you can also try to edit the Grub menu. There are some settings in the menuentry that set the video mode, and there is a problem with at least one of them. The symptoms don't exactly match your problem, but it won't hurt to try changing them.

    With the Ubuntu partition still mounted, open the Grub configuration file:
    Code:
    gksu gedit /mnt/boot/grub/grub.cfg
    Find this line and change it to this. In Grub 1.99 it's about line 46. Do not run 'update-grub'.

    set gfxmode=<some value or 'auto'>
    set gfxmode=640x480
    Next find your first 'menuentry' and the two lines below it:
    menuentry 'Ubuntu, with Linux <kernel version>' --class ubuntu --class gnu-linux --class gnu --class os {
    recordfail
    set gfxpayload=$linux_gfx_mode
    Change the last line to:
    set gfxpayload=text
    Save the file and try rebooting.

    If it works we will make the changes permanent.
    Last edited by drs305; October 24th, 2011 at 01:10 PM.
    Back to Xorg...

    Retired.

  6. #16
    Join Date
    Sep 2011
    Beans
    51

    Re: Interrupted update to 11.10, now computer wont boot. fix?

    Quote Originally Posted by cbowman57 View Post
    Try it this way
    Code:
    /dev/sda1 /               ext4    relatime,errors=remount-ro 0       1
    So do I paste that in?

  7. #17
    Join Date
    Sep 2011
    Beans
    51

    Re: Interrupted update to 11.10, now computer wont boot. fix?

    Quote Originally Posted by drs305 View Post
    That is not the content of your installed version of fstab. To view or modify your fstab, you have to mount the Ubuntu partition first. If Ubuntu is on sda1, you would:
    Code:
    sudo mount /dev/sda1 /mnt
    gksu gedit /mnt/etc/fstab
    I don't think your fstab is the problem, but that is how you would access it.
    Oh. Right. This is the Ubuntu partition's fstab:
    Code:
     # /etc/fstab: static file system information.
    #
    # Use 'blkid -o value -s UUID' to print the universally unique identifier
    # for a device; this may be used with UUID= as a more robust way to name
    # devices that works even if disks are added and removed. See fstab(5).
    #
    # <file system> <mount point>   <type>  <options>       <dump>  <pass>
    proc            /proc           proc    nodev,noexec,nosuid 0       0
    # / was on /dev/sda1 during installation
    UUID=3ac9c069-613f-4065-90d0-8553f5b6049b /               ext4    errors=remount-ro 0       1

  8. #18
    Join Date
    Sep 2011
    Beans
    51

    Re: Interrupted update to 11.10, now computer wont boot. fix?

    Okay, so I replaced
    UUID=3ac9c069-613f-4065-90d0-8553f5b6049b / ext4 errors=remount-ro 0
    with this:
    /dev/sda1 / ext4 relatime,errors=remount-ro 0 1
    and got this error message:
    Code:
    init : ureadahead main process (262) terminated with status 5

  9. #19
    Join Date
    Sep 2011
    Beans
    51

    Re: Interrupted update to 11.10, now computer wont boot. fix?

    BTW it doesnt flash anymore. It just displays "Cannot display this video mode" with no "going idle"s or spazzes of yellow light

  10. #20
    Join Date
    Sep 2011
    Beans
    51

    Re: Interrupted update to 11.10, now computer wont boot. fix?

    So do I change it back or do I leave fstab like that?

Page 2 of 7 FirstFirst 1234 ... LastLast

Tags for this Thread

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
  •