idauto-john
Bit poster
The fix for the issue
Hey all
This thread (http://forums.parallels.com/thread4845.html has the answer. You basically have to modify the .pvs file for your vm. You do not have to uninstall or reinstall.
I run parallels as root to get stuff to work (launch from a console prompt where I'm logged in as root as "parallels &". The & means the console isn't stuck until i close parallels.
So, shut down parallels. edit the winxp.pvs (or whatever yours is called) and find the following section:
[IDE devices]
Disk 0:0 enabled=1
Disk 0:0=1
Disk 0:0 media=0
Disk 0:0 connected=1
Disk 0:0 image=winxp.hdd
Disk 0:0 cylinders=16254
Disk 0:0 heads=16
Disk 0:0 sectors=63
Disk 0:1 enabled=1
Disk 0:1=2
Disk 0:1 media=0
Disk 0:1 connected=1
Disk 0:1 image=/share/winxp.iso
Modify it so it matches the section below. Don't change any of the above red section, as you could make your vm unusable. Just change lines in the bolded section. The changes are to media=1 and the path to /dev/cdrom
[IDE devices]
Disk 0:0 enabled=1
Disk 0:0=1
Disk 0:0 media=0
Disk 0:0 connected=1
Disk 0:0 image=winxp.hdd
Disk 0:0 cylinders=16254
Disk 0:0 heads=16
Disk 0:0 sectors=63
Disk 0:1 enabled=1
Disk 0:1=2
Disk 0:1 media=1
Disk 0:1 connected=1
Disk 0:1 image=/dev/cdrom
Now, restart parallels and you should have the cd working.
BTW, I am running Novell's SLED 10, with a bunch of SuSE 10.1 and 10.2 packages and it all seems to be working now.
Wouldn't it be nice if the parallels support people had a FAQ for these kinds of issues
Hope this works out for you.
Hey all
This thread (http://forums.parallels.com/thread4845.html has the answer. You basically have to modify the .pvs file for your vm. You do not have to uninstall or reinstall.
I run parallels as root to get stuff to work (launch from a console prompt where I'm logged in as root as "parallels &". The & means the console isn't stuck until i close parallels.
So, shut down parallels. edit the winxp.pvs (or whatever yours is called) and find the following section:
[IDE devices]
Disk 0:0 enabled=1
Disk 0:0=1
Disk 0:0 media=0
Disk 0:0 connected=1
Disk 0:0 image=winxp.hdd
Disk 0:0 cylinders=16254
Disk 0:0 heads=16
Disk 0:0 sectors=63
Disk 0:1 enabled=1
Disk 0:1=2
Disk 0:1 media=0
Disk 0:1 connected=1
Disk 0:1 image=/share/winxp.iso
Modify it so it matches the section below. Don't change any of the above red section, as you could make your vm unusable. Just change lines in the bolded section. The changes are to media=1 and the path to /dev/cdrom
[IDE devices]
Disk 0:0 enabled=1
Disk 0:0=1
Disk 0:0 media=0
Disk 0:0 connected=1
Disk 0:0 image=winxp.hdd
Disk 0:0 cylinders=16254
Disk 0:0 heads=16
Disk 0:0 sectors=63
Disk 0:1 enabled=1
Disk 0:1=2
Disk 0:1 media=1
Disk 0:1 connected=1
Disk 0:1 image=/dev/cdrom
Now, restart parallels and you should have the cd working.
BTW, I am running Novell's SLED 10, with a bunch of SuSE 10.1 and 10.2 packages and it all seems to be working now.
Wouldn't it be nice if the parallels support people had a FAQ for these kinds of issues
Hope this works out for you.