on the Antivirus Menu Sardu 2.0.6.5
i downloaded the Anvi Rescue CD, after making the usb flash drive i notice that Anvi Rescue CD would not boot.
I kepted getting:
Boot: prompt with black screen
checking the "antivirus.cfg" file, I found that the menu was loading:
#boot di AnviRescueCD
label Boot from AnviRescueCD
menu label Boot from Anvi Rescue CD
MENU INDENT 1
kernel vesamenu.c32
append /CDlinux/boot/anvi.cfg
"ANVI.CFG" this file is not on the CD image.
this file may have been on the older version which i was unable to download.
after reading i found that it uses Grub.cfg file which select the lanuage you want to use.
but just using the grub.cfg in place of the anvi.cfg still didn't work.
reading the grub.cfg i found a solution,
Here is what i came up with:
change the above menu entry to:
#boot di AnviRescueCD
label Boot from AnviRescueCD
menu label Boot from Anvi Rescue CD
MENU INDENT 1
linux /CDlinux/bzImage quiet CDL_LANG=en_CA.UTF-8 vga=788
initrd /CDlinux/initrd
#
This is working great.