|

楼主 |
发表于 2005-1-1 16:36:25
|
显示全部楼层
我再自问自答吧. ^_^
在info grub中找到答案了.
- If you have installed DOS (or Windows) on a non-first hard disk, you
- have to use the disk swapping technique, because that OS cannot boot
- from any disks but the first one. The workaround used in GRUB is the
- command `map' (*note map::), like this:
- grub> map (hd0) (hd1)
- grub> map (hd1) (hd0)
复制代码
经过测试, 我的配置为:
- map (hd1) (hd0)
- rootnoverify (hd1,0)
- makeactive
- chainloader +1
复制代码 |
|