HP Windows 8 Recovery

Discussion in 'Windows 8' started by itsbighead, Sep 17, 2014.

  1. itsbighead

    itsbighead MDL Novice

    Jan 16, 2014
    28
    0
    0
    #1 itsbighead, Sep 17, 2014
    Last edited: Sep 17, 2014
    Hi All
    I recently acquired some HP Recovery Discs for my HP Pavilion 14 Sleekbook. What i did was i copied and merged the contents of each disc onto a 32GB USB Drive.

    The problem is when i try and boot from the USB drive it keeps giving me

    Recovery

    Your PC needs to be repaired

    A required device isn't connected or can't be accessed.

    Error code: 0xc000000f

    Ive tried booting the USB with Legacy Enabled and Secure Boot enabled but they both give me the same problem. The USB is formatted as FAT32 and i have tried setting the partition as active but still no luck.

    Does anyone have any idea on how i can get it to work? I really dont want to spend money buying a external power adapter for my SATA DVD Drive.
     
  2. coleoptere2007

    coleoptere2007 MDL Guru

    Apr 8, 2008
    3,311
    1,938
    120
    Restore the MBR :cool:
     
  3. itsbighead

    itsbighead MDL Novice

    Jan 16, 2014
    28
    0
    0
    stupid question

    how do i do that?

    do i restore the MBR for the USB drive or the HDD in the laptop? Because the HDD in the laptop is formatted as GPT
     
  4. endbase

    endbase MDL Guru

    Aug 12, 2012
    4,673
    1,710
    150
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. HALIKUS

    HALIKUS MDL Addicted

    Jul 29, 2009
    526
    371
    30
    You would only need to fix the mbr if it doesn't have a bootsector or doesn't boot. You have a bootsector, its loading the BCD, and is presenting you with a BCD error.

    I believe you are missing USB:\boot\boot.sdi or it has an improper reference to its location in the bcd. If it is there, you should should try to boot a single disk before merging them. Recovery disks may have non-standard locations for boot files.
     
  6. itsbighead

    itsbighead MDL Novice

    Jan 16, 2014
    28
    0
    0
    any ideas on how i can get the multiboot dvd to work on a USB?
     
  7. HALIKUS

    HALIKUS MDL Addicted

    Jul 29, 2009
    526
    371
    30
  8. kbman

    kbman MDL Novice

    Dec 24, 2012
    44
    11
    0
    When you disabled secure boot did you change boot mode from uefi to csm mode?
     
  9. murphy78

    murphy78 MDL DISM Enthusiast

    Nov 18, 2012
    7,389
    11,614
    240
    #11 murphy78, Sep 19, 2014
    Last edited by a moderator: Apr 20, 2017
  10. itsbighead

    itsbighead MDL Novice

    Jan 16, 2014
    28
    0
    0
    #12 itsbighead, Sep 19, 2014
    Last edited by a moderator: Apr 20, 2017
    (OP)
    Ok will try it now

    whats the difference between that command and this
    imagex /ref install*.swm /check /export install.swm * install.wim

    i get Error 87: The export image option is unknown?
     
  11. Snuffy

    Snuffy MDL Expert

    Jan 7, 2008
    1,262
    626
    60
    #13 Snuffy, Sep 19, 2014
    Last edited by a moderator: Apr 20, 2017
    I learned a long time ago, When Murphy78 give "code" 99.99% of the time it works... I use mostly his code to do all mine,
    USB Recovery Images to (modify)

    also Murphy78 way is easier and faster than this:
    Code:
    imagex /ref D:\wim\splitmerge\output2\install*.swm /check /e
    xport d:\wim\splitmerge\output2\install.swm 1 d:\wim\splitmerge\output3\install.
    wim "splitmerge" /COMPRESS maximum  
    I had 6 .swm to merge.... so it took a lot longer and yet Murphy78 was/is faster