『楼 主』:
u盘用grub4dos启动瑞星杀毒软件
使用 LLM 解释/回答一下
1. 把瑞星2008光盘杀毒软件ravlinux.iso解压到u盘。
2. 删除boot\isolinux\下的boot.cat,boot.msg,f2,isolinux.bin,isolinux.cfg。
3. 在menu.lst中加入:
title 启动瑞星DOS杀毒2008
find --set-root /grubhere.id
kernel /boot/isolinux/vmlinuz lang=us ramdisk_size=100000 init=/etc/init apm=power-off pnpbios=off vga=0x314 nomce quiet boot_image=rising
initrd /boot/isolinux/ravroot.gz
注:grubhere.id是根目录下的空文件,目的是确定根目录,避免判断u盘盘符是‘a:’还是‘c:’。
至此瑞星杀毒软件已能在u盘正确使用。为了更新瑞星杀毒软件版本,可以在u盘当前分区根目录,或者在u盘其他分区根目录,或者在另一u盘的根目录建立文件rising.ini,写入:
UpdatePath=/rav/Def
并且建立目录/rav/Def,把硬盘上瑞星杀毒软件def目录下的文件都复制到目录/rav/Def下。
Last edited by yaya on 2008-7-30 at 02:38 PM ]
1. Extract the Rising Antivirus 2008 CD antivirus software ravlinux.iso to the USB flash drive.
2. Delete boot\isolinux\boot.cat, boot.msg, f2, isolinux.bin, isolinux.cfg.
3. Add in menu.lst:
title Boot Rising DOS Antivirus 2008
find --set-root /grubhere.id
kernel /boot/isolinux/vmlinuz lang=us ramdisk_size=100000 init=/etc/init apm=power-off pnpbios=off vga=0x314 nomce quiet boot_image=rising
initrd /boot/isolinux/ravroot.gz
Note: grubhere.id is an empty file in the root directory, the purpose is to determine the root directory and avoid judging whether the USB flash drive drive letter is 'a:' or 'c:'.
So far, the Rising Antivirus software can be used correctly on the USB flash drive. To update the Rising Antivirus software version, you can create a file rising.ini in the current partition root directory of the USB flash drive, or in the root directory of other partitions of the USB flash drive, or in the root directory of another USB flash drive, and write:
UpdatePath=/rav/Def
And create the directory /rav/Def, and copy all the files in the def directory of the Rising Antivirus software on the hard disk to the directory /rav/Def.
Last edited by yaya on 2008-7-30 at 02:38 PM ]
|