Same error
--------------------------------------------
NET: Registered protocol family 17
RAMDISK: Compressed image found at block 0
VFS: Mounted root (ext2 filesystem).
VFS: Cannot open root device "cobd0" or unknown-block(117,0)
Please append a correct "root=" boot option
Kernel panic - not syncing: VFS: Unable to mount root fs on
unknown-block(117,0)
----------------------------------------------------------------------------
My XML file is
--------------------------------------------
<?xml version="1.0" encoding="UTF-8"?>
<colinux>
<block_device index="0"
path="\DosDevices\C:\Programme\coLinux\Debian-3.0r2.ext3-mit-backports"
enabled="true"/>
<bootparams>root=/dev/cobd0</bootparams>
<initrd path="initrd.gz"/>
<image path="vmlinux"/>
<memory size="64"/>
<network index="0" type="tap"/>
</colinux>
----------------------------------------------------------------------------
-------------------------
<?xml version="1.0" encoding="UTF-8"?>
<colinux>
<block_device index="0"
path="\DosDevices\C:\Programme\coLinux\Debian-3.0r2.ext3-mit-backports"
enabled="true"/>
<bootparams>root=/dev/cobd0</bootparams>
<initrd path="initrd.gz"/>
<image path="vmlinux"/>
<memory size="64"/>
<network index="0" type="tap"/>
</colinux>
-----------------------------------------------------------------
Amiruddin Ansari
System Administrator
AFTService GmbH
Spinnerei 44
71522 Backnang
Germany Phone :
Fax :
E-mail :
Website : +49-7191-965912
+49-7191-965920
amiruddin@...
http://www.aftgmbh.de
-----Ursprüngliche Nachricht-----
Von: Anthony Frost [mailto:anthony.frost@...]
Gesendet: Mittwoch, 13. April 2005 11:39
An: Amiruddin Ansari
Betreff: Re: [coLinux-users] WG: colinux
Amiruddin Ansari wrote:
> My XML File is as below
>
> -------------------------------------
> <?xml version="1.0" encoding="UTF-8"?> <colinux> <block_device
> index="0"
> <bootparams>root=/dev/cobd1</bootparams>
These two don't match up. You have set up a device on index 0, but you are
then trying to boot from a device on index 1, so...
> And i go to command Promt and write colinux-daemon.exe -c
> default.colinux.xml and my Cooperative Console Starts but then i get
> error
>
> VFS: Cannot open root device "cobd1" or unknown-block(117,1) Please
> append a correct "root=" boot option Kernel panic - not syncing: VFS:
> Unable to mount root fs on
> unknown-block(117,1)
Do as it says, root=/dev/cobd0 ought to work properly.
Anthony
|