Re: [Qemu-devel] guest ATA errors on 'recently loopback built disk image'

2010-06-01 Thread Ico
* On 2010-06-01 Ico wrote : > short version: > > kvm reports ATA errors on images which are newly built on a loopback > disk image. If the image is copied to another file and booted, no > problems occur Extra note: the created image is a sparse file. If I create the disk usi

[Qemu-devel] guest ATA errors on 'recently loopback built disk image'

2010-06-01 Thread Ico
extlinux.conf src/menu.c32 mnt/ extlinux -i mnt/ umount -d mnt and booted like kvm -m 512 root.img resulting in a lot of errors in the guest. If I do cp root.img root2.img kvm -m 512 root2.img the guest boots just fine, no errors at all So, what am I missing here ? Thank you very muc