On 05/25/2017 11:36 AM, James Chi wrote: > Here is where I am: > > 1. I attached usb drive to sys-usb > 2. Went to sys-usb: Files, Other Locations, then into the USB drive > 3. Copied windows 7 iso file to other AppVM (ie, win7 VMName) > 4. Found windows 7 iso in win7 VM using search. I then moved the iso to the > Downloads folder. > 5. Used this command in Don0 Terminal: qvm-start win7 > --cdrom=win7:/Downloads/win7.iso > 6. The terminal returned: "This VM does not support attaching drives." > (FYI, I also tried to run the iso from sys-usb VM but I received the same > message for I tried to move it and try as well) > > What am I doing wrong?
Your command is wrong. You're trying to start the win7 VM while telling it the iso is also in the win7 vm, which probably won't work. Move back that iso to sys-usb (into the Downloads folder, if you want). The command you would then run would look like this (I'm assuming the vm you're trying to install to is the win7 one): qvm-start win7 --cdrom=sys-usb:/home/user/Downloads/win7.iso -- You received this message because you are subscribed to the Google Groups "qubes-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/qubes-users/og787k%24ghj%241%40blaine.gmane.org. For more options, visit https://groups.google.com/d/optout.
