From mboxrd@z Thu Jan 1 00:00:00 1970 From: Albert ARIBAUD Date: Tue, 02 Nov 2010 08:44:12 +0100 Subject: [U-Boot] Bad page state in process 'swapper' In-Reply-To: <20101102073757.0C5E828093@theia.denx.de> References: <20101102073757.0C5E828093@theia.denx.de> Message-ID: <4CCFC14C.1040101@free.fr> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Le 02/11/2010 08:37, sywang a ?crit : > > While U-boot loads the Linux image, I have the following error. Do you > have any suggestions on this? > > > detected lzma initramfs > initramfs: LZMA lc=3,lp=0,pb=2,dictSize=8388608,origSize=12677632 > Bad page state in process 'swapper' > page:a8000000007b3418 flags:0x0000000000000000 mapping:0000000000000000 > mapcount:-16711680 count:0 > Trying to fix it up, but a reboot is needed > Backtrace: > Unwound Call Trace: > [] dump_stack+0x8/0x48 > [] bad_page+0x78/0xb0 > [] get_page_from_freelist+0x230/0x488 > [] __alloc_pages+0x64/0x348 > [] __vmalloc_area_node+0x10c/0x230 > [] populate_rootfs+0x974/0xae0 > [] init+0x84/0x530 > [] kernel_thread_helper+0x10/0x18 > > > Thanks! > Shuyou Hi Shuyou, This is not 'while u-boot loads Linux', this is 'while Linux boots after it was loaded by u-boot', because these messages are from Linux. I'd say these messages typically occur when the image (kernel+ramfs) is corrupted. What does u-boot display before jumping to the Linux kernel? Amicalement, -- Albert.