From: George P B. <geo...@gm...> - 2013-04-19 20:40:29
|
Or boot QEMU to an very sparse in memory 'disk' and local loop back mount the colinux image then switch (chroot?) to it... On 4/3/2013 6:22 PM, Henry Nestler wrote: > coLinux image files have no partion sectors. That means coLinux is a raw > copy from single partition of disk, like "/dev/sda1". > Qemu uses raw disk image from whole disk, partition table sectors plus > data sectors, like "/dev/sda". > > To use a coLinux image you need to add some sectors on top fot partion > table informations (32256 bytes, as I ave seen in Qemu wiki > http://en.wikibooks.org/wiki/QEMU/Images#Mounting_an_image_on_the_host). |