MSFN Forum: Load Vista's PE from HDD - MSFN Forum

Jump to content



Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Load Vista's PE from HDD try to load WimPE from old ntldr env Rate Topic: -----

#1 User is offline   useronce 

  • Group: Members
  • Posts: 3
  • Joined: 01-September 05

  Posted 02 September 2005 - 03:33 AM

:D Windows Vista beta1 has been release for a long time. And, I had tried to

use its new WimPE from my Hdd. It is very fast than WinPE. For, it is using the

new Wim tech + bootmgr (1st coming from Vista, it is maybe a new loader for NT).


. Of course, we may cannot load it from traditional ntldr env. But we can * Crack * it. ;-(


:thumbup How2do
===============

. 1st, please get a copy of Vista beta1; copy these files to your c:\

Quote

\boot\boot.sdi
\sources\boot.wim
. 2nd, download ximage and avldr.exe from bellow:

Quote




. 3rd, put "WimPEsc_Build_env.zip\SysRoot\avldr.exe" to your c:\avldr.exe,
and then, edit your boot.ini, add

Quote

ramdisk(0)\WINDOWS="Microsoft Windows Honghorn Env" /NOEXECUTE=OPTIN /FASTDETECT /DETECTHAL /MININT /rdpath=multi(0)disk(0)rdisk(0)partition(1)\boot.wim /RDSDIHDRPATH=multi(0)disk(0)rdisk(0)partition(1)\boot.sdi /USENEWLOADER
C:\Avldr.exe="Launch Vista's BootMgr"
*note*
===========
* modify the 'timeout=0' to 'timeout=5', if you want to view the menu ;^)

* when you in the ntldr's menu, please select "Launch Vista's BootMgr" item
then, you will get a new menu poped by bootmgr. At this point, you should
select the 'Microsoft Windows Longhorn Env' item. Good Luck!


. 4th, using xImage to edit the default boot.wim:

Quote

A. mount the boot.wim to C:\Wim_Vol as Read&Write mode
------------------------------------------------------------------
ximage /mountrw c:\Wim_Vol c:\boot.wim 2

B. modify the boot options(important!!)
------------------------------------------------------------------
crate a new file named winpeshl.ini, with the following contents:

[LaunchApp]
AppPath = "cmd.exe"

save it, and copy it to c:\Wim_Vol\windows\system32

C. unmount and commit the changes
----------------------------------------------
ximage /unmount /commit c:\Wim_Vol


OK, that's all. Of course, you can even using this in your CD/DVD media. ;-)
Here is my snapshoot for it:

Posted Image


Posted Image

This post has been edited by useronce: 02 September 2005 - 03:38 AM



#2 User is offline   lqbi 

  • Group: Members
  • Posts: 1
  • Joined: 18-October 04

Posted 03 September 2005 - 06:24 AM

It's great!!!!!!!!

a u chinese...i need talk to u~~

#3 User is offline   useronce 

  • Group: Members
  • Posts: 3
  • Joined: 01-September 05

Posted 03 September 2005 - 10:57 PM

lqbi, on Sep 3 2005, 08:24 PM, said:

It's great!!!!!!!!

a u chinese...i need talk to u~~
<{POST_SNAPBACK}>



You can msn me: jsf_f22@msn.com ;-)

---------------------------

. I meet two problem:

A). I cannot modify the IP address to be static mode after I 'startnet' , even

use the tcpipcfg/penetcfg; But Original WinXP's PE can be done.

B). After the network is availble, the WimPE can ping others, but others cannot

ping this WimPE. What I'm sure is, this is not caused by the Windows Firewall.

----------------

Any suggestion?

#4 User is offline   Felipe 

  • Newbie
  • Group: Members
  • Posts: 41
  • Joined: 17-March 04

Posted 20 September 2005 - 02:33 AM

useronce, on Sep 2 2005, 03:33 AM, said:

OK, that's all. Of course, you can even using this in your CD/DVD media. ;-) 


I'm excited now, any idea how ?

edit : ok, edited the Longhorn DVD and it boots now, just don't seem to get a cmd-window. It just automatically reboots.

This post has been edited by Felipe: 20 September 2005 - 05:33 AM


#5 User is offline   fizban2 

  • MSFN Addict
  • Group: Super Moderator
  • Posts: 1,898
  • Joined: 14-April 05
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 20 September 2005 - 07:17 PM

useronce,

have you been able to load drivers while online? trying to load nic drivers but once drivers are loaded it still can't find the NIC?


Felipe,
what did you edit on the DVD?

#6 User is offline   Felipe 

  • Newbie
  • Group: Members
  • Posts: 41
  • Joined: 17-March 04

Posted 21 September 2005 - 01:13 AM

fizban2, on Sep 20 2005, 07:17 PM, said:

Felipe,
what did you edit on the DVD?
<{POST_SNAPBACK}>


I removed everything except

boot.ini
bootmgr
boot\boot.sdi
boot\bootfix.sdi
and edited the boot.wim


It boots into the shell with a mouse cursor, but reboots instantly.

#7 User is offline   useronce 

  • Group: Members
  • Posts: 3
  • Joined: 01-September 05

Posted 08 October 2005 - 12:43 AM

To Felipe
----------------------------------
Here is my solution for editting the Vista's media:

1. extract the DVD's boot sector(2kb) named 'Bootsect.cdr';

2. extract the folowing files to d:\workspace\

+/
|--- boot.ini
|--- bootmgr
|--- bootsect.bin ( using isobuster to get it)
|
+---/boot
| |--- boot.sdi
|
\---/sources
|--- boot.wim

3. mount the /sources/boot.wim and modify it as your purpose.

4. unmount and commit the changes of boot.wim

5. create a bootable iso file, using WinISO/UltraISO and set the

boot mode is non-emu using 'bootsect.bin';

6. try it on your VM software, e.g. Virtual PC, Bochs, Qeum or VMWare.

P.S. just you see, there is a boot.ini, we can put many other items in it.

such as Acronis's, cdshell, even a tradational WinPE loader: setupldr.bin.


To fizban2
----------------------------------
I know a tool named 'Reatogo', it has a plug-in, which can extract your

drivers from your current Windows XP system. I mean, by using it, we can

modify the registry of boot.wim, put the proper files in it and get the device

work for us. ;^). But, I only have tested a network card, and get it working.

Wish the Wim OPK can help us out!

Attached File(s)


This post has been edited by useronce: 08 October 2005 - 12:45 AM


#8 User is offline   Daemonforce 

  • Spider? Where?
  • PipPipPip
  • Group: Members
  • Posts: 355
  • Joined: 16-September 05

Posted 08 October 2005 - 06:06 AM

I want to do the same for Vista beta 2, but I don't see any way of getting any version of the Ximage utility to work on any of my Longhorn builds. I'm pretty much going to have to get beta 1 to extract a 5xxx built LonghornPE. Is there any way of getting the bootmgr to point to an already open LHPE? I believe the contents are in the open as soon as you boot the DVD and can be copied to a network share. Has anyone tried extracting LHPE from builds later than beta 1?

#9 User is offline   AHRIMANSEFID 

  • Junior
  • Pip
  • Group: Banned
  • Posts: 94
  • Joined: 14-November 05

Posted 29 June 2006 - 06:14 PM

Hi

Plz HElp Link For Download Ximage.

Thank You

#10 User is offline   mats 

  • Member
  • PipPip
  • Group: Members
  • Posts: 206
  • Joined: 10-May 05

Posted 04 July 2006 - 09:54 AM

Ximage or imageX as its real name is IS NOT publicly Availible. The only way to get it is from ms so contact your representative about it

#11 User is offline   Paraglider 

  • Newbie
  • Group: Members
  • Posts: 35
  • Joined: 21-August 05

Posted 04 July 2006 - 11:58 AM

Its part of the BDD which is freely available from the connect web site. You will need to register to get immediate access. Read post #6 in this thread for details:

http://www.msfn.org/...showtopic=76719

#12 User is offline   dony 

  • Group: Members
  • Posts: 2
  • Joined: 06-November 06

Posted 06 November 2006 - 06:30 PM

yes... i find out same issue
can ping from vista's pe to other computer,
but others cannot ping vista's pe
any solution???

i find same issue
i can ping from vista's pe to other computer, but
others cannot ping vista's pe
any solution?

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy