Contribute
Register

GA-P55-UD3R xMove faild. but Lion USB Install Success

Status
Not open for further replies.
Joined
Jun 19, 2011
Messages
4
Mac
  1. 0
Classic Mac
  1. 0
Mobile Phone
  1. 0
i got successful clean install Lion. thx tony :lol:
Please forgive me though it is likely to become a strange word because English is not understood.

CPU:Core i7 860
RAM:4 x 4GB
HD:Seagate 1TB
GPU:GTX260 Extreme+
GBE:Marvell 88e8053 Pci-e x1

i download Lion from AppStore Execute xMove.but xMove error.

Here is my install method
-----------------------------------------------------------------
1.Format USB stick(8GB)
GUID partition table & one partition

2.Make Lion disk to USB Stick

Restore Mac OS Base System & Copy Package Folder from Install ESD.
copy mach_kernel...

Google "Lion DVD Method" "Lion USB Method" etc...

3.Add files to USB Stick

I add Multibeast & "chimera i386" Folder
if your hacintosh is SL install by iBoot & Multibeast.
Execute Multibeast and install Empty Drive. You can Find /usr/standalone/i386
This folder contains boot boot0 boot1h files

4.Make EFI

Open terminal.
>diskutil list
find a USB Stick. etc..mine is disk1
#newfs_hfs -v EFI /dev/disk1s1
#mkdir /Volumes/EFI
#mount_hfs /dev/disk1s1 /Volumes/EFI
Open Finder window. you'll find EFI Drive
Copy "Extra" Folder from "SL Drive"

here is my com.apple.boot.plist -->
Code:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>Kernel</key>
	<string>mach_kernel</string>
	<key>Kernel Flags</key>
	<string></string>
	<key>GraphicsEnabler</key>
	<string>Yes</string>
	<key>Timeout</key>
	<string>2</string>
	<key>Legacy Logo</key>
	<string>Yes</string>
	<key>EthernetBuiltIn</key>
	<string>Yes</string>
</dict>
</plist>

smbios.plist ---> Only Set MacPro 3,1



4.5 Install Chimera....

"cd" to i386 folder. and install chimera
Code:
fdisk -f boot0 -u -y /dev/rdisk1
sudo dd if=boot1h of=/dev/rdisk1s1
sudo cp boot /Volumes/EFI

4.6 Unmount "EFI"

umount -f /Volumes/EFI

5 Reboot & Enjoy Install!! after installation run Multibeast

Thanks! tony! :lol:
 
were you able to get audio working on this build? I have the exact same mobo and would appreciate any info you could give.
 
jamesmont said:
were you able to get audio working on this build? I have the exact same mobo and would appreciate any info you could give.

Hi
I used MultiBeast ..

Drivers & Bootloaders
|-Kext & Enablers
|-Audio
|-Realtek ALC8xx
|-ALC8xxHDA <--This
|-AppleHDA Rollback <--This

Thanks :D
 
awesome!! thank you so much. did you have to repair permissions etc.. when I repair permissions i get the PCI error.. did you
 
jamesmont said:
awesome!! thank you so much. did you have to repair permissions etc.. when I repair permissions i get the PCI error.. did you

hi :thumbup:

I also tried

in DiskUtility --> repair permissions

I don't see "PCI error" message :confused:

My Mobo's Bios revision as F6
Is my file(dsdt.aml "/Extra/" ) sent if it avoids it? :D
 
Status
Not open for further replies.
Back
Top