InfiniteMac OSx86

InfiniteMac OSx86 (http://infinitemac.com/forum.php)
-   Leopard 10.5 (http://infinitemac.com/forumdisplay.php?f=85)
-   -   Help installin osx on dell system (http://infinitemac.com/showthread.php?t=1503)

gsr805 10-26-2008 01:30 AM

Help installin osx on dell system
 
UPDATE IT WORKED .

thank you (even though none of your guys method worked) thank you for all the hard work and time you guys toook to help me

BUT my audio and network doesnt work . can some one give the drivers .?


SYSTEM INFO:

DELL Inspiron 531s
AMD Athlon 64 x2 duel core 5600+proccesor at 667mhz - 4dimms
4GB ddr2 sdram
640 GB serial ATA HD
nivida geforce 6150 le intergrated graphics gpu
intergrated 7.1 channel audio
19 in 1 card reader w/bluethoot
USB keyboard and mouse *not a ps2 key or mouse .


PLZ some one help me i been trying for the past 7 days. :'(:'(:'(:'(:'(:'(

scififan68 10-26-2008 03:20 AM

hmm I got Leo4allv3 on my Dell Inspiron 531.. ok so you need to take out 2 sticks of ram otherwise it will freeze. or boot with the flag maxmem=2046 ;) Their is a bug with the nforce sata driver that wont let you use more then 3GB of ram.

gsr805 10-26-2008 04:55 AM

Quote:

Originally Posted by scififan68 (Post 17514)
hmm I got Leo4allv3 on my Dell Inspiron 531.. ok so you need to take out 2 sticks of ram otherwise it will freeze. or boot with the flag maxmem=2046 ;) Their is a bug with the nforce sata driver that wont let you use more then 3GB of ram.


thank you:) , but can i put the ram sticks back after the install ?

scififan68 10-26-2008 05:42 AM

You can put it back in the ram but boot with maxmem=3072 or if it still freezes do maxmem=2048. :) You edit /Library/Preferences/SystemConfiguration/com.apple.Boot.plist
<key>Kernel Flags</key>
<string>maxmem=3072</string>

gsr805 10-26-2008 05:54 AM

thank you im going 2 try it .

last question will my full 4 gb ram work or only 2

scififan68 10-26-2008 06:00 AM

Edit: I think the fix works on sata too. here is the fix: http://forum.insanelymac.com/index.p...1&st=0&start=0

gsr805 10-27-2008 01:53 AM

ok this time with leo v3 it installs perfectly , but when it restars and does the long text thing i get an error : unable to establish network connection : scuess ? :

with leo v4.1 get restart error screen ,

tried to install without network drivers or net work , but no use

nfoav8or 10-27-2008 02:52 AM

with Leo4Allv3, after you install with the correctly customized install, does it allow you to boot to the Hard drive without the DVD in the drive? if so, during the boot countdown, enter the boot flag
Code:

-f -s
and this will take you to the single user mode (which looks strangely like Terminal :))

type the following:
Code:

/sbin/fsck -fy
/sbin/mount -uw /
passwd root

(you're going to enter a new password two times)
continue on:
Code:

touch /var/db/.AppleSetupDone
cd /System/Library/Extensions/
chmod -R 755 * && chown -R root:wheel *
cd ..
rm -Rf Extensions.mkext
reboot

make sure you don't miss any spaces or punctuation. it is all there for a reason.

Now install chameleon. Then PM me for the updates as we cannot post the AMD updates on the forum.

gsr805 10-27-2008 04:47 AM

Quote:

Originally Posted by nfoav8or (Post 17547)
with Leo4Allv3, after you install with the correctly customized install, does it allow you to boot to the Hard drive without the DVD in the drive? if so, during the boot countdown, enter the boot flag
Code:

-f -s
and this will take you to the single user mode (which looks strangely like Terminal :))
.

i have 2 hit f8 to start that , i think . but i still get the same problem

it says passwd root is an ivalid comand

and rm -Rf Extensions.mkext

maby its the kernals? i only customize the drivers and leave everthing alone :)

here is a pic

http://i102.photobucket.com/albums/m...6/a322721d.jpg
http://i102.photobucket.com/albums/m...6/07167187.jpg

http://i102.photobucket.com/albums/m...6/3e958565.jpg
strangly there is music playing in the backround.

Dies 10-27-2008 05:57 AM

Quote:

Originally Posted by gsr805 (Post 17551)
strangly there is music playing in the backround.

That's actually a good sign, you're hearing the welcome movie, means it's booting fine but you have a problem with graphics.

Boot into single user mode by using the -s switch at boot then move the relevant video drivers to a safe place. When you reboot you should be able to see the movie and get to a desktop. The resolution will be crappy till you copy the drivers back and install something like NVkush or NVinject, etc.

i.e

Code:

fsck -fy
mount -uw /
cd /System/Library/Extensions
mkdir /Backup_Nvidia
mv NVDA* /Backup_Nvidia/
mv GeForce* /Backup_Nvidia/
rm -rf Caches
cd ..
rm -rf Caches
rm -rf Extensions.mkext
reboot