mirror of
				https://github.com/oSoWoSo/DistroHopper.git
				synced 2024-08-14 22:46:53 +00:00 
			
		
		
		
	Reinstate High Sierra support
This commit is contained in:
		
							parent
							
								
									818d8ddea1
								
							
						
					
					
						commit
						f877ce30e9
					
				
					 2 changed files with 8 additions and 3 deletions
				
			
		|  | @ -140,11 +140,14 @@ quickget macos catalina | ||||||
| quickemu --vm macos-catalina.conf | quickemu --vm macos-catalina.conf | ||||||
| ``` | ``` | ||||||
| 
 | 
 | ||||||
| macOS `mojave`, `catalina` and `big-sur` are supported. | macOS `high-sierra`, `mojave`, `catalina` and `big-sur` are supported. | ||||||
| 
 | 
 | ||||||
|   * Use cursor keys to select the Hard Disk icon |   * Use cursor keys to select the Hard Disk icon | ||||||
|     * Click **Disk Utility** and **Continue** |     * Click **Disk Utility** and **Continue** | ||||||
|     * Select `Apple Inc. VirtIO Block Media` from the list and click **Erase**. |       * On macOS Catalina and Big Sur | ||||||
|  |         * Select `Apple Inc. VirtIO Block Media` from the list and click **Erase**. | ||||||
|  |       * On macOS Mojave and High Sierra | ||||||
|  |         * Select `QEMU HARDDISK Media` (~68.72GB) from the list and click **Erase**. | ||||||
|     * Enter a `Name:` for the disk and click **Erase**. |     * Enter a `Name:` for the disk and click **Erase**. | ||||||
|     * Click **Done**. |     * Click **Done**. | ||||||
|     * Close Disk Utility |     * Close Disk Utility | ||||||
|  | @ -168,6 +171,7 @@ There are some considerations when running macOS via Quickemu. | ||||||
|   * `quickemu` will automatically download the required [OpenCore](https://github.com/acidanthera/OpenCorePkg) |   * `quickemu` will automatically download the required [OpenCore](https://github.com/acidanthera/OpenCorePkg) | ||||||
|     bootloader and OVMF firmware from [OSX-KVM](https://github.com/kholia/OSX-KVM). |     bootloader and OVMF firmware from [OSX-KVM](https://github.com/kholia/OSX-KVM). | ||||||
|   * Supported macOS releases: |   * Supported macOS releases: | ||||||
|  |     * High Sierra | ||||||
|     * Mojave |     * Mojave | ||||||
|     * Catalina |     * Catalina | ||||||
|     * Big Sur |     * Big Sur | ||||||
|  |  | ||||||
							
								
								
									
										3
									
								
								quickget
									
										
									
									
									
								
							
							
						
						
									
										3
									
								
								quickget
									
										
									
									
									
								
							|  | @ -14,7 +14,8 @@ function os_support() { | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| function releases_macos() { | function releases_macos() { | ||||||
|     echo mojave \ |     echo high-sierra \ | ||||||
|  |     mojave \ | ||||||
|     catalina \ |     catalina \ | ||||||
|     big-sur |     big-sur | ||||||
| } | } | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue