红联Linux门户
Linux帮助

Linux中安装Mac os X硬盘镜像

发布时间:2008-07-15 20:36:54来源:红联作者:Dobes
mkdir /mnt/temp

mount /dev/hda6 /mnt/temp

cd /mnt/temp

dd if=mac_os.img of=/dev/hda2 bs =512 skip=63

等待。

这样就好了

改grub: /boot/grub/menu.lst

title mac os X

root (hd0,1)

chainloader --force +1

或者 title mac os X

rootnoverify (hd0,1)

makeactive

chainloader +1
文章评论

共有 0 条评论