Open paulmaunders opened 2 years ago
I couldn't find any support for the AlmaLinux 9 aarch64 box in this project so I have added configuration to support it in this pull request: https://github.com/AlmaLinux/cloud-images/pull/115
This mostly works but has the same problem with the parallels tools not being installed correctly.
It looks like this is a known problem with Parallels Tools not currently supporting RHEL 9: https://forum.parallels.com/threads/parallels-tools-do-not-install-on-rhel9.357546
It looks like this is a known problem with Parallels Tools not currently supporting RHEL 9: https://forum.parallels.com/threads/parallels-tools-do-not-install-on-rhel9.357546
I was able to successfully install Parallels Tools as of yesterday (2023-02-23). Another comment in that post also notes they were successful.
I'm running: Parallels v18.2.0 (53488) AlmaLinux 9.1 via Vagrant Box almalinux/9.aarch64 (v9.1.20230122)
@paulmaunders - Based on the work you did in AlmaLinux/wiki#115, do we maybe just need a new box version released at this point?
Also confirmed that enabling guest tool updates in the Vagrant file completes successfully. I can use this as a workaround in the meantime, but having Parallels Tools baked into the Vagrant box would save some significant boot time. My use-case is testing Ansible changes, so I'm spinning boxes up & down constantly as I make changes.
node.vm.provider "parallels" do |prl|
prl.update_guest_tools = true
end
==> alma9: Machine booted and ready!
==> alma9: Checking for Parallels Tools installed on the VM...
==> alma9: Parallels Tools were not detected on this VM! They are required
==> alma9: for shared folders, time sync and more. If shared folders are not
==> alma9: working on this machine, please install Parallels Tools within the
==> alma9: virtual machine and reload your VM.
==> alma9: Installing the proper version of Parallels Tools. This may take a few minutes...
==> alma9: Parallels Tools have been installed. Rebooting the VM...
==> alma9: Attempting graceful shutdown of VM...
==> alma9: Booting VM...
==> alma9: Waiting for machine to boot. This may take a few minutes...
==> alma9: Machine booted and ready!
==> alma9: Mounting shared folders...
alma9: /vagrant => /Users/klesher/code/ansible/tests
Hello!
I tried to run the AlmaLinux 9 aarch64 vagrant box with my M2 Macbook Air today but it failed at the
Mounting shared folder
step because Parallels Tools are not installed.Here is the full output: