Omitir para ir al contenido principal
  • Hacer pedidos rápida y fácilmente
  • Ver pedidos y realizar seguimiento al estado del envío
  • Cree y acceda a una lista de sus productos
  • Administre sus sitios, productos y contactos de nivel de producto de Dell EMC con Administración de la empresa.
Es posible que algunos números de artículo hayan cambiado. Si esto no es lo que está buscando, intente buscar todos los artículos. Buscar artículos

How to create a bootable USB drive for Operating System deployment on BIOS based systems

Resumen: This article describes a process to create a bootable USB drive which can be used to install the operating system onto your system.

Es posible que este artículo se traduzca automáticamente. Si tiene comentarios sobre su calidad, háganoslo saber mediante el formulario en la parte inferior de esta página.

Contenido del artículo


Síntomas

How to create a bootable USB drive for Operating System deployment on BIOS based systems (by Paul Marquardt)

This article describes a process to create a bootable USB drive which can be used to install the operating system onto your system. Transferring the installation files to a USB drive makes loading the operating system faster—consider that the DVD’s fastest transfer rate is 21 Mb/s compared to the  USB native rate of 480 Mb/s.  You can also load the operating system on tablets and other devices  that support USB but don’t support optical media.

If you have a large enough USB drive, you can even copy multiple OS install files from separate media versions into different folders. When you want to install a particular OS, move the root files from the USB drive into their respective folder and move the desired install files to the root of the USB drive for installation. This makes changing install media very quick and painless. This method allows you to keep multiple copies of an OS on a single drive, i.e. Windows Server® 2012 Retail media, Windows Server 2012 OEM media, Windows Server 2012 Datacenter Edition VLK, etc.  See Image 1 for an example.

SLN312261_en_US__1i-1323_image1_png-550x0
Figure 1: USB drive for installation

The following steps will guide you on how to make the USB drive bootable and get the contents onto the drive.
  1. Insert the USB drive.
  2. Open a CMD prompt with the Run as Administrator option.
  3. Start the DISKPART tool by typing Diskpart and press ENTER.
  4. List all disks recognized by the system by typing  list disk and pressing ENTER.
SLN312261_en_US__2i-8233_image2_png-550x0
Figure 2: List disk

5. Select your USB drive from the list returned (Disk 2 in this example) by typing Select Disk 2 and pressing ENTER.

SLN312261_en_US__3i-7120_image3_png-550x0
Figure 3: Select Disk 2

6. Remove all data from the disk by typing clean  
SLN312261_en_US__4icon (Note: This will destroy all of the data on the USB drive)

   and pressing ENTER.

SLN312261_en_US__5i-8255_image4_png-550x0
Figure 4: Clean

7. Create a primary partition by typing create partition primary and pressing ENTER.

SLN312261_en_US__6i-6404_image5_png-550x0
Figure 5: Create partition primary

8. Create a bootable partition by typing active and pressing ENTER.

SLN312261_en_US__7i-3223_image6_png-550x0
Figure 6: Active

9. List all volumes recognized by the system by typing list volume and pressing ENTER.

SLN312261_en_US__8i-1362_image7_png-550x0
Figure 7: List volume

10. Select your volume from the list (Volume 3 in this example) by typing select volume 3 and pressing ENTER.

SLN312261_en_US__9i-0245_image8_png-550x0
Figure 8: Select volume 3

11. Quick format the disk using NTFS by typing format fs=ntfs quick and pressing ENTER.

SLN312261_en_US__10i-4760_image9_png-550x0
Figure 9: format fs=ntfs quick

12. Insert your desired operating system media or mount your ISO.

13. Copy the entire contents of the installation media from the installation media to your USB drive.

You’re now ready to use the USB drive as installation media on your systems. Just boot to the USB drive and setup will begin, or just insert the USB drive and allow setup to auto run, or open setup from a file explorer window.

Propiedades del artículo


Fecha de la última publicación

21 feb. 2021

Versión

3

Tipo de artículo

Solution