|
Qtwdftxvt
初级用户
 
积分 190
发帖 101
注册 2008-11-23
状态 离线
|
『楼 主』:
有多少种启动管理软件
使用 LLM 解释/回答一下
我目前安装有三个操作系统 WinXP、WinVista 和 红旗 Linux Desktop 6,其中 WinXP 和 WinVista 安装在一个 160GB 的 SATA 硬盘上,而 Linux 安装在一个 40GB 的 ATA 硬盘上,多系统引导采用的是将 GRUB 安装在 MBR 中的方式,我现在在 GRUB 的菜单中只能实现引导 XP 和 Vista,而无法成功引导另一块硬盘上的 Linux,要启动 Linux 只能从 BIOS 中调 Boot Menu,我想问的是还有其它的能够引导上述三个系统的启动管理软件吗?有的话,请介绍一下,谢谢。
I currently have three operating systems installed: WinXP, WinVista, and Red Flag Linux Desktop 6. Among them, WinXP and WinVista are installed on a 160GB SATA hard drive, while Linux is installed on a 40GB ATA hard drive. The multi-system boot uses the method of installing GRUB in the MBR. Now I can only boot XP and Vista in the GRUB menu, but I can't successfully boot the Linux on the other hard drive. I can only start Linux from the BIOS to adjust the Boot Menu. I want to ask if there are other boot management software that can boot the above three systems? If there are, please introduce them, thank you.
|
|
2008-11-26 01:50 |
|
|
sikro
初级用户
  爱的使者
积分 195
发帖 32
注册 2003-7-20 来自 Amway
状态 离线
|
『第 2 楼』:
使用 LLM 解释/回答一下
vista自带的引导软件应该就可以
The boot software that comes with Vista should be okay
|

http://sikro.spaces.live.com/ |
|
2008-11-26 23:32 |
|
|
Qtwdftxvt
初级用户
 
积分 190
发帖 101
注册 2008-11-23
状态 离线
|
『第 3 楼』:
使用 LLM 解释/回答一下
我这三个系统是互不可见的,要做到三个系统完全隔离,只有把管理软件做到 MBR 中才行。
These three systems are not visible to each other. To completely isolate the three systems, you can only put the management software into the MBR.
|
|
2008-11-27 12:50 |
|
|
fujianabc
金牌会员
     
积分 3467
发帖 1616
注册 2004-6-21
状态 离线
|
『第 4 楼』:
使用 LLM 解释/回答一下
grub完全能够引导任意一块硬盘上的linux的,估计搂主的grub命令不对
GRUB can completely boot Linux on any hard disk. It is estimated that the GRUB command of the original poster is incorrect
|
|
2008-11-27 17:33 |
|
|
Qtwdftxvt
初级用户
 
积分 190
发帖 101
注册 2008-11-23
状态 离线
|
『第 5 楼』:
使用 LLM 解释/回答一下
我在 40GB 的硬盘上装上 Linux 以后,把它的那个 MENU.LST 文件打开,把里面的代码复制过来用的,但是系统认为第一硬盘是 40GB 的硬盘,第二硬盘是 160GB 的硬盘,而我的 MENU.LST 是 160GB (第二硬盘)上的,我在 BIOS 中设定从 160GB 的硬盘引导,这样的话,LINUX 似乎能启动一半,然后就走不下去了,我估计可能是第一硬盘,第二硬盘闹的鬼,现在还是从 BIOS 中选择启动设备菜单,这样来引导。
我就是想试试其它的启动管理软件,想多知道一些,像 spfdisk、system commander 等软件不能够引导 VISTA 和 LINUX。
After installing Linux on a 40GB hard drive, I opened its MENU.LST file and copied the code inside. However, the system considers the first hard drive as the 40GB one and the second as the 160GB one. My MENU.LST is on the 160GB (second) hard drive. I set the BIOS to boot from the 160GB hard drive, but then Linux seems to start halfway and then can't proceed. I think it's because of the conflict between the first and second hard drives. Now I still use the boot device selection menu in BIOS to boot.
I just want to try other boot management software and know more. Software like spfdisk, system commander can't boot VISTA and Linux.
|
|
2008-11-27 17:55 |
|
|
sikro
初级用户
  爱的使者
积分 195
发帖 32
注册 2003-7-20 来自 Amway
状态 离线
|
『第 6 楼』:
使用 LLM 解释/回答一下
你用sfdisk里面的那个boot manger试试看
那个似乎是直接激活启动文件的分区,不需要引导文件支持
Try using the boot manager in sfdisk. That one seems to directly activate the partition of the boot file, without the need for boot file support
|

http://sikro.spaces.live.com/ |
|
2008-11-27 22:23 |
|
|
Qtwdftxvt
初级用户
 
积分 190
发帖 101
注册 2008-11-23
状态 离线
|
『第 7 楼』:
使用 LLM 解释/回答一下
sfdisk 不行的,老东西估计都不行了,得找点现代的,近两年的。
sfdisk doesn't work, the old stuff probably doesn't work, need to find some modern ones, the past two years.
|
|
2008-11-28 12:12 |
|
|
fujianabc
金牌会员
     
积分 3467
发帖 1616
注册 2004-6-21
状态 离线
|
『第 8 楼』:
使用 LLM 解释/回答一下
Originally posted by Qtwdftxvt at 2008-11-27 05:55 PM:
我在 40GB 的硬盘上装上 Linux 以后,把它的那个 MENU.LST 文件打开,把里面的代码复制过来用的,但是系统认为第一硬盘是 40GB 的硬盘,第二硬盘是 160GB ...
硬盘顺序交换之后,grub的引导命令中的盘号也要换的。
Originally posted by Qtwdftxvt at 2008-11-27 05:55 PM:
After I installed Linux on a 40GB hard disk, I opened its MENU.LST file, copied the code inside, but the system considered the first hard disk as the 40GB hard disk and the second hard disk as the 160GB...
After the hard disk order is swapped, the disk number in the grub boot command also needs to be changed.
|
|
2008-11-28 17:08 |
|
|
Qtwdftxvt
初级用户
 
积分 190
发帖 101
注册 2008-11-23
状态 离线
|
『第 9 楼』:
使用 LLM 解释/回答一下
我又重新写了一遍 Menu.lst,这样成功了,谢谢大家。
I have rewritten Menu.lst again, and it succeeded. Thank you everyone.
|
|
2008-11-28 21:44 |
|