Cannot access BootCamp Disk after Leopard Upgrade

kolakowski

Bit poster
Hi -
I posted this before, but did not get an answer that worked.

I have Vista running on Bootcamp and running fine under PD4 before leopard.

After leopard upgrade I get the following error in PD4 -
"Unable to connect to Hard Disk 1
A file or device required for the operation of Hard Disk 1 does not exist of is used by another process, or you have no permission to access it. The virtual machine will continue running, but the device will be disconnected."

When I go to ~/Documents/Parallels/Windows\ Vista.pvm/parallels.log
I see the following errors
15:04:33.612 F /vm:5993:B038D000/ [Profile] Floppy 0 creation time is 1 msecs
15:04:33.636 F /dimg:5993:B0617000/ Open: try to open dev: /dev/disk0s3
15:04:33.637 F /dimg:5993:B0617000/ Open: /dev/ removed from device name disk0s3
15:04:33.637 F /dimg:5993:B0617000/ FSGetCatalogInfo returned name disk0s2. Need disk0s3 [1]
15:04:33.638 F /dimg:5993:B0617000/ FSGetCatalogInfo returned name disk1s2. Need disk0s3 [2]
15:04:33.639 F /dimg:5993:B0617000/ FSGetVolumeInfo failed with error -35 [3:disk0s3]
15:04:33.639 F /dimg:5993:B0617000/ Open: Can't get mounted path for device disk0s3
15:04:35.189 F /dimg:5993:B0617000/ Open: File opened. Handle is 23
15:04:35.190 F /dimg:5993:B0617000/ Open: flock failed (Resource temporarily unavailable)
15:04:35.192 F /dimg:5993:B0617000/ Error 0x80021037 when opening the disk. Releasing image.
15:04:35.193 F /vdisk:5993:B0617000/ Can't open uid {5fbaabe3-6958-40ff-92a7-860e329aab41} name /dev/disk0s3 Error 0x80021037
15:04:35.206 F /vdisk:5993:B0617000/ Error at operation complete. Code St 0x80019011 Dsk 0x0
15:04:35.207 F /vdisk:5993:B038D000/ OpenDisk() returned error 0x80021037

ReFit PartitionInspector reports
*** Report for internal hard disk ***

Current GPT partition table:
# Start LBA End LBA Type
1 40 409639 EFI System (FAT)
2 409640 870465575 Mac OS X HFS+
3 870729728 976773119 Basic Data

Current MBR partition table:
# A Start LBA End LBA Type
1 1 409639 ee EFI Protective
2 409640 870465575 af Mac OS X HFS+
3 * 870729728 976773119 07 NTFS/HPFS

MBR contents:
Boot Code: Unknown, but bootable

Partition at LBA 40:
Boot Code: None (Non-system disk message)
File System: FAT32
Listed in GPT as partition 1, type EFI System (FAT)

Partition at LBA 409640:
Boot Code: None
File System: HFS Extended (HFS+)
Listed in GPT as partition 2, type Mac OS X HFS+
Listed in MBR as partition 2, type af Mac OS X HFS+

Partition at LBA 870729728:
Boot Code: Windows BOOTMGR (Vista)
File System: NTFS
Listed in GPT as partition 3, type Basic Data
Listed in MBR as partition 3, type 07 NTFS/HPFS, active




$ ls -la /dev/disk*
brw-r----- 1 root operator 14, 0 Sep 23 06:33 /dev/disk0
brw-r----- 1 root operator 14, 1 Sep 23 06:33 /dev/disk0s1
brw-r----- 1 root operator 14, 2 Sep 23 06:33 /dev/disk0s2
brw-r----- 1 root operator 14, 3 Sep 23 06:33 /dev/disk0s3
brw-r----- 1 lfk staff 14, 4 Sep 23 06:39 /dev/disk1
br--r----- 1 lfk staff 14, 5 Sep 23 06:39 /dev/disk1s1
brw-r----- 1 lfk staff 14, 6 Sep 23 06:39 /dev/disk1s2
br--r----- 1 lfk staff 14, 7 Sep 23 15:36 /dev/disk2
br--r----- 1 lfk staff 14, 9 Sep 23 15:36 /dev/disk2s1
br--r----- 1 lfk staff 14, 8 Sep 23 15:36 /dev/disk2s2


What is wrong?
How do I fix it?
Thanks
Frank
 
Did and Parallels Staff see this post?

I was hoping to get some help here.

I also files a trouble ticket and have not gotten an answer there either.

Help!
 
BTW Leopard or Snow Leopard?

In any case be sure that you don't have any 3rd party NTFS package enabled/installed like NTFS-3G, Paragon NTFS or others. Also check if moving the BootcampSelector works. In terminal do:

sudo mv /Library/Parallels/Parallels\ Service.app/Contents/MacOS/BootcampConfigurator /Library/Parallels/Parallels\ Service.app/Contents/MacOS/BootcampConfigurator.old
 
Back
Top