You are not logged in.
Pages: 1
Is the Linode-provided image of Arch Linux supported here?
Or do I need to install the arch-boxes image as detailed in the VPS page?
Create a new VM and select Arch as the distribution (to use the Linode-provided image, stop here; otherwise proceed with the rest of the steps)
Boot the VM in rescue mode
Connect to the VM via the Lish console and download the basic image from a mirror, ex: curl -O https://geo.mirror.pkgbuild.com/images/ … asic.qcow2
Install the qemu-utils package: apt update && apt install qemu-utils
Write the image to the disk: qemu-img convert -f qcow2 -O raw Arch-Linux-x86_64-basic.qcow2 /dev/sda
In the Linode manager, go to the VM's configurations menu and edit the configuration to change the kernel option to "Direct Disk"
Reboot the VM
SSH to the VM: ssh arch@ip
Cheers,
Last edited by dakota (2022-05-22 12:47:03)
"Before Enlightenment chop wood, carry water. After Enlightenment chop wood, carry water." -- Zen proverb
Offline
Yes it's supported here, those steps aren't required, you can select Arch Linux when creating a linode instance.
Last edited by cmm11 (2022-05-22 08:02:29)
Offline
Yes it's supported here, those steps aren't required, you can select Arch Linux when creating a linode instance.
Thanks!
"Before Enlightenment chop wood, carry water. After Enlightenment chop wood, carry water." -- Zen proverb
Offline
Pages: 1