Skip to content

Instantly share code, notes, and snippets.

@lxneng
Created March 9, 2010 07:31
Show Gist options
  • Save lxneng/326348 to your computer and use it in GitHub Desktop.
Save lxneng/326348 to your computer and use it in GitHub Desktop.
1. 插入ubuntu live光盘,选择安装
2. 一直到磁盘分区
3. 选择手动分区
4. 把/ /boot /swap等等都对应到原先安装的
5. 不要格式化
6. 确认保存时,点”确定”
7. 会跳出错误,说不能安装…,不予理会,选择继续
8. 直到回到Ubuntu安装菜单,选择安装grub
或者
1. 插入live光盘,选择进入live系统
2. 打开终端,输入”grub”
3. 输入”root (hd0,6)” (ie. /boot is at /dev/sda7, which translates to hd0,6 for grub)
4. 输入”setup (hd0)”
5. 输入”quit”,然后重启
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment