View Single Post
 
Old 05-13-2008, 09:53 PM
WinLinMac01 WinLinMac01 is offline
Lion
 
Join Date: Feb 2008
Posts: 1,140
From ToxicMac on InsanelyMac:

[quote name='ToxicMac' date='May 13 2008, 04:46 PM' post='745272']
@ eddie - sorry, no disrespect...I couldn't get you on the phone so I called Steve Jobs and he said it was okay. angel.png


To dispel the x200 stuff before it gets out of control - I was really tired when I put that up. What Leo4x200.iso will allow you to do is *boot* the DVD sans the "waiting for root device" error on the ATI SB 200/400/600 chipset. Unfortunately, it performs no magic for the x200 graphics set - no QE/CI support whatsoever... sad.gif sad.gif sad.gif sad.gif

In fact, it won't even produce a working install...OOB, anyway. This is based off of Leo4allv3 and there were no changes made to any packages or install scripts, so what you select is what you get. The only changes are to the Extensions and .mkext that boot the DVD and they are as follows:

1. IOUSBFamily was swapped for the ATI chipset safe version.

2. All ATA kexts were removed and AppleOnboardPCATA was added to support the 200/400/600 SB (****key point**** - allowing a 20-25 minute installation, rather than 4-5 hours.).

3. Callisto and CallistoHAL are in there as well, though only to facilitate a resolution change for those who need it (it's the fixed b003 version).

So you can see this is targeted to those folks with the ATI Southbridge, who have problems getting a DVD to boot, let alone install. I personally, could only find one distro that would install anything on my Compaq v2000 - it was Leo4all v1 biggrin.gif , *but* it would load the VIA 8127 kext for the drives and took 4-5 hours to install every time (and still needed to be fixed).

@ first-timers: If you have the ATI 200/400/600 Southbridge and you've searched high and low for a distribution that will boot and install at a reasonable pace without success, then this may work for you. However, the installation needs some fixing before it will be usable. The simplest way to accomplish this is to do the following:

1. Install from the DVD, but don't select any chipsets--just add any graphics, sound, kernel, or power management items you need.

2. Post install, leave the DVD in...As it boots up, hit the F8 key and put in the following for an option:
rd=diskXsX (replace the X's with your installation's drive number and partition, so if it's hd (0,3), then rd=disk0s3)

3. Once you've gone through the setup process, open up a terminal window and type:

[codebox]sudo -s
[enter your password]

su[/codebox]

This will effectively make you the root user. The reason you want to do this is now you can copy any needed kexts from the DVD and they will have the correct permissions and ownership.

4. First, erase any kexts from your installation folder that you know will interfere. For the v2000, I only needed to get rid of the default IOUSBFamily.kext.

5. Copy the ATI SB kext from the DVD while still root via the terminal with some approximation of the following:
[codebox]cp -r /Volumes/"DVD name"/System/Library/Extensions/AppleOnboardPCATA.kext /System/Library/Extensions/

[/codebox]

6. At this point you should be able to just boot from your install and add anything else you need.


Lastly - just let me say again that this was targeted for the folks who have the ATI SB 200/400/600 chipset who have the "still waiting for root device" problem when trying to install from their internal DVD drive. There are many methods to combat this, but most require either a mac or a working install. I happen to have both and am trying to help others who were/are in my circumstance...So be flattered that your distro was used for this narrowly targeted install disk, eddie, not mad! biggrin.gif

Sorry if this disk's appearance has caused any confusion! For those that care, the MD5 should be 41641eb339d3ae6d5188f8b5a52a3560 (though at this pace you won't need to worry about that until next week! tongue.gif )
[/quote]
Reply With Quote