How would you do this

Discussion in 'Application Software' started by lobo11, Feb 26, 2016.

  1. lobo11

    lobo11 TOMAHAWK CHOP

    Feb 16, 2012
    6,584
    5,362
    210
    If you deleted a partition under boot in msconfig, how would you put it back where partition would boot?

    Don't say backup image
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. MrMagic

    MrMagic MDL Guru

    Feb 13, 2012
    6,015
    4,148
    210
    Backup image
     
  3. Mr.X

    Mr.X MDL Guru

    Jul 14, 2013
    8,575
    15,646
    270
    :trollface::magiccarpet::rave::drummer::party_time::Egypt::sith::clap3:
     
  4. lobo11

    lobo11 TOMAHAWK CHOP

    Feb 16, 2012
    6,584
    5,362
    210
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. lobo11

    lobo11 TOMAHAWK CHOP

    Feb 16, 2012
    6,584
    5,362
    210
    #5 lobo11, Feb 26, 2016
    Last edited: Feb 26, 2016
    (OP)
    I have MiniTool Partition Wizard now, but 20 years ago Norton Ghost was not even out, you really have to be careful with it.:D

    You don't need to recover partition, partition is there, just won't boot.:D

    I think MRX likes to do The Boot Scootin Boogie:D
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. 100

    100 MDL Expert

    May 17, 2011
    1,349
    1,576
    60
    #6 100, Feb 26, 2016
    Last edited by a moderator: Apr 20, 2017
    If I were to post a thread about it I'd start with a title that wasn't total crap.
    Then, if I were to post a screenshot, I'd do one that wasn't a 640x360px JPEG for 317x217px of content.

    And finally, if I wanted to add a boot entry for w:\windows to the boot manager on the current boot partition, I'd run this:
    Code:
    bcdboot.exe w:\windows
    And if my boot manager was on partition s:\, I'd run this:
    Code:
    bcdboot.exe w:\windows /s s:
     
  7. John Sutherland

    John Sutherland MDL Addicted

    Oct 15, 2014
    867
    1,388
    30
    Hello lobo11 - I didn't fully understand the problem until I read post #4. Did you try using diskpart to mark the partition as "active"? Example:

    list disk
    select disk 0 (if zero is the correct disk)
    list partition
    select partition 1 (if that's the partition)
    active
    exit

    Or you could try using Gparted to set a boot flag on the partition; same result as using diskpart.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. JFKI

    JFKI MDL Expert

    Oct 25, 2015
    1,098
    374
    60
    First I would create a disk image of the drive in question using Ghost ( which is on "Hiren's boot DVD 15.2 restored" ).
    Then I would try another utility on the same boot DVD called "Smart Partition Recovery".
    If that did not work I would try yet another recovery utility on the same DVD ( There are about a dozen ) and keep going until I succeeded.
     

    Attached Files:

  9. lobo11

    lobo11 TOMAHAWK CHOP

    Feb 16, 2012
    6,584
    5,362
    210
    Like I said, have not done it in long time and do not plan on it, but it's good to know there may be away to recover, thanks:worthy::worthy:
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  10. JFKI

    JFKI MDL Expert

    Oct 25, 2015
    1,098
    374
    60
    You are welcome...
    But be careful and double check everything before you execute, Forever wiping your data can be just a mouse click away ( which is why I always Ghost first ). ;)