Re: [Badmem-users] locked-out memory not indicated as bad
Status: Beta
Brought to you by:
eagle2
From: Nico S. <ea...@us...> - 2004-04-13 21:07:39
|
Hi Stephen, > I've got badmem built into kernel 2.4.24 with extended module support > (compiled to a debian package on one system and copied across). The > problem system has 64MB RAM with bad ram from 8 to 16 MB (and its a > laptop so the first 16MB is soldered in). By reading the list archive, > I've worked out this set of patterns. > > module dead > size 8m > base 8m > 0x00800000,0xf0000000 > I load the kernel with badmem=good1,bad,good2,good3 though > /proc/badmem/summaryindocates that 0 pages are marked as bad. What am > I doing wrong? There is your mistake: you defined a module named "dead", but tried to boot one called "bad". Just boot the kernel not with badmem=good1,bad,good2,good3 but with badmem=good1,dead,good2,good3 However, please note that my testing maschine with your patterns/modules did crash because that RAM-area between 8-16 MB where blocked by reserved blocks of the kernel. Currently there is no way to work around that restriction. So, don't be surprised, if the kernel does not boot at all. In any case, I'd appreciated feedback on that topic! Thanks! 73 Nico EMail: ni...@sc... PGP-fingerprint: 5DDB 09E4 3FF3 CD09 7559 1117 9C03 46E3 38FC 9E03 -----BEGIN GEEK CODE BLOCK----- Version: 3.12 GCS d- s-:-- a-- C++ UL++ P L+++ E- W++ N+ o- K- w O- M- V- PS PE Y+ PGP++ t+ 5++ X R tv- b- DI- D G e h-- r- y+ ------END GEEK CODE BLOCK------ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Please note my special spam and email virus information at http://www.schmoigl-online.de/spam/spam.html . Thank you! Bitte beachten Sie meine speziellen Informationen zu Spam und EMail-Viren auf der Seite http://www.schmoigl-online.de/spam/spam.html . Vielen Dank! -----BEGIN PGP SIGNATURE----- Version: PGP 7.0.4 iQA/AwUBPwk70ZwDRuM4/J4DEQKc2gCg73ROAg86gwuECwjbOu8eRxMPRasAoI9Q IZoZSWmFmSz0Dq53f7CsReUz =1U0h -----END PGP SIGNATURE----- |