Ubuntu 16.04.3 installs but won't boot

Clash Royale CLAN TAG#URR8PPP up vote
0
down vote
favorite
I have a Dell PowerEdge T130 with Ubuntu 16.04.03 LTS that won't boot. It had been working but failed to boot after a power failure.
If I boot the system from a flash drive into "Try Ubuntu without installing" mode I can access the sda disk fine. I'm able to fsck and mount it without any problems.
It has a single 1TB spinning drive. No RAID, UEFI or encryption. No dual-boot or anything, the whole disk is for Ubuntu.
When booting it gets to the grub page fine, then it reports
i8042 no controller found
Apparently that is just a spurious message; if I use edit in grub to have it boot in non-quiet mode it prints something like:
Begin: Running /scripts/local-block ... done.
....[repeats about 25 times]
Gave up waiting for root device
Alert UUID=02480..... not found
It then puts me into initramfs although I'm not able to type anything.
The UUID does match the one I see with blkid when I boot the flash drive.
I've tried reinstalling from the flash drive. Both with and without a separate /boot partition, and with and without LVM. The installation runs fine but the system won't boot. With LVM the local-block script prints something about ubuntu-vg not found (or maybe not active) each time it runs.
The Dell diagnostics run without error. I've updated to the latest BIOS and reset BIOS defaults. The drive shows up in BIOS and is set to AHCI, security freeze lock enabled and write cache disabled.
I ran boot-repair but it didn't help. http://paste.ubuntu.com/26536753
I tried adding rootdelay=90 to grub but it didn't help.
I also tried installing Fedora and Mint but they had the same problem.
Any ideas on how to fix this or what additional info I could collect?
boot
add a comment |Â
up vote
0
down vote
favorite
I have a Dell PowerEdge T130 with Ubuntu 16.04.03 LTS that won't boot. It had been working but failed to boot after a power failure.
If I boot the system from a flash drive into "Try Ubuntu without installing" mode I can access the sda disk fine. I'm able to fsck and mount it without any problems.
It has a single 1TB spinning drive. No RAID, UEFI or encryption. No dual-boot or anything, the whole disk is for Ubuntu.
When booting it gets to the grub page fine, then it reports
i8042 no controller found
Apparently that is just a spurious message; if I use edit in grub to have it boot in non-quiet mode it prints something like:
Begin: Running /scripts/local-block ... done.
....[repeats about 25 times]
Gave up waiting for root device
Alert UUID=02480..... not found
It then puts me into initramfs although I'm not able to type anything.
The UUID does match the one I see with blkid when I boot the flash drive.
I've tried reinstalling from the flash drive. Both with and without a separate /boot partition, and with and without LVM. The installation runs fine but the system won't boot. With LVM the local-block script prints something about ubuntu-vg not found (or maybe not active) each time it runs.
The Dell diagnostics run without error. I've updated to the latest BIOS and reset BIOS defaults. The drive shows up in BIOS and is set to AHCI, security freeze lock enabled and write cache disabled.
I ran boot-repair but it didn't help. http://paste.ubuntu.com/26536753
I tried adding rootdelay=90 to grub but it didn't help.
I also tried installing Fedora and Mint but they had the same problem.
Any ideas on how to fix this or what additional info I could collect?
boot
You may do better with 14.04 or maybe 16.04.1. Not sure of 16.04.3 also changed. The stock kernel of Ubuntu 17.04 is doing away with Direct Rendering Manager (DRM) support for a number of ancient graphics processors. 3Dfx Banshee/Voodoo3+, ATI Rage 128, Matrox G200/G400, SIS, VIA, and Savage hardware This was done because they expose insecure APIs to user-space. bugs.launchpad.net/ubuntu/+source/linux/+bug/1680276
â oldfred
Feb 7 at 22:58
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I have a Dell PowerEdge T130 with Ubuntu 16.04.03 LTS that won't boot. It had been working but failed to boot after a power failure.
If I boot the system from a flash drive into "Try Ubuntu without installing" mode I can access the sda disk fine. I'm able to fsck and mount it without any problems.
It has a single 1TB spinning drive. No RAID, UEFI or encryption. No dual-boot or anything, the whole disk is for Ubuntu.
When booting it gets to the grub page fine, then it reports
i8042 no controller found
Apparently that is just a spurious message; if I use edit in grub to have it boot in non-quiet mode it prints something like:
Begin: Running /scripts/local-block ... done.
....[repeats about 25 times]
Gave up waiting for root device
Alert UUID=02480..... not found
It then puts me into initramfs although I'm not able to type anything.
The UUID does match the one I see with blkid when I boot the flash drive.
I've tried reinstalling from the flash drive. Both with and without a separate /boot partition, and with and without LVM. The installation runs fine but the system won't boot. With LVM the local-block script prints something about ubuntu-vg not found (or maybe not active) each time it runs.
The Dell diagnostics run without error. I've updated to the latest BIOS and reset BIOS defaults. The drive shows up in BIOS and is set to AHCI, security freeze lock enabled and write cache disabled.
I ran boot-repair but it didn't help. http://paste.ubuntu.com/26536753
I tried adding rootdelay=90 to grub but it didn't help.
I also tried installing Fedora and Mint but they had the same problem.
Any ideas on how to fix this or what additional info I could collect?
boot
I have a Dell PowerEdge T130 with Ubuntu 16.04.03 LTS that won't boot. It had been working but failed to boot after a power failure.
If I boot the system from a flash drive into "Try Ubuntu without installing" mode I can access the sda disk fine. I'm able to fsck and mount it without any problems.
It has a single 1TB spinning drive. No RAID, UEFI or encryption. No dual-boot or anything, the whole disk is for Ubuntu.
When booting it gets to the grub page fine, then it reports
i8042 no controller found
Apparently that is just a spurious message; if I use edit in grub to have it boot in non-quiet mode it prints something like:
Begin: Running /scripts/local-block ... done.
....[repeats about 25 times]
Gave up waiting for root device
Alert UUID=02480..... not found
It then puts me into initramfs although I'm not able to type anything.
The UUID does match the one I see with blkid when I boot the flash drive.
I've tried reinstalling from the flash drive. Both with and without a separate /boot partition, and with and without LVM. The installation runs fine but the system won't boot. With LVM the local-block script prints something about ubuntu-vg not found (or maybe not active) each time it runs.
The Dell diagnostics run without error. I've updated to the latest BIOS and reset BIOS defaults. The drive shows up in BIOS and is set to AHCI, security freeze lock enabled and write cache disabled.
I ran boot-repair but it didn't help. http://paste.ubuntu.com/26536753
I tried adding rootdelay=90 to grub but it didn't help.
I also tried installing Fedora and Mint but they had the same problem.
Any ideas on how to fix this or what additional info I could collect?
boot
boot
edited Feb 8 at 19:22
asked Feb 7 at 22:15
J Prescott
63
63
You may do better with 14.04 or maybe 16.04.1. Not sure of 16.04.3 also changed. The stock kernel of Ubuntu 17.04 is doing away with Direct Rendering Manager (DRM) support for a number of ancient graphics processors. 3Dfx Banshee/Voodoo3+, ATI Rage 128, Matrox G200/G400, SIS, VIA, and Savage hardware This was done because they expose insecure APIs to user-space. bugs.launchpad.net/ubuntu/+source/linux/+bug/1680276
â oldfred
Feb 7 at 22:58
add a comment |Â
You may do better with 14.04 or maybe 16.04.1. Not sure of 16.04.3 also changed. The stock kernel of Ubuntu 17.04 is doing away with Direct Rendering Manager (DRM) support for a number of ancient graphics processors. 3Dfx Banshee/Voodoo3+, ATI Rage 128, Matrox G200/G400, SIS, VIA, and Savage hardware This was done because they expose insecure APIs to user-space. bugs.launchpad.net/ubuntu/+source/linux/+bug/1680276
â oldfred
Feb 7 at 22:58
You may do better with 14.04 or maybe 16.04.1. Not sure of 16.04.3 also changed. The stock kernel of Ubuntu 17.04 is doing away with Direct Rendering Manager (DRM) support for a number of ancient graphics processors. 3Dfx Banshee/Voodoo3+, ATI Rage 128, Matrox G200/G400, SIS, VIA, and Savage hardware This was done because they expose insecure APIs to user-space. bugs.launchpad.net/ubuntu/+source/linux/+bug/1680276
â oldfred
Feb 7 at 22:58
You may do better with 14.04 or maybe 16.04.1. Not sure of 16.04.3 also changed. The stock kernel of Ubuntu 17.04 is doing away with Direct Rendering Manager (DRM) support for a number of ancient graphics processors. 3Dfx Banshee/Voodoo3+, ATI Rage 128, Matrox G200/G400, SIS, VIA, and Savage hardware This was done because they expose insecure APIs to user-space. bugs.launchpad.net/ubuntu/+source/linux/+bug/1680276
â oldfred
Feb 7 at 22:58
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
0
down vote
accepted
Based on the answer to Gave up waiting for root device. Ubuntu 16.04 I tried burning a DVD rather than using the USB.
This worked fine. After reinstalling from the DVD the system works and boots fine.
I don't understand why DVD vs USB should manifest itself this way but the system is now working.
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
accepted
Based on the answer to Gave up waiting for root device. Ubuntu 16.04 I tried burning a DVD rather than using the USB.
This worked fine. After reinstalling from the DVD the system works and boots fine.
I don't understand why DVD vs USB should manifest itself this way but the system is now working.
add a comment |Â
up vote
0
down vote
accepted
Based on the answer to Gave up waiting for root device. Ubuntu 16.04 I tried burning a DVD rather than using the USB.
This worked fine. After reinstalling from the DVD the system works and boots fine.
I don't understand why DVD vs USB should manifest itself this way but the system is now working.
add a comment |Â
up vote
0
down vote
accepted
up vote
0
down vote
accepted
Based on the answer to Gave up waiting for root device. Ubuntu 16.04 I tried burning a DVD rather than using the USB.
This worked fine. After reinstalling from the DVD the system works and boots fine.
I don't understand why DVD vs USB should manifest itself this way but the system is now working.
Based on the answer to Gave up waiting for root device. Ubuntu 16.04 I tried burning a DVD rather than using the USB.
This worked fine. After reinstalling from the DVD the system works and boots fine.
I don't understand why DVD vs USB should manifest itself this way but the system is now working.
answered Feb 8 at 19:28
J Prescott
63
63
add a comment |Â
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1004032%2fubuntu-16-04-3-installs-but-wont-boot%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
You may do better with 14.04 or maybe 16.04.1. Not sure of 16.04.3 also changed. The stock kernel of Ubuntu 17.04 is doing away with Direct Rendering Manager (DRM) support for a number of ancient graphics processors. 3Dfx Banshee/Voodoo3+, ATI Rage 128, Matrox G200/G400, SIS, VIA, and Savage hardware This was done because they expose insecure APIs to user-space. bugs.launchpad.net/ubuntu/+source/linux/+bug/1680276
â oldfred
Feb 7 at 22:58