<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Archives des key - MCHELGHAM</title>
	<atom:link href="https://www.mchelgham.com/tag/key/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.mchelgham.com/tag/key/</link>
	<description>Engineering by passion</description>
	<lastBuildDate>Mon, 06 Mar 2023 11:10:01 +0000</lastBuildDate>
	<language>fr-FR</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://www.mchelgham.com/wp-content/uploads/2023/03/cropped-cropped-cloud-icon-32x32.png</url>
	<title>Archives des key - MCHELGHAM</title>
	<link>https://www.mchelgham.com/tag/key/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>vSphere : Création d&#8217;une clé USB Bootable ESXi sur MacOS</title>
		<link>https://www.mchelgham.com/vsphere-creation-dune-cle-usb-bootable-esxi-sur-macos/</link>
					<comments>https://www.mchelgham.com/vsphere-creation-dune-cle-usb-bootable-esxi-sur-macos/#respond</comments>
		
		<dc:creator><![CDATA[Moussa CHELGHAM]]></dc:creator>
		<pubDate>Fri, 16 Oct 2020 22:00:00 +0000</pubDate>
				<category><![CDATA[ESXionARM]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[boot]]></category>
		<category><![CDATA[bootable]]></category>
		<category><![CDATA[clé]]></category>
		<category><![CDATA[disk]]></category>
		<category><![CDATA[diskutil]]></category>
		<category><![CDATA[esxionarm]]></category>
		<category><![CDATA[iso]]></category>
		<category><![CDATA[key]]></category>
		<category><![CDATA[macos]]></category>
		<category><![CDATA[sdcard]]></category>
		<category><![CDATA[usb]]></category>
		<category><![CDATA[vsphere]]></category>
		<guid isPermaLink="false">https://www.sudcloud.com/vsphere-creation-dune-cle-usb-bootable-esxi-sur-macos/</guid>

					<description><![CDATA[<img width="616" height="300" src="https://www.mchelgham.com/wp-content/uploads/2023/03/vsphere7-macos-usb02.png" class="webfeedsFeaturedVisual wp-post-image" alt="" style="float: left; margin-right: 10px;" decoding="async" fetchpriority="high" srcset="https://www.mchelgham.com/wp-content/uploads/2023/03/vsphere7-macos-usb02.png 616w, https://www.mchelgham.com/wp-content/uploads/2023/03/vsphere7-macos-usb02-300x146.png 300w" sizes="(max-width: 616px) 100vw, 616px" /><p>Dans cet article nous allons voir ensemble comment créer une Clé USB bootable à partir de l&#8217;ISO de VMware vSphere sur un MacOS.  Pour commencer, brancher la clé USB dans votre Mac. Ensuite, lister la liste des disques branchés pour...</p>
<p>L’article <a href="https://www.mchelgham.com/vsphere-creation-dune-cle-usb-bootable-esxi-sur-macos/">vSphere : Création d&#8217;une clé USB Bootable ESXi sur MacOS</a> est apparu en premier sur <a href="https://www.mchelgham.com">MCHELGHAM</a>.</p>
]]></description>
										<content:encoded><![CDATA[<img width="616" height="300" src="https://www.mchelgham.com/wp-content/uploads/2023/03/vsphere7-macos-usb02.png" class="webfeedsFeaturedVisual wp-post-image" alt="" style="float: left; margin-right: 10px;" decoding="async" loading="lazy" srcset="https://www.mchelgham.com/wp-content/uploads/2023/03/vsphere7-macos-usb02.png 616w, https://www.mchelgham.com/wp-content/uploads/2023/03/vsphere7-macos-usb02-300x146.png 300w" sizes="auto, (max-width: 616px) 100vw, 616px" /><p style="text-align: justify;"><span style="font-family: tahoma, arial, helvetica, sans-serif;">Dans cet article nous allons voir ensemble comment créer une <strong>Clé USB bootable à partir de l&#8217;ISO</strong> de VMware vSphere sur un <strong>MacOS</strong>. </span></p>
<p style="text-align: justify;"><span style="font-family: tahoma, arial, helvetica, sans-serif;">Pour commencer, <strong>brancher la clé USB dans votre Mac</strong>. Ensuite, <strong>lister la liste des disques branchés</strong> pour repérer le <strong>numéro du disque</strong> avec la commande : </span></p>

<pre class="lang:sh decode:true">diskutil list</pre>
&nbsp;

<span style="font-family: tahoma, arial, helvetica, sans-serif;"><a href="https://www.mchelgham.com/wp-content/uploads/2023/03/ESXi-ISO-MACOS_10.png" data-rel="lightbox-image-0" data-rl_title="" data-rl_caption="" title=""><img decoding="async" class="aligncenter size-full wp-image-2889" src="https://www.mchelgham.com/wp-content/uploads/2023/03/ESXi-ISO-MACOS_10.png" alt="" width="754" height="472" /></a></span>
<p style="text-align: justify;">Une fois le <strong>numéro du disque repéré</strong>, dans mon cas c&#8217;est le <strong>#2 (/dev/disk2).</strong> Formater la clé USB avec la commande ci-dessous, en remplaçant <strong>disk2</strong> par le <strong>numéro de votre disque</strong>.</p>

<pre class="lang:sh decode:true">diskutil eraseDisk MS-DOS "ESXI" MBR disk2</pre>
&nbsp;

<span style="font-family: tahoma, arial, helvetica, sans-serif;"><a href="https://www.mchelgham.com/wp-content/uploads/2023/03/ESXi-ISO-MACOS_9.png" data-rel="lightbox-image-1" data-rl_title="" data-rl_caption="" title=""><img decoding="async" class="aligncenter size-full wp-image-2890" src="https://www.mchelgham.com/wp-content/uploads/2023/03/ESXi-ISO-MACOS_9.png" alt="" width="946" height="276" /></a></span>
<p style="text-align: justify;">Une fois le formatage est terminé, <strong>démontez le disque</strong> avec la commande :</p>

<pre class="lang:sh decode:true">diskutil umountDisk /dev/disk2
</pre>
&nbsp;

<span style="font-family: tahoma, arial, helvetica, sans-serif;"> <a href="https://www.mchelgham.com/wp-content/uploads/2023/03/ESXi-ISO-MACOS_8.png" data-rel="lightbox-image-2" data-rl_title="" data-rl_caption="" title=""><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-2891" src="https://www.mchelgham.com/wp-content/uploads/2023/03/ESXi-ISO-MACOS_8.png" alt="" width="610" height="105" /></a></span>
<p style="text-align: justify;">Nous allons maintenant <strong>écrire le MBR</strong> sur la clé USB avec les commandes :</p>

<pre class="lang:sh decode:true">sudo fdisk -e /dev/disk2
f 1
write
quit</pre>
&nbsp;

<span style="font-family: tahoma, arial, helvetica, sans-serif;"> <img loading="lazy" decoding="async" class="aligncenter size-large wp-image-2894" src="https://www.mchelgham.com/wp-content/uploads/2023/03/ESXi-ISO-MACOS_7.png" alt="" width="714" height="276" /></span>
<p style="text-align: justify;">Une fois que l&#8217;opération est terminée, <strong>monter votre ISO ESXi sur votre Mac</strong> et <strong>copier tout son contenu vers la clé USB.</strong></p>
<span style="font-family: tahoma, arial, helvetica, sans-serif;"><a href="https://www.mchelgham.com/wp-content/uploads/2023/03/ESXi-ISO-MACOS_6.png" data-rel="lightbox-image-3" data-rl_title="" data-rl_caption="" title=""><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-2892" src="https://www.mchelgham.com/wp-content/uploads/2023/03/ESXi-ISO-MACOS_6.png" alt="" width="856" height="766" /></a></span>
<p style="text-align: justify;">Patientez pendant la copie.</p>
<span style="font-family: tahoma, arial, helvetica, sans-serif;"> <img loading="lazy" decoding="async" class="aligncenter size-large wp-image-2898" src="https://www.mchelgham.com/wp-content/uploads/2023/03/ESXi-ISO-MACOS_5.png" alt="" width="856" height="766" /></span>
<p style="text-align: justify;">Une fois <strong>la copie terminée</strong>, repérer le fichier <strong>ISOLINUX.CFG</strong></p>
<span style="font-family: tahoma, arial, helvetica, sans-serif;"><a href="https://www.mchelgham.com/wp-content/uploads/2023/03/ESXi-ISO-MACOS_4.png" data-rel="lightbox-image-4" data-rl_title="" data-rl_caption="" title=""><img loading="lazy" decoding="async" class="aligncenter size-large wp-image-2893" src="https://www.mchelgham.com/wp-content/uploads/2023/03/ESXi-ISO-MACOS_4.png" alt="" width="466" height="360" /></a></span>
<p style="text-align: justify;">Renommer <strong>ISOLINUX.CFG</strong> par <strong>SYSLINUX.CFG</strong></p>
<span style="font-family: tahoma, arial, helvetica, sans-serif;"><a href="https://www.mchelgham.com/wp-content/uploads/2023/03/ESXi-ISO-MACOS_3.png" data-rel="lightbox-image-5" data-rl_title="" data-rl_caption="" title=""><img loading="lazy" decoding="async" class="aligncenter size-large wp-image-2895" src="https://www.mchelgham.com/wp-content/uploads/2023/03/ESXi-ISO-MACOS_3.png" alt="" width="465" height="361" /></a></span>
<p style="text-align: justify;">Une fois le <strong>renommage terminé</strong>, éditer le fichier <strong>SYSLINUX.CFG</strong> et rajouter <strong>-p 1</strong> à la ligne <strong>APPEND -c boot.cfg </strong></p>
<span style="font-family: tahoma, arial, helvetica, sans-serif;"><a href="https://www.mchelgham.com/wp-content/uploads/2023/03/ESXi-ISO-MACOS_2.png" data-rel="lightbox-image-6" data-rl_title="" data-rl_caption="" title=""><img loading="lazy" decoding="async" class="aligncenter size-large wp-image-2897" src="https://www.mchelgham.com/wp-content/uploads/2023/03/ESXi-ISO-MACOS_2.png" alt="" width="427" height="201" /></a></span>
<p style="text-align: justify;">Vous pouvez maintenant <strong>éjecter proprement</strong> la Clé USB et<strong> la brancher sur votre machine</strong> pour booter dessus.</p>
<span style="font-family: tahoma, arial, helvetica, sans-serif;"><img loading="lazy" decoding="async" class="aligncenter size-large wp-image-2896" src="https://www.mchelgham.com/wp-content/uploads/2023/03/ESXi-ISO-MACOS_1.png" alt="" width="168" height="117" /></span><p>L’article <a href="https://www.mchelgham.com/vsphere-creation-dune-cle-usb-bootable-esxi-sur-macos/">vSphere : Création d&#8217;une clé USB Bootable ESXi sur MacOS</a> est apparu en premier sur <a href="https://www.mchelgham.com">MCHELGHAM</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.mchelgham.com/vsphere-creation-dune-cle-usb-bootable-esxi-sur-macos/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
