[LinuxBIOS] CONFIG_LB_MEM_TOPK

Ward Vandewege ward at gnu.org
Sat Apr 8 00:15:28 CEST 2006


On Fri, Apr 07, 2006 at 02:02:47PM -0700, Lu, Yinghai wrote:
> 1. Can you make one elf image with mkelfImage ( combine the kernel and
> initrd)?

OK; this is what I've done:

1. Retrieved the mkelfImage program (v2.7) from

 ftp://ftp.lnxi.com

2. 

 mkelfImage --command-line="ro root=/dev/md3 quiet splash console=tty0
console=ttyS0,115200n8" \
            --kernel="/boot/vmlinuz-2.6.12-9-amd64-generic" \
            --initrd="/boot/initrd.img-2.6.12-9-amd64-generic" \
            --output="/boot/linuxbios_2.6.12-9-amd64-generic.elf"

3. Adjusted etherboot-5.4.1/file/Config

 AUTOBOOT_FILE = "hde1:/linuxbios_2.6.12-9-amd64-generic.elf"

4.

 cd etherboot-5.4.1/src
 make bin/tg3--filo.elf

5. Adjusted targets/tyan/s2881/Config.lb to point to the new payload
(tg3--filo.elf)
 
6. Tried booting - it actually got to a login prompt this time, but as I hit
enter on the kbd, it crashed again. Log is attached.

So that did not help. I'm going to try your next suggestion now.

Thanks,
Ward.

> 2. use latest kernel + suse rescue disk to make on elf to check your
> /dev/md3...
> 
> YH
> 
> 
> -----Original Message-----
> From: Ward Vandewege [mailto:ward at gnu.org] 
> Sent: Friday, April 07, 2006 1:55 PM
> To: Lu, Yinghai
> Cc: linuxbios at linuxbios.org
> Subject: Re: [LinuxBIOS] CONFIG_LB_MEM_TOPK
> 
> On Fri, Apr 07, 2006 at 01:37:06PM -0700, Lu, Yinghai wrote:
> > I fixed one merge typo in
> > src/southbride/amd/amd8111/amd8111_early_ctrl.c
> > 
> > Please change 15 to 11 at line 13.
> 
> OK; did that, but it did not help. Same problem still.
> 
> Ward.
> 
> -- 
> Ward Vandewege <ward at fsf.org>
> Free Software Foundation - Senior System Administrator
> 
> 
> 
> -- 
> linuxbios mailing list
> linuxbios at linuxbios.org
> http://www.openbios.org/mailman/listinfo/linuxbios
> 
> 
> !DSPAM:4436d470278011542430122!
> 
-- 
Ward Vandewege <ward at fsf.org>
Free Software Foundation - Senior System Administrator
-------------- next part --------------
A non-text attachment was scrubbed...
Name: minicom_20060407_3.cap.gz
Type: application/octet-stream
Size: 4318 bytes
Desc: not available
URL: <http://www.coreboot.org/pipermail/coreboot/attachments/20060407/40379497/attachment.obj>


More information about the coreboot mailing list