From: Alex <ro...@ya...> - 2004-02-26 03:24:32
|
Hi, I'm trying to run colinux 0.5.4 on dual boot system with debian on reiserfs on /dev/hda2 and i'm getting these error messages during boot. Similar messages i saw here recently, someone posted have them on ext3. reiserfs: found format "3.6" with standard journal Filesystem on 75:00 cannot be mounted because it is bigger than the device You may need to run fsck or increase size of your LVM partition Or may be you forgot to reboot after fdisk when it told you to Kernel panic: VFS: Unable to mount root fs on 75:00 daemon: monitor terminated, reason 3 Can it be fixed somehow or maybe i'm doing something wrong ? Please, advice. My default.colinux.xml: <?xml version="1.0" encoding="UTF-8"?> <colinux> <block_device index="0" path="\Device\HarddiskVolume2" enabled="true"></block_device> <bootparams>root=/dev/cobd0</bootparams> <image path="vmlinux"></image> <memory size="128"></memory> <network index="0" type="tap" name="TAP"></network> </colinux> I builded vmlinux on debian unstable with gcc 3.3.2 and just reiserfs turned on in .config compared to default shipped with colinux. -- With best regards, Alex |