You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
vagrant up is stuck at SSH connection when launching generic/debian12(x86) box on Mac M3 and after 30 mins it times out while I'm able to launch box with this image generic/ubuntu2204
Can someone pls help in launching debian12 box on mac?
Vagrantfile
Vagrant.configure('2') do |config|
config.vm.define "test" do |test|
test.vm.hostname = "test"
test.vm.provider "qemu" do |provider,override|
provider.arch = "x86_64"
provider.machine = "q35"
provider.cpu = "max"
provider.net_device = "virtio-net-pci"
override.vm.box = "generic/debian12"
provider.memory = 2048
end
end
end
Output of vagrant up
Bringing machine 'test' up with 'qemu' provider...
==> test: Checking if box 'generic/debian12' version '4.3.12' is up to date...
==> test: Warning! The QEMU provider doesn't support any of the Vagrant
==> test: high-level network configurations (`config.vm.network`). They
==> test: will be silently ignored.
==> test: Starting the instance...
==> test: Waiting for machine to boot. This may take a few minutes...
test: SSH address: 127.0.0.1:50022
test: SSH username: vagrant
test: SSH auth method: private key
The text was updated successfully, but these errors were encountered:
vagrant up
is stuck at SSH connection when launchinggeneric/debian12
(x86) box on Mac M3 and after 30 mins it times out while I'm able to launch box with this imagegeneric/ubuntu2204
Can someone pls help in launching debian12 box on mac?
Vagrantfile
Output of vagrant up
The text was updated successfully, but these errors were encountered: