Closed jyscao closed 3 years ago
Actually the packager of the box I'm using was aware of this issue (it's a bug in the most recent version of Parallels), and also provided a workaround to it. See this issue thread.
In short, add prl.customize ["set", :id, "--device-del", "cdrom0" ]
to the Parallels config block in your Vagrantfile
same error ,how to solve?
Hi, I'm new to using Parallels (just purchased earlier today), but I'm fairly proficient at using Vagrant with VirtualBox on my Linux PC. I intend to use Parallels as the provider for my Vagrant development environment on my M1 Macbook Air.
After creating a barebones Vagrantfile (only basic machine configurations and networking, no provisioning), I tried to bring it up. But ran into the following problem with SSH:
This looks similar to the closed issue #342, but I don't believe my guest is conflicting with any other hosts on my bridged network
10.211.55.0/24
. Though I followed @legal90's suggestion in that thread, and limited the assignable range in Parallels' preferences, such that myvagrant ssh-config
is now the following:Furthermore, I am able to
vagrant ssh
into the guest after the initialvagrant up
times out, which means I do have a minimally usable vagrant box. However none of the configurations (hostname, additional network interface, hosts, etc.) in my Vagrantfile were applied; and of course I won't be able to use any provisioning scripts without thevagrant
user being able to access SSH.I'm not sure if this is a user error on my part. Or perhaps it's a limitation due to the relative newness of the M1 processor, and its lack of support for
prlctl
as mentioned in #404.Would appreciate if anyone here can point me in the right direction.