|
From: Henry N. <Hen...@Ar...> - 2004-09-30 10:12:13
|
Walter wrote: > Hi > I have installed Colinux on my windows 2003 machine. Everything seems to be > fine but still my colinux exits while loading by giving the error > > setting hostname colinux: > modprobe : Cant open dependencies file > /lib/modules/2.4.26-co-0.6.1/modules.dep > (No Such file or directory) You have not installed Modules for this CoLinux on your image. Please extract vmlinux-modules.tar.gz after running your image. > Checking root filesystem > /dev/cobd0 is mounted. e2fsck: Cannot contiue, aborting. Add option "ro" to start of coLinux kernel. <bootparams>ro root=/dev/cobd0</bootparams> > The following is my conf file. > > What can be the problem. > > Regards > Walter > > > <?xml version="1.0" encoding="UTF-8"?> > > <colinux> > > <block_device index="0" > path="\DosDevices\d:\Progra~1\coLinux\fc1_2GB_root.out" > > enabled="true" /> > > <block_device index="1" path="\DosDevices\d:\Progra~1\coLinux\swap_device" > > enabled="true" /> > > <bootparams>root=/dev/cobd0</bootparams> > > <image path="vmlinux" /> > > <memory size="256" /> > > <network index="0" type="tap" /> > > </colinux> > -- Henry Nestler |