tobimensch / aqemu

Official AQEMU repository - a GUI for virtual machines using QEMU as the backend
https://sourceforge.net/projects/aqemu/
GNU General Public License v2.0
502 stars 88 forks source link

AQEMU always show an empty disk #103

Closed InfoLibre closed 3 years ago

InfoLibre commented 3 years ago

I created a new disk as a 20 Go vmdk file:

Capture d’écran du 2021-01-04 13-42-56

Capture d’écran du 2021-01-04 13-48-55

I add this disk to my VM:

Capture d’écran du 2021-01-04 13-43-27

AQEMU say the disk size is equal to zero (strange, is it a bug?):

Capture d’écran du 2021-01-04 13-43-50

I start the VM and the installation of Debian. The installation stops, Debian doesn't find the disk (because QEMU is thinking that the disk size is equal to zero?):

Capture d’écran du 2021-01-04 13-41-57

Capture d’écran du 2021-01-04 14-01-58

Capture d’écran du 2021-01-04 14-04-58

Configuration :

/usr/bin/qemu-system-ppc \ -monitor stdio \ -k fr \ -machine accel=tcg \ -m 512 \ -drive file="/home/david/Documents/Informatique/Documentation/Macintosh/debian-10.0.0-powerpc-NETINST-1.iso",if=ide,media=cdrom \ -drive file="/home/david/Documents/Informatique/Documentation/Macintosh/Debian + LXDE sur iMac G3.vmdk",if=ide,media=disk \ -virtfs local,id=shared_folder_dev_0,path=/home/david/Bureau,security_model=none,mount_tag=shared0 \ -boot order=dc,menu=on \ -net nic,macaddr=00:a2:6d:80:10:8f,model=rtl8139 \ -net user \ -net user,smb=/home/david/Bureau \ -rtc base=localtime \ -name "Debian + LXDE sur iMac G3" \ -bios /home/david/Documents/Informatique/Documentation/Macintosh/openbios-ppc-grubfix \ -M g3beige

Linux Mint Cinnamon 20.

Capture d’écran du 2021-01-04 13-11-54

InfoLibre commented 3 years ago

Works now.