Re: qemu command line for installation

2018-12-06 Thread Laura Lazzati
Hi! I am opening this thread again to mention some few things. I had to add one last line to the qemu command: (First ran : qemu-img create hda.img 50G) qemu-system-x86_64 \ -m 1024 \ -nodefaults \ -drive file=hda.img,format=raw,if=none,id=drive-ide0-0-0 \ -device ide-hd,bus=i

Re: qemu command line for installation

2018-12-05 Thread Laura Lazzati
Thank you a lot Gabor :) Yesterday I did not see that time went by and had to go out and rush without mentioning it on IRC channel and felt ashamed of that, because everyone was helping me. But when I arrived back, I copied the conversation in a text file to read it in detail today. I guess that

qemu command line for installation

2018-12-05 Thread Gábor Boskovits
Hello Laura, I've tried to reproduce the issues you mentioned locally, and to be honest with success :) Issue 1: /dev/sda already partitioned: The order of options on the command line made the installer image /dev/sda, and it is really partitioned. I avoided it using explicit mapping of drives o