maybe you should chech that you have build a filesystem on DOM:
    mkfs.ext2 /dev/hdc1    //if DOM is plug in the second slot as master
then you should chech that there are the necessary device under DOM/dev/


if you show all your action on DOM, we can provide more help.

are you ok?

generel steps:
1.plug  DOM in second slot as master
2.start you r PC
3.step into BIOS to sure that your DOM has been checked 
4.start your pre-linux in your pc
5.$mkfs.ext2 /dev/hdc1
6.$cd /mnt
7.$mkdir tmpDOM
8.$mount /dev/hdc1 tmpDOM/
9.$cd tmpDOM/
10.$mkdir dev
11.$cp -a  -r /dev/*  dev/    //you should select devices which you need indeed
12.prepare the others directories ,such as proc/ usr/ etc/
13.modify your lilo.conf file
14.$lilo -r /dev/hdc
15.$shutdown -h now
16.plug  DOM in first slot as master and move your HD
17.start your PC
18,that's OK?


----- Original Message ----- 
From: "Puentes Didier" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, February 06, 2002 12:49 AM
Subject: Problems with DOM


> Hello,
> 
> I use some DOM (Disk On Module) for a Embedded Linux : PQI and MicroDisk of
> 64Mo.
> I have experimented some trouble with PQI :
> 
> First, I make one partition of 60 Mo with fdisk and i used it without
> trouble.
> 
> After that I have found "parted" and I try it without any problem on Hard
> Disk but on the PQI DOM, I have somme error messages when I rebuild a new
> partition (ext2) on it :
> 
> hda : drive-cmd 0x51 {DriveReady SeekComplete Error}
> hda : drive-cmd 0x54 {DriveStatusError}
> 
> BIOS parameter for DOM are configured as AUTO (for PQI and MicroDisk).
> 
> It seem to be a problem of geometry but I don't understand it.
> 
> 
> --
> To unsubscribe from this list, send a message to [EMAIL PROTECTED]
> with the command "unsubscribe linux-embedded" in the message body.
> For more information, see <http://waste.org/mail/linux-embedded>.

--
To unsubscribe from this list, send a message to [EMAIL PROTECTED]
with the command "unsubscribe linux-embedded" in the message body.
For more information, see <http://waste.org/mail/linux-embedded>.

Reply via email to