|
发表于 2011-12-7 21:27:28
|
显示全部楼层
debian的问题用debian的方法,我们不用easyBCD也无法使用这个软件
1. 找到你安装debian的工具,光盘,U盘,etc...
2. 启动 Debian Installer (即 debian 的安装程序)
3. 进入我们熟悉的安装界面,选择 Rescue Mode(救援模式),在几步配置之后,按下 Alt + F2来到busybox的 Ash Shell
3. chroot /xxx/yyy /bin/bash # 具体含义请 google
4. grub-install /dev/sd[1,2,3,4,...] |
|