F5F Stay Refreshed Software Operating Systems Infrequent Boot Issues on Ubuntu 20.04

Infrequent Boot Issues on Ubuntu 20.04

Infrequent Boot Issues on Ubuntu 20.04

S
Swederman
Junior Member
25
02-13-2017, 03:48 AM
#1
She’s using an outdated HP box running Ubuntu Linux. Sometimes it shows this particular error during startup, but it usually resolves after a reboot. She’s worried because she’s not very tech-savvy, and it makes her anxious. The machine has a Core 2 Quad processor, 4GB RAM, a Nvidia graphics card, and an SSD. There’s also an old sound card still installed. Another problem is it sometimes struggles to wake from sleep, though that might not be connected to the issue. Overall, despite its age, it seems to work fine.
S
Swederman
02-13-2017, 03:48 AM #1

She’s using an outdated HP box running Ubuntu Linux. Sometimes it shows this particular error during startup, but it usually resolves after a reboot. She’s worried because she’s not very tech-savvy, and it makes her anxious. The machine has a Core 2 Quad processor, 4GB RAM, a Nvidia graphics card, and an SSD. There’s also an old sound card still installed. Another problem is it sometimes struggles to wake from sleep, though that might not be connected to the issue. Overall, despite its age, it seems to work fine.

S
StyleTrick
Senior Member
744
02-13-2017, 07:21 AM
#2
I discovered this discussion online. It seems these issues are frequent and not too serious. There are also instructions on how to address them if you wish.
S
StyleTrick
02-13-2017, 07:21 AM #2

I discovered this discussion online. It seems these issues are frequent and not too serious. There are also instructions on how to address them if you wish.

C
CfuntimeMC
Member
221
02-19-2017, 12:00 PM
#3
The displayed issue appears consistently, though it occasionally resolves itself. The system blocks booting until a complete reset occurs. Once reset, it functions normally, but it won’t start again until the device is powered off and turned back on. Otherwise, it remains stuck on this display state.
C
CfuntimeMC
02-19-2017, 12:00 PM #3

The displayed issue appears consistently, though it occasionally resolves itself. The system blocks booting until a complete reset occurs. Once reset, it functions normally, but it won’t start again until the device is powered off and turned back on. Otherwise, it remains stuck on this display state.

G
Gnomstampfer
Junior Member
9
02-22-2017, 01:42 PM
#4
Since its a pretty old system, it probably does not support the entire ACPI specification. Maybe try disabling it. Here is a step-by-step guide I found. https://bobcares.com/blog/turn-off-acpi-...via-grub2/
G
Gnomstampfer
02-22-2017, 01:42 PM #4

Since its a pretty old system, it probably does not support the entire ACPI specification. Maybe try disabling it. Here is a step-by-step guide I found. https://bobcares.com/blog/turn-off-acpi-...via-grub2/

O
Omg_Itz_Nerd
Junior Member
43
02-27-2017, 05:07 PM
#5
Likely a graphics driver problem. More analysis is needed on system logs, install rsyslog, and review /var/log/kern.log after the incident for complete details. You notice ACPI on screen possibly due to priority handling, but the actual cause is likely the GPU.
O
Omg_Itz_Nerd
02-27-2017, 05:07 PM #5

Likely a graphics driver problem. More analysis is needed on system logs, install rsyslog, and review /var/log/kern.log after the incident for complete details. You notice ACPI on screen possibly due to priority handling, but the actual cause is likely the GPU.

M
Mista_Tubby_Jr
Junior Member
41
02-27-2017, 10:08 PM
#6
Interesting. You assumed it might be a CPU problem because the latter part seems linked to it. What led you to suspect a graphics issue? (I'll still install rsyslog as suggested, just curious what I might be missing.)
M
Mista_Tubby_Jr
02-27-2017, 10:08 PM #6

Interesting. You assumed it might be a CPU problem because the latter part seems linked to it. What led you to suspect a graphics issue? (I'll still install rsyslog as suggested, just curious what I might be missing.)

P
Pingu___
Junior Member
35
02-27-2017, 10:44 PM
#7
Since the graphics function properly, those ACPI notifications won't appear frequently.
P
Pingu___
02-27-2017, 10:44 PM #7

Since the graphics function properly, those ACPI notifications won't appear frequently.

S
StephanKruger
Member
226
02-28-2017, 12:53 AM
#8
@YoungBlade Enable the grub menu to activate nomodeset. If disabled, hold shift during boot or adjust timeout settings. Modify /etc/default/grub to include nomodeset after the "linux" line, or elsewhere options start with "quiet splash." This disables graphics and relies on CPU for visual tasks. If the system boots repeatedly without problems, install the latest Nvidio driver (version 545) via the "additional drivers" tool.
S
StephanKruger
02-28-2017, 12:53 AM #8

@YoungBlade Enable the grub menu to activate nomodeset. If disabled, hold shift during boot or adjust timeout settings. Modify /etc/default/grub to include nomodeset after the "linux" line, or elsewhere options start with "quiet splash." This disables graphics and relies on CPU for visual tasks. If the system boots repeatedly without problems, install the latest Nvidio driver (version 545) via the "additional drivers" tool.