Board logo

标题: 为什么GRUB不能引导CIA Commander 1.0制作的引导软盘的映像文件 [打印本页]

作者: martin325     时间: 2006-3-21 10:25    标题: 为什么GRUB不能引导CIA Commander 1.0制作的引导软盘的映像文件

如题。

在我的menu.lst文件里是这样设置的:
title Start CIA Commander
map --mem --read-only (hd0,0)/boot/cia.IMA (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)
map --floppies=1

显示错误说文件不存在

不知是什么缘故?

请高手指点。
作者: martin325     时间: 2006-3-21 10:29
而同样的设置,引导其他的可引导软盘的映像文件是成功的!
作者: Climbing     时间: 2006-3-21 10:46
文件不存在,则说明没有找到相应的映像文件,注意文件名的大小写,或者在grub的提示符下找一下相应的映像文件。
作者: martin325     时间: 2006-3-21 11:39
谢谢Climbing

问题解决了。

看来把文件名和扩展名全部改为小写,比较不会出问题。
作者: jackwen     时间: 2010-2-2 21:40
1.I used WinImage to make a "cia.ima" file.Load the floppy in WinImage trough Disk > Read disk,and save as cia.ima.

2.Format the USB-stick with HP v2.0.6 to FAT ,up to 2GB if larger try FAT32 or make partitions.

3.Copy NTLDR,NTDETECT.COM and boot.ini from C:\ to the root of the stick.

Boot.ini like:

CODE
[boot loader]
timeout=30
default=C:\GRLDR
[operating systems]
C:\GRLDR="Start GRUB"
multi(0)disk(0)rdisk(0)partition(1)\Windows="Your own XP" /fastdetect


Check if the stick will boot.

Then copy grub.exe,grldr and menu.lst to the stick.

Add to menu.lst

CODE
title CIA
find --set-root /grldr
kernel /memdisk
initrd /cia.ima


Copy from Syslinux directory Memdisk,the program "memdisk" (without extention) to the stick.

Hopefully your CIA Commander will startup.

Vieuw also the guide of wimb_2 for usefull info.