Skip to content

Commit 7e2738c

Browse files
authored
Merge pull request #2683 from AkihiroSuda/archlinux
templates: Arch Linux: legacyBIOS no longer needs to be enabled
2 parents 778360d + 5a055b7 commit 7e2738c

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

examples/archlinux.yaml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,9 @@
22
images:
33
# Try to use yyyyMMdd.REV image if available. Note that yyyyMMdd.REV will be removed after several months.
44

5-
# NOTE: 20240815.255016 does not work due to "No space left on device"
6-
# Caused by https://github.com/canonical/cloud-init/issues/5614
7-
8-
- location: "https://geo.mirror.pkgbuild.com/images/v20240801.250900/Arch-Linux-x86_64-cloudimg-20240801.250900.qcow2"
5+
- location: "https://geo.mirror.pkgbuild.com/images/v20241001.267073/Arch-Linux-x86_64-cloudimg-20241001.267073.qcow2"
96
arch: "x86_64"
10-
digest: "sha256:f0e92eb32c15f4352d27662fdee90e8acc51902f50ded1843ee622e48e999eea"
7+
digest: "sha256:9e29f8aa543096af97579b6d3f7de627cd5f93dfa1f3f230b8a5ca4fbc3469be"
118
- location: "https://github.com/mcginty/arch-boxes-arm/releases/download/v20220323/Arch-Linux-aarch64-cloudimg-20220323.0.qcow2"
129
arch: "aarch64"
1310
digest: "sha512:27524910bf41cb9b3223c8749c6e67fd2f2fdb8b70d40648708e64d6b03c0b4a01b3c5e72d51fefd3e0c3f58487dbb400a79ca378cde2da341a3a19873612be8"
@@ -20,5 +17,3 @@ mounts:
2017
- location: "~"
2118
- location: "/tmp/lima"
2219
writable: true
23-
firmware:
24-
legacyBIOS: true

website/content/en/docs/config/vmtype/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ mountType: "virtiofs"
6565
- Virtualization.framework doesn't support running "intel guest on arm" and vice versa
6666
6767
### Known Issues
68-
- "vz" doesn't support `legacyBIOS: true` option, so guest machine like centos-stream, archlinux, oraclelinux will not work
68+
- "vz" doesn't support `legacyBIOS: true` option, so guest machine like centos-stream and oraclelinux will not work
6969
- When running lima using "vz", `${LIMA_HOME}/<INSTANCE>/serial.log` will not contain kernel boot logs
7070
- On Intel Mac with macOS prior to 13.5, Linux kernel v6.2 (used by Ubuntu 23.04, Fedora 38, etc.) is known to be unbootable on vz.
7171
kernel v6.3 and later should boot, as long as it is booted via GRUB.

0 commit comments

Comments
 (0)