Jump to content
11 posts in this topic

Recommended Posts

Hello!

 

Now my current project is installing SL on a Dell Optiplex 780 with the OSx86 ModCD. Here's my issue:

 

After I boot from the ModCD and swap the DVD, the boot process starts and...that's it. The MAC Framework is initialized and the last thing I get is a declaration of the ACPI System State (well, actually it's the start of the PostbootMOunter, but that's a ModCD thing), both with the vanilla and legacy kernel. I've also tried it with an existing installation, both with vanilla and legacy kernels, and no difference. This computer has an Intel Core 2 Quad with 4 GB of RAM. Should I disable the other three cores? What should I do?

 

Thank you so much.

Link to comment
https://www.insanelymac.com/forum/topic/272400-unknown-boot-problem/
Share on other sites

try usb .. sometimes dvd drive is issue.

 

try 2 gb ram first

 

USB has the same problem, but I haven't tried 2 GB RAM...I'll try that.

get dsdt.aml into a .zip and post it. (right click compress, then post here)

what kexts are u using. (need fakesmc.kext for sure)

 

First of all, the 2 GB RAM didn't work.

 

I am not using a DSDT at all.

 

nawcom compressed the kexts into Extensions.mkext, so I don't know all of them, but I know that fakesmc, ApplePS/2, and NullCPUPowerManagement are a couple (I think he may have a couple ACPI kexts, too, but I'm not sure...)

if u make a usb installer with dsdt and proper smbios.. it might work.

 

mkext tool can show u whats inside

 

I have always found DSDT daunting, but would you be willing to help me learn it? I've also posted something in the DSDT forum about my working system and DSDT...

 

Where can I find mkext tool?

ive learned dsdt trick over yrs, its just some logic of hardware.

main thing is learn quirks first

rtc, hpet, smbus, wak, pts .. they all have their fixes relevant to how a mac sees dsdt in real mac.

 

mkext tool http://mac.softpedia.com/get/Utilities/MKext-Tool.shtml

 

dump dsdt with linux on cd or usb live

 

http://linux-hybrid-graphics.blogspot.com/

u can skip last step as it only make a .tar.gz file

 

tar czf "${name}.tar.gz" "${name}"/ && ls -l "$( pwd )/${name}".tar.gz

 

and instead zip the folder of the pc model/name to usb or mediafire or post here.

 

what video card is it ? device id? type in linux terminal

lspci -v -n

Thank you for your reply. I will check out the DSDT in Linux.

 

My video card is a nVidia Quadro FX 1700 with dev ID 040f; it's supported in NVDANV50HAL.kext.

×
×
  • Create New...