Comment 5 for bug 211726

Revision history for this message
Elie De Brauwer (elie) wrote :

I simply wanted to confirm this error, I did an minimal install from the ubuntu 8.04 server edition beta iso (without any fancy extras except openssh and xen).

and replaching
disk = ['file:/images/win2k3disk.img,ioemu:hda,w',
'file:/images/win2k3iso.img,ioemu:hdc:cdrom,r']

by

disk = ['phy:/dev/loop0,ioemu:hda,w',
'phy:/dev/loop1,ioemu:hdc:cdrom,r']

does the trick as well for me after the loopback devices are created offcourse.