Skip to content

Instantly share code, notes, and snippets.

@huacnlee
Created August 3, 2010 01:16
Show Gist options
  • Save huacnlee/505652 to your computer and use it in GitHub Desktop.
Save huacnlee/505652 to your computer and use it in GitHub Desktop.
# Ubuntu grab 引导 Leopard
# 1.手动将 Leopard 根目录的 boot 文件复制到 /tmp 目录,然后
$ sudo mv /tmp/boot /boot/grab/boot
# 2.修改 grab menu 文件
$ sudo vim /boot/grab/menu.lst
# 3.在 menu.lst 里面加入下面的代码并保存:
title Mac OSX Leopard
kernel (hd0,0)/boot/grab/boot
# 这里 (hd0,0) hd0指第一个硬盘 后面个 0 是指的 Ubuntu 安装的分区号,我是安装在第一个分区的,所以这里写0
# 重启以后,Grab菜单里面的 Mac OSX Leopard 就可以引导了
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment