InfiniteMac OSx86  


Reply
 
Thread tools Display modes
  #1  
Old 10-26-2008, 01:30 AM
gsr805 gsr805 is offline
Cheetah
 
Join Date: Oct 2008
Posts: 12
Question 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.

Last edited by gsr805; 10-30-2008 at 04:16 AM.
Reply With Quote
  #2  
Old 10-26-2008, 03:20 AM
scififan68 scififan68 is offline
 
Join Date: Oct 2008
Location: Midwest USA
Posts: 229
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.

Last edited by scififan68; 10-26-2008 at 03:22 AM.
Reply With Quote
  #3  
Old 10-26-2008, 04:55 AM
gsr805 gsr805 is offline
Cheetah
 
Join Date: Oct 2008
Posts: 12
Quote:
Originally Posted by scififan68 View Post
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 ?
Reply With Quote
  #4  
Old 10-26-2008, 05:42 AM
scififan68 scififan68 is offline
 
Join Date: Oct 2008
Location: Midwest USA
Posts: 229
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>

Last edited by scififan68; 10-26-2008 at 05:48 AM.
Reply With Quote
  #5  
Old 10-26-2008, 05:54 AM
gsr805 gsr805 is offline
Cheetah
 
Join Date: Oct 2008
Posts: 12
thank you im going 2 try it .

last question will my full 4 gb ram work or only 2
Reply With Quote
  #6  
Old 10-26-2008, 06:00 AM
scififan68 scififan68 is offline
 
Join Date: Oct 2008
Location: Midwest USA
Posts: 229
Edit: I think the fix works on sata too. here is the fix: http://forum.insanelymac.com/index.p...1&st=0&start=0

Last edited by scififan68; 10-27-2008 at 06:08 AM.
Reply With Quote
  #7  
Old 10-27-2008, 01:53 AM
gsr805 gsr805 is offline
Cheetah
 
Join Date: Oct 2008
Posts: 12
Red face

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
Reply With Quote
  #8  
Old 10-27-2008, 02:52 AM
nfoav8or's Avatar
nfoav8or nfoav8or is offline
 
Join Date: Jan 2008
Location: WA, USA
Posts: 933
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.


Last edited by nfoav8or; 10-27-2008 at 02:54 AM.
Reply With Quote
  #9  
Old 10-27-2008, 04:47 AM
gsr805 gsr805 is offline
Cheetah
 
Join Date: Oct 2008
Posts: 12
Quote:
Originally Posted by nfoav8or View Post
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





strangly there is music playing in the backround.
Reply With Quote
  #10  
Old 10-27-2008, 05:57 AM
Dies Dies is offline
Jaguar
 
Join Date: Sep 2008
Posts: 89
Quote:
Originally Posted by gsr805 View Post
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



💡 Deploy cloud instances seamlessly on DigitalOcean. Free credits ($100) for InfMac readers.

Reply With Quote
Reply