<?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 for Ohjeah!</title>
	<atom:link href="http://www.ohjeah.net/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ohjeah.net</link>
	<description>The writings of JRO...</description>
	<lastBuildDate>Wed, 27 Jan 2010 16:12:29 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on PXE and Kickstart, Automated Installations for Linux via WDS by jro</title>
		<link>http://www.ohjeah.net/2008/09/24/pxe-and-kickstart-automated-installations-for-linux-via-wds/comment-page-1/#comment-784</link>
		<dc:creator>jro</dc:creator>
		<pubDate>Wed, 27 Jan 2010 16:12:29 +0000</pubDate>
		<guid isPermaLink="false">http://nativemo.de/?p=50#comment-784</guid>
		<description>Is it not letting you change the field at all or just not letting you select the pbxlinux.0 image?</description>
		<content:encoded><![CDATA[<p>Is it not letting you change the field at all or just not letting you select the pbxlinux.0 image?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PXE and Kickstart, Automated Installations for Linux via WDS by Jimbo</title>
		<link>http://www.ohjeah.net/2008/09/24/pxe-and-kickstart-automated-installations-for-linux-via-wds/comment-page-1/#comment-783</link>
		<dc:creator>Jimbo</dc:creator>
		<pubDate>Wed, 27 Jan 2010 16:05:37 +0000</pubDate>
		<guid isPermaLink="false">http://nativemo.de/?p=50#comment-783</guid>
		<description>Right, followed all the steps and fell at the last hurdle.. canot change the boot option on wds to use the pxelinux.0 boot image. Can change the default boot image, when I click select there are none listed. Under Boot images folder I can only add the wim type.

Does this work on 2008 R2? Fresh install in it&#039;s own domain, PXE boot works fine but only windows.

Help! 

Cheers, Jim</description>
		<content:encoded><![CDATA[<p>Right, followed all the steps and fell at the last hurdle.. canot change the boot option on wds to use the pxelinux.0 boot image. Can change the default boot image, when I click select there are none listed. Under Boot images folder I can only add the wim type.</p>
<p>Does this work on 2008 R2? Fresh install in it&#8217;s own domain, PXE boot works fine but only windows.</p>
<p>Help! </p>
<p>Cheers, Jim</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on VMware &#8211; Windows AMD PCNet Family Adapater Issue by Risharde R.</title>
		<link>http://www.ohjeah.net/2009/02/16/vmware-windows-amd-pcnet-family-adapater-issue/comment-page-1/#comment-707</link>
		<dc:creator>Risharde R.</dc:creator>
		<pubDate>Thu, 24 Dec 2009 13:49:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.ohjeah.net/?p=167#comment-707</guid>
		<description>Thanks for this, I have linked back to this thread on my blog. Thanks again</description>
		<content:encoded><![CDATA[<p>Thanks for this, I have linked back to this thread on my blog. Thanks again</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PXE and Kickstart, Automated Installations for Linux via WDS by Niels</title>
		<link>http://www.ohjeah.net/2008/09/24/pxe-and-kickstart-automated-installations-for-linux-via-wds/comment-page-1/#comment-681</link>
		<dc:creator>Niels</dc:creator>
		<pubDate>Fri, 11 Dec 2009 16:58:25 +0000</pubDate>
		<guid isPermaLink="false">http://nativemo.de/?p=50#comment-681</guid>
		<description>Hello,

First of all, very nice tutorial!
im trying with the debian netinstall(debian-503-i386-netinst.iso), extracted the iso to my apache http server (wich is reachable)
in conf/x86.conf i have:
LABEL Debian Lenny new 2.6.26.2 32bit
         MENU LABEL Debian Lenny new 2.6.26.2 32bit
         KERNEL knl/vmlinuz
         APPEND initrd=img/initrd.img ks=http://10.4.3.72/debian-503-i386-netinst/preseed.cfg
i use the pxe boot and i can choose for that version, it loads vmlinux and initrd.img and it starts with the debian setup. But it isnt going automatically! and i dont know what im doing wrong.. plus when i go tru the setup it suddenly ask for mounting cdrom, but its a netinstall! those 2 problems i have wich i dont know how to fix.
this is the layout of my preseed.cfg (also tried to name is ks.cfg)
#### Contents of the preconfiguration file (for lenny)
### Localization
# Locale sets language and country.
d-i debian-installer/locale string en_US

# Keyboard selection.
#d-i console-tools/archs select at
d-i console-keymaps-at/keymap select us
# Example for a different keyboard architecture
#d-i console-keymaps-usb/keymap select mac-usb-us

### Network configuration
# netcfg will choose an interface that has link if possible. This makes it
# skip displaying a list if there is more than one interface.
d-i netcfg/choose_interface select auto

# To pick a particular interface instead:
#d-i netcfg/choose_interface select eth1

# If you have a slow dhcp server and the installer times out waiting for
# it, this might be useful.
d-i netcfg/dhcp_timeout string 60

# If you prefer to configure the network manually, uncomment this line and
# the static network configuration below.
#d-i netcfg/disable_dhcp boolean true

# If you want the preconfiguration file to work on systems both with and
# without a dhcp server, uncomment these lines and the static network
# configuration below.
#d-i netcfg/dhcp_failed note
#d-i netcfg/dhcp_options select Configure network manually

# Static network configuration.
#d-i netcfg/get_nameservers string 192.168.1.1
#d-i netcfg/get_ipaddress string 192.168.1.42
#d-i netcfg/get_netmask string 255.255.255.0
#d-i netcfg/get_gateway string 192.168.1.1
#d-i netcfg/confirm_static boolean true

# Any hostname and domain names assigned from dhcp take precedence over
# values set here. However, setting the values still prevents the questions
# from being shown, even if values come from dhcp.
d-i netcfg/get_hostname string unassigned-hostname
d-i netcfg/get_domain string unassigned-domain

# Disable that annoying WEP key dialog.
d-i netcfg/wireless_wep string
# The wacky dhcp hostname that some ISPs use as a password of sorts.
#d-i netcfg/dhcp_hostname string radish

# If non-free firmware is needed for the network or other hardware, you can
# configure the installer to always try to load it, without prompting. Or
# change to false to disable asking.
#d-i hw-detect/load_firmware boolean true

### Network console
# Use the following settings if you wish to make use of the network-console
# component for remote installation over SSH. This only makes sense if you
# intend to perform the remainder of the installation manually.
#d-i anna/choose_modules string network-console
#d-i network-console/password password r00tme
#d-i network-console/password-again password r00tme

### Mirror settings
# If you select ftp, the mirror/country string does not need to be set.
d-i mirror/protocol string ftp
# d-i mirror/country string manual
d-i mirror/http/hostname string http.us.debian.org
etc...

Anyone who can help me? (i followed the tuturial three times, just to be sure!)</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>First of all, very nice tutorial!<br />
im trying with the debian netinstall(debian-503-i386-netinst.iso), extracted the iso to my apache http server (wich is reachable)<br />
in conf/x86.conf i have:<br />
LABEL Debian Lenny new 2.6.26.2 32bit<br />
         MENU LABEL Debian Lenny new 2.6.26.2 32bit<br />
         KERNEL knl/vmlinuz<br />
         APPEND initrd=img/initrd.img ks=http://10.4.3.72/debian-503-i386-netinst/preseed.cfg<br />
i use the pxe boot and i can choose for that version, it loads vmlinux and initrd.img and it starts with the debian setup. But it isnt going automatically! and i dont know what im doing wrong.. plus when i go tru the setup it suddenly ask for mounting cdrom, but its a netinstall! those 2 problems i have wich i dont know how to fix.<br />
this is the layout of my preseed.cfg (also tried to name is ks.cfg)<br />
#### Contents of the preconfiguration file (for lenny)<br />
### Localization<br />
# Locale sets language and country.<br />
d-i debian-installer/locale string en_US</p>
<p># Keyboard selection.<br />
#d-i console-tools/archs select at<br />
d-i console-keymaps-at/keymap select us<br />
# Example for a different keyboard architecture<br />
#d-i console-keymaps-usb/keymap select mac-usb-us</p>
<p>### Network configuration<br />
# netcfg will choose an interface that has link if possible. This makes it<br />
# skip displaying a list if there is more than one interface.<br />
d-i netcfg/choose_interface select auto</p>
<p># To pick a particular interface instead:<br />
#d-i netcfg/choose_interface select eth1</p>
<p># If you have a slow dhcp server and the installer times out waiting for<br />
# it, this might be useful.<br />
d-i netcfg/dhcp_timeout string 60</p>
<p># If you prefer to configure the network manually, uncomment this line and<br />
# the static network configuration below.<br />
#d-i netcfg/disable_dhcp boolean true</p>
<p># If you want the preconfiguration file to work on systems both with and<br />
# without a dhcp server, uncomment these lines and the static network<br />
# configuration below.<br />
#d-i netcfg/dhcp_failed note<br />
#d-i netcfg/dhcp_options select Configure network manually</p>
<p># Static network configuration.<br />
#d-i netcfg/get_nameservers string 192.168.1.1<br />
#d-i netcfg/get_ipaddress string 192.168.1.42<br />
#d-i netcfg/get_netmask string 255.255.255.0<br />
#d-i netcfg/get_gateway string 192.168.1.1<br />
#d-i netcfg/confirm_static boolean true</p>
<p># Any hostname and domain names assigned from dhcp take precedence over<br />
# values set here. However, setting the values still prevents the questions<br />
# from being shown, even if values come from dhcp.<br />
d-i netcfg/get_hostname string unassigned-hostname<br />
d-i netcfg/get_domain string unassigned-domain</p>
<p># Disable that annoying WEP key dialog.<br />
d-i netcfg/wireless_wep string<br />
# The wacky dhcp hostname that some ISPs use as a password of sorts.<br />
#d-i netcfg/dhcp_hostname string radish</p>
<p># If non-free firmware is needed for the network or other hardware, you can<br />
# configure the installer to always try to load it, without prompting. Or<br />
# change to false to disable asking.<br />
#d-i hw-detect/load_firmware boolean true</p>
<p>### Network console<br />
# Use the following settings if you wish to make use of the network-console<br />
# component for remote installation over SSH. This only makes sense if you<br />
# intend to perform the remainder of the installation manually.<br />
#d-i anna/choose_modules string network-console<br />
#d-i network-console/password password r00tme<br />
#d-i network-console/password-again password r00tme</p>
<p>### Mirror settings<br />
# If you select ftp, the mirror/country string does not need to be set.<br />
d-i mirror/protocol string ftp<br />
# d-i mirror/country string manual<br />
d-i mirror/http/hostname string http.us.debian.org<br />
etc&#8230;</p>
<p>Anyone who can help me? (i followed the tuturial three times, just to be sure!)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on VMware &#8211; Windows AMD PCNet Family Adapater Issue by Lax Man</title>
		<link>http://www.ohjeah.net/2009/02/16/vmware-windows-amd-pcnet-family-adapater-issue/comment-page-1/#comment-587</link>
		<dc:creator>Lax Man</dc:creator>
		<pubDate>Mon, 30 Nov 2009 21:29:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.ohjeah.net/?p=167#comment-587</guid>
		<description>Still works great.  Thanks.</description>
		<content:encoded><![CDATA[<p>Still works great.  Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on VMware &#8211; Windows AMD PCNet Family Adapater Issue by theone</title>
		<link>http://www.ohjeah.net/2009/02/16/vmware-windows-amd-pcnet-family-adapater-issue/comment-page-1/#comment-541</link>
		<dc:creator>theone</dc:creator>
		<pubDate>Tue, 17 Nov 2009 15:26:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.ohjeah.net/?p=167#comment-541</guid>
		<description>superbbbb!</description>
		<content:encoded><![CDATA[<p>superbbbb!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on VMware &#8211; Windows AMD PCNet Family Adapater Issue by Mandy</title>
		<link>http://www.ohjeah.net/2009/02/16/vmware-windows-amd-pcnet-family-adapater-issue/comment-page-1/#comment-503</link>
		<dc:creator>Mandy</dc:creator>
		<pubDate>Sat, 24 Oct 2009 17:34:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.ohjeah.net/?p=167#comment-503</guid>
		<description>It Works ... Thanks a Lot</description>
		<content:encoded><![CDATA[<p>It Works &#8230; Thanks a Lot</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on VMware &#8211; Windows AMD PCNet Family Adapater Issue by xxrazor</title>
		<link>http://www.ohjeah.net/2009/02/16/vmware-windows-amd-pcnet-family-adapater-issue/comment-page-1/#comment-477</link>
		<dc:creator>xxrazor</dc:creator>
		<pubDate>Tue, 29 Sep 2009 10:21:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.ohjeah.net/?p=167#comment-477</guid>
		<description>Well this worked a treat, Thanks, now i have the same problem with driver for Multimedia Audio control with in Vmware, any ideas?</description>
		<content:encoded><![CDATA[<p>Well this worked a treat, Thanks, now i have the same problem with driver for Multimedia Audio control with in Vmware, any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on VMware &#8211; Windows AMD PCNet Family Adapater Issue by marco</title>
		<link>http://www.ohjeah.net/2009/02/16/vmware-windows-amd-pcnet-family-adapater-issue/comment-page-1/#comment-469</link>
		<dc:creator>marco</dc:creator>
		<pubDate>Fri, 25 Sep 2009 22:04:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.ohjeah.net/?p=167#comment-469</guid>
		<description>awesome, thanks for posting the solution.</description>
		<content:encoded><![CDATA[<p>awesome, thanks for posting the solution.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PXE and Kickstart, Automated Installations for Linux via WDS by jack</title>
		<link>http://www.ohjeah.net/2008/09/24/pxe-and-kickstart-automated-installations-for-linux-via-wds/comment-page-1/#comment-467</link>
		<dc:creator>jack</dc:creator>
		<pubDate>Thu, 24 Sep 2009 14:04:03 +0000</pubDate>
		<guid isPermaLink="false">http://nativemo.de/?p=50#comment-467</guid>
		<description>The Above steps I have tried on Microsoft WDS 2008 and its works!!!!, but I have small issue when I select EXIT menu to abortpxe.0 it wont go to next boot, it hangs there.. I have copied the abortpxe.com to abortpxe.0</description>
		<content:encoded><![CDATA[<p>The Above steps I have tried on Microsoft WDS 2008 and its works!!!!, but I have small issue when I select EXIT menu to abortpxe.0 it wont go to next boot, it hangs there.. I have copied the abortpxe.com to abortpxe.0</p>
]]></content:encoded>
	</item>
</channel>
</rss>
