Closed retlehs closed 3 months ago
Setting update_guest_tools
to false
might be workaround for now too: https://github.com/roots/trellis/blob/c9f4dd918cb0a708b298c506785b09c7e0e80e3a/Vagrantfile#L195
I think I have posted the same issue here: https://github.com/Parallels/vagrant-parallels/issues/458
The latest Bento image for ubuntu-22.04 + Parallels ships with an outdated kernel version for which the header files are no longer available. So, the automatic update of Parallels Tools fails on first boot.
If you disable the automatic update, the box runs fine. But as soon as a kernel update is performed, the prl_fs
driver is missing on next reboot. At that time, the prl.update_guest_tools = true
setting can/has to be re-enabled in order to rebuild the Parallels Tools on boot.
Version
v1.21.0
What did you expect to happen?
trellis up
should consistently workWhat actually happens?
Error related to:
Package 'linux-headers-5.15.0-67-generic' has no installation candidate m linux-headers-5.15.0-67-generic
(See logs below)
Workaround for now:
Downgrade Ubuntu from 22.04 to 20.04 by modifying
vagrant.default.yml
:h/t @MWDelaney via https://discourse.roots.io/t/package-linux-headers-5-15-0-67-generic-has-no-installation-candidate-m-linux-headers-5-15-0-67-generic/25477
Steps to reproduce
trellis up
System info
macOS 13.4 Vagrant to v2.3.6 Parallels 18.3.0
Log output
Please confirm this isn't a support request.
Yes