How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "perk/ubuntu-2204-arm64"
end
vagrant init perk/ubuntu-2204-arm64
vagrant up
This version was created 5 months ago.
Ubuntu 22.04 (Jammy Jellyfish) arm64.
Derived from cloud image: https://cloud-images.ubuntu.com/releases/22.04/release-20230712/ubuntu-22.04-server-cloudimg-arm64.img
Tested on MacBook with Apple M1 processor.
Works with qemu provider:
Install QEMU
brew install qemu
Install vagrant-qemu plugin
vagrant plugin install vagrant-qemu
Init Vagrantfile
vagrant init -m perk/ubuntu-2204-arm64
Run vagrant
vagrant up --provider qemu
If you see the following password prompt:
==> default: Successfully added box 'perk/ubuntu-2204-arm64' (20230712) for 'libvirt'!
==> default: Importing a QEMU instance
default: Creating and registering the VM...
default: Successfully imported VM
Password:
Please disable synced folders:
Vagrant.configure("2") do |config|
config.vm.box = "perk/ubuntu-2204-arm64"
config.vm.box_version = "20230712"
config.vm.synced_folder ".", "/vagrant", disabled: true
end
libvirt | ||
---|---|---|
arm64 | Hosted by Vagrant Cloud (668 MB) |
qemu | ||
---|---|---|
arm64 | Hosted by Vagrant Cloud (668 MB) |
This version was created 8 months ago.
Ubuntu 22.04 (Jammy Jellyfish) arm64.
Derived from cloud image: https://cloud-images.ubuntu.com/releases/22.04/release-20230416/ubuntu-22.04-server-cloudimg-arm64.img
Tested on MacBook with Apple M1 processor.
Works with qemu provider:
Install QEMU
brew install qemu
Install vagrant-qemu plugin
vagrant plugin install vagrant-qemu
Init Vagrantfile
vagrant init -m perk/ubuntu-2204-arm64
Run vagrant
vagrant up --provider qemu
If you see the following password prompt:
==> default: Successfully added box 'perk/ubuntu-2204-arm64' (v20230416) for 'libvirt'!
==> default: Importing a QEMU instance
default: Creating and registering the VM...
default: Successfully imported VM
Password:
Please disable synced folders:
Vagrant.configure("2") do |config|
config.vm.box = "perk/ubuntu-2204-arm64"
config.vm.box_version = "20230416"
config.vm.synced_folder ".", "/vagrant", disabled: true
end
libvirt | ||
---|---|---|
unknown | Hosted by Vagrant Cloud (667 MB) |
qemu | ||
---|---|---|
unknown | Hosted by Vagrant Cloud (667 MB) |
This version was created 11 months ago.
Ubuntu 22.04 (Jammy Jellyfish) arm64.
Derived from cloud image: https://cloud-images.ubuntu.com/releases/22.04/release-20230107/ubuntu-22.04-server-cloudimg-arm64.img
Tested on MacBook with Apple M1 processor.
Works with qemu provider:
Install QEMU
brew install qemu
Install vagrant-qemu plugin
vagrant plugin install vagrant-qemu
Init Vagrantfile
vagrant init -m perk/ubuntu-2204-arm64
Run vagrant
vagrant up --provider qemu
If you see the following password prompt:
==> default: Successfully added box 'perk/ubuntu-2204-arm64' (v20230107) for 'libvirt'!
==> default: Importing a QEMU instance
default: Creating and registering the VM...
default: Successfully imported VM
Password:
Please disable synced folders:
Vagrant.configure("2") do |config|
config.vm.box = "perk/ubuntu-2204-arm64"
config.vm.box_version = "20230107"
config.vm.synced_folder ".", "/vagrant", disabled: true
end
libvirt | ||
---|---|---|
unknown | Hosted by Vagrant Cloud (646 MB) |
qemu | ||
---|---|---|
unknown | Hosted by Vagrant Cloud (646 MB) |
This version was created about 1 year ago.
Ubuntu 22.04 (Jammy Jellyfish) arm64.
Derived from cloud image: https://cloud-images.ubuntu.com/releases/22.04/release-20221201/ubuntu-22.04-server-cloudimg-arm64.img
Tested on MacBook with Apple M1 processor.
Works with qemu provider:
Install QEMU
brew install qemu
Install vagrant-qemu plugin
vagrant plugin install vagrant-qemu
Init Vagrantfile
vagrant init -m perk/ubuntu-2204-arm64
Run vagrant
vagrant up --provider qemu
If you see the following password prompt:
==> default: Successfully added box 'perk/ubuntu-2204-arm64' (v20221201) for 'libvirt'!
==> default: Importing a QEMU instance
default: Creating and registering the VM...
default: Successfully imported VM
Password:
Please disable synced folders:
Vagrant.configure("2") do |config|
config.vm.box = "perk/ubuntu-2204-arm64"
config.vm.box_version = "20221201"
config.vm.synced_folder ".", "/vagrant", disabled: true
end
libvirt | ||
---|---|---|
unknown | Hosted by Vagrant Cloud (651 MB) |
qemu | ||
---|---|---|
unknown | Hosted by Vagrant Cloud (651 MB) |
This version was created about 1 year ago.
Ubuntu 22.04 (Jammy Jellyfish) arm64.
Derived from cloud image: https://cloud-images.ubuntu.com/releases/22.04/release-20221117/ubuntu-22.04-server-cloudimg-arm64.img
Tested on MacBook with Apple M1 processor.
Works with qemu provider:
Install QEMU
brew install qemu
Install vagrant-qemu plugin
vagrant plugin install vagrant-qemu
Init Vagrantfile
vagrant init -m perk/ubuntu-2204-arm64
Run vagrant
vagrant up --provider qemu
If you see the following password prompt:
==> default: Successfully added box 'perk/ubuntu-2204-arm64' (v20221117) for 'libvirt'!
==> default: Importing a QEMU instance
default: Creating and registering the VM...
default: Successfully imported VM
Password:
Please disable synced folders:
Vagrant.configure("2") do |config|
config.vm.box = "perk/ubuntu-2204-arm64"
config.vm.box_version = "20221117"
config.vm.synced_folder ".", "/vagrant", disabled: true
end
libvirt | ||
---|---|---|
unknown | Hosted by Vagrant Cloud (649 MB) |
qemu | ||
---|---|---|
unknown | Hosted by Vagrant Cloud (649 MB) |
This version was created about 1 year ago.
Ubuntu 22.04 (Jammy Jellyfish) arm64.
Derived from cloud image: https://cloud-images.ubuntu.com/releases/22.04/release-20221101.1/ubuntu-22.04-server-cloudimg-arm64.img
Tested on MacBook with Apple M1 processor.
Works with qemu provider:
Install QEMU
brew install qemu
Install vagrant-qemu plugin
vagrant plugin install vagrant-qemu
Init Vagrantfile
vagrant init -m perk/ubuntu-2204-arm64
Run vagrant
vagrant up --provider qemu
If you see the following password prompt:
==> default: Successfully added box 'perk/ubuntu-2204-arm64' (v20221101.1) for 'libvirt'!
==> default: Importing a QEMU instance
default: Creating and registering the VM...
default: Successfully imported VM
Password:
Please disable synced folders:
Vagrant.configure("2") do |config|
config.vm.box = "perk/ubuntu-2204-arm64"
config.vm.box_version = "20221101.1"
config.vm.synced_folder ".", "/vagrant", disabled: true
end
libvirt | ||
---|---|---|
unknown | Hosted by Vagrant Cloud (649 MB) |
qemu | ||
---|---|---|
unknown | Hosted by Vagrant Cloud (649 MB) |
This version was created about 1 year ago.
Ubuntu 22.04 (Jammy Jellyfish) arm64.
Derived from cloud image: https://cloud-images.ubuntu.com/releases/22.04/release-20221018/ubuntu-22.04-server-cloudimg-arm64.img
Tested on MacBook with Apple M1 processor.
Works with qemu provider:
Install QEMU
brew install qemu
Install vagrant-qemu plugin
vagrant plugin install vagrant-qemu
Init Vagrantfile
vagrant init -m perk/ubuntu-2204-arm64
Run vagrant
vagrant up --provider qemu
If you see the following password prompt:
==> default: Successfully added box 'perk/ubuntu-2204-arm64' (v20221018) for 'libvirt'!
==> default: Importing a QEMU instance
default: Creating and registering the VM...
default: Successfully imported VM
Password:
Please disable synced folders:
Vagrant.configure("2") do |config|
config.vm.box = "perk/ubuntu-2204-arm64"
config.vm.box_version = "20221018"
config.vm.synced_folder ".", "/vagrant", disabled: true
end