Subscribe to our RSS news feed
AAPL 199.94 (-1.25)

> Forum Guidelines.

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.

59 Pages V  « < 57 58 59  
Reply to this topic Start new topic
[GUIDE] Retail Snow Leopard Install on Gigabyte GA-EX58-UD5 (Core i7) Mobo, Fully scripted - Chameleon 2 RC3, Extra & EFI partition boot
*
  • Group: Members
  • Posts: 6
  • Joined: 17-September 09
  • Member No.: 492,810
QUOTE (powel212 @ Nov 18 2009, 11:50 PM) *
What am I doing wrong?

Powel


I see nothing in your setup that would prevent firewire from operating.

I would recommend checking bios settings or the connection/power status of the device.

You may want to launch with -v in from the bootloader and catch what the status of firewire is while it is booting, or check the logs for your firewire status.
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 5
  • Joined: 31-August 09
  • Member No.: 481,107
I have 2 separate drives one with firewire working and one with firewire not working.

I plug in one and boot and firewire works, I plug in the other and firewire doesn't work. I have reinstalled on the drive that it doesn't work on several times with different configurations but no dice. so I am pretty sure it ain't BIOS.

My system boots Verbose as default, when I boot the system that works I just get "Firewire configured - max 400Mps"

On the other I get "Firewire not configured"

That make any sense?

Is there a firewire kext I can try?

Thanks for the feedback.

Powel

QUOTE (mrycar @ Nov 19 2009, 09:42 PM) *
I see nothing in your setup that would prevent firewire from operating.

I would recommend checking bios settings or the connection/power status of the device.

You may want to launch with -v in from the bootloader and catch what the status of firewire is while it is booting, or check the logs for your firewire status.
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 17
  • Joined: 3-August 07
  • Member No.: 124,886
Hey guys, I have an issue.
I upgraded to 10.6.2 without deleting sleepenabler.kext (I know, I should have read first). Then I got Snow Leopard install disk to boot, used the terminal to delete /Volumes/EFI/Extra/sleepenabler.kext, /Volumes/EFI/Extra/Extensions.mkext, and /Volumes/Main/System/Library/Caches/Extensions.mkext (This is from memory so the exact paths/file names may be a little off). Now, when I try to boot into either my HDD or the Installation DVD I get a panic.

panic(cpu 0 caller 0x77b6df60): "No HPETS available...CPU(s) configured incorrectly\n"@/SourceCache/AppleIntelCPUPowerManagement/AppleIntelCPUPowerManagement-90/pmThread.c:148

Any clues on how to fix this? I'm guessing I'm going to need to borrow someone's mac and drop a kext into my EFI and rebuild. But what kext is needed to fix this?
PM Profile Card
Go to the top of the page
+ Quote Post
**
  • Group: Members
  • Posts: 72
  • Joined: 9-May 08
  • From: 42.8797, -71.5730
  • Member No.: 228,080
QUOTE (Vasto @ Nov 19 2009, 03:25 PM) *
Hey guys, I have an issue.
I upgraded to 10.6.2 without deleting sleepenabler.kext (I know, I should have read first). Then I got Snow Leopard install disk to boot, used the terminal to delete /Volumes/EFI/Extra/sleepenabler.kext, /Volumes/EFI/Extra/Extensions.mkext, and /Volumes/Main/System/Library/Caches/Extensions.mkext (This is from memory so the exact paths/file names may be a little off). Now, when I try to boot into either my HDD or the Installation DVD I get a panic.

panic(cpu 0 caller 0x77b6df60): "No HPETS available...CPU(s) configured incorrectly\n"@/SourceCache/AppleIntelCPUPowerManagement/AppleIntelCPUPowerManagement-90/pmThread.c:148

Any clues on how to fix this? I'm guessing I'm going to need to borrow someone's mac and drop a kext into my EFI and rebuild. But what kext is needed to fix this?
NullCPUPowerManagement.kext or similar has been removed?
Instead of moving it back, you could fix the HPET section of your DSDT so that AppleHPET, AppleIntelCPUPowerManagement and AppleIntelCPUPowerManagementClient kexts load without having to use NullCPUPowerManagement.
See the topic linked in my signature for more information.
PM Profile Card
Go to the top of the page
+ Quote Post
*******
  • Group: Members
  • Posts: 618
  • Joined: 20-November 08
  • From: Nevada, MO USA
  • Member No.: 323,377
QUOTE (mrycar @ Nov 17 2009, 11:41 PM) *
Noticed that some drives that I have, would not run the DD script properly. They were not releasing the EFI partition after copying the boot and extras stuff to it. When the partition was being made active in the script all files would vanish and the EFI partition would not be able to be eject or beunmounted. A reboot would unmount the efi partition, but it would be empty.

QUOTE (darkvoid @ Nov 18 2009, 02:01 AM) *
Same issue here on a SSD drive. Unmounting fails because of a 'device busy' error.

The problem occurs in the buildcache script (installed into /var/root/Library/Scripts).
After unmounting it executes 'rm -rf /Volumes/EFI', which deletes all the data on the EFI volume instead of removing just the mount point directory because it did not unmount successfully.

I just removed that specific line for now. For functionality sake it does not matter if the volume gets unmounted or not, next reboot the /Volumes/EFI will have disappeared anyways.

Yeah, I've been aware of this bug for awhile. As darkvoid already noted, the first attempt at formatting the EFI partition will leave the partition busy and will fail to unmount, thus causing the partition to be erased when the directory is removed.

However, in my experience, an immediate second attempt to install the bootloader will succeed. Why it'll work the second time and not the first, I don't know. So, run the bootloader install twice if installing for the EFI partition.
I'll find a clean, elegant way to get around this issue soon. AFAIK (at least in Leo), it does need to be cleanly unmounted to allow it to be mountable and viewable. However, if errors appear on a mount attempt, the script will perform a file system check, anyway.

best of wishes,
MAJ

EDIT: Have any of you who are using a EFI boot setup on 10.6.2 and my script noticed the Finder crashing when accessing the EFI partition, like during "Modify Plists"? If so, you'll need to comment out or delete the "sync" command in the unmount_EFI routine of the script.
PM Profile Card
Go to the top of the page
+ Quote Post
***
  • Group: Members
  • Posts: 114
  • Joined: 26-February 09
  • From: Suffolk, UK
  • Member No.: 383,752
QUOTE (masterlen @ Nov 18 2009, 10:48 AM) *
Firewire doesn't work properly on this board!!!!
This error for example: "FireWire runtime power conservation disabled. (2)"

There are many threads with firewire issues!

Here for example: http://www.insanelymac.com/forum/index.php?showtopic=191029

Or here: http://www.insanelymac.com/forum/index.php...8920&st=340
(from page 13)
Master Chief is trying to find a solution for this issue!


Firewire works fine on my board, I use it to connect a Nikon Coolscan 4000ED slide scanner.
The native Leopard nikon driver doesn't work properly in SL but vuescan has a SL update

steve
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 10
  • Joined: 23-November 08
  • Member No.: 325,010
Thanks DD for the script.

I'm not too sure why but my LG dvd-rom won't show up?? never happened to me before with leopard.

anyone know why?
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 46
  • Joined: 8-September 09
  • Member No.: 486,465
QUOTE (digital_dreamer @ Nov 20 2009, 08:12 AM) *
So, run the bootloader install twice if installing for the EFI partition.


I remember back in my Bad Axe 2 hackintosh days that I had to install the efi partition twice to get it working. Its fickety and needs a kick in the behind!
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 11
  • Joined: 25-March 09
  • Member No.: 399,585
QUOTE (Emilo @ Oct 20 2009, 10:12 PM) *
You can use Apple's own MacBook 32/64bit Airport N mini card with MP2W-2458 or MP2W-2400 adapter.
Here are the links:

http://cgi.ebay.com/Apple-Macbook-Airport-...1018136002r6149

It fits perfectly in short and hard to use (because of the heat sink) PCIE x1 slot on the motherboard.


Hey!

This one just arrived from china and doesn't fit into my PCIE x1 slot on my UD5.. The left connector of this card is around 2mm to long for the slot.. wacko.gif
PM Profile Card
Go to the top of the page
+ Quote Post
*******
  • Group: Members
  • Posts: 566
  • Joined: 14-February 07
  • From: Reality Distortion Field
  • Member No.: 85,063
Should the front panel mic in work with the audio drivers from DD's pack? For me only headphone out works on the front panel, but the mic in does not. Thanks!
PM Profile Card
Go to the top of the page
+ Quote Post
**
  • Group: Members
  • Posts: 81
  • Joined: 15-March 08
  • Member No.: 199,991
QUOTE (pbj @ Nov 20 2009, 11:50 AM) *
Hey!

This one just arrived from china and doesn't fit into my PCIE x1 slot on my UD5.. The left connector of this card is around 2mm to long for the slot.. wacko.gif


AR5BXB72 300M mini card is installed inside MP2W adapter which goes into PC-E x1 slot.
It fits like a glove. I know 3 more users in this thread which use this solution.

PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 11
  • Joined: 25-March 09
  • Member No.: 399,585
QUOTE (Emilo @ Nov 20 2009, 10:39 PM) *
AR5BXB72 300M mini card is installed inside MP2W adapter which goes into PC-E x1 slot.
It fits like a glove. I know 3 more users in this thread which use this solution.



you are perfectly right! i missed the link to the adapter... thx!

e.:/ do you know a good alternative to HWtools, since both adapters are out of stock...
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 6
  • Joined: 29-October 06
  • Member No.: 62,171
QUOTE (pbj @ Nov 20 2009, 10:53 PM) *
you are perfectly right! i missed the link to the adapter... thx!

e.:/ do you know a good alternative to HWtools, since both adapters are out of stock...


There are a number of alternatives try searching ebay.
This one came up, amongst others, in my query:

http://shop.ebay.nl/messengerofcat/m.html?...p;_trksid=p4340
PM Profile Card
Go to the top of the page
+ Quote Post
59 Pages V  « < 57 58 59
Reply to this topic Start new topic

8 User(s) are reading this topic (4 Guests and 0 Anonymous Users)

 

RSS Lo-Fi Version Time is now: 21st November 2009 - 11:35 AM