有时候我们找不到Ubuntu,有时候又没有了Windows。这里说一下如何在Windows界面下,使用windows的引导文件配置引导Linux。

Windows的引导文件在C:盘下面,有一个boot.ini文件配置。
配置引导需要一个grldr(估计就是grub loadder)的意思,反正我是这么记忆的。

把linux的/boot文件夹拷贝到C:盘根目录下面,和grldr在放在一起,在boot.ini里面加上一行,如下图所示:

表示:显示选择系统菜单时间为3秒,默认启动grldr(即linux);
注意:grldr这个文件是通用的,可以从网上下载到,而boot文件夹每个机器都不一样。

***在Linux下面引导windows的方法。

***有關設置grub默認進入的操作系統的問題(通过编辑Linux下面的menu.lst设定默认启动系统)
http://forum.ubuntu.org.cn/viewtopic.php?t=2451

你想默認進入的操作系統位於第幾項(第n個title)(從0開始計算)。就把0改成n。

下面是一個例子

假定menu.lst如下:
代码: default        0

timeout        1

title        Ubuntu, kernel 2.6.20-16-generic
root        (hd0,1)
kernel        /boot/vmlinuz-2.6.20-16-generic root=UUID=1f9f427a-586a-40ec-a15e-5a3d3ed1cea5 ro quiet splash
initrd        /boot/initrd.img-2.6.20-16-generic
quiet
savedefault

title        Ubuntu, kernel 2.6.20-16-generic (recovery mode)
root        (hd0,1)
kernel        /boot/vmlinuz-2.6.20-16-generic root=UUID=1f9f427a-586a-40ec-a15e-5a3d3ed1cea5 ro single
initrd        /boot/initrd.img-2.6.20-16-generic

title        Other operating systems:
root

title    Microsoft Windows XP Pro
root    (hd0,0)
savedefault
makeactive
chainloader +1

假如你想把win xp作為默認的操作系統,那就把default 0改為default 3(从0开始数);
注意此处““Other operating systems”也算在内。

作者简介

Chun-Hui Gao is a Research Associate at Huazhong Agricultural University.

重复使用

Text and figures are licensed under Creative Commons Attribution CC BY 4.0. The source code is licensed under MIT. The full source is available at https://github.com/yihui/hugo-prose.

欢迎修订

如果您发现本文里含有任何错误(包括错别字和标点符号),欢迎在本站的 GitHub 项目里提交修订意见。

引用本文

如果您使用了本文的内容,请按照以下方式引用:

gaoch (2008). [Ubuntu资料]Windows和Ubuntu双系统引导的问题(二). BIO-SPRING. /post/2008/04/19/dual-system-boot/

BibTeX citation

@misc{
  title = "[Ubuntu资料]Windows和Ubuntu双系统引导的问题(二)",
  author = "gaoch",
  year = "2008",
  journal = "BIO-SPRING",
  note = "/post/2008/04/19/dual-system-boot/"
}