Page 1 of 1

Integrating AOSS Spyware Doctor

Posted: Wed Feb 07, 2007 11:08 am
by johnnysmooth
Hi there,

I've been wanting to integrate AOSS Spyware Doctor (OS independent rootkit scanner) into ubcd but have encountered a problem. When I extract the files from the image SD appears to use ISOLINUX.

However, I try to use the isolinux parameter in the .scn file in ubcd but the program never loads - it seems to only get as far as unpacking the image and then crashes.

Do I need to change the cdshell.ini file or is it just a case specifying the right parameters?

Any help would be much appreciated! :)

Posted: Wed Feb 07, 2007 10:20 pm
by Victor Chew
Nice app. I integrated it into UBCD V3.4 without any issues. Here's what I did.

1) Extract the files STAGE1 and STAGE2 from the AOSS ISO image.

2) Move them to the "custom" subdirectory under UBCD (create one if it does not exist).

3) Rename STAGE1 to "aoss".

4) Rename STAGE2 to "aoss.gz".

5) Add two lines to cds\boot\menus\custom.scn:

Code: Select all

...
[F1] Alternate Operating System Scan
...
if ($lastKey == key[f1]); then isolinux /custom/aoss initrd=/custom/aoss.gz root=/dev/ram0 rw init=/sbin/init vga=0x315 video=vesafb:invers splash=silent cdboot=1 LANG=en_US
6) Make the UBCD ISO image.

That's it!