转:ubuntu引导与备份

引导:http://lengxx.com/post/338.html

备份:http://linux.cn/thread-12018-1-1.html

由于各种不同的原因,很多人需要用windows来引导ubuntu 

1.XP 下用 grub4dos引导ubuntu 的grub2
修改windows引导盘下的boot.ini ,win7可以自行创建boot.ini
添加

代码:
C:\grldr.mbr="Ubuntu"


http://download.gna.org/grub4dos/grub4d ... -06-20.zip 下载最新版grub4dos
取出grldr 和 grldr.mbr 放到C盘根目录
在C盘根目录创建menu.lst文件,内容如下


12.10及之后的版本

代码:
title Ubuntu/Linux 12.10
find --set-root /boot/grub/i386-pc/core.img
kernel /boot/grub/i386-pc/core.img
boot

 #如果 /boot 是单独分区的,使用下面这样的:
title ubuntu/Linux 12.10 (/boot on single partitionas)
find --set-root /grub/i386-pc/core.img
kernel /grub/i386-pc/core.img
boot



12.04及之前版本ubuntu

代码:
title ubuntu 12.04
find --set-root /boot/grub/core.img
kernel /boot/grub/core.img
boot

#如果/boot为单独分区,则使用
title ubuntu 12.04  (/boot on single partitionas)
find --set-root /grub/core.img
kernel /grub/core.img
boot



一定要是最新版的grub4dos,否则可能不支持ext4分区

2. win7 、8下,用easybcd添加neogrub引导

要在win7 、8 中添加ubuntu引导 的话,用easybcd 最简单 ,添加neogrub引导

技术分享

技术分享

技术分享

出来一个记事本窗口,删除里面的内容,同样复制上面的代码进去;代码见上面

感谢TeliuTe的图片 viewtopic.php?f=77&t=392854

3. 用easybcd添加ubuntu grub2引导,适用于12.04 及之前版本的ubuntu,12.10请用neogrub的方法
安装好easybcd后运行,之后看图

附件:
技术分享 
easybcd.png [ 184.31 KiB | 被浏览 59610 次 ]




4.如果选择之后引导grub2菜单时出错了
normal.mod 的什么错误什么的

可以直接用grub4dos引导你的linux内核来启动,前提是你是知道你的ubuntu是/dev/sdaX
当然内核版本号什么的也自己改下

引用:
title ubuntu Linux
find --set-root /boot/vmlinuz-3.5.0-18-generic
kernel /boot/vmlinuz-3.5.0-18-generic root=/dev/sda2 ro quiet splash $vt_handoff
initrd /boot/initrd.img-3.5.0-18-generic




=====================================================================================

另添加/分区为btrfs 且/boot未单独分区的grub4dos 引导grub2代码,虽然只是多了/@ ......

代码:
title 启动Ubuntu /@/boot/grub/i386-pc/core.img
find --set-root /@/boot/grub/i386-pc/core.img
kernel /@/boot/grub/i386-pc/core.img
boot



嗯,是先发在我的博客上的 http://lengxx.com/post/338.html

 

郑重声明:本站内容如果来自互联网及其他传播媒体,其版权均属原媒体及文章作者所有。转载目的在于传递更多信息及用于网络分享,并不代表本站赞同其观点和对其真实性负责,也不构成任何其他建议。