3 Pages V   1 2 3 >  
Reply to this topic
 How to create USB boot Kaspersky Rescue Disk with Grub4dos
post Jul 12 2009, 11:13 AM
Post #1
Lng khch
  
Group: Members

  Joined: 12-July 09
Posts: 5
Thank(s): 0


Vietnam


Hello every body!
From Kaspersky ver. 2010, it create Kaspersky Rescue Disk in Linux OS.
Anybody tutor me create a USB boot? The link to download .iso file:
http://195.222.17.41/devbuilds/RescueDisk/...rescue_2008.iso
Thanks a lot for help!
Sorry for my English!!!


+Quote Post
post Jul 12 2009, 11:42 AM
Post #2
was_jaclaz
Finder   ******
Group: Advanced user

  Joined: 14-July 06 From: Gone in the mist

Posts: 7,230
Thank(s): 564


Italy


Post a Dir of the .iso.

I.e.:
CODE
DIR D: /S >C:\Kaspersky.dir

(assuming D: is the CD ROM drive or the drive letter to which you have mounted the .iso)
Zip the resulting file and attach it to your next post.

jaclaz


--------------------
1 user(s) said "Thank you!" to jaclaz for this fantastic post:
Lng khch
+Quote Post
post Jul 12 2009, 12:24 PM
Post #3
Icecube
Silver Member   ****
Group: Advanced user

  Joined: 7-September 08
Posts: 641
Thank(s): 172


Belgium


Extract the iso with 7zip to the root of your USB thumb drive.
Install grub4dos (see grub4dos tutorial).

Put this in your menu.lst file:
CODE
title Kaspersky Rescue Disk: default
kernel /isolinux/rescue root=/dev/ram0 init=/linuxrc looptype=squashfs loop=/image.squashfs cdroot quiet noapic
initrd /isolinux/rescue.igz

title Kaspersky Rescue Disk: safe
kernel /isolinux/rescue root=/dev/ram0 init=/linuxrc looptype=squashfs loop=/image.squashfs cdroot nox trace noapic
initrd /isolinux/rescue.igz

title Kaspersky Rescue Disk: trace
kernel /isolinux/rescue root=/dev/ram0 init=/linuxrc looptype=squashfs loop=/image.squashfs cdroot quiet trace noapic
initrd /isolinux/rescue.igz

title Kaspersky Rescue Disk: text
kernel /isolinux/rescue root=/dev/ram0 init=/linuxrc looptype=squashfs loop=/image.squashfs cdroot console=tty2 console=ttyS2,115200 softlevel=iamt nox kavshell trace noapic
initrd /isolinux/rescue.igz


--------------------
1 user(s) said "Thank you!" to Icecube for this fantastic post:
Lng khch
+Quote Post
post Jul 27 2009, 05:12 AM
Post #4
Neel
Member   **
Group: Members

  Joined: 14-February 09
Posts: 53
Thank(s): 1


India


found the following by google
tested and working for me

CODE
title 2. Kaspersky Rescue-CD
kernel /KAV2009_JUL_13/isolinux/rescue subdir=/KAV2009_JUL_13 setkmap=us scandelay=5 root=/dev/ram0 init=/linuxrc looptype=squashfs loop=/KAV2009_JUL_13/image.squashfs cdroot
initrd  /KAV2009_JUL_13/isolinux/rescue.igz


ps: thanks to the original post
+Quote Post
post Aug 5 2009, 01:31 PM
Post #5
Lng khch
  
Group: Members

  Joined: 12-July 09
Posts: 5
Thank(s): 0


Vietnam


QUOTE (Icecube @ Jul 12 2009, 12:24 PM) *
Extract the iso with 7zip to the root of your USB thumb drive.
Install grub4dos (see grub4dos tutorial).

Put this in your menu.lst file:
CODE
title Kaspersky Rescue Disk: default
kernel /isolinux/rescue root=/dev/ram0 init=/linuxrc looptype=squashfs loop=/image.squashfs cdroot quiet noapic
initrd /isolinux/rescue.igz

title Kaspersky Rescue Disk: safe
kernel /isolinux/rescue root=/dev/ram0 init=/linuxrc looptype=squashfs loop=/image.squashfs cdroot nox trace noapic
initrd /isolinux/rescue.igz

title Kaspersky Rescue Disk: trace
kernel /isolinux/rescue root=/dev/ram0 init=/linuxrc looptype=squashfs loop=/image.squashfs cdroot quiet trace noapic
initrd /isolinux/rescue.igz

title Kaspersky Rescue Disk: text
kernel /isolinux/rescue root=/dev/ram0 init=/linuxrc looptype=squashfs loop=/image.squashfs cdroot console=tty2 console=ttyS2,115200 softlevel=iamt nox kavshell trace noapic
initrd /isolinux/rescue.igz


Thank you very much.
And today, I want to ask you guide me how to create a USB boot with Avast! Bart PE USB? Here is was the link to download:
which was REMOVED by jaclaz

Thanks!
+Quote Post
post Aug 5 2009, 01:38 PM
Post #6
was_jaclaz
Finder   ******
Group: Advanced user

  Joined: 14-July 06 From: Gone in the mist

Posts: 7,230
Thank(s): 564


Italy


Lng khch

Be VERY, VERY aware of Rule #1:
http://www.boot-land.net/forums/index.php?act=boardrules

NO links to un-redistributable files.

jaclaz


--------------------
1 user(s) said "Thank you!" to jaclaz for this fantastic post:
Lng khch
+Quote Post
post Aug 5 2009, 02:27 PM
Post #7
Lng khch
  
Group: Members

  Joined: 12-July 09
Posts: 5
Thank(s): 0


Vietnam


QUOTE (jaclaz @ Aug 5 2009, 02:38 PM) *
Lng khch

Be VERY, VERY aware of Rule #1:
http://www.boot-land.net/forums/index.php?act=boardrules

NO links to un-redistributable files.

jaclaz

Sr, tks for your reminder!
But can you guide me how to create a USB boot with Avast! Bart PE USB?
+Quote Post
post Aug 25 2009, 01:02 AM
Post #8
Patch
  
Group: Members

  Joined: 25-August 09
Posts: 2
Thank(s): 0


United States


I've been trying to get Kaspersky Rrescue to boot on a usb drive via grub4dos using these instructions. I have VistaPE, Active-disk and parted magic working on the same usb drive so far. I extracted the ISO to the /images/KRD directory as instructed:

Attached Image


I modified the menu.lst here:

title Kaspersky Rescue-CD:default
kernel /images/KRD/isolinux/rescue subdir=/images/KRD setkmap=us scandelay=5 root=/dev/ram0 init=/linuxrc looptype=squashfs loop=/images/KRD/image.squashfs cdroot
initrd /images/KRD/isolinux/rescue.igz


When grub boots isolinux, it fails because it cannot find the CD-ROM. Do I have to modify the linux config to not look for the CD-ROM? Not sure why it works for others but not on my USB drive. I have tried another drive. What am I missing? TIA.

Contrails


+Quote Post
post Oct 27 2009, 03:59 PM
Post #9
GeorgeIoak
  
Group: Members

  Joined: 23-October 09
Posts: 5
Thank(s): 0


United States


Did you ever get your KRD CD ISO to work when booting from USB w/ Grub4DOS? I have tried just about every combination and no matter what I do the kernel continues to report that "Media not found. Looking for the cdrom". It then tries all the devices (/dev/sda1 ...) and finally gives up reporting that "Could not find CD to boot, something else needed! The last thing that it reports is:

Determining root device ...
Could not find the root block device in .

I'm using a USB stick formatted with NTFS and a single partition. I've tried both 0xFF and hd32. I've tried extracting the ISO into a folder as well as directly mounting the ISO with the image.squashfs file copied into the root of the USB.

Although I've tried many combinations here is my latest menu.lst

CODE
title Kaspersky Rescue CD Test
find --set-root /images/kav_rescue_2008.iso
map /images/kav_rescue_2008.iso (hd32) || map --mem /images/kav_rescue_2008.iso (hd32)
map --hook
root (hd32)
chainloader (hd32)


And here's a couple of attempts that also did NOT work:

CODE
# title Kaspersky Rescue Disk: default
# kernel /Kaspersky/isolinux/rescue root=/dev/ram0 init=/linuxrc looptype=squashfs loop=/image.squashfs cdroot quiet noapic
# initrd /Kaspersky/isolinux/rescue.igz

title Kaspersky Rescue-CD
find --set-root  /Kaspersky/isolinux/rescue.igz
kernel /Kaspersky/isolinux/rescue subdir=/Kaspersky setkmap=us scandelay=5 root=/dev/ram0 init=/linuxrc looptype=squashfs loop=/Kaspersky/image.squashfs cdroot
initrd /Kaspersky/isolinux/rescue.igz


Hopefully someone out there can find a reason why I'm not having any luck!

Thanks!
George
+Quote Post
post Oct 27 2009, 04:11 PM
Post #10
was_jaclaz
Finder   ******
Group: Advanced user

  Joined: 14-July 06 From: Gone in the mist

Posts: 7,230
Thank(s): 564


Italy


See if any of these help:
http://www.boot-land.net/forums/index.php?...=9391&st=10
http://www.boot-land.net/forums/index.php?...ic=9354&hl=

AND try with FAT/FAT32.

jaclaz


--------------------
+Quote Post

3 Pages V   1 2 3 >
Reply to this topic
3 User(s) are reading this topic ()



Collapse

  Topic Replies Topic Starter Views Last Action
No New Posts Boot Land Stats, August
4 Nuno Brito 155 Yesterday, 02:07 PM
Last post by: NFX
No New Posts Grub4dos iso Size Limit?
1 sara - pmedia 106 Yesterday, 08:31 AM
Last post by: Wonko the Sane
No New Posts boot full ubuntu from grub4dos
3 sara - pmedia 146 Yesterday, 08:12 AM
Last post by: Wonko the Sane
No New Posts KasperskyVirusRemovalTool
9 Lancelot 1,566 30th August 2010 - 07:00 PM
Last post by: Rui Paz
No New Posts HOW TO Integrate Fedora 13 Into a Sardu + G4D Multiboot USB
HOW TO
4 fms 237 29th August 2010 - 03:51 PM
Last post by: Wonko the Sane