Marek Uher schrieb:
> <!-- bootparams allows you to pass kernel boot parameters -->
> <bootparams>root=/dev/cobd0 nosmp maxcpus=0 mem=96m </bootparams>
I would try root=/dev/cobd0 without the additional parameters.
Maybe root=/dev/cobd/0.
>
> <!-- Initial RamDISK (initrd) support -->
> <initrd path="boot\initrd-2.6.11-co-0.6.4.gz" />
>
> <!-- image allows you to specify the kernel to boot -->
> <image path="boot\vmlinux-2.6.11-co-0.6.4" />
>
> <!-- this line allows you to specify the amount of memory available
> to coLinux -->
> <memory size="96" />
|