multi Sys rescue Disk????????

Discussion in 'Application Software' started by hjharshraj, Dec 22, 2010.

  1. hjharshraj

    hjharshraj MDL Junior Member

    Sep 7, 2009
    53
    1
    0
    hello friends,

    we find a system rescue disk on internet, i want to know.... is it possible to creat multi system rescue disk from 2 or more system rescue disk.....

    i saw avira rescue disk and eset nod sys rescue disk...i want to make a single boot cd for both

    is it possible

    sorry for my poor english.......:confused:
     
  2. urie

    urie Moderator
    Staff Member

    May 21, 2007
    9,039
    3,388
    300
  3. urie

    urie Moderator
    Staff Member

    May 21, 2007
    9,039
    3,388
    300
  4. FreeStyler

    FreeStyler MDL Guru

    Jun 23, 2007
    3,557
    3,832
    120
    You also can create something like this manually by using Grub4Dos, just alter the menu.lst to include the bootable iso files of your choice. (i hate (semi)branded crap from others)
    Will post a working example later today, as i don't have it with me right now.
     
  5. woebetide

    woebetide MDL Member

    May 28, 2007
    240
    78
    10
    #6 woebetide, Dec 22, 2010
    Last edited by a moderator: Apr 20, 2017
    I also created a Grub4Dos one for my USB stick;)
    Something like:
    Code:
    color yellow/black white/dark-gray
    timeout 30
    default 0
    
    title Acronis
    find --set-root /acronis14.iso
    map /acronis14.iso (hd32)
    map --hook
    root (hd32)
    chainloader (hd32)
    
    title Partition Wizard 52
    map /pw52.iso (hd32)
    map --hook
    chainloader (hd32)
    boot
    
    title Ultimate Boot CD
    find --set-root /ubcd.iso
    map /ubcd.iso (hd32)
    map --hook
    chainloader (hd32)
    
    title Avira Rescue CD
    find --set-root /avira/vmlinuz
    kernel /avira/vmlinuz edd=off vga=ask initrd=/avira/initrd.gz ramdisk_size=133551 root=/dev/ram0 rw console=/dev/vc/4
    initrd /avira/initrd.gz
    
    title BitDefender Rescue CD
    find --set-root /bitdefender.iso
    map /bitdefender.iso (hd32)
    map --hook
    root (hd32)
    chainloader (hd32)
    
    title Kaspersky Rescue Disk 2011
    map (hd0,0)/rescue/rescueusb.iso (0xff) || map --mem (hd0,0)/rescue/rescueusb.iso (0xff)
    map --hook
    chainloader (0xff)
    
    
    title Boot Windows
    find --set-root --ignore-floppies --ignore-cd /bootmgr
    chainloader /bootmgr
    
    title Reboot
    reboot
     
  6. hjharshraj

    hjharshraj MDL Junior Member

    Sep 7, 2009
    53
    1
    0
    Update rescue cd

    thanks to all of you....my friends.

    I download both sardu and bart pe builder....

    and is it possible to update virus defination of rescue cds.....we can update avast BART cd.... can it be done in other rescue cds.