Message Area
Casually read the BBS message area using an easy to use interface. Messages are categorized exactly like they are on the BBS. You may post new messages or reply to existing messages!

You are not logged in. Login here for full access privileges.

Previous Message | Next Message | Back to [GNG] Gated, Filtered alt.comp.a...  <--  <--- Return to Home Page
   Networked Database  [GNG] Gated, Filtered alt.comp.a...   [500 / 759] RSS
 From   To   Subject   Date/Time 
Message   nospam    All   Re: kaspersky rescue disk   June 1, 2018
 6:07 AM *  

From: Paul <nospam@needed.invalid>

David W. Hodgins wrote:
> On Fri, 01 Jun 2018 12:38:26 -0400, Shadow <Sh@dow.br> wrote:
>>     Yes, they changed it after I last accessed it.
>>     It now points to:
>> https://support.kaspersky.com/14221
>>     And although it says you can boot it from a USB (in system
>> requirements), they don't tell you how to.
>>     The old link to the Rescue2usb utility has been removed.
>>     Sh*tty support ....
>>     []'s
> 
> Found the correct link at https://support.kaspersky.com/viruses/krd2018
> which leads to downloading
> https://rescuedisk.s.kaspersky-labs.com/updat...
> 
> Checking out the iso image, it's a customized isohybrid build of gentoo
> linux, suitable for burning to an optical disc, or copying to a usb
> device.
> 
> To copy such an image to a usb device, this page has links to a few
> programs that can be used. The page is for Mageia linux, but the
> instructions  will work for a Gentoo linux iso image too.
>
https://wiki.mageia.org/en/Dump_Mageia_ISO_on...
ools 
> 
> 
> One important thing to understand, is that the iso image contains it's
> own partition table, so when copying it to a usb flash drive, it has
> to be copied to the drive, not to an existing partition on the drive.
> 
> If the drive currently has any partitions on it, make sure they are not
> mounted.
> 
> Any data currently on the drive, including it's partition table will be
> overwritten.
> 
> Be patient when copying the half gig iso image to the usb drive. It will
> take a while, as they are much slower than a hard drive. Depending on
> the usb drive, and other factors, it may appear to complete quickly,
> even though it's still being written. Give it at least 5 minutes.
> 
> When you reboot the computer, if it ignores the usb stick and tries to
> boot directly to the hard drive reboot it again, and watch for any
> sort of a message such as "Press f7 for setup". Which key needs to be
> pressed will vary depending on the computer's bios. Once in the setup,
> look for any options similarly worded to "boot order", and in that
> section ensure the usb device entry is moved to be before the hard
> drive option, then save the setup changes, and reboot, which should
> then load the recovery system.
> 
> FYI, I'm responding to the article as seen in alt.comp.anti-virus, as
> I'm not subscribed to the pc-homebuilt newsgroup.
> 
> Regards, Dave Hodgins
> 

If it's a Hybrid ISO, you can do it with Windows dd.exe port.

http://www.chrysocome.net/dd

http://www.chrysocome.net/downloads/dd-0.6bet...

Ubuntu was doing something like this too. At one time, they
had USB_Creator_GTK, which prepared some structures on a USB
stick so that a non-Hybrid ISO could be loaded. That worked
well, and I could use the Ubuntu USB_Creator to load a MINT
iso onto a USB stick.

When the Hybrid ISOs started coming out, they changed the
code in USB_Creator, so it's more or less sector-by-sector dd.
Which negated the ability to take older ISO files and
load then onto a USB stick.

If you have a copy of disktype handy (Cygwin, Win10 bash, etc),
you can also check an ISO to see what it contains in terms
of a partition structure.

    http://disktype.sourceforge.net/

    disktype some.iso

And that will hint as to whether a dd.exe transfer will be
sufficient for the job.

And this does look suitable for dd transfer to a USB stick.
There's everything but the kitchen sink in here ("HFSPLUS" ???) :-)

L:\>disktype krd.iso

--- krd.iso
Regular file, size 550.9 MiB (577619968 bytes)
DOS/MBR partition map
Partition 1: 2.813 MiB (2949120 bytes, 5760 sectors from 1122352)
   Type 0xEF (EFI System (FAT))
   FAT12 file system (hints score 5 of 5)
     Volume size 2.796 MiB (2931712 bytes, 2863 clusters of 1 KiB)
GPT partition map, 192 entries
   Disk size 550.9 MiB (577619968 bytes, 1128164 sectors)
   Disk GUID 86543861-366F-174E-B237-9BFFE65ED0FB
Partition 1: 547.7 MiB (574343168 bytes, 1121764 sectors from 588)
   Type Mac HFS+ (GUID 00534648-0000-AA11-AA11-00306543ECAC)
   Partition Name "HFSPLUS"
   Partition GUID 86543861-366F-174E-B236-9BFFE65ED0FB
   HFS Plus file system
     Volume size 547.7 MiB (574343168 bytes, 280441 blocks of 2 KiB)
     Volume name "KRD"
Partition 2: 2.813 MiB (2949120 bytes, 5760 sectors from 1122352)
   Type Basic Data (GUID A2A0D0EB-E5B9-3344-87C0-68B6B72699C7)
   Partition Name "ISOHybrid1"
   Partition GUID 86543861-366F-174E-B235-9BFFE65ED0FB
   FAT12 file system (hints score 5 of 5)
     Volume size 2.796 MiB (2931712 bytes, 2863 clusters of 1 KiB)
Partition 3: unused
ISO9660 file system
   Volume name "KRD"
   Preparer    "XORRISO-1.4.8 2017.09.12.143001, LIBISOBURN-1.4.8,
                LIBISOFS-1.4.8, LIBBURN-1.4.8"
   Data size 550.9 MiB (577619968 bytes, 282041 blocks of 2 KiB)
   El Torito boot record, catalog at 312
     Bootable non-emulated image, starts at 2531, preloads 2 KiB
       Platform 0x00 (x86), System Type 0x00 (Empty)
     Bootable non-emulated image, starts at 280588, preloads 2.813 MiB (2949120
 bytes)
       Platform 0xEF (EFI), System Type 0x00 (Empty)
       FAT12 file system (hints score 5 of 5)
         Volume size 2.796 MiB (2931712 bytes, 2863 clusters of 1 KiB)
   Joliet extension, volume name "KRD"

L:\>

    Paul
--- NewsGate v1.0 gamma 2
 * Origin: News Gate @ Net396 -Huntsville, AL - USA (1:396/4)
  Show ANSI Codes | Hide BBCodes | Show Color Codes | Hide Encoding | Hide HTML Tags | Show Routing
Previous Message | Next Message | Back to [GNG] Gated, Filtered alt.comp.a...  <--  <--- Return to Home Page

VADV-PHP
Execution Time: 0.0849 seconds

If you experience any problems with this website or need help, contact the webmaster.
VADV-PHP Copyright © 2002-2024 Steve Winn, Aspect Technologies. All Rights Reserved.
Virtual Advanced Copyright © 1995-1997 Roland De Graaf.
v2.0.140505

Warning: Unknown: open(c:\Sessions\sess_gjnqafmcohcp6dccn71459fld6, O_RDWR) failed: No such file or directory (2) in Unknown on line 0 Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (c:\Sessions) in Unknown on line 0 PHP Warning: session_start(): open(c:\Sessions\sess_gjnqafmcohcp6dccn71459fld6, O_RDWR) failed: No such file or directory (2) in D:\wc5\http\public\VADV\include\common.inc.php on line 45 PHP Warning: Unknown: open(c:\Sessions\sess_gjnqafmcohcp6dccn71459fld6, O_RDWR) failed: No such file or directory (2) in Unknown on line 0 PHP Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (c:\Sessions) in Unknown on line 0