Hi, I am try etherboot in my epia 5000 now. When I used mkelfImage in linuxbios, it reports
Welcome to elfboot, the open sourced starter.
January 2002, Eric Biederman.
Version 1.2
37:init_bytes() - zkernel_start:0xfff00000 zkernel_mask:0x0000ffff
Found ELF candiate at offset 0
Loading Etherboot version: 5.2.0
Dropping non PT_LOAD segment
New segment addr 0x20000 size 0xf4e0 offset 0xb0 filesize 0x5f1c
(cleaned up) New segment addr 0x20000 size 0xf4e0 offset 0xb0 filesize 0x5f1c
Loading Segment: addr: 0x0000000003f7f9a8 memsz: 0x000000000000f4e0 filesz: 0x0000000000005f1c
Clearing Segment: addr: 0x0000000003f858c4 memsz: 0x00000000000095c4
Jumping to boot code at 0x20000
ROM segment 0x0000 length 0x0000 reloc 0x00020000
CPU 552 Mhz
Etherboot 5.2.0 (GPL) http://etherboot.org Tagged ELF for [VIA 86C100]
Relocating _text from: [00020000,000304f0) to [03eefb10,03f00000)
Boot from (N)etwork or (Q)uit? �Probing pci nic...
[dlink-530tx]rhine.c v1.0.1 2003-02-06
IO address 1800 Ethernet Address: 00:40:63:CA:E7:EC
Analyzing Media type,this will take several seconds........OK
Linespeed=100Mbs Fullduplex
Searching for server (DHCP)...
..Me: 172.27.4.254, Server: 172.27.4.23, Gateway 172.27.4.23
Loading 172.27.4.23:kernel ...(ELF)...
Loading Linux version:
....................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................done
rhine disable
Unknown bootloader class!
type=0x00000000
data=0x00000000
Firmware type: LinuxBIOS
�and halts. (The kernel(2.4.20) I uses work fine with linuxbios without etherboot)
When I use the newest mkelfImage 2.5, mkelfImage said Internal error convert_magic 00000070 != a5a5a5a5
Any hint? By the way, what's the difference between mkelfImage and mkelfImage-1.6 in lb?
Thanks!
_________________________________________________________________ �������������ĵ����ʼ�ϵͳ�� MSN Hotmail�� http://www.hotmail.com
After I upgrade binutils to 2.14, mkelfImage 2.5 work find and the new output is
Loading 172.27.4.23:vmlinuz.vo ...(ELF)... .......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................done
rhine disable
Firmware type: LinuxBIOS
but then I received nothing from serial.
Any hint?
Thanks!�
Did you put this on your command like "console=ttyS0,115200" (change 115200 for the baud you were using linuxbios at)?
On Sat, 6 Sep 2003, rimy2000 wrote:
After I upgrade binutils to 2.14, mkelfImage 2.5 work find and the new output is
Loading 172.27.4.23:vmlinuz.vo ...(ELF)... .......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................done
rhine disable
Firmware type: LinuxBIOS
but then I received nothing from serial.
Any hint?
Thanks!�
Linuxbios mailing list Linuxbios@clustermatic.org http://www.clustermatic.org/mailman/listinfo/linuxbios
Yes, I put.
./mkelfImage --kernel=/mnt/root/bzImage-17 --output=vmlinuz.vo --command-line="c onsole=/dev/ttyS0,115200n8 root=/dev/hda2"
----- Original Message ----- From: "Adam Agnew" agnew@cs.umd.edu To: "rimy2000" rimy2000@hotmail.com Cc: linuxbios@clustermatic.org Sent: Saturday, September 06, 2003 11:38 AM Subject: Re: about etherboot and mkelfImage
Did you put this on your command like "console=ttyS0,115200" (change 115200 for the baud you were using linuxbios at)?
On Sat, 6 Sep 2003, rimy2000 wrote:
After I upgrade binutils to 2.14, mkelfImage 2.5 work find and the new output is
Loading 172.27.4.23:vmlinuz.vo ...(ELF)... .......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................done
rhine disable
Firmware type: LinuxBIOS
but then I received nothing from serial.
Any hint?
Thanks!�
Linuxbios mailing list Linuxbios@clustermatic.org http://www.clustermatic.org/mailman/listinfo/linuxbios
Linuxbios mailing list Linuxbios@clustermatic.org http://www.clustermatic.org/mailman/listinfo/linuxbios
Nope, not "console=/dev/ttyS0,115200n8" you want "console=ttyS0,115200n8" (or you can leave out the n8). Give that a shot. But first, as the last mail said, test it under a normal bios (with the same command line!).
On Sat, 6 Sep 2003, rimy2000 wrote:
Yes, I put.
./mkelfImage --kernel=/mnt/root/bzImage-17 --output=vmlinuz.vo --command-line="c onsole=/dev/ttyS0,115200n8 root=/dev/hda2"
----- Original Message ----- From: "Adam Agnew" agnew@cs.umd.edu To: "rimy2000" rimy2000@hotmail.com Cc: linuxbios@clustermatic.org Sent: Saturday, September 06, 2003 11:38 AM Subject: Re: about etherboot and mkelfImage
Did you put this on your command like "console=ttyS0,115200" (change 115200 for the baud you were using linuxbios at)?
On Sat, 6 Sep 2003, rimy2000 wrote:
After I upgrade binutils to 2.14, mkelfImage 2.5 work find and the new output is
Loading 172.27.4.23:vmlinuz.vo ...(ELF)... .......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................done
rhine disable
Firmware type: LinuxBIOS
but then I received nothing from serial.
Any hint?
Thanks!�
Linuxbios mailing list Linuxbios@clustermatic.org http://www.clustermatic.org/mailman/listinfo/linuxbios
Linuxbios mailing list Linuxbios@clustermatic.org http://www.clustermatic.org/mailman/listinfo/linuxbios
Thanks! I am so careless and after I changed console=/dev/ttyS0 to console=ttyS0 it works fine now.
----- Original Message ----- From: "Adam Agnew" agnew@cs.umd.edu To: "rimy2000" rimy2000@hotmail.com Cc: linuxbios@clustermatic.org Sent: Saturday, September 06, 2003 11:48 AM Subject: Re: about etherboot and mkelfImage
Nope, not "console=/dev/ttyS0,115200n8" you want "console=ttyS0,115200n8" (or you can leave out the n8). Give that a shot. But first, as the last mail said, test it under a normal bios (with the same command line!).
On Sat, 6 Sep 2003, rimy2000 wrote:
Yes, I put.
./mkelfImage --kernel=/mnt/root/bzImage-17 --output=vmlinuz.vo --command-line="c onsole=/dev/ttyS0,115200n8 root=/dev/hda2"
----- Original Message ----- From: "Adam Agnew" agnew@cs.umd.edu To: "rimy2000" rimy2000@hotmail.com Cc: linuxbios@clustermatic.org Sent: Saturday, September 06, 2003 11:38 AM Subject: Re: about etherboot and mkelfImage
Did you put this on your command like "console=ttyS0,115200" (change 115200 for the baud you were using linuxbios at)?
On Sat, 6 Sep 2003, rimy2000 wrote:
After I upgrade binutils to 2.14, mkelfImage 2.5 work find and the new output is
Loading 172.27.4.23:vmlinuz.vo ...(ELF)... .......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................done
rhine disable
Firmware type: LinuxBIOS
but then I received nothing from serial.
Any hint?
Thanks!�
Linuxbios mailing list Linuxbios@clustermatic.org http://www.clustermatic.org/mailman/listinfo/linuxbios
Linuxbios mailing list Linuxbios@clustermatic.org http://www.clustermatic.org/mailman/listinfo/linuxbios
Linuxbios mailing list Linuxbios@clustermatic.org http://www.clustermatic.org/mailman/listinfo/linuxbios
On Fri, 5 Sep 2003, Adam Agnew wrote:
Did you put this on your command like "console=ttyS0,115200" (change 115200 for the baud you were using linuxbios at)?
and also make sure that vga is not enabled.
ron