How do you get 16.04 to boot?
Ralf Mardorf
silver.bullet at zoho.com
Sun Jul 2 11:46:20 UTC 2017
On Sun, 2 Jul 2017 12:42:45 +0200, Liam Proven wrote:
>Is this a clean copy, or an upgrade?
Maybe a release upgrade?
Take a look at
https://serverfault.com/questions/778198/systemd-not-working-after-ubuntu-14-04-to-16-04-upgrade
Before you run the following commands, wait for another reply from the
list, from somebody who verified my hints, to ensure I didn't make a
mistake by accident.
Even if it wasn't a release upgrade, run
sudo apt clean
sudo apt update
sudo apt install --fix-broken
sudo apt --reinstall install systemd-sysv ubuntu-standard
sudo apt full-upgrade
if this shouldn't work try running
sudo apt autoremove
sudo apt update
sudo apt install --fix-broken
sudo apt --reinstall install systemd-sysv ubuntu-standard
sudo apt full-upgrade
if this shouldn't work, ensure that no third party packages are
installed and no packages are held.
For testing purpose you simply could move away (don't delete it)
your /etc/apt/sources.list and copy the repositories I'm using, to edit
a new /etc/apt/sources.list.
grep -v "#" /etc/apt/sources.list
deb http://de.archive.ubuntu.com/ubuntu/ xenial main restricted
deb-src http://de.archive.ubuntu.com/ubuntu/ xenial main restricted
deb http://de.archive.ubuntu.com/ubuntu/ xenial-updates main restricted
deb-src http://de.archive.ubuntu.com/ubuntu/ xenial-updates main restricted
deb http://de.archive.ubuntu.com/ubuntu/ xenial universe
deb-src http://de.archive.ubuntu.com/ubuntu/ xenial universe
deb http://de.archive.ubuntu.com/ubuntu/ xenial-updates universe
deb-src http://de.archive.ubuntu.com/ubuntu/ xenial-updates universe
deb http://de.archive.ubuntu.com/ubuntu/ xenial multiverse
deb-src http://de.archive.ubuntu.com/ubuntu/ xenial multiverse
deb http://de.archive.ubuntu.com/ubuntu/ xenial-updates multiverse
deb-src http://de.archive.ubuntu.com/ubuntu/ xenial-updates multiverse
deb http://de.archive.ubuntu.com/ubuntu/ xenial-backports main restricted universe multiverse
deb-src http://de.archive.ubuntu.com/ubuntu/ xenial-backports main restricted universe multiverse
deb http://security.ubuntu.com/ubuntu xenial-security main restricted
deb-src http://security.ubuntu.com/ubuntu xenial-security main restricted
deb http://security.ubuntu.com/ubuntu xenial-security universe
deb-src http://security.ubuntu.com/ubuntu xenial-security universe
deb http://security.ubuntu.com/ubuntu xenial-security multiverse
deb-src http://security.ubuntu.com/ubuntu xenial-security multiverse
Also move away any third party repository, if there should be one
in /etc/apt/sources.list.d/* .
grep -v "#" /etc/apt/sources.list.d/*
then run
sudo apt autoremove
sudo apt update
sudo apt install --fix-broken
sudo apt --reinstall --ignore-hold install systemd-sysv ubuntu-standard
sudo apt full-upgrade
Regards,
Ralf
PS: Similar issue, but vice versa, so be careful, respl. consider to make
a full backup, if you want to migrate permanently to upstart:
https://askubuntu.com/questions/760615/ubuntu-16-04lts-does-not-boot-after-package-upstart-sysv-is-installed
More information about the ubuntu-users
mailing list