On Fri, 2007-02-16 at 17:42 -0500, Joseph S. Rizzari wrote:
> Hello,
> 
> I have 1 full backup of a machine and several incrementals.  I
> performed a restore using BartPE.  Everything seems like it restored,
> I started with a formatted drive and now all the files are there, but
> the machine won't boot.  It just hangs before any OS is loaded.  I'm
> guessing it has something to do with the MBR.  Below is the file set I
> used.  Is there something I am not doing that I should be to get this
> to boot?

If you check through the archives, you'll find that I just went through
this myself.  You probably need to mark your partition as bootable.
>From BartPE, use DiskPart to define the partition(s):
   GO->System->Storage->DiskPart
    > select disk 0
    > create part primary
    > active
    > assign letter=c
    > quit

Since you have already restored your data, you can skip the 
'create part primary' step.

    /dwight
-- 
Dwight N. Tovey
[EMAIL PROTECTED]
Work to Live : Live to Ride : Ride to Work

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to