This makes little sense without knowing what partition you removed and
what you mean by "removing" it - did you take it out of /etc/fstab? Did
you actually repartition your disk? What partition was it, what kind was
it (primary, logical, extended) and what was on it? Hopefully we can be
of more assistance with this info.
-Tim
--
gento...@gentoo.org mailing list
Thank you for the response, Tim:
This makes little sense without knowing what partition you removed and
what you mean by "removing" it - did you take it out of /etc/fstab? Did
you actually repartition your disk? What partition was it, what kind was
it (primary, logical, extended) and what was on it? Hopefully we can be
of more assistance with this info.
-Tim
--
gento...@gentoo.org mailing list
> I have been unable to boot into my gentoo system due to a Machine
> Check Exception. This is an AMD 64 system. MCE for AMD is enabled
> in the kernel (2.6.21 gentoo-sources).
>
> I am unable to boot in to turn off MCE checking.
did you know you can disable this at boot time? Check it out:
| $ grep mce /usr/src/linux/Documentation/kernel-parameters.txt
| mce [IA-32] Machine Check Exception
| nomce [IA-32] Machine Check Exception
just add 'nomce' to your kernel boot line in grub and you should be able
to boot with MCE turned of to reconfigure.
-- Dan
--
gento...@gentoo.org mailing list
> I think your solution is the better one, though.
>
> I did follow the instructions of the boot messages and installed an
> mce log translation utility, but I didn't make sense of what to do
> with it.
The thing is, you are only masking symptoms. There may be something
wrong, and perhaps you could save a lot of work later by fixing a
problem before it turns catastrophic.
from http://en.wikipedia.org/wiki/Machine_Check_Exception
A Machine Check Exception, also called MCE, is a computer hardware
error which occurs when a computer's central processing unit detects an
unrecoverable hardware problem.
Normal causes for MCE errors are overheating and/or incorrect hardware
installation. Overheating can cause electrons to become more animated
and thus escape from the silicon tracks, resulting in corrupted data.
Some specific manually induced causes could be:
Overclocking (naturally increases heat output)
Poorly fitted heatsink/computer fans (the same problem can happen with
excessive dust in the CPU fan)
Computer software can also cause errors in this way (normally by
corrupting data they are reading or writing). For example:
-Software performing read or write operations to non-existent memory
regions which leads to confusion for the processor and/or the system
bus.
3rd party programs
mcelog
mcelog is a Linux program to decode MCE's on x86-64 processors
--
gento...@gentoo.org mailing list
So you may want to review your kernel config and make sure you have
all the devices you're attempting to use.
--
gento...@gentoo.org mailing list