<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.4" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: PXE / Net booting Open Solaris 200805 release.</title>
	<link>http://blog.buttermountain.co.uk/2008/05/24/pxe-net-booting-open-solaris-200805-release/</link>
	<description>The unwanted stock pile.</description>
	<pubDate>Fri, 21 Nov 2008 18:23:50 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.4</generator>

	<item>
		<title>by: Christian@rostonline</title>
		<link>http://blog.buttermountain.co.uk/2008/05/24/pxe-net-booting-open-solaris-200805-release/#comment-6293</link>
		<pubDate>Mon, 11 Aug 2008 14:00:40 +0000</pubDate>
		<guid>http://blog.buttermountain.co.uk/2008/05/24/pxe-net-booting-open-solaris-200805-release/#comment-6293</guid>
					<description>/usr/sbin/prtconf -v /devices does not work at my setup.
I got the error: prtconf: devinfo facility not available
Is there any other way to get the grub-kernel parameter after the -B switch ?</description>
		<content:encoded><![CDATA[<p>/usr/sbin/prtconf -v /devices does not work at my setup.<br />
I got the error: prtconf: devinfo facility not available<br />
Is there any other way to get the grub-kernel parameter after the -B switch ?
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: iain</title>
		<link>http://blog.buttermountain.co.uk/2008/05/24/pxe-net-booting-open-solaris-200805-release/#comment-3382</link>
		<pubDate>Mon, 16 Jun 2008 13:43:26 +0000</pubDate>
		<guid>http://blog.buttermountain.co.uk/2008/05/24/pxe-net-booting-open-solaris-200805-release/#comment-3382</guid>
					<description>Hi Marian,

To answer your questions:

1) I'm running Ubuntu Gutsy Gibbon release, which according to my dhcpd.conf file is running 'ISC dhcpd'

My dhcpd.conf file looks like this:

====== dhcpd.conf =====
ddns-update-style none;
default-lease-time 600;
max-lease-time 7200;
log-facility local7;

option grubmenu code 150 = text;

subnet 192.168.1.0 netmask 255.255.255.0 {
	}

host laptop {
	hardware ethernet 00:00:00:60:B6:68;
	option grubmenu "/boot/grub/menu.lst";
	fixed-address 192.168.1.34;
	option subnet-mask 255.255.255.0;
	option routers 192.168.1.10;
	next-server 192.168.1.20;
	filename "/boot/grub/pxegrub";
}

===== end dhcpd.conf ====

2) I didn't need to manually enter anything under grub, it was all configured from the /boot/grub/menu.lst file. 

When I was reading up about this I noted that some people under red hat were having issues with the default tftpd server. I'll see if I can dig up the answer they came up with.</description>
		<content:encoded><![CDATA[<p>Hi Marian,</p>
<p>To answer your questions:</p>
<p>1) I&#8217;m running Ubuntu Gutsy Gibbon release, which according to my dhcpd.conf file is running &#8216;ISC dhcpd&#8217;</p>
<p>My dhcpd.conf file looks like this:</p>
<p>====== dhcpd.conf =====<br />
ddns-update-style none;<br />
default-lease-time 600;<br />
max-lease-time 7200;<br />
log-facility local7;</p>
<p>option grubmenu code 150 = text;</p>
<p>subnet 192.168.1.0 netmask 255.255.255.0 {<br />
	}</p>
<p>host laptop {<br />
	hardware ethernet 00:00:00:60:B6:68;<br />
	option grubmenu &#8220;/boot/grub/menu.lst&#8221;;<br />
	fixed-address 192.168.1.34;<br />
	option subnet-mask 255.255.255.0;<br />
	option routers 192.168.1.10;<br />
	next-server 192.168.1.20;<br />
	filename &#8220;/boot/grub/pxegrub&#8221;;<br />
}</p>
<p>===== end dhcpd.conf ====</p>
<p>2) I didn&#8217;t need to manually enter anything under grub, it was all configured from the /boot/grub/menu.lst file. </p>
<p>When I was reading up about this I noted that some people under red hat were having issues with the default tftpd server. I&#8217;ll see if I can dig up the answer they came up with.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Marian Klein</title>
		<link>http://blog.buttermountain.co.uk/2008/05/24/pxe-net-booting-open-solaris-200805-release/#comment-2993</link>
		<pubDate>Wed, 04 Jun 2008 17:25:32 +0000</pubDate>
		<guid>http://blog.buttermountain.co.uk/2008/05/24/pxe-net-booting-open-solaris-200805-release/#comment-2993</guid>
					<description>Hi
http://blog.buttermountain.co.uk/2008/05/24/pxe-net-booting-open-solaris-200805-release/
I could not reproduce your instructions on dhcp server

After adding cutom option:
option grubmenu code 150 = text;
option grubmenu “/boot/grub/menu.lst”;
into /etc/dhcpd.conf
The dhcpd server does not start at all.
on Scientific Linux 5.1, on debian/etch and
CentOS 5.1.
What Operating system you use for DHCP server?
 You didn't mention it in your blog.

I managed to get into command line pxegrub only without the custom options from dhcp server.

If I manually enter
kernel$ /solaris/platform/i86pc/kernel/$ISADIR/unix -m verbose -B install_server=[ip of your nfs server]:/export/opensolaris/
It works
If I manually enter
module /solaris/x86.microroot
it start reading the file. I see 20 dots. and then I get:
Disk read error

Do you have any idea how to resolve both issues?</description>
		<content:encoded><![CDATA[<p>Hi<br />
<a href='http://blog.buttermountain.co.uk/2008/05/24/pxe-net-booting-open-solaris-200805-release/' rel='nofollow'>http://blog.buttermountain.co.uk/2008/05/24/pxe-net-booting-open-solaris-200805-release/</a><br />
I could not reproduce your instructions on dhcp server</p>
<p>After adding cutom option:<br />
option grubmenu code 150 = text;<br />
option grubmenu “/boot/grub/menu.lst”;<br />
into /etc/dhcpd.conf<br />
The dhcpd server does not start at all.<br />
on Scientific Linux 5.1, on debian/etch and<br />
CentOS 5.1.<br />
What Operating system you use for DHCP server?<br />
 You didn&#8217;t mention it in your blog.</p>
<p>I managed to get into command line pxegrub only without the custom options from dhcp server.</p>
<p>If I manually enter<br />
kernel$ /solaris/platform/i86pc/kernel/$ISADIR/unix -m verbose -B install_server=[ip of your nfs server]:/export/opensolaris/<br />
It works<br />
If I manually enter<br />
module /solaris/x86.microroot<br />
it start reading the file. I see 20 dots. and then I get:<br />
Disk read error</p>
<p>Do you have any idea how to resolve both issues?
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
