I am not only new to Qubes, I am also new to linux so I am going to have to learn a lot. I would appreciate any help.
I have a windows 7 iso on usb. I created a usb vm called sys-usb. Now I am trying to copy the iso file to dom0 based on the following:
"qvm-start win7 --cdrom=/usr/local/iso/win7_en.iso
The above command assumes the installation ISO was transferred to Dom0 (copied using dd command from an installation CDROM for example)."
Can someone help me figure out this step? Sorry for the newbie question. I will have lots of these.
--
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 qubes-users+unsubscribe@googlegroups.com.
To post to this group, send email to qubes...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/qubes-users/f9d4133c-a0a4-4533-b3b2-5cc61eb498e6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
On Wednesday, May 24, 2017 at 10:58:41 PM UTC+2, James Chi wrote:
> And which vm terminal should I be using? Should I be installing on a template vm?
Use the command from dom0:
qvm-start |start a vm
win7 | name of the vm to start
--cdrom=/path/to/isofile.iso | the vm has a cdrom with an isofile in the folder /path/to/
Now use the following
qvm-start win7 --cdrom=vmname:/path/to/isofile.iso |vmname here is the name of the vm where your iso is (e.g. sys-usb) and the /path/to/isofile.iso in that vm.
There is a "cheatsheet" with the qubes commands at github
https://github.com/Jeeppler/qubes-cheatsheet/blob/master/qubes-cheatsheet.md
regards
You got the right answer from mikih..., but don't hesitate to bring other newbie questions - we're all learning here. I've installed Win7 on Qubes a few times, most recently today, in fact. I had a couple issues, but everything seems good now. Happy to help if I can.
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?
btw, thanks for all the support, You guys are awesome! I really appreciate it. It was so frustrating without help.
I just tried what you said:
1. Copied iso to Downloads folder (using the link on the left menu of Files)
2. Used the same exact command as you said and I got the same exact message.
3. I then tried to copy iso to work folder, try to do the same thing using that folder, but received the same message.
Am I supposed to change User to "something else"?
;) Well then. Is win7 a HVM?
Have you created it with : qvm-create --hvm win7 ?
Btw. you have to adjust mem, vcpu, net-vm to sys-firewall etc. Most probably you have to edit a copy of the /var/lib/qubes/appvms/win7/win7.conf file for use in a --custom-config= option when starting your win7 VM, but just try first to make a fresh HVM:
qvm-create --hvm win7
then do your
qvm-start win7 --cdrom=sys-usb:/home/user/Downloads/win7.iso
and make sure the win7.iso is really exactly in sys-usb in the folder /home/user/Downloads/ .
Woo hoo! Windows is loading files!!
You da man!
This went over my head.
The windows installation stalled on "Starting Windows" I heard this happens. So this is what I found is the solution:
Hi,
You must copy your config in
cp /var/lib/qubes/appvms/windows7/windows7.conf ~/
Then at the bottom change graphic driver xen by cirrus
vim ~/windows7.conf
-> change xen by cirrus at the bottom
Start the vm and install with
qvm-start windows7 --custom-config=~/windows7.conf
What does that mean?
I found a video and will follow those steps.
1. Found conf file, edited it to replace xen to cirrus, and renamed to win7-custom.conf
2. Use the following command: qvm-start win7 --custom-conf=$PWD/win7-custom.conf
But I get the following message:
--> Loading the VM (type = HVM)...
....
....
....
1: Start tag expected, '<' not found c<domain type='xen'>
:(
When I use qvm-start win7 (without custom config line) command, the VM loads and the new screen shows no bootable device. I was expecting it to show the windows 7 screen frozen again because I was using the original conf file. Just wanted to point this out in case it was helpful.
Thanks
I figure it out. I must have mistakenly deleted a < when edited the conf file. Thanks all!!!!