Comodo Rescue Disk in beta

Multiboot USB / DVD Builder with SARDU
In this section is permitted only the English language
Forum rules
In this section is permitted only the English language

Re: Comodo Rescue Disk in beta

Postby cool » August 8th, 2012, 1:32 am

davidecosta wrote:Make this test:

extract with winrar or 7z the folder boot
rename the folder boot in comodo

if you have other antivirus add these lines:


Where does this need to be saved too?
davidecosta wrote:
Code: Select all
label Comodo
   kernel /comodo/bzImage
   append initrd=/comodo/rootfs.gz rw root=/dev/null vga=normal


Let me know if works fine :)


I did extracted the comodo.iso files which were called boot. Then I put the boot file in where the sardu usb drive main stuff is (i.e avg,redobackup,drweb and so on. ). Now I renamed it boot in comodo.

Now my question is which .cfg file do I need to edit the antivirus.cfg under the sardu folder or the extra.cfg under the extra folder and or the iso_extra.cfg under the iso-extra folder.

Or do I have to create .cfg file in the boot in comodo folder.

The only way I was able to get this to work was under iso_extra grub only. Where it takes the iso file and put it in the iso_extra folder. But I have noticed that the comodo iso boots slower than the other ones that are part of the sardu build.

I also made folder called comodo and put the iso in their and link it in with the antivirus.cfg. But what is says is begin pxe scan start cmain and lunch grub and just stays their.

Thanks,
cool
 
Posts: 5
Joined: August 3rd, 2012, 9:30 pm

Re: Comodo Rescue Disk in beta

Postby davidecosta » August 8th, 2012, 8:28 am

Do you have the file \extr\extra.cfg ?
If no --> Menu File ---> Enable extra

Edit the file with notepad :)
User avatar
davidecosta
 
Posts: 2544
Joined: January 9th, 2011, 12:44 pm
Location: Sardinia

Re: Comodo Rescue Disk in beta

Postby cool » August 8th, 2012, 8:57 am

davidecosta wrote:Do you have the file \extr\extra.cfg ?
If no --> Menu File ---> Enable extra

Edit the file with notepad :)


Yes, I do have extra folder with extra.cfg.
I have then saved the boot in comodo folder into the extra folder then edit the extra.cfg. Then I tried to make usb and the option for extra menu does not show up?
I do have the iso_extra as a menu option though.

Thanks,
cool
 
Posts: 5
Joined: August 3rd, 2012, 9:30 pm

Re: Comodo Rescue Disk in beta

Postby davidecosta » August 8th, 2012, 9:10 am

Usb --> Update only SARDU's menu and at boot you can see the menu named extra
User avatar
davidecosta
 
Posts: 2544
Joined: January 9th, 2011, 12:44 pm
Location: Sardinia

Re: Comodo Rescue Disk in beta

Postby cool » August 8th, 2012, 10:23 am

davidecosta wrote:Usb --> Update only SARDU's menu and at boot you can see the menu named extra

The extra menu shows up now.

Now I am having this problem not able to boot up the image/iso extrated.
Code: Select all
##This does not boot up at all.
label Comodo
   kernel /comodo/bzImage
   append initrd=/comodo/rootfs.gz rw root=/dev/null vga=normal

##This way does show up. But with error messages.
label Comodo
   kernel /boot in comodo/bzImage
   append initrd=/boot in comodo/rootfs.gz rw root=/dev/null vga=normal


This does not boot up until I edit the kernel and append /boot in comodo/...

But when it does boot up it has an error message saying invaild or corrupt kernel image boot:

The other way /comodo/... will not boot up. I can go to the sardu menu that is labeled Comodo but nothing happens when I hit enter on it.

Do I need to change the kernal image or something?

Thanks,
cool
 
Posts: 5
Joined: August 3rd, 2012, 9:30 pm

Re: Comodo Rescue Disk in beta

Postby davidecosta » August 8th, 2012, 10:31 am

Do you have one folder named comodo?
In the folder comodo do you have the file bzImage and the file rootfs.gz? If no read my thirst reply
User avatar
davidecosta
 
Posts: 2544
Joined: January 9th, 2011, 12:44 pm
Location: Sardinia

Re: Comodo Rescue Disk in beta

Postby cool » August 8th, 2012, 8:03 pm

davidecosta wrote:Do you have one folder named comodo?
In the folder comodo do you have the file bzImage and the file rootfs.gz? If no read my thirst reply


I do not have a file called comodo any more. I started over with extracting comodo iso. The only thing I extracted was boot folder which had two files, bzimage and rootfs.gz and some other things too. I renamed the boot file to boot in comodo and then edited the extra.cfg. It still does not boot up.

This is the file structure that I have from your first post.
sardu the usb drive then the file extra-->boot in comodo-->extra.cfg-->grdlr-->menu.lst.

Here is the edited extra.cfg.
Code: Select all
#   Don't change or delete the following lines
#File creato da Shardana Antivirus Rescue Disk Utility 'SARDU'
default vesamenu.c32
prompt 0
menu title     Shardana Antivirus Rescue Disk Utility
MENU SEPARATOR
menu background sardu.jpg
MENU TABMSG  http://www.sarducd.it
menu color hotsel 30;47      #40000000 #20ffffff
menu color sel 30;47      #40000000 #20ffffff
menu color scrollbar 30;47      #40000000 #20ffffff
menu color help      37;40      #c0ffffff #00000000 std
MENU WIDTH 74
MENU MARGIN 15
#MENU PASSWORDMARGIN 3
MENU ROWS 15
MENU TABMSGROW -10
MENU CMDLINEROW 23
MENU ENDROW -1
#MENU PASSWORDROW 11
MENU TIMEOUTROW -8
#
LABEL -
MENU LABEL Extra:
MENU DISABLE
#   Don't change or delete the above lines
#examples here: http://members.chello.at/bobby100/ILpart1.htm
#-----> ENTER YOUR CODE AFTER THIS LINE    don't leave blank lines <-------
#
#-> EDIT HERE <-
#boot torna indietro
label <==Back
kernel vesamenu.c32
    APPEND /syslinux.cfg
#
    label Comodo
       kernel /boot in comodo/bzImage
       append initrd=/boot in comodo/rootfs.gz rw root=/dev/null vga=normal
#-> EDIT HERE <-
#
#   Don't change or delete the following lines
#
#boot torna indietro
label <==Back
kernel vesamenu.c32
    APPEND /syslinux.cfg
#
#   Don't change or delete the above lines


Thanks,
cool
 
Posts: 5
Joined: August 3rd, 2012, 9:30 pm

Re: Comodo Rescue Disk in beta

Postby davidecosta » August 8th, 2012, 9:13 pm

davidecosta wrote:Make this test:

extract with winrar or 7z the folder boot
rename the folder boot in comodo

this code in extra.cfg
Code: Select all
label Comodo
   kernel /comodo/bzImage
   append initrd=/comodo/rootfs.gz rw root=/dev/null vga=normal





I cann't explain it better
User avatar
davidecosta
 
Posts: 2544
Joined: January 9th, 2011, 12:44 pm
Location: Sardinia

Previous

Return to English Forum

Who is online

Users browsing this forum: Bing [Bot]

cron