Commit Graph

7 Commits

Author SHA1 Message Date
CHUCK 404454e4ed Add PXE boot configuration and scripts
* **PXE boot configuration**: Add `dnsmasq.conf` to configure PXE boot, set TFTP root directory, and configure DHCP options.
* **PXE bootloader configuration**: Add `pxelinux.cfg/default` to configure the PXE bootloader and set the bootloader to point to the macOS KVM kernel/initrd.
* **Serve PXE boot files**: Add `serve_pxe.sh` script to serve `pxelinux.0`, `vmlinuz`, and `initrd` via TFTP using `dnsmasq`.
* **Retrieve internal IP**: Add `get_internal_ip.sh` script to retrieve the internal IP address of the Codespace.
* **Update boot script**: Modify `boot-macOS-headless.sh` to use the PXE boot files from the `netboot` directory and add a network boot option to the QEMU command.
2025-04-23 05:02:51 -04:00
Joseph Ravichandran 2141ee6f47 Use qemu-xhci for USB keyboard/ mouse on macOS 14.4 2024-04-13 17:19:18 +05:30
Dhiru Kholia 422bb3b713 Batch Update 2 - September 2023
Changes:

- Update to OpenCore 0.9.5

- Switch around the emulated video device (required for Ventura)

- Change default resolution to 1920x1080

- Include ventura in shortname CLI help

- Add notes on 'bridged networking'

- Better networking documentation (thomaspaulb)

- Support for offline installations (kwadwokyeremeh)

- Initial WIP macOS Sonoma support (via 'luchina-gabriel')
2023-10-02 14:36:40 +05:30
Dhiru Kholia 307cdd7c98 OSX-KVM - January 2022 Batch Update #2
Changes:

- Update OVMF bits (https://github.com/retrage/edk2-nightly)

- Update OpenCore to 0.7.7 (via Nick)

- Add a 2 USD hack for getting proper sound ;)

Upstream resources:

- https://github.com/acidanthera/OpenCorePkg/releases

- https://github.com/thenickdude/KVM-Opencore
2022-01-24 19:03:58 +05:30
Dhiru Kholia 1cc6430f96 OSX-KVM - October 2021 Batch Update
Changes:

- Add Makefile to improve usability (thiagokokada)

- Typo fix (cclauss)

- Update to OpenCore-0.7.4 (via Nick)
2021-10-25 11:40:51 +05:30
Dhiru Kholia dad4131633 OSX-KVM - June 2021 Batch Update
Changes:

- Upgrade to OpenCore 0.7.0

- Upgrade OVMF to ovmf_2021.05-1_all.deb

- Add installer build script for Monterey developer beta (nick)

- Sync config.plist with Nick's upstream repository

- Misc. fixes (nick and others)
2021-06-20 15:44:38 +05:30
Dhiru Kholia ca219f57e5 OSX-KVM - March 2021 - Batch Update 1
Changes:

- Upgrade to OpenCore 0.6.7-RELEASE

- Big Sur image building script updates (Nick)
  - See https://github.com/kholia/OSX-KVM/pull/169 for details.

- Removed history to reduce repository size
2021-04-16 19:15:29 +05:30