But I still have problem with Linuxbios,it detects the CF now but still gives me the error: Cannot Load ELF Image
I get the following messages :
**********************log************************************************** I am now initializing the ide system UQNAUT MIFERABLLcl1t 001 init_drive sectors_per_track=[63], num_heads=[16], num_cylinders=[16383] IDE0 16/16383/63 cap: 0f00
init_drive sectors_per_track=[0], num_heads=[0], num_cylinders=[0] OTHSBI AHTCN0F23BM A init_drive sectors_per_track=[32], num_heads=[4], num_cylinders=[496] IDE2 4/496/32 cap: 0200
init_drive sectors_per_track=[0], num_heads=[0], num_cylinders=[0] Initialized controller... IDE_BOOT_DRIVE = 2 .ide_read_sector drive[2], buffer[0000b820], block[00000020], offset[0], n_bytes [512] ide_read_sector block(00000020) to addr(0000b820)ide_read_sector LBA: drivehead[e0], cylinder[0000], sector[20], block[ 20] .ide_read_sector drive[2], buffer[0000b820], block[00000021], offset[0], n_bytes [512] ide_read_sector block(00000021) to addr(0000b820)ide_read_sector LBA: drivehead[e0], cylinder[0000], sector[21], block[ 21] .ide_read_sector drive[2], buffer[0000b820], block[00000022], offset[0], n_bytes [512] ide_read_sector block(00000022) to addr(0000b820)ide_read_sector LBA: drivehead[e0], cylinder[0000], sector[22], block[ 22] .ide_read_sector drive[2], buffer[0000b820], block[00000023], offset[0], n_bytes [512] ide_read_sector block(00000023) to addr(0000b820)ide_read_sector LBA: drivehead[e0], cylinder[0000], sector[23], block[ 23] .ide_read_sector drive[2], buffer[0000b820], block[00000024], offset[0], n_bytes [512] ide_read_sector block(00000024) to addr(0000b820)ide_read_sector LBA: drivehead[e0], cylinder[0000], sector[24], block[ 24] .ide_read_sector drive[2], buffer[0000b820], block[00000025], offset[0], n_bytes [512] ide_read_sector block(00000025) to addr(0000b820)ide_read_sector LBA: drivehead[e0], cylinder[0000], sector[25], block[ 25] .ide_read_sector drive[2], buffer[0000b820], block[00000026], offset[0], n_bytes [512] ide_read_sector block(00000026) to addr(0000b820)ide_read_sector LBA: drivehead[e0], cylinder[0000], sector[26], block[ 26] .ide_read_sector drive[2], buffer[0000b820], block[00000027], offset[0], n_bytes [512] ide_read_sector block(00000027) to addr(0000b820)ide_read_sector LBA: drivehead[e0], cylinder[0000], sector[27], block[ 27] .ide_read_sector drive[2], buffer[0000b820], block[00000028], offset[0], n_bytes [512] ide_read_sector block(00000028) to addr(0000b820)ide_read_sector LBA: drivehead[e0], cylinder[0000], sector[28], block[ 28] .ide_read_sector drive[2], buffer[0000b820], block[00000029], offset[0], n_bytes [512] ide_read_sector block(00000029) to addr(0000b820)ide_read_sector LBA: drivehead[e0], cylinder[0000], sector[29], block[ 29] .ide_read_sector drive[2], buffer[0000b820], block[0000002a], offset[0], n_bytes [512] ide_read_sector block(0000002a) to addr(0000b820)ide_read_sector LBA: drivehead[e0], cylinder[0000], sector[2a], block[ 2a] .ide_read_sector drive[2], buffer[0000b820], block[0000002b], offset[0], n_bytes [512] ide_read_sector block(0000002b) to addr(0000b820)ide_read_sector LBA: drivehead[e0], cylinder[0000], sector[2b], block[ 2b] .ide_read_sector drive[2], buffer[0000b820], block[0000002c], offset[0], n_bytes [512] ide_read_sector block(0000002c) to addr(0000b820)ide_read_sector LBA: drivehead[e0], cylinder[0000], sector[2c], block[ 2c] .ide_read_sector drive[2], buffer[0000b820], block[0000002d], offset[0], n_bytes [512] ide_read_sector block(0000002d) to addr(0000b820)ide_read_sector LBA: drivehead[e0], cylinder[0000], sector[2d], block[ 2d] .ide_read_sector drive[2], buffer[0000b820], block[0000002e], offset[0], n_bytes [512] ide_read_sector block(0000002e) to addr(0000b820)ide_read_sector LBA: drivehead[e0], cylinder[0000], sector[2e], block[ 2e] .ide_read_sector drive[2], buffer[0000b820], block[0000002f], offset[0], n_bytes [512] ide_read_sector block(0000002f) to addr(0000b820)ide_read_sector LBA: drivehead[e0], cylinder[0000], sector[2f], block[ 2f] header_offset is -1 Cannot Load ELF Image *****************************************************************
-Shubhangi
-----Original Message----- From: linuxbios-admin@clustermatic.org [mailto:linuxbios-admin@clustermatic.org]On Behalf Of Shubhangi Jadhav Sent: Tuesday, April 29, 2003 7:30 PM To: ron minnich; Richard Smith Cc: Linuxbios@clustermatic.org Subject: RE: Using ADLO with Linuxbios
Hi,
I got dd working for my CF, it was the buffer misalignment problem with ext2. Now with ext3 it works. But I still have problem with Linuxbios,it detects the CF now but still gives me the error: Cannot Load ELF Image
Regards, Shubhangi
-----Original Message----- From: linuxbios-admin@clustermatic.org [mailto:linuxbios-admin@clustermatic.org]On Behalf Of Shubhangi Jadhav Sent: Tuesday, April 29, 2003 5:52 PM To: ron minnich; Richard Smith Cc: Linuxbios@clustermatic.org Subject: RE: Using ADLO with Linuxbios
Hi,
dd if=elfimage of=/dev/hdc bs=4096 seek=1 gives me an error "/dev/hdc invalid argument".
But "dd if=elfimage of=/dev/hdc" works as in it shows me the in/out records. However this is overwriting the partition table. when I do a fdisk -l /dev/hdc it says "disk /dev/hdc doesn't contain a valid partition table" Any suggestions on what could be done??
Regards, Shubhangi
-----Original Message----- From: linuxbios-admin@clustermatic.org [mailto:linuxbios-admin@clustermatic.org]On Behalf Of ron minnich Sent: Tuesday, April 29, 2003 2:00 AM To: Richard Smith Cc: Linuxbios@clustermatic.org Subject: Re: Using ADLO with Linuxbios
On Mon, 28 Apr 2003, Richard Smith wrote:
On my system if I add the seek option to dd it whines about /dev/hde being an invalid argument as well so I don't think its the partition number thats causing the issue.
'dd if=elfimage of=/dev/hde bs=4096 seek=1'
I've never had that happen. Weird.
ron
_______________________________________________ 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