System won't boot anymore after software update

ojii

I'm using Ubuntu 15.10 (64bit) and after the apt-get updates from yesterday it won't boot anymore. It goes from the BIOS screen to black, back to BIOS.

I've booted into Boot Repair from an USB stick and got this output: http://paste.ubuntu.com/16975693/

Here's my partition layout: enter image description here

Running the automated repair tool didn't fix the issue, what can I do?

Amir

I think grub failed to update properly after the apt updates. Now that boot repair can't fix it for you, you need to fix it manually. Your boot-repair info shows three drives: sda, sdb and sdc. You need to find out where you installed ubuntu. If it's sda, be sure to use that for all the commands mentioned below.

  1. Boot your computer from the Ubuntu DVD (of from a Live USB with Ubuntu on it). Select "Try Ubuntu (without installing)". Only use the DVD of the Ubuntu version that you wish to repair. So for 15.10, use the DVD of 15.10.
  2. Now you need to find out what's the name (and the partition number) of the root partition (the partition on which your Ubuntu has been installed). Check this with the application Gparted Partition Editor. Gparted is present both on the Ubuntu DVD and on the Linux Mint DVD.

Tip: the root partition of your Ubuntu will usually be formatted in EXT4. The EFI partition wil probably be formatted in FAT32, and it'll have the boot flag. On my computer, the Ubuntu root partition is called sda5. For the sake of clarity I'll use that situation in the rest of the how-to.

  1. Launch a terminal window.

  2. Copy/paste the following command line into the terminal (you can copy/paste with a right-click of the mouse): sudo mount /dev/sda5 /mnt Note: only if Ubuntu is on sda5! Change the number according to your situation. ....and press Enter. This mounts the Ubuntu root partition on the hard drive.

  3. Copy/paste this command line into the terminal: sudo grub-install /dev/sda --root-directory=/mnt

....and press Enter. This installs Grub. Note: definitely use copy/paste and do not type this command by hand! Many people forget to type essential spaces in this command. Note: you might get the following harmless error report: grub probe: error: failed to get canonical path of /cow Installation finished. No error reported. This grub probe error is harmless, and all should be well.

  1. Now type in the terminal: sudo reboot ....and press Enter.

This should work! You will find more grub related info on this link.

이 기사는 인터넷에서 수집됩니다. 재 인쇄 할 때 출처를 알려주십시오.

침해가 발생한 경우 연락 주시기 바랍니다[email protected] 삭제

에서 수정
0

몇 마디 만하겠습니다

0리뷰
로그인참여 후 검토

관련 기사

분류에서Dev

Ubuntu Won't boot after Bootcamp Expansion

분류에서Dev

VLC - YouTube videos won't play anymore

분류에서Dev

Android Studio won't mark problems anymore

분류에서Dev

Ubuntu installation on USB 3.0 key won't boot on other system

분류에서Dev

Debian 9.1 won't boot after dist-upgrade

분류에서Dev

Ubuntu server 16.04 won't boot after installation

분류에서Dev

Some desktop environments don't work anymore after system changes (reusing `/home` in new install)

분류에서Dev

WooCommerce cart quantity won't change after cart update

분류에서Dev

Converted disk to GPT, can't boot anymore

분류에서Dev

No touchpad after 15.10 software update?

분류에서Dev

iscsi won't start at boot

분류에서Dev

Can't login to my Ubuntu 14.04 after system update

분류에서Dev

Windows 7 won't boot after editing Windows loader partition with GParted

분류에서Dev

Drive won't boot from its Grub, but will from another drive's Grub, after cloning, why?

분류에서Dev

Computer won't boot into Windows 7 after hibernation with USB flash drive

분류에서Dev

After mounting new hard drive, Ubuntu won't boot, only presents grey screen

분류에서Dev

Ubuntu 16.04 won't boot after AMD Radeon (radeon VCE init error -22)

분류에서Dev

Grub menu won't show up after updating Ubuntu, can boot only into Windows

분류에서Dev

React Native ListView won't update on sorting or after retrieving new data

분류에서Dev

VM doesn't work anymore after umount an lv

분류에서Dev

After cascading two routers, can't connect to the second anymore

분류에서Dev

Computer won't boot without external hard drive (now won't boot at all "Boot Device Not Found")

분류에서Dev

Ways to refresh a Backbone application after a software update

분류에서Dev

Hang after update the software center in ubuntu 14.05

분류에서Dev

Debian won't boot - Loading initial ramdisk

분류에서Dev

Windows 10 won't boot to safe mode

분류에서Dev

BIOS seems to be broken and won't boot into anything

분류에서Dev

A Windows DLL stored on Debian, then downloaded back to Windows won’t work anymore

분류에서Dev

My update queries won't work

Related 관련 기사

  1. 1

    Ubuntu Won't boot after Bootcamp Expansion

  2. 2

    VLC - YouTube videos won't play anymore

  3. 3

    Android Studio won't mark problems anymore

  4. 4

    Ubuntu installation on USB 3.0 key won't boot on other system

  5. 5

    Debian 9.1 won't boot after dist-upgrade

  6. 6

    Ubuntu server 16.04 won't boot after installation

  7. 7

    Some desktop environments don't work anymore after system changes (reusing `/home` in new install)

  8. 8

    WooCommerce cart quantity won't change after cart update

  9. 9

    Converted disk to GPT, can't boot anymore

  10. 10

    No touchpad after 15.10 software update?

  11. 11

    iscsi won't start at boot

  12. 12

    Can't login to my Ubuntu 14.04 after system update

  13. 13

    Windows 7 won't boot after editing Windows loader partition with GParted

  14. 14

    Drive won't boot from its Grub, but will from another drive's Grub, after cloning, why?

  15. 15

    Computer won't boot into Windows 7 after hibernation with USB flash drive

  16. 16

    After mounting new hard drive, Ubuntu won't boot, only presents grey screen

  17. 17

    Ubuntu 16.04 won't boot after AMD Radeon (radeon VCE init error -22)

  18. 18

    Grub menu won't show up after updating Ubuntu, can boot only into Windows

  19. 19

    React Native ListView won't update on sorting or after retrieving new data

  20. 20

    VM doesn't work anymore after umount an lv

  21. 21

    After cascading two routers, can't connect to the second anymore

  22. 22

    Computer won't boot without external hard drive (now won't boot at all "Boot Device Not Found")

  23. 23

    Ways to refresh a Backbone application after a software update

  24. 24

    Hang after update the software center in ubuntu 14.05

  25. 25

    Debian won't boot - Loading initial ramdisk

  26. 26

    Windows 10 won't boot to safe mode

  27. 27

    BIOS seems to be broken and won't boot into anything

  28. 28

    A Windows DLL stored on Debian, then downloaded back to Windows won’t work anymore

  29. 29

    My update queries won't work

뜨겁다태그

보관