View Single Post
 
Old 02-24-2008, 06:21 AM
Fredaow Fredaow is offline
Cheetah
 
Join Date: Feb 2008
Posts: 3
Quote:
[cite] Fredaow:[/cite]Posts: 1
Joined: 20-October 06
Member No.: 60,842




Hi Guys,

I also posted this to InsanelyMac forums.

Here is my problem:
I'm trying to install on a Shuttle SN85V30
Chipset: Nvidia nForce3 250 Single Chip for AMD AthlonTM 64 CPU
CPU: Sempron 3100+ Palermo (has SSE3)
2Go RAM (DDR 333MHz)
HD: 200Go Western Digital SATA
Video Card: eVGA NVidia GeForce 6200 LE

I start booting with the DVD, type F8 and -v -x to run in verbose + safe mode and i get a kernel panic exactly like this one:

http://forum.insanelymac.com/index.php?s=&...st&p=630228

Any idea what is going on with my configuration or with the boot CD? Any chance I can get it to work without changing the Video card and/or switching to IDE hard drive?


Thanks.
Problem solved so far (install in progress)

I had to replace in the iso the AppleNForceATA.kext (Medevil last version 1.0.3) by the one from the 10.5.1 iso (Medevil kext version 1.0.2). Zephyroth mentioned it in one of his posts 2 days ago (I had not seen it before...)

Steps:
Mount 10.5.1 iso

Unpack the Extensions from 10.5.1 in ~/Desktop/ExtensionsOld:
mkextunpack -d ~/Desktop/ExtensionsOld /Volumes/YourMountedISO10.5.1/System/Library/Extensions.mkext

Mount 10.5.2 iso in read write mode:
/usr/bin/hdiutil attach /"Your ISO File" -readwrite

Unpack the 10.5.2 extensions in Extensions.mkext:
mkextunpack -d ~/Desktop/Extensions /Volumes/YourMountedISO10.5.2/System/Library/Extensions.mkext

Delete the Extensions.mkext in the 10.5.2 iso:
rm -R /Volumes/YourMountedISO10.5.2/System/Library/Extensions.mkext

replace AppleNForceATA.kext in the 10.5.2 Extensions folder:
Drag and drop in finder

Repair permissions:
chown -R root:wheel ~/Desktop/Extensions/*
chmod -R 755 ~/Desktop/Extensions/*

Create the updated mkext file in the 10.5.2 iso:
kextcache -a i386 -K /Volumes/YourMountedISO10.5.2/mach_kernel -m /Volumes/YourMountedISO10.5.2/System/Library/Extensions.mkext ~/Desktop/Extensions

Unmount the iso and burn it.

I used the instructions given here: http://osx86.wikidot.com/how-to-s#toc3

Good luck it this can help anybody!
Reply With Quote