|
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 |