Full Install Guide GA P35-DS3P, brazilmac, pc_efi_v8, 10.5.1 |
Welcome to the Genius Bar. Here's how this forum works:
1. Members are encouraged to make a guide that details something that they might have found troubling or challenging.
Chances are, if you've seen the same question asked over and over again, you should write a guide for it.
2. This is not the forum for asking questions. If you have a question about a thread that's already here, feel free to ask it.
Just don't start a thread for a specific question. Use the other forums here for that.
3. Posting links to off-site tutorials is not allowed.
4. That's it! Thanks for sharing your information with the rest of us. :)
To keep this forum clean this forum is moderated. You can post in existing topics but new ones will have to be approved before they show up.
Full Install Guide GA P35-DS3P, brazilmac, pc_efi_v8, 10.5.1 |
|
socal swimmer
socal swimmer
|
![]() |
Dec 12 2007, 01:33 AM Post #1
|
![]() ![]() ![]() ![]() ![]() ![]() ![]()
|
So I know that each of these things are posted elsewhere, but I figured that after going through the trouble of figuring it all out, i would put it all together. This should result in a 100 % working install
This should be noob proof. If anything is not totally clear, tell me and I will fix it. I am going to compile a list of common mistakes at the bottom. If you do this and do something dumb that ends up costing you some time, post here and I will add it to the list. Requirements: 10.5 retail dvd patched using brazilmac (see here). NOTE: when I did this, it went through the entire process, then told me that burning failed because it did not pass verification. I just ignored this and continued on, and it went fine. thumbdrive (iPods work) Tested Hardware: GA P35-DS3P e6750 Core 2 Duo 2.66GHz XFX 7600 GT 2*1 GB Corsair XMS2 RAM Antec Sonata 3 SATA DVD drive 250GB SATA Western Digital hard drive Results: working 2 channel audio out (front panel and digital back panel), no 7.1 surround usb, firewire (sharing internet from an eMac), SATA (not all ports tested, just the first 2, others say it works), IDE, Front panel HD audio and USB, ethernet DVI -> VGA converter (dual monitors not tested, others say it works), QE/CI, Dell Monitor correctly identified PS/2 Mouse and Keyboard on stock clock speeds: XBench: 156 with disk test, 203 without Current Setup: I added 2 GB of Corsair XMS2 DDR2-800 CL4 RAM I overclocked: FSB to 400 MHz, CPU at 3.2GHz, RAM at 800 with a 2.0 multiplier XBench: 179 with the disk test, 273 without the disk test Credits: i_am...me for his guide on efi, which was used extensively in this. Begin guide: ************ information *********************** "cd subDirectory" changes directory (moves to a new folder). "cd .." moves back one "ls" will show the contents of the directory you are in if you are typing in terminal and a path name has a space, apostrophe (anything except letters and numbers) then you must put a forward slash before it ( \ ). If you are editing a script ( a .sh file, basically a list of commands stored in a text file) you don't want to put forward slashes ./scriptName will run a script stored in whatever directory you are in. if you want to run a script somewhere else, you must put the entire path name. ( /Volumes/Mac\ OS\ X\ Leopard/random\ scripts/dumbhead.sh) This thread provides useful information on commonly used terminal commands. i used an ipod for a thumbdrive. a 2GB iPod nano. pretty sweet. when you download the brazilmac patch, put all files (2 files and 3 folders) into a folder called "brazilmac patch" the efi / partitioning part of this is based on this: http://forum.insanelymac.com/index.php?showtopic=73952 brazilmac patch guide here: http://forum.osx86scene.com/viewtopic.php?f=16&t=2008 this will tell you how to patch the dvd and burn it -if you go here, ignore the "make it bootable part" occasionally, things will randomly freeze. It sucks, but wait a while and see if it gets better, and if not, pull the plug and try again. ************** end information *********************** ************** start BIOS changes ******************** Startup, enter BIOS by pressing <delete> when it shows you the full screen logo (otherwise known as the BIOS post screen) open "Integrated Peripherals". change "SATA RAID/AHCI Mode" to "AHCI". change "SATA Port0-3 Native Mode" to "Enabled". change "onboard SATA/IDE Ctrl Mode" to "AHCI". press <esc> to go back to the main bios menu -(don't do the next part if you plan to install 32 bit vista. it is not completely necessary, just eliminates a ton of console and single-user mode error messages) go to "Power Management Setup" change "HPET Mode" to "64-bit mode". press F10 to save and exit. ************** start BIOS changes ******************** *********************** begin pc_efi install guide: *********************** boot from brazilmac-patched dvd .... takes a while (maybe 15 minutes) ... - to speed this up, go here (maybe, I didn't do this myself): http://forum.insanelymac.com/index.php?showtopic=75426 while you are waiting: -download EFI Pack from http://rapidshare.com/files/75234066/EFI_Pack.zip.html -copy EFI Pack and brazilmac patch to thumbdrive (but keep thumbdrive plugged in to the old (working) computer now that the install dvd has loaded up, choose english and press enter. wait while it is "preparing installation" for about 30 seconds then go to Utilities -> Disk Utility (it is slow. everything is slow) choose the hard drive you are installing on go to the partition tab choose 1 partition from "Volumes Scheme". Choose 1 partition even if you want more. The beauty of GUID is that you can add and remove partitions, like for other operating systems choose your name (I chose Mac OS X Leopard) go to options, choose GUID Partition Table here is the scary part: click "Apply" once its done, find the name you chose (Mac OS X Leopard for me) in the sidebar and select it, then click info. write down the Disk Identifier (mine is disk1s2) **go back to the old computer (let the new one be) and open up EFI.sh on thumbdrive/EFI Pack change to this: Patch="/Volumes/thumbdrivename/EFI Pack/pc_efi_v80" (change thumbdrivename to the name of your thumbdrive, duh) find this: EFI="/dev/rdiskXsY" and replace X and Y with what you got from the disk identifier from disk utility on the new computer (so i put /dev/rdisk1s2) find this: DRIVE="/dev/diskX" and change X to the number you got from disk identifier (so i put /dev/disk1) now copy brazilmac patch to thumbdrive, open up 9a581PostPatch.sh change Patch to "/Volumes/thumbdrivename/brazilmac patch/leopatch" change Leo to "/Volumes/leopardvolumename" --be smart now save the files and eject the thumbdrive **go to new computer in sidebar of disk utility, click on your volume and click unmount quit disk utility now plug the thumbdrive into the new computer go to Utilities -> Terminal cd /Volumes <press enter> cd thumbdrivename <press enter> (put a forward slash [ \ ] before spaces, apostrophes, etc) cd EFI\ Pack <press enter> ./EFI.sh <press enter> It should say stuff, but no errors. this is important. read through what it tells you, and make sure there are no errors. if you get something like "file does not exist" then check the path names if its all good, continue. if not, fix it. i said "N" to the reboot so i could check for errors. now that there are none: reboot <press enter> wait a little while for it to reboot(maybe 3-4 minutes if it appears to freeze and then pull the plug (no harm done, it will still work) at bios post, choose boot disk (means pressing F12 for me), and choose the volume with leopard on it if everything is as it should be, you will get this: "System config file 'blahblahblah' not found". This is GOOD! if you get "verifying DMI Pool Data" and it hangs, you are in bad shape. make sure you didn't miss any steps, or screw them up. Use common sense, i MAY have missed something (lol haha). if your good, move on. *********************** end pc_efi install guide: *********************** *********************** begin main install guide: *********************** pull the plug on the new computer to shut it down startup, boot into dvd, choose english click continue, agree choose the right volume, continue click customize now deselect as much as you can click install (starts checking install DVD at 5:27, install begins at 5:31, install succeeds at 5:40 [it guessed 12 minutes]) -this takes a long time, and im bored. sometimes after a while of no input, the screen will stop. moving the mouse makes it refresh. -cross your fingers, sacrifice small animals, do whatever it takes to make it not freeze. it will restart, and at this point it may freeze. if it does, give it a few minutes then pull the plug now boot into the dvd (again ughh....) chose english, press enter go to Utilities -> Terminal cd /Volumes/thumbdrivename/brazilmac\ patch ./9a581PostPatch.sh I chose "N" on both choices it gave me, so i could check the messages check all messages. under "Deletinig necessary kernel extensions" i got a few, saying "no such file or directory" this is ok (I only got 5). If you run it a second time, you will get more. basically, this is because it is trying to delete something that is not there (this is just a safety measure if your good, continue: reboot <press enter> -if it freezes, wait 3-4 minutes and pull plug now your computer may restart automatically, if so, good. if not, just start it up. at bios post screen, choose boot menu (F12 for me) and choose your leopard boot disk. -here i hit a problem: gray screen, says i need to restart - when booting with -v(hit F8 at boot to get boot options, hit "-v <press enter>"), com.apple.driver.AppleEFIRuntime appears to cause problems. -to solve this, boot into dvd, go to terminal, type this: cd /Volumes/drivewithleopardinstalled/System/Library/Extensions <press enter> mv AppleEFIRuntime.kext AppleEFIRuntime.kext.post <press enter> (if you get an error here then that should mean that it doesn't exist. type "ls <press enter>" and make sure that it really doesn't exist) reboot <press enter> this should fix the problem. start up, choose boot menu (F12 for me) and choose the right hard drive. now, it should boot up and you should see the pretty intro video! *********************** end main install guide *********************** *********************** begin sound fix: *********************** find alc889a here: http://rapidshare.com/files/51585161/alc889a.zip.html -on this thread: http://forum.insanelymac.com/index.php?sho...;p=436207&# copy alc889a (which is a folder with 2 folders in it) onto the thumbdrive boot into dvd open terminal cd /Volumes/thumbdrive/alc889a mv ALCinject.kext /Volumes/DrivewithLeopard/System/Library/Extensions/ALCinject.kext <press enter> mv AppleHDA.kext /Volumes/DrivewithLeopard/System/Library/Extensions/AppleHDA.kext <press enter> chmod -R 755 /Volumes/DrivewithLeopard/System/Library/Extensions/ALCinject.kext <press enter> chmod -R 755 /Volumes/DrivewithLeopard/System/Library/Extensions/AppleHDA.kext <press enter> chown -R root:wheel /Volumes/DrivewithLeopard/System/Library/Extensions/ALCinject.kext <press enter> chown -R root:wheel /Volumes/DrivewithLeopard/System/Library/Extensions/AppleHDA.kext <press enter> rm -R /Volumes/DrivewithLeopard/System/Library/Extensions.kextcache <press enter> (it says "no such file or directory". ignore that, its ok) rm -R /Volumes/DrivewithLeopard/System/Library/Extensions.mkext <press enter> reboot <press enter> enjoi fully working audio... verify in the Audio Panel that you have fully working audio... *********************** end sound fix *********************** *********************** begin dual boot (on a single hard drive) *********************** obtain a copy of 64-bit Windows Vista (I tested) or 64-bit XP (others say it works), or 32-bit Vista ultimate (and possibly other 32 bit versions...) open disk utility click the hard drive you want click partition click the main partition (or any partition; you will be taking space from this) click "+" to divide it into 2 partitions drag (or type in numbers) to adjust the size of each, and put whatever names you want click "Apply". this should not erase any data whatsoever. the message it gives you should say this. -now you have a free partition to install windows (or linux) on. it doesn't matter what formatting it has reboot into the windows install disk. go through the installation process, and when you choose which drive, pick the partition you created. It will say that you can't install to it (wrong formatting), so erase and format that partition (not the whole drive). Then install onto that drive. once you are done, you should have a working windows install. however, you can't boot OS X because it doesn't give you a chance. Windows changes something in the boot sector (don't worry). so: reboot into you Mac OS X install dvd, open disk utility, unmount all partitions on that drive (with OS X and Windows). write down the disk identifier (disk1 or disk0 (or any other number) ). Make sure you check this, as it can change from boot to boot. start terminal plug in your thumbdrive, which should still have your "EFI Pack" on it. cd /Volumes/thumbdrivename <press enter> cd EFI\ Pack/pc_efi_v80/guid <press enter> -this next one is the important one dd if=./boot0 of=/dev/diskX bs=400 count=1 <press enter> -the X is your number (1 for me) -make sure you got no errors. "Resource Busy" means that you need to unmount ALL partitions from that hard drive. if you still get it, reboot and try again reboot <press enter> (if it freezes, pull the plug) as it starts up, hit "Delete" to go into the bios menu, go to "Integrated Peripherals", and enable "Onboard LAN Boot ROM". this will allow your ethernet to work in OS X after using windows. there is a reason why, but it doesn't matter. ask if you want to know... now boot into OS X! to boot into windows, mash F8 as OS X is starting up (Right after "Verifying DMI Pool Data.....") and scroll to "Foreign Boot". this is windows. everything should now work! however, you want more time to choose your os (mashing keys is hard and annoying). so: open terminal (in the OS): cd /Library/Preferences/SystemConfiguration <press enter> sudo -s <press enter> <enter password> <press enter> nano com.apple.Boot.plist <press enter> (I think I got that name and path right. check in finder to make sure it exists, and that the capitalization is right.) -add: "<key>Timeout</key> <string>8</string>" - at the end, before: "</dict> </plist>" then hit <control-X>, and save. -this gives you 8 seconds to open the boot menu when mac os x begins to start up, so you have time to choose to boot windows or mac. mac is default. *********************** end dual boot (on a single hard drive) *********************** at this point, go ahead and use Software Update to update to 10.5.1 (or later) TROUBLESHOOTING "Verifying DMI Pool Data" hang: -the hard drive is not bootable. This means that you screwed up the pc_efi part. Go back run the EFI Shell script, carefully checking for errors can't find com.Apple.boot.plist (or something like that): there is something wrong with your installation. - most likely solution is that you are trying to boot the wrong hard drive (or partition), or that you have not installed leopard yet. Press F8 when the hard drive is booting to make sure that you are choosing the right partition. Kernel Panic (gray screen of death, it tells you to hold down the power button to restart) -restart, and as the Hard Drive starts to boot, hit F8 to get boot options. type "-v" and <press enter>. take a picture of the result, and try to figure out what is causing the kernel panic. For me, i had to delete AppleEFIRuntime.kext by booting into the dvd and typing "rm /Volumes/leopardinstallationhere/System/Library/Extensions/AppleEFIRuntime.kext" <press enter> Sound doesn't work after patch: something is wrong with the way you installed the kexts - see if System Preferences recognizes outputs. if not: check and see if they are in the Extensions folder, redo the chmod and chown commands, use disk utility to repair permissions, and reboot. If it still doesn't work, re-download the file, and place both kexts into you hard drive (into /). then, (after booting into leopard on your hard drive) type "cd /" <press enter>, and "diff -r AppleHDA.kext /System/Library/Extensions/AppleHDA.kext" <press enter>. This should ouput any differences between the two. If you copied it correctly, there should be none. i.e. no output. if there is some, use "rm" to delete the kext from the Extensions folder (you may have to boot into the dvd to do this) and re-copy the kexts. Ethernet broken: - open bios, go to "Integrated Peripherals", and set "Onboard LAN Boot ROM" to "Enabled". here is a thread that deals with it. windows changes something, and this fixes it. it also adds 20 to 30 seconds to boot time. grrr. I did something dumb, it will no longer boot. Also, problems with installing efi: -(don't do this)I booted into the dvd, opened terminal, and typed "fdisk -r /dev/rdisk0", then flag1, update, write. To make a long story short, this writes over the efi section, makes it so that bios cannot boot the drive properly: *********Fix fdisk-caused problems ******** use disk utility to unmount all partitions on the leopard drive, check the disk identifier (using "info" in disk utility). make sure the Disk Identifier is still correct in the EFI script on your thumbdrive. then go back to terminal and type "cd /Volumes/thumbdrive/EFI\ Pack/pc_efi_v80 <press enter>" "./EFI.sh <press enter>" If you get a "/dev/disk0: resource busy": try rebooting into the dvd, going straight to disk utility, unmounting all partitions on that drive, go back to terminal, "cd /Volumes/thumbdrive/EFI Pack/pc_efi_v80/guid <press enter>", "dd if=boot0 <change /dev/disk0 to /dev/disk1 if your disk identifier is 1> of=/dev/disk0 bs=400 count=1 <press enter>" if everything is good, just type reboot <press enter> *********end Fix fdisk-caused problems ******** Quicktime is missing codecs for avi, and the sound (or the whole video) won't play: -download the DivX codec, and the AC3 Audio codec, and the Xvid codec. If you download these three, everything should work just fine. Also, VLC (free download like the codecs) is standalone, but works great. I prefer quicktime's interface. Overclocking fails randomly (tryes to boot, fails) -for some reason, the motherboard likes to set certain memory timings to 0 (which is impossible to make), which causes the overclock to fail. to fix this, boot into bios, and press <ctrl-F1>, then go to MB Intelligent Tweaker. Look through the memory timings, and make sure that they are normal. if you don't know what they should be, then make sure that they match the timings that the motherboard thinks they should be (I had a 0 in there that was causing the problem). BIOS shows overclock, but applications and benchmarks show stock speeds -power off the computer, and unplug for like a minute. Go back, and redo all overclock settings. Then, save and exit BIOS, and you should be good to go. If it still fails, try going through your BIOS and disabling all settings that deal with reducing clock speeds, voltage, etc. "Package 0 didn't get an HPET" appears in the console, or in single user: ********Fix Package 0 ************* restart, and press <del> to enter bios, go to "Power Management Setup" change "HPET Mode" to "64-bit mode". press F10 to save and exit. Note that this HPET solution may cause problems with 32-bit vista. ********End Fix Package 0 ************* Various iLife '08 applications fail (iMovie, GarageBand, iDVD, possibly others) -Use software update to update the applications. After that, they should work just fine. search terms: GA-P35-DS3P, GA P35-DS3P, GA-P35 DS3P, GA P35 DS3P, pc efi pc_efi pc_efi_v80 pc_efi_v8 v8 v80 brazilmac brazil mac brazil_mac ALC889A, ALC889 A, ALC 889, ALC 889A, ALC 889 A, ICH9R |
socal swimmer Full Install Guide GA P35-DS3P Dec 12 2007, 01:33 AM
~pcwiz Hey social swimmer,
Does IDE work on this board? Dec 12 2007, 01:45 AM
socal swimmer I have not tried to boot from an ide hard drive, ... Dec 12 2007, 01:54 AM
~pcwiz Well I just wanted to know if a IDE DVD drive work... Dec 12 2007, 01:59 AM
socal swimmer QUOTE (~pcwiz @ Dec 12 2007, 02:45 AM) We... Dec 12 2007, 02:01 AM
~pcwiz OK I'm working on it now.I'll PM it to you... Dec 12 2007, 02:26 AM
socal swimmer QUOTE (~pcwiz @ Dec 12 2007, 03:12 AM) OK... Dec 12 2007, 04:00 AM
~pcwiz QUOTE (socal swimmer @ Dec 11 2007, 08:46... Dec 12 2007, 03:33 PM
rhalls Nice guide. Thanks you for your hard work.
But: Wo... Dec 12 2007, 05:17 AM
Imgnryflagdotcom Wow... after four stinkin days of trying to get Le... Dec 12 2007, 07:17 AM
radian23 I hate you. Why didn't you post this guide 3 ... Dec 12 2007, 04:13 PM
Imgnryflagdotcom QUOTE (radian23 @ Dec 12 2007, 08:59 AM) ... Dec 12 2007, 09:44 PM
socal swimmer QUOTE (radian23 @ Dec 12 2007, 04:59 PM) ... Dec 13 2007, 02:14 AM
radian23 QUOTE (socal swimmer @ Dec 13 2007, 03:00... Dec 13 2007, 03:26 PM
gtmini perfect timing! just bought my p35-ds3p today... Dec 15 2007, 03:49 AM
Imgnryflagdotcom QUOTE (gtmini @ Dec 14 2007, 08:35 PM) pe... Dec 15 2007, 08:07 AM
~pcwiz About AFP, I heard from another user that uses the... Dec 15 2007, 04:29 PM
Suhail I am also going to get one of these kickass boards... Dec 15 2007, 05:41 PM
~pcwiz I have to wait till January or February or maybe e... Dec 15 2007, 05:54 PM
Suhail I finally convinced my dad to get me a new PC, Got... Dec 15 2007, 06:35 PM
consolation QUOTE (Suhail @ Dec 16 2007, 08:21 AM) CP... Dec 16 2007, 02:05 AM
socal swimmer I'm glad I was able to help people!
about... Dec 15 2007, 11:04 PM
~pcwiz Yeah once I order my hardware and build it I'l... Dec 15 2007, 11:59 PM
socal swimmer QUOTE (~pcwiz @ Dec 16 2007, 12:45 AM) Ye... Dec 16 2007, 12:26 AM
~pcwiz 7300GT is actually not bad for basic tasks but its... Dec 16 2007, 02:16 AM
consolation QUOTE (~pcwiz @ Dec 16 2007, 04:02 PM) co... Dec 16 2007, 03:57 AM
Imgnryflagdotcom Yes, the Q6600 is a good OCer... but you have to b... Dec 16 2007, 05:59 AM
consolation QUOTE (Imgnryflagdotcom @ Dec 16 2007, 07... Dec 16 2007, 07:02 AM
Suhail Quick update: I got the 7600GT instead. I am most ... Dec 16 2007, 09:31 AM
~pcwiz I am getting the Q6600 G0 which is apparently bett... Dec 16 2007, 04:34 PM
consolation QUOTE (~pcwiz @ Dec 17 2007, 06:20 AM) I ... Dec 16 2007, 08:30 PM
socal swimmer I don't know about the Q6600, but here is what... Dec 16 2007, 07:31 PM
Imgnryflagdotcom I think that it should be expected that the Q6600 ... Dec 16 2007, 08:25 PM
aliab Have you got Orange Icons of Hard Disk on Desktop ... Dec 17 2007, 09:59 AM
consolation Ok, in an attempt to get rid of legacy crap in the... Dec 17 2007, 10:34 AM
aliab BrazilMAC
Apple Update 10.5.1 from a Tiger or Leo... Dec 17 2007, 11:04 AM
consolation QUOTE (aliab @ Dec 18 2007, 12:50 AM) My ... Dec 17 2007, 11:38 AM
consolation I think i can replicate some of the weird behaviou... Dec 17 2007, 08:03 PM
rhalls o.k, so, social swimmer: THANKS for that guide. In... Dec 17 2007, 09:26 PM
socal swimmer hey I'm glad I could help you!
Temperatur... Dec 17 2007, 10:13 PM
socal swimmer Well I finally got leopard to boot again
What I d... Dec 17 2007, 11:00 PM
consolation yeah, I'm picking up bits of OS of the floor a... Dec 18 2007, 09:10 AM
Suhail Right I finally received this motherboard and got ... Dec 21 2007, 03:21 PM
chutsu Did you meet any glitches or flaws like not sleepi... Dec 21 2007, 03:30 PM
socal swimmer Hey I'm glad it helped!
using the ToH met... Dec 22 2007, 02:13 AM
Suhail Sometimes Shutting down and restarting tends to ca... Dec 22 2007, 08:56 AM
consolation I ended up doing a clean install from a retail DVD... Dec 22 2007, 09:00 AM
aliab QUOTE (consolation @ Dec 22 2007, 10:57 A... Dec 22 2007, 11:05 AM
consolation QUOTE (aliab @ Dec 23 2007, 01:02 AM) I e... Dec 28 2007, 12:25 PM
socal swimmer I added a dual-boot guide onto the end of the orig... Dec 22 2007, 09:14 AM
chutsu QUOTE Sometimes Shutting down and restarting tends... Dec 23 2007, 11:45 AM
raggedjagged Has anyone tried iATKOS or KALYWAY 10.5.1 with EFI... Dec 23 2007, 07:13 PM
djspacee QUOTE (raggedjagged @ Dec 23 2007, 08:10 ... Jan 2 2008, 09:05 PM
consolation QUOTE (djspacee @ Jan 3 2008, 11:02 AM) I... Jan 2 2008, 09:34 PM
socal swimmer both kalyway and iATKOS should work with EFI. I us... Dec 23 2007, 08:32 PM
raggedjagged I know that they should work with EFI. But what I... Dec 23 2007, 08:40 PM
Suhail If only the Shutdown and Restart Problems were fix... Dec 25 2007, 02:59 PM
Threepwood QUOTE (Suhail @ Dec 25 2007, 04:56 PM) If... Dec 25 2007, 03:13 PM
Suhail I am using AHCI Mode otherwise I would get a ... Dec 26 2007, 07:36 PM
Daryll Did anyone try to install Kalyway release & ge... Dec 26 2007, 11:43 PM
socal swimmer There is no reason why it wouldn't work. Just ... Dec 26 2007, 11:47 PM
Daryll QUOTE (socal swimmer @ Dec 26 2007, 04:44... Dec 27 2007, 12:26 AM
fuzzywasaduck2 I don't get it - this guide refers to the Braz... Dec 27 2007, 12:47 PM
socal swimmer QUOTE (fuzzywasaduck2 @ Dec 27 2007, 05:4... Dec 27 2007, 06:01 PM
raggedjagged Has someone run this on a Gigabyte P35-DS3R mother... Dec 27 2007, 04:28 PM
Suhail Fuzzywasaduck - You need to use both. If you unsur... Dec 27 2007, 04:37 PM
raggedjagged Suhail: Yes the partition is surely active! I... Dec 27 2007, 04:43 PM
iPhoneTom Hey socal swimmer,
one question:
How did anyone... Dec 29 2007, 08:19 AM
elastic QUOTE (iPhoneTom @ Dec 29 2007, 09:16 AM)... Jan 2 2008, 03:44 PM
iPhoneTom QUOTE (elastic @ Jan 2 2008, 05:41 PM) mm... Jan 2 2008, 05:25 PM
socal swimmer QUOTE (iPhoneTom @ Jan 2 2008, 10:22 AM) ... Jan 2 2008, 05:30 PM
elastic QUOTE (iPhoneTom @ Jan 2 2008, 06:22 PM) ... Jan 2 2008, 07:00 PM
socal swimmer QUOTE (elastic @ Jan 2 2008, 11:57 AM) i ... Jan 2 2008, 07:07 PM
elastic QUOTE (socal swimmer @ Jan 2 2008, 08:04 ... Jan 2 2008, 07:12 PM
iPhoneTom QUOTE (socal swimmer @ Dec 12 2007, 03:30... Dec 29 2007, 01:39 PM
socal swimmer really?
did it work with the efi bootloader, or d... Dec 29 2007, 06:52 PM
iPhoneTom QUOTE (socal swimmer @ Dec 29 2007, 08:49... Dec 29 2007, 09:51 PM
socal swimmer cool.
do you know if other 32 bit vista versions ... Dec 29 2007, 10:51 PM
iPhoneTom QUOTE (socal swimmer @ Dec 30 2007, 12:48... Dec 30 2007, 12:12 AM
raziafarg! Hey you guys!
I just installed Leopard 10.5.1 ... Dec 30 2007, 04:49 PM
socal swimmer Yes, you can patch the sound. To do this, do ... Dec 30 2007, 08:52 PM
badmanhk Does this guide apply to similar Gigabyte mb like ... Dec 31 2007, 04:55 AM
socal swimmer Those motherboards should work as well. I say shou... Dec 31 2007, 07:17 AM
badmanhk Thanks a lot for your quick reply. I probably goi... Dec 31 2007, 01:51 PM
raziafarg! And what about the ethernet controller ? I dont ge... Dec 31 2007, 12:52 PM
Suhail By the way I just wanted to clarify, I purchased i... Jan 1 2008, 10:58 PM
socal swimmer QUOTE (Suhail @ Jan 1 2008, 03:55 PM) By ... Jan 1 2008, 11:28 PM
consolation QUOTE (socal swimmer @ Jan 2 2008, 01:25 ... Jan 2 2008, 12:56 PM
elastic ok,
almost done here...
did the vista install, e... Jan 3 2008, 12:12 PM
socal swimmer what version of vista did you use?
if you open di... Jan 3 2008, 07:54 PM
elastic QUOTE (socal swimmer @ Jan 3 2008, 07:54 ... Jan 6 2008, 11:34 PM
rhalls my windows ide hd makes problems when available in... Jan 5 2008, 06:01 PM
rhalls QUOTE (rhalls @ Jan 5 2008, 07:02 PM) BTW... Jan 5 2008, 11:13 PM
robotskip I'm getting this error whenever I try to boot ... Jan 6 2008, 06:20 AM
pygmydigger Hey guys.
First off, I'd like to thank socal ... Jan 6 2008, 07:48 AM
consolation QUOTE (pygmydigger @ Jan 6 2008, 08:48 PM... Jan 6 2008, 01:26 PM
pygmydigger Thank you consolation for your help, but I have XP... Jan 6 2008, 06:16 PM
spotorno2008 Dear forum-members,
I´m in dire need of help afte... Jan 6 2008, 03:30 PM
spotorno2008 Dear forum-members,
I´m in dire need of help afte... Jan 6 2008, 03:30 PM
DWells55 Is it absolutely necessary to set it to AHCI mode ... Jan 6 2008, 06:24 PM ![]() |
|
Lo-Fi Version | Time is now: 21st November 2009 - 01:00 PM |