Terminal log:
pizzadog@PizzaDog-desktop:~$ qemu-system-i386 -hda ubuntu.img -boot d -cdrom /home/pizzadog/Downloads/ubuntu-8.04.4-server-i386.iso -m 300
WARNING: Image format was not specified for 'ubuntu.img' and probing guessed raw.
Automatically detecting the format is dangerous for raw images, write operations on block 0 will be restricted.
Specify the 'raw' format explicitly to remove the restrictions.
I've been trying to get qemu to work for a while now, and I think I'm finally in the final stretch. I'm doing this from my raspberry pi with ubuntu-mate installed, and I'm able to boot the ISO, but I can't install anything as qemu wants me to specify that it's a raw format. The problem is that The only think I've learned about Ubuntu has been in the past 5 days. I googled around and couldn't get to work. How do I change the format to raw?
pizzadog@PizzaDog-desktop:~$ qemu-system-i386 -hda ubuntu.img -boot d -cdrom /home/pizzadog/Downloads/ubuntu-8.04.4-server-i386.iso -m 300
WARNING: Image format was not specified for 'ubuntu.img' and probing guessed raw.
Automatically detecting the format is dangerous for raw images, write operations on block 0 will be restricted.
Specify the 'raw' format explicitly to remove the restrictions.
I've been trying to get qemu to work for a while now, and I think I'm finally in the final stretch. I'm doing this from my raspberry pi with ubuntu-mate installed, and I'm able to boot the ISO, but I can't install anything as qemu wants me to specify that it's a raw format. The problem is that The only think I've learned about Ubuntu has been in the past 5 days. I googled around and couldn't get to work. How do I change the format to raw?