mirror of
				https://github.com/oSoWoSo/DistroHopper.git
				synced 2024-08-14 22:46:53 +00:00 
			
		
		
		
	ovmf_path_gentoo
Add Gentoo's paths for OVMF.
This commit is contained in:
		
							parent
							
								
									574ed073ba
								
							
						
					
					
						commit
						c5e8a8e8e2
					
				
					 1 changed files with 6 additions and 0 deletions
				
			
		
							
								
								
									
										6
									
								
								quickemu
									
										
									
									
									
								
							
							
						
						
									
										6
									
								
								quickemu
									
										
									
									
									
								
							|  | @ -376,6 +376,9 @@ function vm_boot() { | |||
|         elif [ -e "/usr/share/OVMF/x64/OVMF_CODE.secboot.fd" ]; then | ||||
|           EFI_CODE="/usr/share/OVMF/x64/OVMF_CODE.secboot.fd" | ||||
|           efi_vars "/usr/share/OVMF/x64/OVMF_VARS.fd" "${EFI_VARS}" | ||||
|         elif [ -e "/usr/share/edk2-ovmf/OVMF_CODE.fd" ]; then | ||||
| 	        EFI_CODE="/usr/share/edk2-ovmf/OVMF_CODE.secboot.fd" | ||||
| 	        efi_vars "/usr/share/edk2-ovmf/OVMF_VARS.fd" "${EFI_VARS}" | ||||
|         else | ||||
|           echo "ERROR! SecureBoot was requested but no SecureBoot capable firmware was found." | ||||
|           echo "       Please install OVMF firmware." | ||||
|  | @ -392,6 +395,9 @@ function vm_boot() { | |||
|         elif [ -e "/usr/share/OVMF/x64/OVMF_CODE.fd" ]; then | ||||
|           EFI_CODE="/usr/share/OVMF/x64/OVMF_CODE.fd" | ||||
|           efi_vars "/usr/share/OVMF/x64/OVMF_VARS.fd" "${EFI_VARS}" | ||||
|         elif [ -e "/usr/share/edk2-ovmf/OVMF_CODE.fd" ]; then | ||||
| 	        EFI_CODE="/usr/share/edk2-ovmf/OVMF_CODE.secboot.fd" | ||||
| 	        efi_vars "/usr/share/edk2-ovmf/OVMF_VARS.fd" "${EFI_VARS}" | ||||
|         else | ||||
|           echo "ERROR! EFI boot requested but no EFI firmware found." | ||||
|           echo "       Please install OVMF firmware." | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue