SlideShare a Scribd company logo
1 of 2
Download to read offline
Format a USB Flash Drive to Boot the ESXi Installation or Upgrade                                                      Page 1 of 2



   ESXi and vCenter Server 5 Documentation > vSphere Installation and Setup > Introduction to vSphere Installation and
   Setup > Media Options for Booting the ESXi Installer



    Format a USB Flash Drive to Boot the ESXi Installation or Upgrade

    You can format a USB flash drive to boot the ESXi installation or upgrade.

    These instructions assume that you are performing the procedure on a Linux machine and that the USB flash
    drive is detected by the operating system as /dev/sdb.



    Note

    The ks file containing the installation script cannot be located on the same USB flash drive that you are using to
    boot the installation or upgrade.



    Prerequisites

    From the VMware Web site, download the ESXi ISO image VMware-VMvisor-Installer-5.x.x-
    XXXXXX.x86_64.iso, including the file isolinux.cfg,where 5.x.x is the version of ESXi you are
    installing, and XXXXXX is the build number of the installer ISO image.

    Procedure

    1      If your USB flash drive is not detected as /dev/sdb, or you are not sure how your USB flash drive is detected, de

           a    In a terminal window, run the following command.

                tail -f /var/log/messages
                This command displays current log messages in the terminal window.

           b    Plug in your USB flash drive.

                The terminal window displays several messages identifying the USB flash drive, in a format similar to the follo

                Oct 25 13:25:23 ubuntu kernel: [                          712.447080] sd 3:0:0:0: [sdb] Attac
                In this example, "[sdb]" identifies the USB device. If your device is identified differently, use that identification,
                in this procedure.

    2      Create a partition table on the USB flash device.

           /sbin/fdisk /dev/sdb

           a    Type d to delete partitions until they are all deleted.

           b    Type n to create primary partition 1 that extends over the entire disk.

           c    Type t to set the type to an appropriate setting for the FAT32 file system, such as c.

           d    Type a to set the active flag on partition 1.

           e    Type p to print the partition table.

                The result should be similar to the following text:




http://pubs.vmware.com/vsphere-50/topic/com.vmware.vsphere.install.doc_50/GUID-33C... 4/15/2012
Format a USB Flash Drive to Boot the ESXi Installation or Upgrade                     Page 2 of 2



               Disk /dev/sdb: 2004 MB, 2004877312 bytes
               255 heads, 63 sectors/track, 243 cylinders
               Units = cylinders of 16065 * 512 = 8225280 bytes
                  Device Boot      Start         End      Blocks            Id   System
               /dev/sdb1   *           1         243     1951866             c   W95 FAT32 (LB
         f     Type w to write the partition table and quit.

    3    Format the USB flash drive with the Fat32 file system.

         /sbin/mkfs.vfat -F 32 -n USB /dev/sdb1

    4    Run the following commands.

         /path_to_syslinux-3.86_directory/syslinux-3.86/bin/syslinux /dev/sdb1
         cat /path_to_syslinux-3.86_directory/syslinux-3.86/usr/share/syslinux/mbr
    5    Mount the USB flash drive.

         mount /dev/sdb1 /usbdisk
    6    Mount the ESXi installer ISO image.

         mount -o loop VMware-VMvisor-Installer-5.x.x-XXXXXX.x86_64.iso /esxi_cd

    7    Copy the contents of the ISO image to /usbdisk.

         cp -r /esxi_cdrom/* /usbdisk
    8    Rename the isolinux.cfg file to syslinux.cfg.

         mv /usbdisk/isolinux.cfg /usbdisk/syslinux.cfg

    9    In the file /usbdisk/syslinux.cfg, change the line APPEND -c boot.cfg to APPEND -c boot.

    10   Unmount the USB flash drive.

         umount /usbdisk

    11   Unmount the installer ISO image.

         umount /esxi_cdrom
    The USB flash drive can now boot the ESXi installer.




http://pubs.vmware.com/vsphere-50/topic/com.vmware.vsphere.install.doc_50/GUID-33C... 4/15/2012

More Related Content

What's hot

Accessing windows files from linux
Accessing windows files from linuxAccessing windows files from linux
Accessing windows files from linuxVivek K. Singh
 
1. prepare usb installer
1.  prepare usb installer1.  prepare usb installer
1. prepare usb installerkris harden
 
Making windows 7 bootable usb device
Making windows 7 bootable usb deviceMaking windows 7 bootable usb device
Making windows 7 bootable usb deviceRavi Kumar Lanke
 
How to create windows 10 bootable usb drive from iso using Command Prompt
How to create windows 10 bootable usb drive from iso using Command PromptHow to create windows 10 bootable usb drive from iso using Command Prompt
How to create windows 10 bootable usb drive from iso using Command PromptViney Dhiman
 
Installation of OS
Installation of OSInstallation of OS
Installation of OSOriginalGSM
 
Lavigne sept11 bsdmag
Lavigne sept11 bsdmagLavigne sept11 bsdmag
Lavigne sept11 bsdmagDru Lavigne
 
Make pendrive bootable
Make pendrive bootableMake pendrive bootable
Make pendrive bootabletapu1987
 
Mac osx snow leopard 10
Mac osx snow leopard 10Mac osx snow leopard 10
Mac osx snow leopard 10sketchout
 
Powerpoint presentation of windows vista. 2
Powerpoint presentation of windows vista. 2Powerpoint presentation of windows vista. 2
Powerpoint presentation of windows vista. 2MaJanine Ocho
 
Booting an image as a forensically sound vm in virtual box
Booting an image as a forensically sound vm in virtual boxBooting an image as a forensically sound vm in virtual box
Booting an image as a forensically sound vm in virtual boxBrent Muir
 
Asiabsdcon14 lavigne
Asiabsdcon14 lavigneAsiabsdcon14 lavigne
Asiabsdcon14 lavigneDru Lavigne
 

What's hot (20)

Disk formatting
Disk formattingDisk formatting
Disk formatting
 
Accessing windows files from linux
Accessing windows files from linuxAccessing windows files from linux
Accessing windows files from linux
 
1. prepare usb installer
1.  prepare usb installer1.  prepare usb installer
1. prepare usb installer
 
Grub
GrubGrub
Grub
 
Os Virtualization
Os VirtualizationOs Virtualization
Os Virtualization
 
Ilf2013
Ilf2013Ilf2013
Ilf2013
 
Making windows 7 bootable usb device
Making windows 7 bootable usb deviceMaking windows 7 bootable usb device
Making windows 7 bootable usb device
 
How to create windows 10 bootable usb drive from iso using Command Prompt
How to create windows 10 bootable usb drive from iso using Command PromptHow to create windows 10 bootable usb drive from iso using Command Prompt
How to create windows 10 bootable usb drive from iso using Command Prompt
 
Installation of OS
Installation of OSInstallation of OS
Installation of OS
 
Lavigne sept11 bsdmag
Lavigne sept11 bsdmagLavigne sept11 bsdmag
Lavigne sept11 bsdmag
 
Tlf2014
Tlf2014Tlf2014
Tlf2014
 
Make pendrive bootable
Make pendrive bootableMake pendrive bootable
Make pendrive bootable
 
Olf2013
Olf2013Olf2013
Olf2013
 
Mac osx snow leopard 10
Mac osx snow leopard 10Mac osx snow leopard 10
Mac osx snow leopard 10
 
Powerpoint presentation of windows vista. 2
Powerpoint presentation of windows vista. 2Powerpoint presentation of windows vista. 2
Powerpoint presentation of windows vista. 2
 
Asiabsdcon14
Asiabsdcon14Asiabsdcon14
Asiabsdcon14
 
Booting an image as a forensically sound vm in virtual box
Booting an image as a forensically sound vm in virtual boxBooting an image as a forensically sound vm in virtual box
Booting an image as a forensically sound vm in virtual box
 
Scale9x sun
Scale9x sunScale9x sun
Scale9x sun
 
Asiabsdcon14 lavigne
Asiabsdcon14 lavigneAsiabsdcon14 lavigne
Asiabsdcon14 lavigne
 
Asiabsdcon15
Asiabsdcon15Asiabsdcon15
Asiabsdcon15
 

Viewers also liked

Viewers also liked (9)

Tania a.1
Tania a.1Tania a.1
Tania a.1
 
Trabajo de la arquitectura gotica en aragón
Trabajo de la arquitectura gotica en aragónTrabajo de la arquitectura gotica en aragón
Trabajo de la arquitectura gotica en aragón
 
El aprendizaje
El aprendizajeEl aprendizaje
El aprendizaje
 
Programa V Festival UCSUR
Programa V Festival UCSURPrograma V Festival UCSUR
Programa V Festival UCSUR
 
Roteiro
RoteiroRoteiro
Roteiro
 
Kitchenware
KitchenwareKitchenware
Kitchenware
 
Heinz von Heiden KFW 70 Effizienzhaus
Heinz von Heiden KFW 70 EffizienzhausHeinz von Heiden KFW 70 Effizienzhaus
Heinz von Heiden KFW 70 Effizienzhaus
 
OpenOffice v2.2
OpenOffice v2.2OpenOffice v2.2
OpenOffice v2.2
 
IT Analyst, PMO - Relocation assistance available
IT Analyst, PMO - Relocation assistance availableIT Analyst, PMO - Relocation assistance available
IT Analyst, PMO - Relocation assistance available
 

Similar to Tao usb boot wmw

Prepare Installer Week 1.pdf
Prepare Installer Week 1.pdfPrepare Installer Week 1.pdf
Prepare Installer Week 1.pdfemersonrebibis1
 
Howtoinstallarchlinuxtousb final-120610172253-phpapp01
Howtoinstallarchlinuxtousb final-120610172253-phpapp01Howtoinstallarchlinuxtousb final-120610172253-phpapp01
Howtoinstallarchlinuxtousb final-120610172253-phpapp01decenttr
 
How to Install ArchLinux to a USB Flashdrive in 2012
How to Install ArchLinux to a USB Flashdrive in 2012How to Install ArchLinux to a USB Flashdrive in 2012
How to Install ArchLinux to a USB Flashdrive in 2012Chukwuma Onyeije, MD, FACOG
 
Hp ux-11iv3-multiple-clones-with-dynamic-root-disks-dusan-baljevic-mar2014
Hp ux-11iv3-multiple-clones-with-dynamic-root-disks-dusan-baljevic-mar2014Hp ux-11iv3-multiple-clones-with-dynamic-root-disks-dusan-baljevic-mar2014
Hp ux-11iv3-multiple-clones-with-dynamic-root-disks-dusan-baljevic-mar2014Circling Cycle
 
Linux On V Mware ESXi
Linux On V Mware ESXiLinux On V Mware ESXi
Linux On V Mware ESXiMasafumi Ohta
 
101 2.1 design hard disk layout
101 2.1 design hard disk layout101 2.1 design hard disk layout
101 2.1 design hard disk layoutAcácio Oliveira
 
101 2.2 install boot manager
101 2.2 install boot manager101 2.2 install boot manager
101 2.2 install boot managerAcácio Oliveira
 
How to mount ntfs in linux
How to mount ntfs in linuxHow to mount ntfs in linux
How to mount ntfs in linuxsiraza5
 
Dru lavigne servers-tutorial
Dru lavigne servers-tutorialDru lavigne servers-tutorial
Dru lavigne servers-tutorialDru Lavigne
 
Linux Survival Kit for Proof of Concept & Proof of Technology
Linux Survival Kit for Proof of Concept & Proof of TechnologyLinux Survival Kit for Proof of Concept & Proof of Technology
Linux Survival Kit for Proof of Concept & Proof of TechnologyNugroho Gito
 
BITS: Introduction to linux, distributions and installation
BITS: Introduction to linux, distributions and installationBITS: Introduction to linux, distributions and installation
BITS: Introduction to linux, distributions and installationBITS
 
Cd rom mounting and unmounting the cd-rom driver on solaris-linux
Cd rom mounting and unmounting the cd-rom driver on solaris-linuxCd rom mounting and unmounting the cd-rom driver on solaris-linux
Cd rom mounting and unmounting the cd-rom driver on solaris-linuxBui Van Cuong
 

Similar to Tao usb boot wmw (20)

Prepare Installer Week 1.pdf
Prepare Installer Week 1.pdfPrepare Installer Week 1.pdf
Prepare Installer Week 1.pdf
 
Howtoinstallarchlinuxtousb final-120610172253-phpapp01
Howtoinstallarchlinuxtousb final-120610172253-phpapp01Howtoinstallarchlinuxtousb final-120610172253-phpapp01
Howtoinstallarchlinuxtousb final-120610172253-phpapp01
 
How to Install ArchLinux to a USB Flashdrive in 2012
How to Install ArchLinux to a USB Flashdrive in 2012How to Install ArchLinux to a USB Flashdrive in 2012
How to Install ArchLinux to a USB Flashdrive in 2012
 
Real time systems
Real time systemsReal time systems
Real time systems
 
Bootusb
BootusbBootusb
Bootusb
 
Bootusb
BootusbBootusb
Bootusb
 
Hp ux-11iv3-multiple-clones-with-dynamic-root-disks-dusan-baljevic-mar2014
Hp ux-11iv3-multiple-clones-with-dynamic-root-disks-dusan-baljevic-mar2014Hp ux-11iv3-multiple-clones-with-dynamic-root-disks-dusan-baljevic-mar2014
Hp ux-11iv3-multiple-clones-with-dynamic-root-disks-dusan-baljevic-mar2014
 
Unix Administration 4
Unix Administration 4Unix Administration 4
Unix Administration 4
 
Ch12 system administration
Ch12 system administration Ch12 system administration
Ch12 system administration
 
Linux On V Mware ESXi
Linux On V Mware ESXiLinux On V Mware ESXi
Linux On V Mware ESXi
 
101 2.1 design hard disk layout
101 2.1 design hard disk layout101 2.1 design hard disk layout
101 2.1 design hard disk layout
 
101 2.2 install boot manager
101 2.2 install boot manager101 2.2 install boot manager
101 2.2 install boot manager
 
How to mount ntfs in linux
How to mount ntfs in linuxHow to mount ntfs in linux
How to mount ntfs in linux
 
bootable FD Lesson.pptx
bootable FD Lesson.pptxbootable FD Lesson.pptx
bootable FD Lesson.pptx
 
Dru lavigne servers-tutorial
Dru lavigne servers-tutorialDru lavigne servers-tutorial
Dru lavigne servers-tutorial
 
My Teacher Got IT v2.0 - Software Installation Track
My Teacher Got IT v2.0 - Software Installation TrackMy Teacher Got IT v2.0 - Software Installation Track
My Teacher Got IT v2.0 - Software Installation Track
 
Linux Survival Kit for Proof of Concept & Proof of Technology
Linux Survival Kit for Proof of Concept & Proof of TechnologyLinux Survival Kit for Proof of Concept & Proof of Technology
Linux Survival Kit for Proof of Concept & Proof of Technology
 
BITS: Introduction to linux, distributions and installation
BITS: Introduction to linux, distributions and installationBITS: Introduction to linux, distributions and installation
BITS: Introduction to linux, distributions and installation
 
Cd rom mounting and unmounting the cd-rom driver on solaris-linux
Cd rom mounting and unmounting the cd-rom driver on solaris-linuxCd rom mounting and unmounting the cd-rom driver on solaris-linux
Cd rom mounting and unmounting the cd-rom driver on solaris-linux
 
NativeBoot-RatanM
NativeBoot-RatanMNativeBoot-RatanM
NativeBoot-RatanM
 

Recently uploaded

Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersThousandEyes
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Allon Mureinik
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphNeo4j
 
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...HostedbyConfluent
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machinePadma Pradeep
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhisoniya singh
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Patryk Bandurski
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationSafe Software
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Alan Dix
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 

Recently uploaded (20)

Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping Elbows
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
 
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machine
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food Manufacturing
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 

Tao usb boot wmw

  • 1. Format a USB Flash Drive to Boot the ESXi Installation or Upgrade Page 1 of 2 ESXi and vCenter Server 5 Documentation > vSphere Installation and Setup > Introduction to vSphere Installation and Setup > Media Options for Booting the ESXi Installer Format a USB Flash Drive to Boot the ESXi Installation or Upgrade You can format a USB flash drive to boot the ESXi installation or upgrade. These instructions assume that you are performing the procedure on a Linux machine and that the USB flash drive is detected by the operating system as /dev/sdb. Note The ks file containing the installation script cannot be located on the same USB flash drive that you are using to boot the installation or upgrade. Prerequisites From the VMware Web site, download the ESXi ISO image VMware-VMvisor-Installer-5.x.x- XXXXXX.x86_64.iso, including the file isolinux.cfg,where 5.x.x is the version of ESXi you are installing, and XXXXXX is the build number of the installer ISO image. Procedure 1 If your USB flash drive is not detected as /dev/sdb, or you are not sure how your USB flash drive is detected, de a In a terminal window, run the following command. tail -f /var/log/messages This command displays current log messages in the terminal window. b Plug in your USB flash drive. The terminal window displays several messages identifying the USB flash drive, in a format similar to the follo Oct 25 13:25:23 ubuntu kernel: [ 712.447080] sd 3:0:0:0: [sdb] Attac In this example, "[sdb]" identifies the USB device. If your device is identified differently, use that identification, in this procedure. 2 Create a partition table on the USB flash device. /sbin/fdisk /dev/sdb a Type d to delete partitions until they are all deleted. b Type n to create primary partition 1 that extends over the entire disk. c Type t to set the type to an appropriate setting for the FAT32 file system, such as c. d Type a to set the active flag on partition 1. e Type p to print the partition table. The result should be similar to the following text: http://pubs.vmware.com/vsphere-50/topic/com.vmware.vsphere.install.doc_50/GUID-33C... 4/15/2012
  • 2. Format a USB Flash Drive to Boot the ESXi Installation or Upgrade Page 2 of 2 Disk /dev/sdb: 2004 MB, 2004877312 bytes 255 heads, 63 sectors/track, 243 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Device Boot Start End Blocks Id System /dev/sdb1 * 1 243 1951866 c W95 FAT32 (LB f Type w to write the partition table and quit. 3 Format the USB flash drive with the Fat32 file system. /sbin/mkfs.vfat -F 32 -n USB /dev/sdb1 4 Run the following commands. /path_to_syslinux-3.86_directory/syslinux-3.86/bin/syslinux /dev/sdb1 cat /path_to_syslinux-3.86_directory/syslinux-3.86/usr/share/syslinux/mbr 5 Mount the USB flash drive. mount /dev/sdb1 /usbdisk 6 Mount the ESXi installer ISO image. mount -o loop VMware-VMvisor-Installer-5.x.x-XXXXXX.x86_64.iso /esxi_cd 7 Copy the contents of the ISO image to /usbdisk. cp -r /esxi_cdrom/* /usbdisk 8 Rename the isolinux.cfg file to syslinux.cfg. mv /usbdisk/isolinux.cfg /usbdisk/syslinux.cfg 9 In the file /usbdisk/syslinux.cfg, change the line APPEND -c boot.cfg to APPEND -c boot. 10 Unmount the USB flash drive. umount /usbdisk 11 Unmount the installer ISO image. umount /esxi_cdrom The USB flash drive can now boot the ESXi installer. http://pubs.vmware.com/vsphere-50/topic/com.vmware.vsphere.install.doc_50/GUID-33C... 4/15/2012