<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Creating USB based boot media for ESX 4 installs</title>
	<atom:link href="http://blog.laspina.ca/ubiquitous/creating-usb-based-boot-media-for-esx-4-installs/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.laspina.ca/ubiquitous/creating-usb-based-boot-media-for-esx-4-installs</link>
	<description>Blogging for technical minds.</description>
	<lastBuildDate>Fri, 27 Jan 2012 17:53:51 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Slym</title>
		<link>http://blog.laspina.ca/ubiquitous/creating-usb-based-boot-media-for-esx-4-installs/comment-page-1#comment-3392</link>
		<dc:creator>Slym</dc:creator>
		<pubDate>Mon, 12 Sep 2011 20:35:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.laspina.ca/?p=331#comment-3392</guid>
		<description>Or you can use LinuxLive USB Creator and it will even create a ks.cfg with a lot of examples for different settings. 

It&#039;s there : http://www.linuxliveusb.com

And it&#039;s working with vSphere 4.1 and 5.0.</description>
		<content:encoded><![CDATA[<p>Or you can use LinuxLive USB Creator and it will even create a ks.cfg with a lot of examples for different settings. </p>
<p>It&#8217;s there : <a href="http://www.linuxliveusb.com" rel="nofollow">http://www.linuxliveusb.com</a></p>
<p>And it&#8217;s working with vSphere 4.1 and 5.0.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: arszone</title>
		<link>http://blog.laspina.ca/ubiquitous/creating-usb-based-boot-media-for-esx-4-installs/comment-page-1#comment-1431</link>
		<dc:creator>arszone</dc:creator>
		<pubDate>Mon, 11 Oct 2010 18:57:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.laspina.ca/?p=331#comment-1431</guid>
		<description>&lt;a Title=&quot;EASY WAY&quot; rel=&quot;nofollow&quot;&gt;
You can create a boot disk using http://unetbootin.sourceforge.net/ use the software thats it. It will do the rest</description>
		<content:encoded><![CDATA[<p><a Title="EASY WAY" rel="nofollow"><br />
You can create a boot disk using </a><a href="http://unetbootin.sourceforge.net/" rel="nofollow">http://unetbootin.sourceforge.net/</a> use the software thats it. It will do the rest</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob Smith</title>
		<link>http://blog.laspina.ca/ubiquitous/creating-usb-based-boot-media-for-esx-4-installs/comment-page-1#comment-1412</link>
		<dc:creator>Rob Smith</dc:creator>
		<pubDate>Wed, 29 Sep 2010 15:05:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.laspina.ca/?p=331#comment-1412</guid>
		<description>Hi 

Thanks to everyone for the above help. Just to add in my experience I used the following in my syslinux.cfg file and I was able to install Vmware ESX 4.0 from a USB key. 


default esx
prompt 1
#menu title ESX build 164009
timeout 300

LABEL esx
  menu default
  menu label Install ESX in graphical mode
  kernel vmlinuz
  append initrd=initrd.img vmkopts=debugLogToSerial:1 mem=512M quiet askmedia

LABEL esx-text
  menu label Install ESX in text mode
  kernel vmlinuz
  append initrd=initrd.img vmkopts=debugLogToSerial:1 mem=512M ks=usb text quiet askmedia

LABEL usb-ks
  menu label ESX Scripted Install using USB ks.cfg
  kernel vmlinuz
  append initrd=initrd.img vmkopts=debugLogToSerial:1 mem=512M ks=usb quiet askmedia

LABEL first-disk-safe
  menu label ESX Scripted Install to first disk
  kernel vmlinuz
  append initrd=initrd.img vmkopts=debugLogToSerial:1 mem=512M ks=file:///usr/lib/vmware/weasel/examples/ks-first-safe.cfg quiet

LABEL first-disk
  menu label ESX Scripted Install to first disk (overwrite VMFS)
  kernel vmlinuz
  append initrd=initrd.img vmkopts=debugLogToSerial:1 mem=512M ks=file:///usr/lib/vmware/weasel/examples/ks-first.cfg quiet

LABEL skip-install
  menu label ^Boot from first hard disk
  localboot 0x80

Im  no expert - just a guy who had to get Vmware installed and found server had no DVD drive - but it worked

Rob</description>
		<content:encoded><![CDATA[<p>Hi </p>
<p>Thanks to everyone for the above help. Just to add in my experience I used the following in my syslinux.cfg file and I was able to install Vmware ESX 4.0 from a USB key. </p>
<p>default esx<br />
prompt 1<br />
#menu title ESX build 164009<br />
timeout 300</p>
<p>LABEL esx<br />
  menu default<br />
  menu label Install ESX in graphical mode<br />
  kernel vmlinuz<br />
  append initrd=initrd.img vmkopts=debugLogToSerial:1 mem=512M quiet askmedia</p>
<p>LABEL esx-text<br />
  menu label Install ESX in text mode<br />
  kernel vmlinuz<br />
  append initrd=initrd.img vmkopts=debugLogToSerial:1 mem=512M ks=usb text quiet askmedia</p>
<p>LABEL usb-ks<br />
  menu label ESX Scripted Install using USB ks.cfg<br />
  kernel vmlinuz<br />
  append initrd=initrd.img vmkopts=debugLogToSerial:1 mem=512M ks=usb quiet askmedia</p>
<p>LABEL first-disk-safe<br />
  menu label ESX Scripted Install to first disk<br />
  kernel vmlinuz<br />
  append initrd=initrd.img vmkopts=debugLogToSerial:1 mem=512M ks=file:///usr/lib/vmware/weasel/examples/ks-first-safe.cfg quiet</p>
<p>LABEL first-disk<br />
  menu label ESX Scripted Install to first disk (overwrite VMFS)<br />
  kernel vmlinuz<br />
  append initrd=initrd.img vmkopts=debugLogToSerial:1 mem=512M ks=file:///usr/lib/vmware/weasel/examples/ks-first.cfg quiet</p>
<p>LABEL skip-install<br />
  menu label ^Boot from first hard disk<br />
  localboot 0&#215;80</p>
<p>Im  no expert &#8211; just a guy who had to get Vmware installed and found server had no DVD drive &#8211; but it worked</p>
<p>Rob</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike La Spina</title>
		<link>http://blog.laspina.ca/ubiquitous/creating-usb-based-boot-media-for-esx-4-installs/comment-page-1#comment-1253</link>
		<dc:creator>Mike La Spina</dc:creator>
		<pubDate>Sat, 10 Jul 2010 13:55:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.laspina.ca/?p=331#comment-1253</guid>
		<description>Hi,
The folder structure needs to match what the iso looks like. The problem most people encounter is the ks location issue. Since syslinux loads a ram image, the visibility of the ks files is constrainted to the access context of the ram image at the time of load. The ram image can access the USB but it is instructed to do so by setting the install media from the ks file as &quot;install usb&quot;. Thus if the ks file is not part of the initrd img file you must define it over one of the available &quot;ks=&quot; methods of the image loads append statement of the syslinux.cfg file.

Mike</description>
		<content:encoded><![CDATA[<p>Hi,<br />
The folder structure needs to match what the iso looks like. The problem most people encounter is the ks location issue. Since syslinux loads a ram image, the visibility of the ks files is constrainted to the access context of the ram image at the time of load. The ram image can access the USB but it is instructed to do so by setting the install media from the ks file as &#8220;install usb&#8221;. Thus if the ks file is not part of the initrd img file you must define it over one of the available &#8220;ks=&#8221; methods of the image loads append statement of the syslinux.cfg file.</p>
<p>Mike</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Perry</title>
		<link>http://blog.laspina.ca/ubiquitous/creating-usb-based-boot-media-for-esx-4-installs/comment-page-1#comment-1251</link>
		<dc:creator>Perry</dc:creator>
		<pubDate>Fri, 09 Jul 2010 17:47:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.laspina.ca/?p=331#comment-1251</guid>
		<description>Do you need to copy the ESX 4.x &quot;Vmware&quot; folder contents to the root of the USB key, or just copy the folder to the root?  Can somebody post an example of the syslinux.cfg assuming that all of the ESX install files are copied to the USB key?</description>
		<content:encoded><![CDATA[<p>Do you need to copy the ESX 4.x &#8220;Vmware&#8221; folder contents to the root of the USB key, or just copy the folder to the root?  Can somebody post an example of the syslinux.cfg assuming that all of the ESX install files are copied to the USB key?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Akiraa</title>
		<link>http://blog.laspina.ca/ubiquitous/creating-usb-based-boot-media-for-esx-4-installs/comment-page-1#comment-1085</link>
		<dc:creator>Akiraa</dc:creator>
		<pubDate>Thu, 03 Jun 2010 00:12:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.laspina.ca/?p=331#comment-1085</guid>
		<description>For EXSi 4:
I deleted the isolinux.bin, renamed isolinux.cfg to syslinux.cfg, edited syslinux.cfg and added the keyword &#039;usb&#039; at the end of the &#039;append&#039; command</description>
		<content:encoded><![CDATA[<p>For EXSi 4:<br />
I deleted the isolinux.bin, renamed isolinux.cfg to syslinux.cfg, edited syslinux.cfg and added the keyword &#8216;usb&#8217; at the end of the &#8216;append&#8217; command</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike La Spina</title>
		<link>http://blog.laspina.ca/ubiquitous/creating-usb-based-boot-media-for-esx-4-installs/comment-page-1#comment-785</link>
		<dc:creator>Mike La Spina</dc:creator>
		<pubDate>Wed, 31 Mar 2010 21:13:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.laspina.ca/?p=331#comment-785</guid>
		<description>Hi Nathan,

Where is your ESX code repository. On the usb or on the http server?

If it is on the USB&#039;s root then make sure your ks.cfg files contains a line with

install usb

Also be sure to copy the ESX DVD to the root of the USB stick.

Regards,

Mike</description>
		<content:encoded><![CDATA[<p>Hi Nathan,</p>
<p>Where is your ESX code repository. On the usb or on the http server?</p>
<p>If it is on the USB&#8217;s root then make sure your ks.cfg files contains a line with</p>
<p>install usb</p>
<p>Also be sure to copy the ESX DVD to the root of the USB stick.</p>
<p>Regards,</p>
<p>Mike</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nathan</title>
		<link>http://blog.laspina.ca/ubiquitous/creating-usb-based-boot-media-for-esx-4-installs/comment-page-1#comment-782</link>
		<dc:creator>Nathan</dc:creator>
		<pubDate>Wed, 31 Mar 2010 18:02:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.laspina.ca/?p=331#comment-782</guid>
		<description>I got the USB key to boot, but it kept asking for me to install the cdrom and would fail after thin initrd.img booted.  I could hit f2 and get a prompt and mount the usb drive.  I tried &#039;askmedia&#039; but then all it does is say..insert CDROM and keep asking for the CD.

I still use a ks.cfg file from a web server so my syslinux.cfg looks like this:
default esx
prompt 1
#menu title ESX build 208167
timeout 300


LABEL esx
  menu label ESX Scripted Install using ks.cfg
  kernel vmlinuz
  append initrd=initrd.img vmkopts=debugLogToSerial:1 mem=512M ks=http://server/ks.cfg askmedia</description>
		<content:encoded><![CDATA[<p>I got the USB key to boot, but it kept asking for me to install the cdrom and would fail after thin initrd.img booted.  I could hit f2 and get a prompt and mount the usb drive.  I tried &#8216;askmedia&#8217; but then all it does is say..insert CDROM and keep asking for the CD.</p>
<p>I still use a ks.cfg file from a web server so my syslinux.cfg looks like this:<br />
default esx<br />
prompt 1<br />
#menu title ESX build 208167<br />
timeout 300</p>
<p>LABEL esx<br />
  menu label ESX Scripted Install using ks.cfg<br />
  kernel vmlinuz<br />
  append initrd=initrd.img vmkopts=debugLogToSerial:1 mem=512M ks=http://server/ks.cfg askmedia</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike La Spina</title>
		<link>http://blog.laspina.ca/ubiquitous/creating-usb-based-boot-media-for-esx-4-installs/comment-page-1#comment-719</link>
		<dc:creator>Mike La Spina</dc:creator>
		<pubDate>Fri, 05 Mar 2010 13:21:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.laspina.ca/?p=331#comment-719</guid>
		<description>Marin,

The file you have specified is an ESXi image and will not have the same layout, it&#039;s isolinux boot entries are in the root directory. 
You can create a boot but cannot use the automated the host configuration with the ESX install script methods.</description>
		<content:encoded><![CDATA[<p>Marin,</p>
<p>The file you have specified is an ESXi image and will not have the same layout, it&#8217;s isolinux boot entries are in the root directory.<br />
You can create a boot but cannot use the automated the host configuration with the ESX install script methods.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marin</title>
		<link>http://blog.laspina.ca/ubiquitous/creating-usb-based-boot-media-for-esx-4-installs/comment-page-1#comment-717</link>
		<dc:creator>Marin</dc:creator>
		<pubDate>Fri, 05 Mar 2010 10:28:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.laspina.ca/?p=331#comment-717</guid>
		<description>I can&#039;t find isolinux directory from the VMware-VMvisor-Installer-4.0.0.Update01-208167.x86_64.iso file (latest distribution from VMware), and of course there is no initrd file?</description>
		<content:encoded><![CDATA[<p>I can&#8217;t find isolinux directory from the VMware-VMvisor-Installer-4.0.0.Update01-208167.x86_64.iso file (latest distribution from VMware), and of course there is no initrd file?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

