『楼 主』:
grub能否引导位于扩展分区上的windows系统
使用 LLM 解释/回答一下
机房用的sata硬盘试了一堆的多系统软件,最后只有grub for dos通过,用的是0.95那个版本
3个主分区都可以正常的引导,但是不知道扩展分区是否也支持。主分区上的系统是直接做的然后用网络ghost分发到1:1 1:2 1:3分区上,但是尝试将由1:1分区生成的ghost镜像再分发到1:5分区上也就grub的(hd0,5),启动不了
title 03 OS3 -> 用友ERP培训
password os3
unhide (hd0,5)
hide (hd0,0)
hide (hd0,1)
hide (hd0,2)
rootnoverify (hd0,5)
chainloader +1
makeactive
The SATA hard drive used in the computer room has tried a bunch of multi - system software, and finally only grub for dos passed, using the 0.95 version.
All 3 primary partitions can boot normally, but I don't know if the extended partition is also supported. The systems on the primary partitions were directly made and then distributed to partitions 1:1, 1:2, 1:3 by network ghost at 1:1 ratio. But when trying to distribute the ghost image generated from partition 1:1 to partition 1:5 which is (hd0,5) of grub, it can't boot.
title 03 OS3 -> Yonyou ERP Training
password os3
unhide (hd0,5)
hide (hd0,0)
hide (hd0,1)
hide (hd0,2)
rootnoverify (hd0,5)
chainloader +1
makeactive
|