Date: Февраль 16th, 2010
Cate: Life, Интересуюсь, Нашлось
Tags: ,  

Mac OS X for Fujitsu Siemens 5535

screenshot
Хотя Apple и заявляла, что Mac OS X не будет запускаться на компьютерах архитектуры x86, выпущенными не в Apple, но существуют взломанные версии Mac OS X, которые запускаются на x86-компьютерах.

Системы Хакинтош разрабатываются сообществом OSx86 и доступны посредством файлообменных сетей. Однако, соглашение с конечным пользователем (EULA) на Mac OS X запрещает установку системы на компьютеры, не помеченные фирменным знаком Apple.
Уже 2008 года был представлен метод установки немодифицированной (легально приобретённой) Mac OS X с помощью модифицированного загрузчика Boot-132 но обычный ПС. Если кто хочет посмотреть на саму систему не устанавливая её на компьютер можно скачать ливе двд готовый для запуска с болванки. Качать тут Live DVD
Итак how to install Mac os X: iAtkos V7
Скачиваем диск, пишем на болванку и запускаем. Заходим в Утилиты, Менеджер дисков делам нашу партицию «журнальной», форматируем. в Custome Install, выбираем следующие опции для загрузки.

Main pack
Chameleon 2
Extra directory
DSDT
Apple Decrypt
Disabler
OHR
GMA 950 Desktop
AHCI
VIA SATA/IDE
Generic IDE
Azalia Audio
Apple PS/2 driver
NTFS-3G
SYS 191
Broadcom BCM43xx

System Software Overview:

System Version: Mac OS X 10.5.7 (9J61)
Kernel Version: Darwin 9.7.0

screenshot

Снимок экрана 1


Boot Windows 7 from OS X

Method 1: Repair the BCD store by using the Startup Repair option

You can use the Startup Repair option in the Windows Recovery Environment to repair the BCD store. To do this, follow these steps:
1. Put the Windows Vista installation disc in the disc drive, and then start the computer.
2. Press a key when you are prompted.
3. Select a language, a time, a currency, and a keyboard or another input method, and then click Next.
4. Click Repair your computer.
5. Click the operating system that you want to repair, and then click Next.
6. In the System Recovery Options dialog box, click Startup Repair.
7. Restart the computer.
Method 2: Rebuild the BCD store by using the Bootrec.exe tool

If the previous method does not resolve the problem, you can rebuild the BCD store by using the Bootrec.exe tool in the Windows Recovery Environment. To do this, follow these steps:
1. Put the Windows Vista installation disc in the disc drive, and then start the computer.
2. Press a key when you are prompted.
3. Select a language, a time, a currency, and a keyboard or another input method, and then click Next.
4. Click Repair your computer.
5. Click the operating system that you want to repair, and then click Next.
6. In the System Recovery Options dialog box, click Command Prompt.
7. Type Bootrec /RebuildBcd , and then press ENTER.
• If the Bootrec.exe tool runs successfully, it presents you with an installation path of a Windows directory. To add the entry to the BCD store, type Yes . A confirmation message appears that indicates the entry was added successfully.
• If the Bootrec.exe tool cannot locate any missing Windows installations, you must remove the BCD store, and then you must re-create it. To do this, type the following commands in the order in which they are presented. Press ENTER after each command.
Bcdedit /export C:\BCD_Backup
ren c:\boot\bcd bcd.old
Bootrec /rebuildbcd
8. Restart the computer.

Problem:
After installing Windows 7, Chameleon disappeared and only Windows 7 is booting.

Cause of the problem:
Windows 7 installer deletes Chameleon’s boot0 from the MBR and sets the windows Partition active.
OS X fdisk erases the NT disk signature from the MBR causing the windows loader to break.

Steps:

1- Start OS X with boot CD/USB
2- In terminal:

fdisk -e /dev/rdiskX (X = HD number, usually 0)
flag Y (Y = the OS X partition number, usually 2 – one being the EFI partition)
write
exit

3- Install Chameleon 2 using installer.
4- Now chameleon should start and boot OS X without the boot CD. Windows won’t boot.
5- In OS X terminal:

fdisk -e /dev/rdiskX
flag Z (Z = windows partition number, should NOT exceed 4)
write
exit

6- Boot Windows DVD, and repair the bootloader.
7- Reboot, and you’ll boot into Windows automatically, again.
8- Use diskpart to make OS X partition active. run>cmd

Diskpart
select disk 0
select partition 2
active

9- Reboot. Now Chameleon should start and switching Windows and OS X should work

Wireless Atheros Fujitsu Siemens 5535

1. Download the official Intel 10.4.5 update from Apple (98MB) (http://www.apple.com/support/downloads/mac…45forintel.html)
2. Backup your /System/Library/Extensions/IO80211Family.kext
3. Extract the IO80211Family.kext from the 10.4.5 update (using pacifist?)
4. open finder to /System/Library/Extensions
5. drag the kext from 10.4.5 update into the /System/Library/Extensions folder
6. enter passsword when prompted
7. open the disk utility (/Application/Utilities/Disk Utility), then repair permissions on your Startup volume (may take a little while)
8. open up terminal, and switch to root (enter sudo -s, enter your user password)

CODE
cd /System/Library/Extensions
chmod -R 755 IO80211family.kext
chown -R root:wheel IO80211family.kext

then list the contents
CODE
ls -l

make sure the IO80211Family line looks like this:
CODE
drwxr-xr-x 3 root wheel 102 Feb 2 2006 IO80211Family.kext

check that the permissions propagated to subdirectories:
CODE
cd IO80211Family.kext/contents/plugins
ls -l

should look like this:
CODE
total 0
drwxr-xr-x 3 root wheel 102 Feb 2 2006 AirPortAtheros5424.kext
drwxr-xr-x 3 root wheel 102 Feb 2 2006 AppleAirPortBrcm4311.kext

then test that the extensions works:
CODE
kextload AirPortAtheros5424.kext

should give a extension loaded successfully message

then you have to go to System Preferences>Network
a message should pop up telling you you have a new AirPort. from the Show: box, pick AirPort. you can set the options here, i suggest you check the Show airport status in menu bar, make sure you click apply now.

There you have it, fully working native Atheros card!

Post Popularity 2.71%  
Popularity Breakdown
Views 5.42%  
Comments 0%  
Похожие посты:
  1. NokiPhone from China
  2. Mac or PC ?

Популярные посты:

824 views