アットウィキロゴ

カスタマイズ > Mac OS X

トリプルブートに関して、要翻訳


Windows XP Part


XPインストール前に一つパーティションを作成する
新規作成したパーティションにXPをインストールする

インストール完了後にXPにログインして Mac 用のパーティションを作成
  • スタート/マイコンピューター右クリックで管理を選択


install all driver from CD except for WLan
install synaptics trackpad driver
install WLan driver from XP device manager
rename C drive to "Windows XP" in properties


¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥


Mac OS X Part (Kalyway編)


restart---> boot from kalyway 10.5.2

when in GUI run disk utility
erase partition to install mac os x "disk02" or something
click "customize"
choose below options only


install mac os x


install kalyway 10.5.3!!!!!don't press restart when finished
install kalyway 10.5.3 vanilla kernal
on bootup enter "update -v"

install 10.5.4 normally

run terminal enter "sudo passwd"
enter password
enter "su root"
enter "while sleep 1 ; do rm -rf /System/Library/Extensions/AppleIntelCPUPowerManagement.kext ; done"

install 10.5.5
when finished don't press restart!!!!!

go back to terminal and press "Ctrl-C"
type exit twice

go back to 10.5.5 updater and press "restart"

install drivers

use paul's Kexthelper app to install all kexts
first install "IntelGMA950GME-10.5.5.tar.bz2"

reboot

install "FixedIntelIntegratedFramebuffer-10.4.4.tar.tar"

install ""

install "about this mac" fix app by paul

run software updater
install everything except 10.5.6!!!!!!!

install 10.5.6 normally

install WLan driver
install trackpad driver



1. CHUD and switch which you can find here.
2. Quicksilver which you can get here.

then:

1. unzip #1 from above and then install CHUD

2. place the switch.sh file from #1 above in your user name's Library folder

3. open terminal in your applications folder (under Utilities) and in terminal type the following:

cd Library
chmod 755 switch.sh

then exit terminal

4. open "Script Editor" in the "AppleScript" folder in your Applications

5. in script editor type:

do shell script "path/to/switch.sh" user name "your user name" password "your password" with administrator privileges

HOWEVER when you type this you are going to be replacing "path/to/switch.sh" with your path to the switch.sh file. so the easiest way to know what it is would be to go to the switch file on your Wind which you placed in your user name's Library folder and then left click it and hit "Get Info" and look where it says "Where" in the info at that is your path.

for example mine looks like this:



so my script would look like this:

do shell script "/Users/OSX86/Library/switch.sh" user name "OSX86" password "**********" with administrator privileges

and then also replace "your user name" and "your password" with your information as i did above.

6. hit compile in the script editor and then go to your menu bar and while in script editor hit "File" and then "Save as" and name it something like HeadPhones and save it to your desktop.

7. take the script you just placed in your desktop and move it to your "Scripts" folder which is located in Your Hard Drive(s) name (NOT User Name) under "Devices" in Finder then inside "Library" then "Scripts"

8. install Quicksilver and run it through the setup making sure you at least install the "plug-in" for "Terminal" for now and also create a shortcut key to bring it up when you need it. you can pick whatever you want but on the Wind i choose ALT + q so that after i am finished with this setup you can always bring up Quicksilver by what you choose the shortcut to be here.

9. when quicksilver starts you can "type to search" in that box for "headphones" script that we created but as you will see it will find it as you type. if it does not find it then you can alternatively just drag the script file into the search box. however lets not hit execute yet

10. go to settings (little wheel in upper right hand corner of search box) and choose "Custom Triggers"

11. in the bootm of the Custom Triggers box you will see a + sign and hit that and choose "Hot key"

12. choose "headphones" in the "Select an item" box and the "Action" box should be Run and "Command" Headphones (Run) and click save

13. now that you have a Custom Trigger for HeadPhones go to the end of that line and set a Trigger Hot Key setup by left clicking under trigger and for reference i choose "ALT then H" so that now you will just hold ALT and then hit "H" to toggle from your headphones to your laptop speakers.

14. almost there now. lets go back to preferences in Quicksilver and:

  • check "Start at login"
  • uncheck Warn before, Enable advanced, Show icon in dock, and Show icon in menu bar. if you already have it in your dock then you will need to right click on it and "Remove From Dock" and then it will not come back again.
  • i choose to check "Check for updates" as well as auto and background install

15. Enjoy hitting ALT+H or whatever you choose to go back and forth to your headphones without any icons or dock items.


put wind.keylay to user/EW/library/keyboard Layouts/
change settings to "wind" in preferences

Mac OS X install finish

¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥


Linux part

boot from Fedora 10 CD
make new partition !!!manually!!! at "/" with "ext3" at end
install........

"su" command switches users
"su root" will switch to "root"

"gedit" will run text editor, good for editing .conf files



configure bootloader

open terminal su root
gedit /boot/grub/menu.lst

add below to the end

"title Mac OSX Leopard
root (hd0,1)
savedefault
makeactive
chainloader +1"

note: linux counts 1st partition as 0 so first os would be"(hd0,0)

if unsure, run "sudo fdisk -l"



add "vga=ask" to end line of kernel of "/boot/grub/grub.conf"
this will enable "plymouth"




install "unrar"
download unrar/rar software from http://www.rarlab.com/download.htm install the same.

Type the following commands as root user:

"cd /tmp
wget http://www.rarlab.com/rar/rarlinux-3.6.0.tar.gz
tar -zxvf rarlinux-3.6.0.tar.gz
cd rar
cp rar unrar /bin"

change version number if version downloaded is different


¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥

WinXPの以下のレジストリに追記
			[HKEY_LOCAL_MACHINE¥SYSTEM¥CurrentControlSet¥Control¥TimeZoneInformation]
			ここで [新規]→[DWORD値の編集]
				値の名前	RealTimeIsUniversal
				値のデータ	1

		一度リブートし、OSX86から時間合わせをしてリブート
		再びWinXPから時間合わせをすれば設定完了

		注意:タイムサーバーを利用して時間合わせをする場合は Leopard で行う

Finish!

タグ:

+ タグ編集
  • タグ:
最終更新:2009年01月23日 07:00
ツールボックス

下から選んでください:

新しいページを作成する
ヘルプ / FAQ もご覧ください。