hello after using mod2wim the hidden partition is shown and i cant hide it back how can i hide it again
my second question is how can i fix it so i can boot from it and install vista from it
because when i press f10 to install windows vista from the hidden partiton where is now shown after using mod2wim i get this message
edit boot options for windows vista
path: \windows\system32\winload.exe
Partitions: 2
iHard disk..some numbers
[noexecute=optin... ]
-
The mod2wim script doesn't write or modify anything on the recovery partition, so I'm not sure why your recovery partition won't react when you press F10 during boot-up. Mod2Wim does however change the partition's ID number tag in order to hide/unhide the partition in Vista, just like the Recovery Center does when you invoke it. I omitted to include in the script the following scenario (I might "fix" it later though in an update) that occurs when the script fails to hide the partition because it's in use by some random Vista process but the partition ID tag is nevertheless changed back to the old one. What you get then is a catch 22 situation, you can't remove the drive letter because Vista doesn't "see" the partition anymore since the partition ID tag is not that of a regular NTFS/FAT partition any longer but the partition is still accessible inside Explorer since it wasn't successfully hidden/unmounted.
So, what you can do to fix this, i.e. hide it again, is simply to open a command console window with administrator privileges and write the following:
Code:diskpart select disk 0 select partition 1 set id=07 override exit
Anyway, after you've successfully removed any Vista drive letters from the recovery partition (with or without a reboot), you should again open up a command console window and write the following:
Code:diskpart select disk 0 select partition 1 set id=27 override exit
mod2wim recovery partition
Discussion in 'VAIO / Sony' started by windows, Jan 22, 2009.