The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.

    Extracting Recovery Partition of Vaio P530 Netbook -- Want Microsoft Streets & Trips

    Discussion in 'VAIO / Sony' started by SoonerLater, Sep 16, 2009.

  1. SoonerLater

    SoonerLater Newbie

    Reputations:
    0
    Messages:
    1
    Likes Received:
    0
    Trophy Points:
    5
    I have a Vaio P530H. I came with Vista, but I downgraded it to XP, after first saving the recovery partition. There is nothing in it that I really care about keeping except the Microsoft Streets & Trips. I want to install it on my P530, but it is an OEM version. Although I have the fancy certificate from Microsoft with hologram and 25 character product key, I can't download the MSS&T installation from Microsoft or Sony. M$ has a 60 day free trial version you can download, but my OEM product key won't work on it. I need to be able to install from my restore partition, but I don't want to restore bloody Vista in the process.

    So far, I have:

    1. Saved the original restore partition and burned it to a DVD.

    2. I installed Mod2Wim.

    3. I explored the files and folders on the restore partition. In my case, I'm only interested in MSS&T, which turns out not to be in:

    d:\data\2008\11\US_20081126000000000000000000006\MOD-Streets_and_Trips.mod

    1,282,930,740 bytes
    1,252,862 kilobytes
    1,223 megabytes
    1 gigabyte

    where d:\ drive letter assigned to the restore partition.

    4. Used Mod2Wim command #2 ("copy and process mod/sny files") to turn all of the MOD files into WIM files. This is where things go wrong.

    5. Used Mod2Wim command #5 ("Mount Patched Files") extract the files and folders out of the WIMs it just made so that I can get my hands on the actual setup files you can run. However the WIM file it made from MOD-Streets_and_Trips.mod is defective somehow. This resulting WIM is 1.19 GB (1,282,930,740 bytes), so slightly bigger than the MOD file from which it was made. That seems logical. However, something is wrong with it. Microsoft's ImageX tool says that it is "invalid" and 7-Zip says it can't open the archive.

    As I read the Mod2Wim batchfile, the actual process to convert the MOD file to a WIM file is:

    FOR %%f IN (%dir%wim\*.*) DO %dir%hexalter.exe "%%f" 0x0=0x4d,0x53,0x57,0x49,0x4d,0x00,0x00,0x00,0xd0,0x00,0x00,0x00,0x00,0x0d,0x01,0x00 >> %temp%\~mod2win.log

    I don't get an error message and I can't find the %temp%\~mod2win.log file it creates. Maybe the Mod2Wim.bat deletes it before I can see it. Then again, I'm no guru when it comes to reading a batch file.

    Bottom line: I want the friggin MSS&T OEM installer files. I paid for it. I own it. Nowhere in my license does it say that I'm required to run bloody Vista just to use it. If anyone can point out a method I can use to completely extract the contents of MOD-Streets_and_Trips.mod, I'd be very, very grateful.
     
  2. bgd

    bgd Notebook Consultant

    Reputations:
    1
    Messages:
    102
    Likes Received:
    1
    Trophy Points:
    31
    My first thought is that either the file hasn't been patched or for some reason it's been incorrectly patched. Since it's just this one file, you could change the file header manually with a graphical hex editor where you could also verify the result. The details of how to edit the header manually are available here. All mod2wim really does is automate the whole process...