Integrating AOSS Spyware Doctor

Try looking for help here if you are having problems with the Ultimate Boot CD.

Moderators: Icecube, StopSpazzing

Locked
Message
Author
johnnysmooth
Posts: 8
Joined: Tue Jan 30, 2007 3:42 am

Integrating AOSS Spyware Doctor

#1 Post by johnnysmooth » Wed Feb 07, 2007 11:08 am

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! :)

Victor Chew
Posts: 1368
Joined: Mon Feb 21, 2005 10:59 pm
Contact:

#2 Post by Victor Chew » Wed Feb 07, 2007 10:20 pm

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!

Locked