qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] Problem with a fresh xp installation in CVS Qemu


From: Jens Arm
Subject: Re: [Qemu-devel] Problem with a fresh xp installation in CVS Qemu
Date: Wed, 13 Oct 2004 09:59:28 +0200

> Can you tell me the size of the disk image you are using ? Instead of 
> commenting bdrv_set_geometry_hint(), try to force the translation in 
> pc.c:230 to 1 (LBA translation).

I tried with s.th like this:

address@hidden test]$ qemu-img create -f qcow xp 2G
Formating 'xp', fmt=qcow, size=2097152 kB

now installing xp:
address@hidden test]$ qemu -hda xp -cdrom /dev/cdroms/cdrom0 -m 384 -boot d

Wenn installiert:
address@hidden test]$ qemu-img convert -c xp -O qcow OxpO

Would be nice if convert outputs some processing-infos :)

address@hidden test]$ rm xp
address@hidden test]$ qemu-img create -b OxpO -f qcow xp
Formating 'xp', fmt=qcow, backing_file=OxpO, size=2097152 kB

address@hidden test]$ qemu -hda xp -m 384
...Boom...
I/O-Error in qemu


Hope it helps.

Jens





reply via email to

[Prev in Thread] Current Thread [Next in Thread]