Hackintosh, ich kann nur mit usb stick in mac os booten

Niloc

Neuling
Themen-Ersteller
Apr 20, 2024
2
0
Hey,

Ich habe ein kleines Problemchen, ich habe einen Hackintosh gebaut mit Mac OS 13 (Ventura), und ich kann nur mit dem USB Stick darauf booten, ich kann die platte Zwar mounten und die efi Files darauf kopieren, aber ich kann auf die platte nicht booten, er sagt dann das er kein Boot Device finden konnte und das ich eins einlegen soll, heißt ich muss immer auf dem USB Stick booten, um dann auf die platte zu booten, und das ist finde ich nicht cool, Ich verwende folgende Programme und Hardware:



Programm: Open Core

Zum Mounten der efi Partition: Open Core Configurator



PC:

CPU: Intel Core i5 6400

GPU: Nvidia gt 1030 von ASUS

RAM: 8 GB DDR4 im dualchannel

Mainboard: FUJITSU


LG,
Niloc
 

Roko

Stammgast I
Okt 21, 2023
105
24
Probier Mal die Festplatte erstmal aufs richtige Format zu formatieren. (Kp was es bei Mac ist aber Google wird's schnell sagen)
Vllt mag mac es nicht wenn es z.b. fat32 oder so ist.(Windows format)
 

MXQ

Mitglied
Apr 15, 2024
17
5
EFI Files einfach kopieren funktioniert nicht, wenn du von Festplatte statt USB Stick booten willst. Du musst mit BootInstallARCH.tool (zum Erweitern auf Setting up Legacy Boot klicken) den Bootsector neu schreiben.

To start, you need the following:
  • BootInstall_IA32.tool or BootInstall_X64.tool
    • This can be found in OpenCorePkg under /Utilties/LegacyBoot/
  • Install USB(Created above)
Within your OpenCore build folder, navigate to Utilities/LegacyBoot. Here you'll find a file called BootInstall_ARCH.tool. What this does is install DuetPkg to your desired drive.
BootInstall Location

Now run this tool in terminal with sudo(This tool will likely fail otherwise):

Code:
# Replace X64 with IA32 if you have a 32-Bit CPU
sudo ~/Downloads/OpenCore/Utilities/legacyBoot/BootInstall_X64.tool
Disk Selection/writing new MBR

This will give you a list of available disks, choose yours and you will be prompted to write a new MBR. Choose yes[y] and you'll be finished.


Finished Installer



Base EFI



This will provide you with an EFI partition with either a bootia32 or bootx64 file
 
Zuletzt bearbeitet: