Jump to content

Boot + Entries + Raid 0


uran0s
 Share

1 post in this topic

Recommended Posts

Boa noite,
 
Fiz recentemente upgrade para o hardware descrito abaixo, comecei a usar o clover boot, e instalei o El Capitan.
 
Tudo funciona bem, menos 2 detalhes, se me poderem ajudar sff.
 
É o seguinte, para conseguir fazer boot no clover, tenho de criar custom entries, e colocar os volumes manualmente, caso contrario o boot fica bloqueado em Scan Entries, mas desta forma fico sem a barra de progresso por baixo da maça quando faz boot.
 
Se desligar 1 disco raid0, ja posso activar a opção Entries, eliminar os volumes criados manualmente, que ele passa no boot e já tem a barra a preencher.
 
Alguma incompatibilidade de raid0 e o scan entries automático?
 
Em caso de estar os volumes manuais, como colocar a barra?
 
Cumprimentos
 
 

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>ACPI</key>
<dict>
  <key>DSDT</key>
  <dict>
   <key>Debug</key>
   <false/>
   <key>DropOEM_DSM</key>
   <false/>
   <key>ReuseFFFF</key>
   <false/>
  </dict>
  <key>SSDT</key>
  <dict>
   <key>DropOem</key>
   <false/>
   <key>Generate</key>
   <false/>
  </dict>
</dict>
<key>Boot</key>
<dict>
  <key>Arguments</key>
  <string>dart=0 nvda_drv=1</string>
  <key>Debug</key>
  <false/>
  <key>DefaultVolume</key>
  <string>El Capitan</string>
  <key>Legacy</key>
  <string>PBR</string>
  <key>Secure</key>
  <false/>
  <key>Timeout</key>
  <integer>1</integer>
  <key>XMPDetection</key>
  <false/>
</dict>
<key>Devices</key>
<dict>
  <key>Audio</key>
  <dict>
   <key>Inject</key>
   <string>1</string>
  </dict>
  <key>FakeID</key>
  <dict>
   <key>ATI</key>
   <string>0x0</string>
   <key>IMEI</key>
   <string>0x0</string>
   <key>IntelGFX</key>
   <string>0x0</string>
   <key>LAN</key>
   <string>0x0</string>
   <key>NVidia</key>
   <string>0x0</string>
   <key>SATA</key>
   <string>0x0</string>
   <key>WIFI</key>
   <string>0x0</string>
   <key>XHCI</key>
   <string>0x0</string>
  </dict>
  <key>USB</key>
  <dict>
   <key>FixOwnership</key>
   <false/>
   <key>Inject</key>
   <false/>
  </dict>
</dict>
<key>DisableDrivers</key>
<array>
  <string>Nothing</string>
</array>
<key>GUI</key>
<dict>
  <key>Custom</key>
  <dict>
   <key>Entries</key>
   <array>
    <dict>
     <key>CustomLogo</key>
     <string>Alternate</string>
     <key>Disabled</key>
     <false/>
     <key>Ignore</key>
     <false/>
     <key>NoCaches</key>
     <false/>
     <key>Title</key>
     <string>OSX</string>
     <key>Type</key>
     <string>OSX</string>
     <key>Volume</key>
     <string>El Capitan</string>
     <key>VolumeType</key>
     <string>Internal</string>
    </dict>
    <dict>
     <key>CustomLogo</key>
     <string>Alternate</string>
     <key>Disabled</key>
     <false/>
     <key>Ignore</key>
     <false/>
     <key>NoCaches</key>
     <false/>
     <key>Title</key>
     <string>OSX</string>
     <key>Type</key>
     <string>OSXRecovery</string>
     <key>Volume</key>
     <string>Recovery HD</string>
     <key>VolumeType</key>
     <string>Internal</string>
    </dict>
   </array>
  </dict>
  <key>Hide</key>
  <array>
   <string>\EFI\BOOT\BOOTX64.EFI</string>
  </array>
  <key>Language</key>
  <string>en:0</string>
  <key>Mouse</key>
  <dict>
   <key>DoubleClick</key>
   <integer>500</integer>
   <key>Enabled</key>
   <false/>
   <key>Mirror</key>
   <false/>
   <key>Speed</key>
   <integer>8</integer>
  </dict>
  <key>Scan</key>
  <dict>
   <key>Entries</key>
   <false/>
   <key>Legacy</key>
   <false/>
   <key>Tool</key>
   <true/>
  </dict>
  <key>ScreenResolution</key>
  <string>1680x1050</string>
</dict>

 

Link to comment
Share on other sites

 Share

×
×
  • Create New...