Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Hardware Error

Ask for help with issues regarding the Installations of the Debian O/S.
Post Reply
Message
Author
jdelgadot
Posts: 5
Joined: 2016-02-23 21:29

Hardware Error

#1 Post by jdelgadot »

I had an old PC with Intel Pentium 4
I tried to install debian with several the images cds: debian-10.4.0-i386-netinst, firmware-10.4.0-i386-netinst.iso and also debian-10.4.0-amd64-netinst.iso (In the BIOS i saw that the processor supports 64 bits but i am not sure).
In any case, the installation finish without any error (i selected xfce desktop environment)
It loads the grub but then it appears the next message:
[0.531086] mce: [Hardware Error]: CPU 0: Machine Check: 0 Bank: 0: be0003001020c3
[0.531144] mce: [Hardware Error]: TSC 0 ADDR cc000000 MISC 21C300005c0010e
[0.531198] mce: [hardware Error]: PROCESSOR 0:f41 TIME 1596050727 SOCKET 0 PC 0 microcode 17
What can i do?

User avatar
Head_on_a_Stick
Posts: 14114
Joined: 2014-06-01 17:46
Location: London, England
Has thanked: 81 times
Been thanked: 133 times

Re: Hardware Error

#2 Post by Head_on_a_Stick »

Can you switch to a console screen? Does the live desktop work?

This will show if the CPU is 64-bit (if the live session works):

Code: Select all

grep ' lm ' /proc/cpuinfo >/dev/null 2>&1 && echo 64-bit || echo 32-bit
deadbang

Post Reply