QUOTE (stuartr @ Jan 15 2007, 09:04 PM)

I believe Vista's PE runs entirely in RAM. I don't know if this incarnation does or not. Of course, the more tools that are added...
Yes, the latest edition of VistaPE runs entirely from RAM even under 256Mb RAM machines, not sure yet if it can be made to boot on the same read-only method provided by CD/DVD's, but might be worth to check this option soon..
QUOTE (bluespy @ Feb 1 2007, 06:43 AM)

How can I make vistape to run on USB stick?
Can I use "pe to usb"?

This question was also posted and replied on boot-land.net here:
http://www.boot-land.net/forums/Boot-vista...tick-t1123.htmlAnd it is simple, quoting the instructions provided by Valentin:
QUOTE
1. Prepare your stick with diskpart (which is a tool included in the Windows AIK and Vista\System32 as well) .
CODE
diskpart
list disk
select disk <discnumber>
clean
create partition primary size=<size of usbstick>
select partition 1
active
format fs=fat32
assign
exit
2. Copy all the files from the Target-folder or copy your VistaPE-DVD onto the usbstick. (The contents of the usbstick has to look like the CD/DVD).
3. Boot from usbstick (this is the tricky part; because not every BIOS does allow booting from usbstick)
With PE2USB I don't know if it would be possible without any modification, but using codebettle PE to USB seems easier since it provides a good GUI.
There's also a ready to use script available here:
http://www.boot-land.net/forums/PEtoUSB-Li...isks-t1076.htmlThis script is used for XP/2003 PE boot disks and haven't yet tried with vistape, but the concept is very similar and you just need to make the pendisk bootable and then copy all project files to see how it works.
QUOTE (allens @ Feb 14 2007, 01:43 PM)

Hello all,
Looks a great tool but hope someone can help.
I get a "Cannot mount WIM file", error and here is the info from the log:
I have installed Wimfltr.sys via Winfltr.inf so I have run out of ideas. However, my source is the Vista OPKTools CD, although I have tried WORK as well.
Any ideas ?
Regards,
SteveA
Yes, please post the full log.html file to understand all the details involved in the build process - I know for example that spaces on the pathnames or using non-ascii characters might cause some issues on a few scripts - but I can only confirm it looking at your log.
While this sort of issues aren't fully debugged I recommend creating your vistape project on a root folder like "C:\VistaPE" to avoid any possible issues regarding pathnames and then retry building your boot disk.
I'm also not sure about the compatibility with your used source - a log really helps to see if any file is reported as missing, I would preferably recommend you to use a vista DVD or even the WAIK as source since those are the used packages for testing and debugging - not to mention that the Vista DVD also allows you to add explorer as native shell.
Hope this helps you getting the results you expect!