Fedora の DVD から、rescue mode で起動して、(GNU) parted コマンドで見たところ、ちゃんと、GPT パーティションになっていて、Leopard がインストールされている HFS+ のパーティションも大丈夫のようです。
そこで、なんとか ... Mac OS X Installer を起動して、メニューから、Terminal を起動して、ハードディスクにあった Chameleon(_DFE_for_Hard_Disk) から、ブートローダー (boot0 とboot1h) だけをマニュアルでコピーしてみました。
# cd /Volumes/Leopard/KazMuzik/Chameleon_DFE_for_Hard_Disk # hdiutil attach Chameleon_DFE_for_Hard_Disk.dmg # cd /Volumes/Chameleon_DFE_for_Hard_Disk # cd Chameleon_DFE_for_Hard_Disk.pkg/Contents/Resources/boot # ls leo:boot root# ls .DS_Store BootHelp.txt boot boot1h chain0 APPLE_LICENSE README boot0 cdboot fdisk # cat README ... Normal Install (non-RAID): -------------------------- Suppose that your installation is on /dev/disk0s2 - Install boot0 to the MBR: fdisk -f boot0 -u -y /dev/rdisk0 - Install boot1h to the partition's bootsector: dd if=boot1h of=/dev/rdisk0s2 - Install boot to the partition's root directory: cp boot / ... # ./fdisk -f boot0 -u -y /dev/rdisk0 # dd if=boot1h of=/dev/rdisk0s2 # |
これで、PC をリセットして、再起動したところ、コピーしたブートローダーが無事に起動して、Da
Tags: computer_technology