Skip to content

Commit cc0caca

Browse files
authored
Merge pull request #1588 from AkihiroSuda/vz-note-kernel-6.2
vz: add a note about kernel v6.2 (used by Ubuntu 23.04, Fedora 38, etc.)
2 parents b388f82 + 97e5fc1 commit cc0caca

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

docs/vmtype.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,6 @@ mountType: "virtiofs"
4141
### Known Issues
4242
- "vz" doesn't support `legacyBIOS: true` option, so guest machine like centos-stream, archlinux, oraclelinux will not work
4343
- When running lima using "vz", `${LIMA_HOME}/<INSTANCE>/serial.log` will not contain kernel boot logs
44+
- On Intel Mac, kernel v6.2 (used by Ubuntu 23.04, Fedora 38, etc.) is known to be unbootable on vz.
45+
kernel v6.3 and later should boot, as long as it is booted via GRUB.
46+
https://github.com/lima-vm/lima/issues/1577#issuecomment-1565625668

examples/experimental/vz.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ rosetta:
88
# Register rosetta to /proc/sys/fs/binfmt_misc
99
binfmt: true
1010

11+
# Note: On Intel Mac, kernel v6.2 (used by Ubuntu 23.04, Fedora 38, etc.) is known to be unbootable on vz.
12+
# kernel v6.3 and later should boot, as long as it is booted via GRUB.
13+
# https://github.com/lima-vm/lima/issues/1577#issuecomment-1565625668
1114
images:
1215
- location: "https://cloud-images.ubuntu.com/releases/22.04/release/ubuntu-22.04-server-cloudimg-amd64.img"
1316
arch: "x86_64"

0 commit comments

Comments
 (0)