Skip to main content

Posts

Showing posts with the label Windows PE

What does the–b switch do in OSCDIMG command?

In class, we used the OSCDIMG command to create a Windows PE image a question came about as to when the –b switch does. According to Microsoft , the – b option specifies the location of the El Torito boot sector file. From Wikipedia , the El Torito Bootable CD Specification is an extension to the ISO 9660 CD-ROM specification. It is designed to allow a computer to boot from a CD-ROM.  In short, this helps us create a bootable image.

How to create a custom Windows PE Disk

Windows PE allows you to boot a PC into an operating system that is resident in RAM disk. This means you can do what you want to the hard drive. This includes formatting, creating, and imaging the disk. In class I demonstrated using a Windows PE disk that resided on a USB memory stick. With a large enough USB flash drive and volume licensing, you can actually use this setup to deploy an image of Windows Vista, Windows 7, or Windows 2008 should a network based image deployment not be an option. The following link will guide you in creating a Windows PE image suitable for you needs. You will need to download and install the Windows Automated Installation Kit prior to proceeding. WAIK Download:  http://www.microsoft.com/download/en/details.aspx?id=5753 Windows PE build instructions: http://technet.microsoft.com/en-us/library/cc709665(WS.10).aspx