Eric,
I have tried to build the tg3--ide_disk.zelf and use it in fallback and normal but all failed.
In fallback track: It said: Searching for image...................................<abort>
In Normal track: It said: Wrong index I have use to cmos_util to change boot track and BOOT_FIRST=HDD and BOOT_SECOND=Network.
When building tg3--ide_disk.zelf, I used BOOT_FIRST=IDE and BOOT_SECOND=NIC.
What kind of image in HDD that eltherboot wound want?
Regards
Yinghai Lu
Fallback: Welcome to elfboot, the open sourced starter. January 2002, Eric Biederman. Version 1.3
Found ELF candiate at offset 0 Loading Etherboot version: 5.1.8 Dropping non PT_LOAD segment New segment addr 0x20000 size 0x3586f offset 0xb0 filesize 0x5d65 (cleaned up) New segment addr 0x20000 size 0x3586f offset 0xb0 filesize 0x5d65 Loading Segment: addr: 0x0000000000020000 memsz: 0x000000000003586f filesz: 0x00 00000000005d65 Clearing Segment: addr: 0x0000000000025d65 memsz: 0x000000000002fb0a Jumping to boot code at 0x20000 ROM segment 0x33cc length 0x9842 reloc 0x00020000 CPU 1859 Mhz Etherboot 5.1.8 (GPL) Tagged ELF (Multiboot) for [TG3][IDE] Relocating _text from: [00025d70,00056480) to [5ffcf8f0,60000000) Probing pci disk... [IDE]disk-1 80043264k cap: 2f00 Searching for image... ................................<abort> Probing pci disk... [IDE]Probing isa disk... Probing pci nic... [TG3]Cannot find PowerManagement capability, aborting. [TG3]Ethernet addr: 00:E0:81:52:6C:56 Tigon3 [partno(BCM95704A7) rev 2003 PHY(5704)] (PCIX:100MHz:64-bit) Link is up at 100 Mbps, half duplex. Searching for server (DHCP)... ..Me: 192.168.1.200, Server: 192.168.1.1, Gateway 192.168.1.1 Loading 192.168.1.1:ram0_2.5_2.4.21_k8_lsi_mydisk4.elf ...(ELF)..
Normal:
Welcome to elfboot, the open sourced starter. January 2002, Eric Biederman. Version 1.3
Found ELF candiate at offset 0 Loading Etherboot version: 5.1.8 Dropping non PT_LOAD segment New segment addr 0x20000 size 0x3586f offset 0xb0 filesize 0x5d65 (cleaned up) New segment addr 0x20000 size 0x3586f offset 0xb0 filesize 0x5d65 Loading Segment: addr: 0x0000000000020000 memsz: 0x000000000003586f filesz: 0x00 00000000005d65 Clearing Segment: addr: 0x0000000000025d65 memsz: 0x000000000002fb0a Jumping to boot code at 0x20000 ROM segment 0x0000 length 0x0000 reloc 0x00020000 CPU 1870 Mhz Etherboot 5.1.8 (GPL) Tagged ELF (Multiboot) for [TG3][IDE] Relocating _text from: [00025d70,00056480) to [5ffcf8f0,60000000) Probing pci disk... [IDE]disk-1 80043264k cap: 2f00 Wrong index Probing pci disk... [IDE]Probing isa disk... Probing pci nic... [TG3]Cannot find PowerManagement capability, aborting. [TG3]Ethernet addr: 00:E0:81:52:6C:56 Tigon3 [partno(BCM95704A7) rev 2003 PHY(5704)] (PCIX:100MHz:64-bit) Link is up at 100 Mbps, half duplex. Searching for server (DHCP)... ..Me: 192.168.1.200, Server: 192.168.1.1, Gateway 192.168.1.1 Loading 192.168.1.1:ram0_2.5_2.4.21_k8_lsi_mydisk4.elf ...(ELF)... ............. ...........................................................................
YhLu YhLu@tyan.com writes:
Eric,
I have tried to build the tg3--ide_disk.zelf and use it in fallback and normal but all failed.
In fallback track: It said: Searching for image...................................<abort>
In Normal track: It said: Wrong index I have use to cmos_util to change boot track and BOOT_FIRST=HDD and BOOT_SECOND=Network.
Yes. It only pays attention to the variables in Normal mode.
When building tg3--ide_disk.zelf, I used BOOT_FIRST=IDE and BOOT_SECOND=NIC.
What kind of image in HDD that eltherboot wound want?
An ELF image within 8K from the start of the DISK. Imperfect but it works.
Eric