Skip to content

Commit

Permalink
Merge pull request #1588 from AkihiroSuda/vz-note-kernel-6.2
Browse files Browse the repository at this point in the history
vz: add a note about kernel v6.2 (used by Ubuntu 23.04, Fedora 38, etc.)
  • Loading branch information
AkihiroSuda authored May 28, 2023
2 parents b388f82 + 97e5fc1 commit cc0caca
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/vmtype.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,6 @@ mountType: "virtiofs"
### Known Issues
- "vz" doesn't support `legacyBIOS: true` option, so guest machine like centos-stream, archlinux, oraclelinux will not work
- When running lima using "vz", `${LIMA_HOME}/<INSTANCE>/serial.log` will not contain kernel boot logs
- On Intel Mac, kernel v6.2 (used by Ubuntu 23.04, Fedora 38, etc.) is known to be unbootable on vz.
kernel v6.3 and later should boot, as long as it is booted via GRUB.
https://github.com/lima-vm/lima/issues/1577#issuecomment-1565625668
3 changes: 3 additions & 0 deletions examples/experimental/vz.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ rosetta:
# Register rosetta to /proc/sys/fs/binfmt_misc
binfmt: true

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

0 comments on commit cc0caca

Please # to comment.