Setting up another HD for recovery

Discussion in 'backup, imaging & disk mgmt' started by djg05, Aug 7, 2011.

Thread Status:
Not open for further replies.
  1. djg05

    djg05 Registered Member

    Joined:
    Apr 6, 2005
    Posts:
    1,565
    I have Active @ Image and am wondering if it is possible to install the WinPE boot disk onto another HD and select that at boot up rather than rely on the CD to boot.

    Should mention that this would be from a USB drive

    Thanks
     
  2. timcan

    timcan Registered Member

    Joined:
    Dec 15, 2005
    Posts:
    213
    Location:
    USA
    Hi, here is a tip from member Brian K. https://www.wilderssecurity.com/showthread.php?t=302019

    I use a very similar setup for Active@ except I don't use Bootit that Brian refers to.I use the pc's ESC button to access the boot menu and then choose which device to boot from.Hope that helps, Tim
     
  3. Brian K

    Brian K Imaging Specialist

    Joined:
    Jan 28, 2005
    Posts:
    12,175
    Location:
    NSW, Australia
    David,

    Sure. One of my USB external HDs is setup like that. A 250 MB partition (set active) containing the WinPE and another partition containing the backup images. It's easy to boot from the USB HD and restore (or create) an image. No CD needed.
     
  4. Brian K

    Brian K Imaging Specialist

    Joined:
    Jan 28, 2005
    Posts:
    12,175
    Location:
    NSW, Australia
    Hi timcan,

    You beat me by a minute. If the WinPE is on a USB external HD then BootIt isn't needed. Just boot the external HD the same way you would boot a USB flash drive.
     
  5. timcan

    timcan Registered Member

    Joined:
    Dec 15, 2005
    Posts:
    213
    Location:
    USA

    Brian, actually I use active@ winpe on a second internal drive and don't have any issues booting usind the ESC button to access the menu.
     
  6. Brian K

    Brian K Imaging Specialist

    Joined:
    Jan 28, 2005
    Posts:
    12,175
    Location:
    NSW, Australia
    You can automate image restores from the USB HD (if you like) and Active@ Boot Disk lets you run auto scripts on startup. One problem with WinPE on a USB drive is you don't know what drive letter will be assigned to the drive. Plug it into another computer and it will probably have a different drive letter. As the restore script must know the correct drive letter you can use this in the startup script...

    Code:
    @echo off
    set target=junk
    For %%A in (C D E F G H I J K L M N O P Q R S T U V W X Y Z) do (
    if exist %%A:\%target% set drive=%%A: & goto :finish
    )
    :finish
    echo.
    %drive%
    cd yourfolder
    start app.cmd
     
  7. Brian K

    Brian K Imaging Specialist

    Joined:
    Jan 28, 2005
    Posts:
    12,175
    Location:
    NSW, Australia
    timcan,

    Nice. We differ as all my OS are on HD0 so I need a boot manager. I use HD1 as a backup drive.
     
Thread Status:
Not open for further replies.
  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.