Board logo

标题: [求助]SD卡+读卡器做启动盘的问题? [打印本页]

作者: emzt     时间: 2007-12-18 15:01    标题: [求助]SD卡+读卡器做启动盘的问题?
我用的是grubutil-1.1-bin-w32-19和grub4dos-0.4.3 12.14的软件,开始做成启动盘成功了,可是不能加载深山红叶的ISO,以为是以FD格式不能用,在VISTA下格式化为FAT32的,再用grubinst_guiSD卡不能写MBR了,出现:
Partition table
bt h0 s0 c0 fs h1 s1 c1 base leng
80 01 01 00 06 ff ff ff 3f 3c93c1
00 00 00 00 00 00 00 00 0 0
00 00 00 00 00 00 00 00 0 0
00 00 00 00 00 00 00 00 0 0
Partition list
# id base leng
0 06 3f 3c93c1 <1938M>
grubinst: Bad partition table, if you're sure that the partition list is ok,please run this program again with --skip-mbr-test option.
press <enter> to continue ...
请问怎么才能重新写入GRUB的MBR.

Last edited by emzt on 2007-12-18 at 05:33 PM ]

作者: bean     时间: 2007-12-18 17:37
grubinst检测到CHS参数不正确,因此会显示警告。如果确认分区没错的话,可以使用--skip-mbr-test来跳过检测。

作者: emzt     时间: 2007-12-18 19:16
--skip-mbr-test没有这选项?

作者: bean     时间: 2007-12-18 19:32
在额外参数那里加上去。

作者: emzt     时间: 2007-12-18 20:23
感谢,又能写MBR了