|
From: Walter <cur...@sa...> - 2004-09-30 09:41:21
|
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) Checking root filesystem /dev/cobd0 is mounted. e2fsck: Cannot contiue, aborting. 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> --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.771 / Virus Database: 518 - Release Date: 9/28/2004 |
|
From: Olivier S. <co...@a-...> - 2004-09-30 09:48:27
|
----- Original Message ----- From: "Walter" <cur...@sa...> To: <col...@li...> Sent: Thursday, September 30, 2004 10:49 AM Subject: [coLinux-users] colinux with fedora > 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) > Checking root filesystem > > /dev/cobd0 is mounted. e2fsck: Cannot contiue, aborting. > > The following is my conf file. > > What can be the problem. > > Regards > Walter take a look at http://www.colinux.org/wiki/index.php/FedoraHowTo I think using ro root=/dev/cobd0 instead of just root=/dev/cobd0 should do the trick. Regards, O. Souiry |
|
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 |
|
From: John F. <J.P...@as...> - 2004-09-30 12:32:49
|
I am using the 20040910 snapshot with Fedora Core 2. I get the message about the missing modules but it runs O.K. I use the ro as suggested below. Is there a module file to use with this setup and if so where is it? Thanks John From: Henry Nestler <Hen...@Ar...> To: Walter <cur...@sa...> Copies to: col...@li... Subject: Re: [coLinux-users] colinux with fedora Date sent: Thu, 30 Sep 2004 10:13:45 +0200 > Walter wrote: > 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> > ------------------------------------------------------------------- Dr John P. Fletcher Tel: (44) 121 359 3611 ext 4625 Chemical Engineering and Applied Chemistry (CEAC), School of Engineering and Applied Science (SEAS), Aston University, Fax: (44) 121 359 4094 Aston Triangle, Email: J.P...@as... BIRMINGHAM B4 7ET U.K. CEAC Web site http://www.ceac.aston.ac.uk/ |
|
From: Henry N. <Hen...@Ar...> - 2004-09-30 17:09:59
|
Yes, your image had perhaps modules for older kernel. Your network would not work. You need an update of /lib/modules into image. To do this, You need a running linux, but not from this image self. Go on linux, or run Linux from other PC or boot Linux from Knoppix, login as root Mount your Image fc1_2GB_root.out as loop # mkdir /tmp/fc1 # mount -o loop /PathToFile/fc1_2GB_root.out /tmp/fc1 Extraxt the kernel modules into the mounted image # cd /tmp/fc1 # tar xfz /PathToFile/vmlinux-modules.tar.gz # cd / You will find your missing file modules.dep and directory for Kernel modules now, check this # ls -la /tmp/fc1/lib/modules/2.4.26-co-0.6.1 Unmount the loop image # umount /tmp/fc1 Now ist the file fc1_2GB_root.out ready to use. Copy it to your PC for running under Windows. John Fletcher wrote: > I am using the 20040910 snapshot with Fedora Core 2. I get the > message about the missing modules but it runs O.K. I use the ro > as suggested below. > > Is there a module file to use with this setup and if so where is it? > > Thanks > > John > > From: Henry Nestler <Hen...@Ar...> > To: Walter <cur...@sa...> > Copies to: col...@li... > Subject: Re: [coLinux-users] colinux with fedora > Date sent: Thu, 30 Sep 2004 10:13:45 +0200 > > >>Walter wrote: > > > >>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> >> > ------------------------------------------------------------------- > Dr John P. Fletcher Tel: (44) 121 359 3611 ext 4625 > Chemical Engineering and Applied Chemistry (CEAC), > School of Engineering and Applied Science (SEAS), > Aston University, Fax: (44) 121 359 4094 > Aston Triangle, Email: J.P...@as... > BIRMINGHAM B4 7ET U.K. CEAC Web site > http://www.ceac.aston.ac.uk/ > -- Henry Nestler |
|
From: John F. <J.P...@as...> - 2004-10-01 10:43:16
|
Henry Thanks for the information. It wasn't as bad as that, as it did work without the modules. I started with FC1 and 0.6.1 and upgraded, first to 20040910 snapshot and then to FC2, but always have had a working system. The modules have gone in cleanly. Thanks John Date sent: Thu, 30 Sep 2004 17:07:40 +0200 From: Henry Nestler <Hen...@Ar...> To: John Fletcher <J.P...@as...> Copies to: col...@li... Subject: Re: [coLinux-users] colinux with fedora > Yes, your image had perhaps modules for older kernel. Your network > would not work. You need an update of /lib/modules into image. To do > this, You need a running linux, but not from this image self. > > Go on linux, or run Linux from other PC or boot Linux from Knoppix, > login as root Mount your Image fc1_2GB_root.out as loop > # mkdir /tmp/fc1 > # mount -o loop /PathToFile/fc1_2GB_root.out /tmp/fc1 > Extraxt the kernel modules into the mounted image > # cd /tmp/fc1 > # tar xfz /PathToFile/vmlinux-modules.tar.gz > # cd / > You will find your missing file modules.dep and directory for Kernel > modules now, check this > # ls -la /tmp/fc1/lib/modules/2.4.26-co-0.6.1 > Unmount the loop image > # umount /tmp/fc1 > > Now ist the file fc1_2GB_root.out ready to use. > Copy it to your PC for running under Windows. > > > John Fletcher wrote: > > I am using the 20040910 snapshot with Fedora Core 2. I get the > > message about the missing modules but it runs O.K. I use the ro as > > suggested below. > > > > Is there a module file to use with this setup and if so where is it? > > > > Thanks > > > > John > > > > From: Henry Nestler <Hen...@Ar...> > > To: Walter <cur...@sa...> > > Copies to: col...@li... > > Subject: Re: [coLinux-users] colinux with fedora > > Date sent: Thu, 30 Sep 2004 10:13:45 +0200 > > > > > >>Walter wrote: > > > > > > > >>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> > >> > > ------------------------------------------------------------------- > > Dr John P. Fletcher Tel: (44) 121 359 3611 ext 4625 > > Chemical Engineering and Applied Chemistry (CEAC), School of > > Engineering and Applied Science (SEAS), Aston University, > > Fax: (44) 121 359 4094 Aston Triangle, Email: > > J.P...@as... BIRMINGHAM B4 7ET U.K. CEAC Web site > > http://www.ceac.aston.ac.uk/ > > > > -- > Henry Nestler > ------------------------------------------------------------------- Dr John P. Fletcher Tel: (44) 121 359 3611 ext 4625 Chemical Engineering and Applied Chemistry (CEAC), School of Engineering and Applied Science (SEAS), Aston University, Fax: (44) 121 359 4094 Aston Triangle, Email: J.P...@as... BIRMINGHAM B4 7ET U.K. CEAC Web site http://www.ceac.aston.ac.uk/ |
|
From: Ilya B. <ne...@ne...> - 2004-10-01 18:25:35
|
John Fletcher wrote:
>I am using the 20040910 snapshot with Fedora Core 2. I get the
>message about the missing modules but it runs O.K. I use the ro
>as suggested below.
>
>Is there a module file to use with this setup and if so where is it?
>
There is no "vmlinux-modules.tar.gz" file in 20040910 snapshot. To
install kernel modules you need add to your config:
<initrd path="initrd.gz" />
See http://sourceforge.net/mailarchive/message.php?msg_id=9498838 for
details.
|