<?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>bootable usb | KC's Blog</title>
	<atom:link href="https://www.kjctech.net/tag/bootable-usb/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.kjctech.net</link>
	<description></description>
	<lastBuildDate>Tue, 24 Jan 2023 18:21:05 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://i0.wp.com/www.kjctech.net/wp-content/uploads/2016/12/cropped-KC-Logo.png?fit=32%2C32&#038;ssl=1</url>
	<title>bootable usb | KC's Blog</title>
	<link>https://www.kjctech.net</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">24634607</site>	<item>
		<title>How To Boot Virtual Machine from Bootable USB Device in VMware</title>
		<link>https://www.kjctech.net/how-to-boot-virtual-machine-from-bootable-usb-device-in-vmware/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-boot-virtual-machine-from-bootable-usb-device-in-vmware</link>
					<comments>https://www.kjctech.net/how-to-boot-virtual-machine-from-bootable-usb-device-in-vmware/#comments</comments>
		
		<dc:creator><![CDATA[Kent Chen]]></dc:creator>
		<pubDate>Tue, 08 Oct 2013 23:02:01 +0000</pubDate>
				<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[bootable usb]]></category>
		<category><![CDATA[VMware]]></category>
		<guid isPermaLink="false">http://www.kjctech.net/?p=2334</guid>

					<description><![CDATA[<p>There are 2 hurdles I needed to jump over. First of all, I need to find an easy and reliable way to access VM&#8217;s BIOS to change the boot sequence. I can press F2 during the normal VM boot process but I have to be quick and I have to be inside the VM window to be able to do [&#8230;]</p>
The post <a href="https://www.kjctech.net/how-to-boot-virtual-machine-from-bootable-usb-device-in-vmware/">How To Boot Virtual Machine from Bootable USB Device in VMware</a> first appeared on <a href="https://www.kjctech.net">KC's Blog</a>.]]></description>
										<content:encoded><![CDATA[<p>There are 2 hurdles I needed to jump over.</p>
<p>First of all, I need to find an easy and reliable way to access VM&#8217;s BIOS to change the boot sequence.</p>
<p>I can press F2 during the normal VM boot process but I have to be quick and I have to be inside the VM window to be able to do that. And I found that adding the following line into the .VMX file works way better.</p>
<p><code>bios.bootDelay = "10000"</code></p>
<p>What it does is to delay the boot process for 10 seconds before the actual operating system kicks in, which gives me plenty of time to go into the VM and press F2 key to launch BIOS window.</p>
<p>Secondly, I need to find a way that allows the VM to boot off the bootable USB device, since neither VMware Player nor Workstation offers an option to boot from USB bootable device.</p>
<figure id="attachment_2335" aria-describedby="caption-attachment-2335" style="width: 600px" class="wp-caption alignnone"><a href="https://i0.wp.com/www.kjctech.net/wp-content/uploads/2013/10/VMware-VM-setup.png" data-rel="lightbox-image-0" data-rl_title="" data-rl_caption="" title=""><img data-recalc-dims="1" fetchpriority="high" decoding="async" class="size-large wp-image-2335" alt="Set Plop BootManager ISO image as CD/DVD " src="https://i0.wp.com/www.kjctech.net/wp-content/uploads/2013/10/VMware-VM-setup-600x260.png?resize=600%2C260" width="600" height="260" /></a><figcaption id="caption-attachment-2335" class="wp-caption-text">Set Plop BootManager ISO image as CD/DVD</figcaption></figure>
<p>And that&#8217;s when I find this <a href="http://www.plop.at/en/bootmanagers.html" target="_blank" rel="noopener">Plop&#8217;s BootManager</a> awesome. Download the problem and unzip the content <strong>plpbt.iso</strong> to a place that&#8217;s convenient. Then, set this iso file as the content of CD/DVD drive, change the boot sequence to boot from CD-Rom. Then, fire up. Here is what you will see.</p>
<figure id="attachment_2336" aria-describedby="caption-attachment-2336" style="width: 330px" class="wp-caption alignnone"><a href="https://i0.wp.com/www.kjctech.net/wp-content/uploads/2013/10/Plop-BootManager.png" data-rel="lightbox-image-1" data-rl_title="" data-rl_caption="" title=""><img data-recalc-dims="1" decoding="async" class="size-full wp-image-2336" alt="Plop BootManager boot menu" src="https://i0.wp.com/www.kjctech.net/wp-content/uploads/2013/10/Plop-BootManager.png?resize=330%2C188" width="330" height="188" srcset="https://i0.wp.com/www.kjctech.net/wp-content/uploads/2013/10/Plop-BootManager.png?w=330&amp;ssl=1 330w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2013/10/Plop-BootManager.png?resize=250%2C142&amp;ssl=1 250w" sizes="(max-width: 330px) 100vw, 330px" /></a><figcaption id="caption-attachment-2336" class="wp-caption-text">Plop BootManager boot menu</figcaption></figure>
<p>Plug in the bootable USB device, and select USB from the list, bingo.</p>
<p>From the times I&#8217;ve used this option, it&#8217;s been great.</p>The post <a href="https://www.kjctech.net/how-to-boot-virtual-machine-from-bootable-usb-device-in-vmware/">How To Boot Virtual Machine from Bootable USB Device in VMware</a> first appeared on <a href="https://www.kjctech.net">KC's Blog</a>.]]></content:encoded>
					
					<wfw:commentRss>https://www.kjctech.net/how-to-boot-virtual-machine-from-bootable-usb-device-in-vmware/feed/</wfw:commentRss>
			<slash:comments>4</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">2334</post-id>	</item>
	</channel>
</rss>
