Ubuntu won't boot after upgrade from 15.04 to 15.10

Dan

After upgrading my ubuntu server 15.04 to 15.10, it won't boot anymore. After starting the machine, it enters the BIOS. Selecting the linux drive to boot in UEFI mode just returns me back to the BIOS main menu instantly. Selecting it to boot in non-UEFI mode nets me a black screen with blinking curser.

Boot Repair tells me that grub (and everything else it might be checking) is in order.

The Ubuntu system is installed as UEFI and is the only OS present on this machine. The exact same thing happened on the previous release upgrade, at which point I just reinstalled Ubuntu get get stuff going again. Seeing as this might be a recurrent problem on my machine, I would be happy about any pointers as to where I could look for the source of the problem.

I am running this on an ASUS Motherboard, AMD CPU, Ubuntu Partition on a USB3 external HDD.

Big thanks in advance to any and all that might be able to shed some light on this.

cl-netbox

Maybe something went wrong when it came to installing the boot loader.

Reinstall the GRUB bootloader to your Ubuntu installation in UEFI mode.

Boot from the Ubuntu install media - execute the following commands :

sudo mount /dev/sd*** /mnt
sudo mount /dev/sd** /mnt/boot/efi
for i in /dev /dev/pts /proc /sys /run; do sudo mount -B $i /mnt$i; done
sudo chroot /mnt
grub-install /dev/sd*
update-grub  

Note : sd* = disk | sd** = efi partition | sd*** = system partition

To identify disks and partitions you can use any Linux Live (DVD/USB) media containing (g)parted.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Ubuntu won't boot after kernel upgrade

From Dev

Ubuntu won't boot after upgrade from 15.04 to 15.10

From Dev

After upgrade from 64bit Ubuntu 16.10 to 17.04 the laptop won't boot

From Dev

Ubuntu 12.10 won't boot after Nvidia drivers upgrade

From Dev

Ubuntu 12.10 won't boot after Nvidia drivers upgrade

From Dev

won't boot after upgrade from 12.04 to 12.10

From Dev

Ubuntu is extremely slow 15 min AFTER boot

From Dev

Ubuntu is extremely slow 15 min AFTER boot

From Dev

Ubuntu 16.04 won't boot when installed after Windows 10

From Dev

Ubuntu 16.04 won't boot when installed after Windows 10

From Dev

System won't boot after 20.04 upgrade

From Dev

VMware won't work after Ubuntu Upgrade

From Dev

Ubuntu won't start after 15.10 upgrade

From Dev

Ubuntu freezes after resume from suspend/hibernate in 10-15 sec

From Java

Spring Boot app won't start after upgrade from SB 2.2.7 to SB 2.3.0

From Dev

Spring Boot app won't start after upgrade from SB 2.2.7 to SB 2.3.0

From Dev

Ubuntu Won't boot after Bootcamp Expansion

From Dev

Ubuntu Won't boot after Bootcamp Expansion

From Dev

Ubuntu Won't Boot after Installation

From Dev

Error installing ubuntu server 14:04 / 15:04

From Dev

fstab won't mount SMB/CIFS share in Ubuntu 14.04 (after upgrade from 12.04 LTS)

From Dev

Why won't Banshee import most of my music collection from Rythmbox after upgrade to Ubuntu 11.04?

From Dev

Linux Mint 17.1 Won't Boot after BIOS Upgrade

From Dev

fedora 24 won't boot after dnf upgrade

From Dev

Debian 9.1 won't boot after dist-upgrade

From Dev

Won't boot after upgrade 18.04, encrypted swap

From Dev

Ubuntu 18.04 won't start after dual boot installation with Windows 10

From Dev

Ubuntu won't load after dual-boot alongside with Windows 10 and after having set the boot order with efibootmgr

From Dev

MariaDB won't start after upgrade to Ubuntu 16.04

Related Related

  1. 1

    Ubuntu won't boot after kernel upgrade

  2. 2

    Ubuntu won't boot after upgrade from 15.04 to 15.10

  3. 3

    After upgrade from 64bit Ubuntu 16.10 to 17.04 the laptop won't boot

  4. 4

    Ubuntu 12.10 won't boot after Nvidia drivers upgrade

  5. 5

    Ubuntu 12.10 won't boot after Nvidia drivers upgrade

  6. 6

    won't boot after upgrade from 12.04 to 12.10

  7. 7

    Ubuntu is extremely slow 15 min AFTER boot

  8. 8

    Ubuntu is extremely slow 15 min AFTER boot

  9. 9

    Ubuntu 16.04 won't boot when installed after Windows 10

  10. 10

    Ubuntu 16.04 won't boot when installed after Windows 10

  11. 11

    System won't boot after 20.04 upgrade

  12. 12

    VMware won't work after Ubuntu Upgrade

  13. 13

    Ubuntu won't start after 15.10 upgrade

  14. 14

    Ubuntu freezes after resume from suspend/hibernate in 10-15 sec

  15. 15

    Spring Boot app won't start after upgrade from SB 2.2.7 to SB 2.3.0

  16. 16

    Spring Boot app won't start after upgrade from SB 2.2.7 to SB 2.3.0

  17. 17

    Ubuntu Won't boot after Bootcamp Expansion

  18. 18

    Ubuntu Won't boot after Bootcamp Expansion

  19. 19

    Ubuntu Won't Boot after Installation

  20. 20

    Error installing ubuntu server 14:04 / 15:04

  21. 21

    fstab won't mount SMB/CIFS share in Ubuntu 14.04 (after upgrade from 12.04 LTS)

  22. 22

    Why won't Banshee import most of my music collection from Rythmbox after upgrade to Ubuntu 11.04?

  23. 23

    Linux Mint 17.1 Won't Boot after BIOS Upgrade

  24. 24

    fedora 24 won't boot after dnf upgrade

  25. 25

    Debian 9.1 won't boot after dist-upgrade

  26. 26

    Won't boot after upgrade 18.04, encrypted swap

  27. 27

    Ubuntu 18.04 won't start after dual boot installation with Windows 10

  28. 28

    Ubuntu won't load after dual-boot alongside with Windows 10 and after having set the boot order with efibootmgr

  29. 29

    MariaDB won't start after upgrade to Ubuntu 16.04

HotTag

Archive