chore: drop macos high-sierra; recovery server is no longer available
This commit is contained in:
parent
dbb43157df
commit
69131b2e39
|
@ -37,8 +37,7 @@ Haiku, KolibriOS, OpenIndiana, ReactOS, and more.
|
||||||
|
|
||||||
# Features
|
# Features
|
||||||
|
|
||||||
- **macOS** Sonoma, Ventura, Monterey, Big Sur, Catalina, Mojave &
|
- **macOS** Sonoma, Ventura, Monterey, Big Sur, Catalina & Mojave
|
||||||
High Sierra
|
|
||||||
- **Windows** 10 and 11 including TPM 2.0
|
- **Windows** 10 and 11 including TPM 2.0
|
||||||
- [Ubuntu](https://ubuntu.com/desktop) and all the **[official Ubuntu
|
- [Ubuntu](https://ubuntu.com/desktop) and all the **[official Ubuntu
|
||||||
flavours](https://ubuntu.com/download/flavours)**
|
flavours](https://ubuntu.com/download/flavours)**
|
||||||
|
|
|
@ -167,8 +167,7 @@ Haiku, KolibriOS, OpenIndiana, ReactOS, and more.
|
||||||
|
|
||||||
# Features
|
# Features
|
||||||
|
|
||||||
- **macOS** Sonoma, Ventura, Monterey, Big Sur, Catalina, Mojave &
|
- **macOS** Sonoma, Ventura, Monterey, Big Sur, Catalina & Mojave
|
||||||
High Sierra
|
|
||||||
- **Windows** 10 and 11 including TPM 2.0
|
- **Windows** 10 and 11 including TPM 2.0
|
||||||
- [Ubuntu](https://ubuntu.com/desktop) and all the **[official Ubuntu
|
- [Ubuntu](https://ubuntu.com/desktop) and all the **[official Ubuntu
|
||||||
flavours](https://ubuntu.com/download/flavours)**
|
flavours](https://ubuntu.com/download/flavours)**
|
||||||
|
@ -503,8 +502,7 @@ quickget macos catalina
|
||||||
quickemu --vm macos-catalina.conf
|
quickemu --vm macos-catalina.conf
|
||||||
```
|
```
|
||||||
|
|
||||||
macOS `high-sierra`, `mojave`, `catalina`, `big-sur`, `monterey`,
|
macOS `mojave`, `catalina`, `big-sur`, `monterey`, `ventura` and `sonoma` are supported.
|
||||||
`ventura` and `sonoma` are supported.
|
|
||||||
|
|
||||||
- Use cursor keys and enter key to select the **macOS Base System**
|
- Use cursor keys and enter key to select the **macOS Base System**
|
||||||
- From **macOS Utilities**
|
- From **macOS Utilities**
|
||||||
|
|
|
@ -358,7 +358,7 @@ quickget macos catalina
|
||||||
quickemu \-\-vm macos\-catalina.conf
|
quickemu \-\-vm macos\-catalina.conf
|
||||||
.EE
|
.EE
|
||||||
.PP
|
.PP
|
||||||
macOS \f[CR]high\-sierra\f[R], \f[CR]mojave\f[R], \f[CR]catalina\f[R],
|
macOS \f[CR]mojave\f[R], \f[CR]catalina\f[R],
|
||||||
\f[CR]big\-sur\f[R], \f[CR]monterey\f[R], \f[CR]ventura\f[R] and
|
\f[CR]big\-sur\f[R], \f[CR]monterey\f[R], \f[CR]ventura\f[R] and
|
||||||
\f[CR]sonoma\f[R] are supported.
|
\f[CR]sonoma\f[R] are supported.
|
||||||
.IP \[bu] 2
|
.IP \[bu] 2
|
||||||
|
|
|
@ -262,8 +262,7 @@ quickget macos catalina
|
||||||
quickemu --vm macos-catalina.conf
|
quickemu --vm macos-catalina.conf
|
||||||
```
|
```
|
||||||
|
|
||||||
macOS `high-sierra`, `mojave`, `catalina`, `big-sur`, `monterey`,
|
macOS `mojave`, `catalina`, `big-sur`, `monterey`, `ventura` and `sonoma` are supported.
|
||||||
`ventura` and `sonoma` are supported.
|
|
||||||
|
|
||||||
- Use cursor keys and enter key to select the **macOS Base System**
|
- Use cursor keys and enter key to select the **macOS Base System**
|
||||||
- From **macOS Utilities**
|
- From **macOS Utilities**
|
||||||
|
|
2
quickemu
2
quickemu
|
@ -529,7 +529,7 @@ function vm_boot() {
|
||||||
# noTSX stops cpuid errors https://duckduckgo.com/?t=ffab&q=CPUID.07H%3AEBX.rtm+%5Bbit+11%5D&ia=web also cited by NickSherlock for Ventura install
|
# noTSX stops cpuid errors https://duckduckgo.com/?t=ffab&q=CPUID.07H%3AEBX.rtm+%5Bbit+11%5D&ia=web also cited by NickSherlock for Ventura install
|
||||||
# Penryn https://github.com/search?q=repo%3Akholia%2FOSX-KVM%20%20GenuineIntel&type=code
|
# Penryn https://github.com/search?q=repo%3Akholia%2FOSX-KVM%20%20GenuineIntel&type=code
|
||||||
# https://en.wikipedia.org/wiki/MacOS_version_history#Releases
|
# https://en.wikipedia.org/wiki/MacOS_version_history#Releases
|
||||||
# quickget current list: high-sierra mojave catalina big-sur monterey ventura sonoma
|
# quickget current list: mojave catalina big-sur monterey ventura sonoma
|
||||||
# A CPU with SSE4.1 support is required for >= macOS Sierra
|
# A CPU with SSE4.1 support is required for >= macOS Sierra
|
||||||
# A CPU with SSE4.2 support is required for >= macOS Catalina
|
# A CPU with SSE4.2 support is required for >= macOS Catalina
|
||||||
# A CPU with AVX2 support is required for >= macOS Ventura
|
# A CPU with AVX2 support is required for >= macOS Ventura
|
||||||
|
|
2
quickget
2
quickget
|
@ -865,7 +865,7 @@ function releases_lmde() {
|
||||||
}
|
}
|
||||||
|
|
||||||
function releases_macos() {
|
function releases_macos() {
|
||||||
echo high-sierra mojave catalina big-sur monterey ventura sonoma
|
echo mojave catalina big-sur monterey ventura sonoma
|
||||||
}
|
}
|
||||||
|
|
||||||
function releases_mageia() {
|
function releases_mageia() {
|
||||||
|
|
Loading…
Reference in New Issue