qvm-start --cdrom=/dev/cdrom win7
When I try that in Qubes 4.0, I get an error that starts with "Traceback" and ends with "Not enough values to unpack (expected 2, got 1)."
What am I doing wrong? What is the new command to make this work in Qubes 4?
I ended up trying:
qvm-start --cdrom=dom0:/dev/sr0 win7
..and it worked, since that's where my CD drive was mounted as. I'll give the suggested syntax a try as well, and imagine it will succeed also.
The transition from Qubes 3.2 to 4.0 has been full of hiccups both large and small due to various scattered system changes like this one, and I appreciate the assistance here.