Jump to content

Can I install?


ertok
 Share

15 posts in this topic

Recommended Posts

@artur_pt,  the internal graphics card may be a HD4000? or think wrong? 

I think that should be possible work with a dsdt patch? what do you mean?

 

 

graphics_HD4K_low

#Maintained by: RehabMan for: Laptop Patches
#graphics_HD4K_low.txt

#
# Use this patch if your laptop has the standard 1366x768 screen
#
# Use dual-link if you have 1600x900 or have upgraded
# to 1080p screen.
#

# Inject HDMI info into GFX0/IGPU
into method label _DSM parent_adr 0x00020000 remove_entry;
into device name_adr 0x00020000 insert
begin
Method (_DSM, 4, NotSerialized)\n
{\n
If (LEqual (Arg2, Zero)) { Return (Buffer() { 0x03 } ) }\n
Return (Package()\n
{\n
"AAPL,ig-platform-id", Buffer() { 0x03, 0x00, 0x66, 0x01 },\n
"hda-gfx", Buffer() { "onboard-1" },\n
})\n
}\n
end;

 

 

graphics_HD4K_high

#Maintained by: RehabMan for: Laptop Patches
#graphics_HD4K_high.txt

#
# Use this patch if your laptop has 1600x900 or higher
# resolution screen.
#
# For example, 47x0s (17") or 45x0s with 1080p user
# upgraded screen.
#

# Inject HDMI info and dual-link into GFX0/IGPU
into method label _DSM parent_adr 0x00020000 remove_entry;
into device name_adr 0x00020000 insert
begin
Method (_DSM, 4, NotSerialized)\n
{\n
If (LEqual (Arg2, Zero)) { Return (Buffer() { 0x03 } ) }\n
Return (Package()\n
{\n
"AAPL,ig-platform-id", Buffer() { 0x04, 0x00, 0x66, 0x01 },\n
"hda-gfx", Buffer() { "onboard-1" },\n
})\n
}\n
end;

Link to comment
Share on other sites

I installed NireshYosemite 10.10.1. Everything works fine but i can't install the video card driver. How can I do this?

use an official version from AppStore, and borrow a real mac from a friend or use a hackintosh to create an USB-Installer, everything else is {censored}.

Edit:

and secondly, I think that you're not sure about your built-in hardware, install AIDA64 for windows operation system (trial version is adequate) and upload the report here.

(Support only when using an official os x version)

Link to comment
Share on other sites

Here is the report from windows.

AMD Radeon HD 7700 Series: Should be work by a DSDT Injection, or by Kext driver patch (Vendor-ID and Device-ID)

ATI Radeon HDMI: HDMI should be patched into the DSDT.

Realtek ALC887: look on the side of Mirone, here on insaneleymac, there will u find the patched AppleHDA.kext for ALC887

all other adjustments can u fixing by correct BIOS settings for OS X and by patching dsdt.

all in one OSX (Yosemite or El Capitan) can be installed, in my opinion.

Link to comment
Share on other sites

hello

 

man .. u must dig to config ur hardware .. nobody go do u a personal guide to solve ur problems .. the info is all here ..

 

if we go made a guide to all hardware the ppl have here .. only do is guides ..

 

so several times i say this

 

mac os x is for macs , developed exclusively by apple for they hardware

 

hack mac os x is another bed story .. is  99 % of googling, reading, persistency and 1% of luck u have compatible hardware .. if this is not ur case ..

 

better buy a mac

 

good hack

  • Like 1
Link to comment
Share on other sites

I have a virtual machine with El Capitan and the installer downloaded from store.. I have a 8GB pendrive.  Put the installer on it? How can I patch the kext with the ID-s?

Can you write me a guide?

 

Patch = modify = is a small or a simple adjustment by making in the kext driver, add your vendor-ID and device-ID in the info.plist. To this end, there is enough information how to do that. An object depending on the extent of a few minutes to a little longer. A DSDT.aml modify requires a little more knowledge. But that can also be realized in a short time. You have to first of all make a start.

Link to comment
Share on other sites

  • 2 weeks later...

How could you install OS X on a PC? with Virtualbox or VMWare? There's no definitive best bet for a Hackintosh hardware configuration, so you may be able to experiment and come up with a better selection of parts than I did. However, I can guarantee that Leopard will (or at least has) run successfully on this hardware setup.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...