Go Back   Notebook Forums and Laptop Discussion > Notebook Manufacturers > HP, Compaq and Voodoo PC

HP, Compaq and Voodoo PC HP offers an array of notebooks to consumers under the Pavilion line, business notebooks under Compaq and gaming notebooks via Voodoo PC.

Welcome to NotebookReview.com! Have a Laptop related question?

Register and ask it here in the forums and remove this ad

Are you looking for a Lenovo laptop or special offers? Check out our Why Buy Lenovo? page

Reply
 
Thread Tools
Old 04-08-2008, 11:12 PM   #1
orev
Notebook Virtuoso
 
Join Date: Apr 2007
Posts: 2,480
Rep Power: 16 orev is a name known to allorev is a name known to allorev is a name known to allorev is a name known to allorev is a name known to allorev is a name known to all
Default Accessing HP Recovery Disc Files: solved

Many of you have had questions about how, if anything, you can access the files on the HP recovery discs, without having to go through a full recovery. Maybe you did a clean install and want to get some software you forgot to backup, or something else like that. Well, here it is:

Before you start, please know that this is really for ADVANCED USERS ONLY, and frankly, it's kind of a pain.

Right now you can explore the folders and copy files out of the image, and that's about it. If you're looking to be able to do a clean install using this method, it might work in a limited way and you'll have to do a LOT of modifications to the image. I have not looked into this yet, but I bet someone can figure it out.

OK, so here's how:
  1. Download and install the free, but HUGE Windows Automated Installation Kit (All you really need is the 'imagex' utility and WIM driver, which is about 14MB, but it only comes as part of this 1GB download)
  2. Install the WAIK
  3. Install the WIM driver:
    1. Go to "C:\Program Files\Windows AIK\Tools"
    2. Open the folder that matches the architecture of the OS you're running
      • 32-bit = x86
      • 64-bit = amd64
    3. Right-click on the "wimfltr.inf" file and select "Install"
    4. Reboot
  4. Add the WIM tools folder to your PATH:
    1. Right-click on "Computer", then "Properties"
    2. Click on "Advanced system settings" in the left-hand pane
    3. Select the "Advanced" tab, then press the button [Environment Variables...]
    4. Under the "User variables for {username}", click on "PATH", then the [Edit] button
    5. In the "Value" box, go to the end of the line (DO NOT DELETE ANYTHING THAT'S ALREADY THERE!) and add to the end of the line:
        ;C:\Program Files\Windows AIK\Tools\x86
      Make SURE to include the semi-colon, and replace "x86" with "amd64" if you are using 64-bit Vista.
    6. Press [OK], [OK], [OK]
  5. Insert each recovery DVD and go into the "preload" folder where you will find a bunch of "BASE#.WIM" files, where # is a number. Copy all of these files into a folder on your hard drive (also get the "BASE.WIM" file). Do this for each of the discs.
  6. Open the "Command Prompt" as Administrator and "cd" into the folder where you copied the "BASE*.WIM" files.
  7. Run the "imagex command to export the split WIM files into one big file:
    imagex /export /ref *.wim base.wim 1 exported.wim "exported"
  8. Wait
  9. Make a directory that will be used to mount the image:
    mkdir exported
  10. Mount the image:
    imagex /mount exported.wim 1 exported
  11. Now you can open the "exported" folder and explore all the files inside!
__________________
Activation Backup and Restore (ABR) | Clean Vista Install | Screen DPI | RAM Testing w/ Memtest86+ | Where's my disk space? | Cleaning Free Space | Whole Disk Encryption w/ TrueCrypt 5 | Accessing HP Recovery Disc Files

HP dv9500t: T7300, 4GB RAM, 1680x1050, 383MB GeForce 8400GS, 320GB Disk, WiFi 4965AGN, Bluetooth, Fingerprint Reader, Webcam, Vista Ultimate 64bit SP1
orev is offline   Reply With Quote
Old 05-25-2008, 11:02 PM   #2
satyre
Notebook Enthusiast
 
Join Date: May 2008
Posts: 12
Rep Power: 4 satyre is an unknown quantity at this point
Default Re: Accessing HP Recovery Disc Files: solved

Hi Orev:

I have been trying to do this for awhile. Looks like in the step #4, sub#4
" Under the "User variables for {username}", click on "PATH",.."

There is no PATH entry, but I see PATH entry under "system variables.."
So, I inserted this " ;C:\Program Files\Windows AIK\Tools\x86 " under that entry to find what is going to happen.

However at the step #5, " ...go into the "preload" folder .."

I don't see any folder named "preload" in the recovery DVD.

I am using my Sony recovery disk.

I am using a PC with Vista Ultimate SP1 to do this procedure.

Any suggestion?
satyre is offline   Reply With Quote
Old 05-25-2008, 11:54 PM   #3
andyasselin
Notebook Deity
 
Join Date: Jun 2006
Location: Courtenay
Posts: 1,681
Rep Power: 15 andyasselin has a spectacular aura aboutandyasselin has a spectacular aura about
Default Re: Accessing HP Recovery Disc Files: solved

Here something that goies good with this gui from imagex

http://www.autoitscript.com/gimagex/


also am pretty sure when you install waik you do not need to install imagex fliter manual
__________________
New Aspire one Sub Notebook
New Ibm X61T 776295U
Sold Acer Aspire 5672
andyasselin is offline   Reply With Quote
Old 05-26-2008, 11:23 AM   #4
orev
Notebook Virtuoso
 
Join Date: Apr 2007
Posts: 2,480
Rep Power: 16 orev is a name known to allorev is a name known to allorev is a name known to allorev is a name known to allorev is a name known to allorev is a name known to all
Default Re: Accessing HP Recovery Disc Files: solved

Quote:
Originally Posted by satyre View Post
Hi Orev:

I have been trying to do this for awhile. Looks like in the step #4, sub#4
" Under the "User variables for {username}", click on "PATH",.."

There is no PATH entry, but I see PATH entry under "system variables.."
So, I inserted this " ;C:\Program Files\Windows AIK\Tools\x86 " under that entry to find what is going to happen.

However at the step #5, " ...go into the "preload" folder .."

I don't see any folder named "preload" in the recovery DVD.

I am using my Sony recovery disk.

I am using a PC with Vista Ultimate SP1 to do this procedure.

Any suggestion?

For the PATH issue, it does not matter. You can do it systemwide or you can do it per user. You can make a new variable if it doesn't exist under USER, or just put it in SYSTEM.

As for the "preload", you'll have to find that yourself. It may not be called "preload". You have to look around on the disc for some really big files, probably ending in .WIM, or maybe .MOD files, according to post #4 in this thread. This procedure is very vendor specific, so you'll need to get creative to adapt it for you.

Quote:
Originally Posted by andyasselin View Post
Here something that goies good with this gui from imagex

http://www.autoitscript.com/gimagex/


also am pretty sure when you install waik you do not need to install imagex fliter manual
Great find!
__________________
Activation Backup and Restore (ABR) | Clean Vista Install | Screen DPI | RAM Testing w/ Memtest86+ | Where's my disk space? | Cleaning Free Space | Whole Disk Encryption w/ TrueCrypt 5 | Accessing HP Recovery Disc Files

HP dv9500t: T7300, 4GB RAM, 1680x1050, 383MB GeForce 8400GS, 320GB Disk, WiFi 4965AGN, Bluetooth, Fingerprint Reader, Webcam, Vista Ultimate 64bit SP1
orev is offline   Reply With Quote
Old 05-26-2008, 02:23 PM   #5
satyre
Notebook Enthusiast
 
Join Date: May 2008
Posts: 12
Rep Power: 4 satyre is an unknown quantity at this point
Default Re: Accessing HP Recovery Disc Files: solved

I found several files *.MOD and two .WOM files that is BOOT.WIM and P1.WIM.

Everything went smooth, but in the out put folder there is no software that I am looking for though it is listed in *.MOD files.

Where went wrong, I have no idea.

I used this command for MOD files.

imagex /export /ref *.mod boot.wim 1 exported.wim "exported"

It created the exported.wm file
Then used this command

imagex /mount exported.wim 1 exported

Opened the folder, it has only the basic windows files but no softwares...

What is that P1.wim ? I tried with P1.wim instead of Boot.wim again, but no software files in the ouput.
satyre is offline   Reply With Quote
Old 05-26-2008, 04:33 PM   #6
v3loc1ty2.0
Multi_Booting_Master
 
v3loc1ty2.0's Avatar
 
Join Date: Aug 2007
Location: Imaginary Land
Posts: 1,495
Rep Power: 11 v3loc1ty2.0 is just really nicev3loc1ty2.0 is just really nicev3loc1ty2.0 is just really nicev3loc1ty2.0 is just really nicev3loc1ty2.0 is just really nice
Default Re: Accessing HP Recovery Disc Files: solved

thanks for the great tip orev!!!
__________________
HP Pavilion dv7-2040us | Windows 7 Ultimate x64 | Intel Core 2 Quad Q9000 | 4GB RAM | 1GB ATI Radeon 4650 <---recieved 8/20/09
HP Pavilion dv9543cl Notebook | Windows 7 RC1 | Vista Ultimate | XP Pro MCE | Ubuntu 9.04 | <---Deceased (Replaced by HP under warranty with dv7 above)


Working Legal Windows 7 Download Links (Nice Try, but you still need a key!)
The HP Laptop Out-Of-The-Box Guide 2.0 for Windows 7
v3loc1ty2.0 is offline   Reply With Quote
Old 05-26-2008, 10:28 PM   #7
orev
Notebook Virtuoso
 
Join Date: Apr 2007
Posts: 2,480
Rep Power: 16 orev is a name known to allorev is a name known to allorev is a name known to allorev is a name known to allorev is a name known to allorev is a name known to all
Default Re: Accessing HP Recovery Disc Files: solved

Every vendor is different. You might have more luck in the Sony forum. One good clue will be how big each of the files are. For HP systems, there are about 10 files, each about 650MB, which makes it easy to fit on CDs or DVDs. There may be another image number in there that has more files on it.

I would suggest reading up on imagex, and trying out that GUI utility that andyasselin mentioned.
__________________
Activation Backup and Restore (ABR) | Clean Vista Install | Screen DPI | RAM Testing w/ Memtest86+ | Where's my disk space? | Cleaning Free Space | Whole Disk Encryption w/ TrueCrypt 5 | Accessing HP Recovery Disc Files

HP dv9500t: T7300, 4GB RAM, 1680x1050, 383MB GeForce 8400GS, 320GB Disk, WiFi 4965AGN, Bluetooth, Fingerprint Reader, Webcam, Vista Ultimate 64bit SP1
orev is offline   Reply With Quote
Old 05-27-2008, 05:07 AM   #8
andyasselin
Notebook Deity
 
Join Date: Jun 2006
Location: Courtenay
Posts: 1,681
Rep Power: 15 andyasselin has a spectacular aura aboutandyasselin has a spectacular aura about
Default Re: Accessing HP Recovery Disc Files: solved

I wound say p1 image are apply after the base one with windows depend on config

have you try just mount the p1 images?

or do imagex /info on them? that gui can do that
__________________
New Aspire one Sub Notebook
New Ibm X61T 776295U
Sold Acer Aspire 5672
andyasselin is offline   Reply With Quote
Old 06-18-2008, 04:23 AM   #9
cgman
Newbie
 
Join Date: Jun 2008
Posts: 4
Rep Power: 0 cgman is an unknown quantity at this point
Default Re: Accessing HP Recovery Disc Files: solved

I followed this verbatim and it worked perfectly, even tho it took me hours on imagex before I found the tutorial.

My question is what or how do I create a bootable DVD without the HP crap? Is it possible? should i create a virtual machine to try out the new mounted image?

Please help.

cgman
cgman is offline   Reply With Quote
Old 06-18-2008, 07:07 AM   #10
orev
Notebook Virtuoso
 
Join Date: Apr 2007
Posts: 2,480
Rep Power: 16 orev is a name known to allorev is a name known to allorev is a name known to allorev is a name known to allorev is a name known to allorev is a name known to all
Default Re: Accessing HP Recovery Disc Files: solved

Quote:
Originally Posted by cgman View Post
I followed this verbatim and it worked perfectly, even tho it took me hours on imagex before I found the tutorial.

My question is what or how do I create a bootable DVD without the HP crap? Is it possible? should i create a virtual machine to try out the new mounted image?

Please help.

cgman
There's some information on how to make a bootable DVD from the downloaded Vista files, which you can find here: http://www.mydigitallife.info/2007/0...nloaded-files/
You may be able to figure out a technique that uses the extracted file from these WIM files instead.
__________________
Activation Backup and Restore (ABR) | Clean Vista Install | Screen DPI | RAM Testing w/ Memtest86+ | Where's my disk space? | Cleaning Free Space | Whole Disk Encryption w/ TrueCrypt 5 | Accessing HP Recovery Disc Files

HP dv9500t: T7300, 4GB RAM, 1680x1050, 383MB GeForce 8400GS, 320GB Disk, WiFi 4965AGN, Bluetooth, Fingerprint Reader, Webcam, Vista Ultimate 64bit SP1
orev is offline   Reply With Quote
Reply


Thread Tools


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is On
Forum Jump


All times are GMT -5. The time now is 09:04 AM.



Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.

TechTarget provides enterprise IT professionals with the information they need to perform their jobs - from developing strategy, to making cost-effective IT purchase decisions and managing their organizations' IT projects - with its network of technology-specific Web sites, events and magazines.

TechTarget Corporate Web Site  |  About Us  |  Advertising  |  Site Map  |  Contact Us  |  Submit Review  |  RSS Feeds  |  Jobs




All Rights Reserved, Copyright 1999 - 2007, TechTarget | Read our Privacy Policy
  TechTarget - The Most Targeted IT Media