<?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: iPXE: Now with Native Menus and SmartOS Support</title>
	<atom:link href="http://cuddletech.com/blog/?feed=rss2&#038;p=779" rel="self" type="application/rss+xml" />
	<link>http://cuddletech.com/blog/?p=779&#038;utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=ipxe-now-with-native-menus-and-smartos-support</link>
	<description>The Blog of Ben Rockwood</description>
	<lastBuildDate>Mon, 20 May 2013 17:48:08 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
	<item>
		<title>By: Jeppe Toustrup</title>
		<link>http://cuddletech.com/blog/?p=779#comment-27456</link>
		<dc:creator>Jeppe Toustrup</dc:creator>
		<pubDate>Mon, 08 Oct 2012 11:45:47 +0000</pubDate>
		<guid isPermaLink="false">http://cuddletech.com/blog/?p=779#comment-27456</guid>
		<description>Thank you for the reference to specifying colors for the menu, that&#039;s at least a start :)</description>
		<content:encoded><![CDATA[<p>Thank you for the reference to specifying colors for the menu, that&#8217;s at least a start <img src='http://cuddletech.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robin Smidsrød</title>
		<link>http://cuddletech.com/blog/?p=779#comment-27455</link>
		<dc:creator>Robin Smidsrød</dc:creator>
		<pubDate>Mon, 08 Oct 2012 11:06:26 +0000</pubDate>
		<guid isPermaLink="false">http://cuddletech.com/blog/?p=779#comment-27455</guid>
		<description>Thanks for linking to my example. Hope you find it useful.

@Jeppe: Since the menu is using the BIOS-provided text mode, it is limited by what the BIOS text mode interface provides. You can specify the default colors used by all of the interactive TUIs in the file src/config/colour.h (usually changed for your site by modifying src/config/local/colour.h). The color codes you can use are defined in src/include/curses.h. You need to recompile to make this stick.

Since it is a BIOS-provided text mode you can also use ANSI escape sequences in any text you output with very little effort. This should allow you to use fancy ASCII-art. You can see an example of how to do that at this link: http://www.ipxe.org/cmd/set

@Ben: Great article about how iPXE is moving the netbooting state of the art forward. PS: s/dump PXE/dumb PXE/</description>
		<content:encoded><![CDATA[<p>Thanks for linking to my example. Hope you find it useful.</p>
<p>@Jeppe: Since the menu is using the BIOS-provided text mode, it is limited by what the BIOS text mode interface provides. You can specify the default colors used by all of the interactive TUIs in the file src/config/colour.h (usually changed for your site by modifying src/config/local/colour.h). The color codes you can use are defined in src/include/curses.h. You need to recompile to make this stick.</p>
<p>Since it is a BIOS-provided text mode you can also use ANSI escape sequences in any text you output with very little effort. This should allow you to use fancy ASCII-art. You can see an example of how to do that at this link: <a href="http://www.ipxe.org/cmd/set" rel="nofollow">http://www.ipxe.org/cmd/set</a></p>
<p>@Ben: Great article about how iPXE is moving the netbooting state of the art forward. PS: s/dump PXE/dumb PXE/</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeppe Toustrup</title>
		<link>http://cuddletech.com/blog/?p=779#comment-27453</link>
		<dc:creator>Jeppe Toustrup</dc:creator>
		<pubDate>Mon, 08 Oct 2012 09:00:50 +0000</pubDate>
		<guid isPermaLink="false">http://cuddletech.com/blog/?p=779#comment-27453</guid>
		<description>There&#039;s also a pretty extensive iPXE menu example made by on the of community members here: https://gist.github.com/2234639

The only thing I lack from the native menu compared to menu.c32, is the ability to style it, just for that extra bling effect :)</description>
		<content:encoded><![CDATA[<p>There&#8217;s also a pretty extensive iPXE menu example made by on the of community members here: <a href="https://gist.github.com/2234639" rel="nofollow">https://gist.github.com/2234639</a></p>
<p>The only thing I lack from the native menu compared to menu.c32, is the ability to style it, just for that extra bling effect <img src='http://cuddletech.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
