<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://etherboot.org/wiki/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://etherboot.org/wiki/feed.php">
        <title>Etherboot/gPXE Wiki soc:2009:dverkamp:notes</title>
        <description></description>
        <link>http://etherboot.org/wiki/</link>
        <image rdf:resource="http://etherboot.org/wiki/lib/tpl/monobook/images/favicon.ico" />
       <dc:date>2026-05-07T17:06:33-07:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://etherboot.org/wiki/soc/2009/dverkamp/notes/buildbot?rev=1243960224&amp;do=diff"/>
                <rdf:li rdf:resource="http://etherboot.org/wiki/soc/2009/dverkamp/notes/linux_mkbootfs?rev=1245419468&amp;do=diff"/>
                <rdf:li rdf:resource="http://etherboot.org/wiki/soc/2009/dverkamp/notes/linux_tftp?rev=1244310810&amp;do=diff"/>
                <rdf:li rdf:resource="http://etherboot.org/wiki/soc/2009/dverkamp/notes/start?rev=1245418660&amp;do=diff"/>
                <rdf:li rdf:resource="http://etherboot.org/wiki/soc/2009/dverkamp/notes/windows_7_install_to_iscsi?rev=1245170995&amp;do=diff"/>
                <rdf:li rdf:resource="http://etherboot.org/wiki/soc/2009/dverkamp/notes/windows_iscsi_forward_authentication?rev=1244214311&amp;do=diff"/>
                <rdf:li rdf:resource="http://etherboot.org/wiki/soc/2009/dverkamp/notes/windows_pe?rev=1244584288&amp;do=diff"/>
                <rdf:li rdf:resource="http://etherboot.org/wiki/soc/2009/dverkamp/notes/windows_xp_iscsi?rev=1244846817&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://etherboot.org/wiki/lib/tpl/monobook/images/favicon.ico">
        <title>Etherboot/gPXE Wiki</title>
        <link>http://etherboot.org/wiki/</link>
        <url>http://etherboot.org/wiki/lib/tpl/monobook/images/favicon.ico</url>
    </image>
    <item rdf:about="http://etherboot.org/wiki/soc/2009/dverkamp/notes/buildbot?rev=1243960224&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-06-02T09:30:24-07:00</dc:date>
        <title>soc:2009:dverkamp:notes:buildbot</title>
        <link>http://etherboot.org/wiki/soc/2009/dverkamp/notes/buildbot?rev=1243960224&amp;do=diff</link>
        <description>BuildBot setup notes

I am currently using a Debian stable (5.01) system, but this should work similarly on other distributions or with BuildBot installed from source.
$ sudo aptitude install buildbot
edit /etc/default/buildbot:
BB_NUMBER[0]=0                  # index for the other values; negative disables the bot
BB_NAME[0]=&quot;foo&quot;                # short name printed on startup / stop
BB_USER[0]=&quot;buildbot&quot;           # user to run as
BB_BASEDIR[0]=&quot;/var/lib/buildmaster&quot;            # basedir argum…</description>
    </item>
    <item rdf:about="http://etherboot.org/wiki/soc/2009/dverkamp/notes/linux_mkbootfs?rev=1245419468&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-06-19T06:51:08-07:00</dc:date>
        <title>soc:2009:dverkamp:notes:linux_mkbootfs</title>
        <link>http://etherboot.org/wiki/soc/2009/dverkamp/notes/linux_mkbootfs?rev=1245419468&amp;do=diff</link>
        <description>Linux bzImage boot

Test

Boot into a minimal Linux/busybox system created using mkbootfs via HTTP.

DUT configuration

No physical disks present.  System configured to boot from NIC equipped with gPXE ROM.

Environment configuration

Apache HTTP server providing gPXE script, kernel, initrd, and modules as separate files.  gPXE script set to instruct client to download kernel, initrd and relevant modules.  DHCP server providing network configuration and path to gPXE script on HTTP server.</description>
    </item>
    <item rdf:about="http://etherboot.org/wiki/soc/2009/dverkamp/notes/linux_tftp?rev=1244310810&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-06-06T10:53:30-07:00</dc:date>
        <title>soc:2009:dverkamp:notes:linux_tftp</title>
        <link>http://etherboot.org/wiki/soc/2009/dverkamp/notes/linux_tftp?rev=1244310810&amp;do=diff</link>
        <description>Linux bzImage boot over TFTP

Test

Boot into a minimal Linux/busybox system created using mkbootfs via TFTP.

DUT configuration

No physical disks present.  System configured to boot from NIC equipped with gPXE ROM.

Environment configuration

tftpd-hpa server providing gPXE script, kernel, initrd, and modules as separate files.  gPXE script set to instruct client to download kernel, initrd and relevant modules.  DHCP server providing network configuration and path to gPXE script on TFTP server…</description>
    </item>
    <item rdf:about="http://etherboot.org/wiki/soc/2009/dverkamp/notes/start?rev=1245418660&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-06-19T06:37:40-07:00</dc:date>
        <title>soc:2009:dverkamp:notes:start</title>
        <link>http://etherboot.org/wiki/soc/2009/dverkamp/notes/start?rev=1245418660&amp;do=diff</link>
        <description>Daniel Verkamp: Automated regression testing

Notes

Detailed test cases

	*  Windows XP iSCSI
	*  Windows PE
	*  Linux mkbootfs

Unfinished

	*  Windows iSCSI forward authentication
	*  Windows 7 install to iSCSI
	*  Linux TFTP

Potential test cases

NOTE: brainstorming; not final

	*  Protocol tests: download image, verify integrity
		*  HTTP
		*  HTTPS
		*</description>
    </item>
    <item rdf:about="http://etherboot.org/wiki/soc/2009/dverkamp/notes/windows_7_install_to_iscsi?rev=1245170995&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-06-16T09:49:55-07:00</dc:date>
        <title>soc:2009:dverkamp:notes:windows_7_install_to_iscsi</title>
        <link>http://etherboot.org/wiki/soc/2009/dverkamp/notes/windows_7_install_to_iscsi?rev=1245170995&amp;do=diff</link>
        <description>Windows 7 install to iSCSI

Test

Install a Windows 7 operating system on an iSCSI target.

DUT configuration

No physical disks present.  System configured to boot from NIC equipped with gPXE ROM.

Environment configuration

iSCSI target running IETD.  DHCP server providing network configuration and iSCSI root-path.</description>
    </item>
    <item rdf:about="http://etherboot.org/wiki/soc/2009/dverkamp/notes/windows_iscsi_forward_authentication?rev=1244214311&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-06-05T08:05:11-07:00</dc:date>
        <title>soc:2009:dverkamp:notes:windows_iscsi_forward_authentication</title>
        <link>http://etherboot.org/wiki/soc/2009/dverkamp/notes/windows_iscsi_forward_authentication?rev=1244214311&amp;do=diff</link>
        <description>Windows iSCSI forward authentication

Test

Boot into a Windows Server 2003 operating system stored on an iSCSI target that requires forward CHAP authentication.

DUT configuration

No physical disks present.  System configured to boot from NIC equipped with gPXE ROM.  NIC non-volatile storage configured with iSCSI username and password.</description>
    </item>
    <item rdf:about="http://etherboot.org/wiki/soc/2009/dverkamp/notes/windows_pe?rev=1244584288&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-06-09T14:51:28-07:00</dc:date>
        <title>soc:2009:dverkamp:notes:windows_pe</title>
        <link>http://etherboot.org/wiki/soc/2009/dverkamp/notes/windows_pe?rev=1244584288&amp;do=diff</link>
        <description>Windows PE boot

Test

Boot into a Windows PE operating system generated according to these instructions via TFTP.

DUT configuration

No physical disks present.  System configured to boot from NIC equipped with gPXE ROM.

Environment configuration

TFTP server hosting WinPE files.  DHCP server providing network configuration and path to WinPE's</description>
    </item>
    <item rdf:about="http://etherboot.org/wiki/soc/2009/dverkamp/notes/windows_xp_iscsi?rev=1244846817&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-06-12T15:46:57-07:00</dc:date>
        <title>soc:2009:dverkamp:notes:windows_xp_iscsi</title>
        <link>http://etherboot.org/wiki/soc/2009/dverkamp/notes/windows_xp_iscsi?rev=1244846817&amp;do=diff</link>
        <description>Windows iSCSI forward authentication

Test

Boot into a Windows XP operating system stored on an iSCSI target.

DUT configuration

No physical disks present.  System configured to boot from NIC equipped with gPXE ROM.

Environment configuration

iSCSI target running IETD set up to require forward CHAP authentication.  DHCP server providing network configuration and iSCSI root-path.</description>
    </item>
</rdf:RDF>
