![]() |
| Register | |||||||
| Reviews & Articles There will be a post for every Tech ARP article. Come in here to discuss about your favourite article! |
![]() |
| | LinkBack | Thread Tools |
| | #1 (permalink) | |
| Administrator! Join Date: 21 Apr 2003 Location: Penang
Posts: 29,384
Reputation: 2015 ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Rep Power: 55 | Ever wonder how vendors like Dell create pre-installations of Windows Vista in all their PCs? Pre-installing saves them time configuring each operating system for different hardware. If you are a reseller, even someone who sells PCs on a part-time basis, you will want to learn this neat little trick because it can save you time setting up different systems, partitioning and formatting hard drive with Diskpart, backing up hard drive using ImageX, connecting to network, troubleshooting using Windows-based programs, system recovery and many more. Here's a quote from the article :- Quote:
Link : Creating A WinPE 2.0 Bootable USB Key
__________________ | Intel Core 2 Duo E6850 @ 3.2Ghz | ASUS P5B-E Plus | G.SKILL 2x1GB DDR2 800 | 6 HDDs (2TB+ only ![]() Blog : Dashken's I-Blog Gallery : Dashken's I-Paintings | |
| | |
| SPONSOR |
| | #2 (permalink) |
| Newbie Join Date: 26 Aug 2007
Posts: 1
Reputation: 0 ![]() Rep Power: 0 | Hi there great artical - yet to try it out because of one thing...im using a vista machine and really dont want to do a dual boot. So my question is how do you do it on vista? do u need to do all the steps such as downloading the AIK? |
| | |
| | #3 (permalink) |
| I'm a regular Join Date: 25 Apr 2006
Posts: 489
Reputation: 58 ![]() Rep Power: 3 | i can`t get my com to boot up from USB is it not support or i did somewhere wrong? i tried every available option in the BIOS to put that location to boot first..
__________________ Control Panel Settings & Options Edit Signature |
| | |
| | #4 (permalink) | |
| Administrator! Join Date: 21 Apr 2003 Location: Penang
Posts: 29,384
Reputation: 2015 ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Rep Power: 55 | Quote:
I wouldn't recommend installing the Windows AIK on a Vista system. Why? Because Microsoft has recommended to install both Windows AIK and Windows OPK in Windows XP system. But if you are running out of option, then by all means, try it on a Windows Vista system although I wouldn't be responsible if anything untoward happens. My advice is still to download and install Windows AIK on a XP system even for just once. Then create your bootable USB key. For future usage, just copy the c:\winpe_x86 folder in the XP system into your USB key. And copy it into your Vista system. Use the same command xcopy c:\winpe_x86\iso\*.* /s /e /f e:\ on your Vista system and it should work as well. The thing is you need to get your hands on that folder. All the best!
__________________ | Intel Core 2 Duo E6850 @ 3.2Ghz | ASUS P5B-E Plus | G.SKILL 2x1GB DDR2 800 | 6 HDDs (2TB+ only ![]() Blog : Dashken's I-Blog Gallery : Dashken's I-Paintings | |
| | |
| | #5 (permalink) | |
| Administrator! Join Date: 21 Apr 2003 Location: Penang
Posts: 29,384
Reputation: 2015 ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Rep Power: 55 | Quote:
1) Have you boot any USB devices successfully with your PC before? 2) Have you enable Boot USB/Removable Devices in your BIOS? If there's an option to boot your HDD and listed are both your USB key and your HDD, change your USB key to be the 1st and reboot. Or you can try the part in the 1st page of the guide on how to make a bootable Windows 98/ME USB key to make sure your PC can boot a USB key, this is the easiest way. If all fails, take pics of your BIOS pages and post them here.
__________________ | Intel Core 2 Duo E6850 @ 3.2Ghz | ASUS P5B-E Plus | G.SKILL 2x1GB DDR2 800 | 6 HDDs (2TB+ only ![]() Blog : Dashken's I-Blog Gallery : Dashken's I-Paintings | |
| | |
| | #6 (permalink) | |
| Administrator! Join Date: 21 Apr 2003 Location: Penang
Posts: 29,384
Reputation: 2015 ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Rep Power: 55 | Ever wonder how vendors like Dell create pre-installations of Windows Vista in all their PCs? Pre-installing saves them time configuring each operating system for different hardware. If you are a reseller, even someone who sells PCs on a part-time basis, you will want to learn this neat little trick because it can save you time setting up different systems, partitioning and formatting hard drive with Diskpart, backing up hard drive using ImageX, connecting to network, troubleshooting using Windows-based programs, system recovery and many more. Here's a quote from the article :- Quote:
Link : Creating A WinPE 2.0 Bootable USB Key Rev. 1.1
__________________ | Intel Core 2 Duo E6850 @ 3.2Ghz | ASUS P5B-E Plus | G.SKILL 2x1GB DDR2 800 | 6 HDDs (2TB+ only ![]() Blog : Dashken's I-Blog Gallery : Dashken's I-Paintings | |
| | |
| | #7 (permalink) |
| Newbie Join Date: 4 Dec 2007
Posts: 1
Reputation: 0 ![]() Rep Power: 0 | Hi there, Thanks for the great article. I have a question listed below: The step 5 in section "Installing WinPE 2.0" stated: Insert the USB key into the PC and run the following command. xcopy c:\winpe_x86\iso\*.* /s /e /f e:\ My question is that why the directory is c:\winpe_x86\iso\, not c:\winpe_x86\ since at step 3 the command "Copype.cmd x86 c:\winpe_x86" copied all the necessary files for WinPE 2.0 into the folder "c:\winpe_x86\", not "c:\winpe_x86\iso". Thanks a lot, Allan Last edited by Allan : 5th Dec 2007 at 05:54 AM. |
| | |
| | #8 (permalink) | |
| Administrator! Join Date: 21 Apr 2003 Location: Penang
Posts: 29,384
Reputation: 2015 ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Rep Power: 55 | Quote:
For your question, for a Windows PE RAM disk to work, it will require the following directory structure:- \boot \sources And that, you can only find in the ISO folder. For the other files/folders outside the ISO folder, they have other functions too like:- C:\winpe_x86\etfsboot.com (is used to create a bootable CDROM ISO file with oscdimg, I think I'll do this guide soon but since nowadays, UFD is the way to go and easily updated C:\winpe_x86\mount (this is just an empty folder if you require to customize a WINPE image, you can do so using the winpe.wim in C:\winpe_x86\ and that will be quite long to explain which has something to do with imagex /mountrw and imagex /unmount /commit) C:\winpe_x86\winpe.wim (is a WINPE plain image, that's probably same as the file in C:\winpe_x86\ISO\sources\boot.wim as you can customize the winpe.wim (as in adding new drivers, tools, startup, etc.), rename it to boot.wim and replace the old boot.wim with your customized version. Hope that about clear things up. I have more to write but if I write everything, I'd just be copy/paste everything from the help file to the guide. Btw, if you are using WAIK, try looking for the Windows PE User's Guide at the Start menu>Microsoft Windows AIK>Documentation. It's available in the Windows OPK though and I think should be in WAIK as well. That documentation has all the tips and tricks of WINPE.
__________________ | Intel Core 2 Duo E6850 @ 3.2Ghz | ASUS P5B-E Plus | G.SKILL 2x1GB DDR2 800 | 6 HDDs (2TB+ only ![]() Blog : Dashken's I-Blog Gallery : Dashken's I-Paintings | |
| | |
| | #10 (permalink) |
| Administrator! Join Date: 21 Apr 2003 Location: Penang
Posts: 29,384
Reputation: 2015 ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Rep Power: 55 | You are welcome!
__________________ | Intel Core 2 Duo E6850 @ 3.2Ghz | ASUS P5B-E Plus | G.SKILL 2x1GB DDR2 800 | 6 HDDs (2TB+ only ![]() Blog : Dashken's I-Blog Gallery : Dashken's I-Paintings |
| | |
![]() |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to make bootable USb pendrive ? | ALstonLoong | General Software | 23 | 2nd Apr 2006 08:38 AM |