community.vmdk v. VMware Fusion: %VMS_BOOTMGR-W-DEVICE, Ignoring ATAPI device...

OpenVMS virtualization: OpenVMS on VirtualBox, VMWare, Hyper-V, KVM, and more.
Post Reply

Topic author
sms
Master
Posts: 454
Joined: Fri Aug 21, 2020 5:18 pm
Reputation: 0
Status: Offline

community.vmdk v. VMware Fusion: %VMS_BOOTMGR-W-DEVICE, Ignoring ATAPI device...

Post by sms » Wed Apr 03, 2024 6:59 pm

Code: Select all

   As provided, the new "community.vmdk" "Disk DescriptorFile"
specifies:
      ddb.adapterType = "ide"

   The environment here is VMware Fusion Player Version 13.5.1
(23298085) on a Mac Pro 2013 with Sonoma 14.4.

    Virtual Machine > Settings... > Add Device... > Existing Hard Disk
(specifying "<path/>community.vmdk" as the "File name:") created "Hard
Disk (IDE)" along side the existing "Hard Disk (SATA)" (where the
existing/old VMS installation resides).  This apparently was 
unsatisfactory to "VSI OpenVMS Boot Manager: V9.2-x Build 136", which
complained:
      %VMS_BOOTMGR-W-DEVICE, Ignoring ATAPI device...

   The EFI device list was:

EFI VMware Virtual SATA Hard Drive (0.0)
EFI VMware Virtual IDE Hard Drive (IDE 0:0)
EFI VMware Virtual SATA Hard Drive (1.0)
EFI VMware Virtual SATA Hard Drive (2.0)
[...]

   In the Virtual Machine > Settings..., changing the "Bus type" on
"IDE Hard Drive" to "SATA" (after shutting down the VM) changed
"Hard Disk (IDE)" to "Hard Disk 2 (SATA)", which changed the EFI device
list to:

EFI VMware Virtual SATA Hard Drive (0.0)
EFI VMware Virtual SATA Hard Drive (3.0)
EFI VMware Virtual SATA Hard Drive (1.0)
EFI VMware Virtual SATA Hard Drive (2.0)
[...]

   DKA300 was now visible to VMS (and bootable).  ("SATA Hard Drive
(1.0)" and "SATA Hard Drive (2.0)" are what VMware calls "CD/DVD (SATA)"
and "CD/DVD 2 (SATA)", two VMS installation DVDs.)

   The butt-pain associated with configuring everything needed to use
the software on the new VMDK didn't seem attractive, so I mounted the
new VMDK disk:
      mount /noass /system DKA300: V922
and copied (the small but non-empty)
DKA300:[SYS0.SYSCOMMON.SYSEXE]LMF$LICENSE.LDB to the corresponding spot
on my existing system disk.

   This might do for a while, but having no access to patches or product
kits is a BIG step down from the old scheme.  Configuring a VMS system
to make it useful is not so much fun that I'm eager to do it annually on
every system.


Topic author
sms
Master
Posts: 454
Joined: Fri Aug 21, 2020 5:18 pm
Reputation: 0
Status: Offline

Re: community.vmdk v. VMware Fusion: %VMS_BOOTMGR-W-DEVICE, Ignoring ATAPI device...

Post by sms » Thu Oct 17, 2024 7:13 pm

Code: Select all

> [...] Mac Pro 2013 with Sonoma 14.4.

   That's wrong.  Sonoma is not supported on the Mac Pro 2013.  It must
have been a Mac mini 2018.  (Or Monterey, 12.7.x.)


gdwnldsksc
Active Contributor
Posts: 32
Joined: Sat Apr 22, 2023 3:56 am
Reputation: 0
Status: Offline

Re: community.vmdk v. VMware Fusion: %VMS_BOOTMGR-W-DEVICE, Ignoring ATAPI device...

Post by gdwnldsksc » Tue Dec 03, 2024 3:19 am

sms wrote:
Thu Oct 17, 2024 7:13 pm

Code: Select all

> [...] Mac Pro 2013 with Sonoma 14.4.

   That's wrong.  Sonoma is not supported on the Mac Pro 2013.  It must
have been a Mac mini 2018.  (Or Monterey, 12.7.x.)
As an FYI, OpenCore Legacy Patcher will allow you to run later macOSes on older macs. 2013 Mac Pro can run macOS 13 and higher with only a single patch needed for graphics acceleration to work.

Post Reply