From: Luis L. <lui...@gm...> - 2008-04-29 07:45:41
|
On Mon, Apr 28, 2008 at 7:28 PM, Henry Nestler <Hen...@ar...> wrote: > Luis Lavena wrote: > > Thank you Jason for your answer, but the thing is that the kernel that > > cames with coLinux is not possible to mount cromfs/cramfs, even on a > > pre-installed distro like ubuntu using a loop device to extract the > > initrd contents of the CD. > > > > If you look at my configuration file, you will see that I'm not trying > > to boot from that, but just using as root, which seems not to work. > > > > In any case, I'll try a full boot with that distro and maybe convert > > it to another format. > > Try this, there crams is enabled: > http://www.henrynestler.com/colinux/testing/devel-0.8.0/20080428-cramfs/ > Thank you Henry, that actually made me get one step further... Now I'm getting something like this, since it appears the file system of the initrd is readonly and coLinux initrd is not able to create the lib directory. into defined root... Installing modules for coLinux 2.6.22.18-co-0.8.0-SVN1038 Mounting cofs for vmlinux-modules.tar.gz tar: Cannot create directory `lib/': Read-only file system tar: Cannot create directory `lib/': Read-only file system tar: Cannot create directory `lib/': Read-only file system tar: Cannot create directory `lib/': Read-only file system tar: Cannot create directory `lib/': Read-only file system tar: Cannot create directory `lib/': Read-only file system tar: lib/modules/2.6.22.18-co-0.8.0/kernel/arch/i386/crypto/aes-i586.ko: No such file or directory Closing / VFS: Mounted root (cramfs filesystem) readonly. Trying to move old root to /initrd ... /initrd does not exist. Ignored. Unmounting old root Trying to free ramdisk memory ... okay Freeing unused kernel memory: 140k freed That was from the colinux console, this is from -v 3: RAMDISK: Compressed image found at block 0 VFS: Mounted root (ext2 filesystem). ReiserFS: cobd3: warning: sh-2021: reiserfs_fill_super: can not find reiserfs on cobd3 VFS: Can't find ext3 filesystem on dev cobd3. VFS: Can't find an ext2 filesystem on dev cobd3. VFS: Mounted root (cramfs filesystem) readonly. > If that not work, then please detect the right type of filesystem of the > file "data\gobo\gobo-initrd", for example by booting a Knoppix and than > run "file gobo-initrd". > > Should give such output: > initrd: Linux rev 1.0 ext2 filesystem data > ----------------------^^^^ > But with other filesystem as "ext2" from my initrd. > Results from file: /opt/gobo-initrd: Linux Compressed ROM File System data, little endian size 761856 version #2 sorted_dirs CRC 0x14ec9052, edition 0, 441 blocks, 283 files It seems is quite a challenge get GoboLinux (which doesn't follow FHS) to work under coLinux... too bad :-( Thank you for your time and helpful assistance. -- Luis Lavena Multimedia systems - Human beings, who are almost unique in having the ability to learn from the experience of others, are also remarkable for their apparent disinclination to do so. Douglas Adams |