====== Differences ====== This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
aoe [2006/06/28 01:51] borg_number_one |
aoe [2007/03/15 13:57] (current) borg_number_one AoE applications for Linux |
||
---|---|---|---|
Line 26: | Line 26: | ||
In contrast to the default EtherBoot supported protocols the ATA over Ethernet specification additionally provides/emulates all necessary components for Operating Systems which require an in-depth hard disk / hard disk controller environment[...] | In contrast to the default EtherBoot supported protocols the ATA over Ethernet specification additionally provides/emulates all necessary components for Operating Systems which require an in-depth hard disk / hard disk controller environment[...] | ||
+ | |||
====== Chart / Diagram ====== | ====== Chart / Diagram ====== | ||
- | <file>Directory or hard disk image containg an installed Operating System</file> | + | <file>Directory or hard disk (or hard disk image) containg an installed Operating System</file> |
| | | | ||
<file>AoE Server</file> | <file>AoE Server</file> | ||
Line 39: | Line 40: | ||
<file>Client</file> | <file>Client</file> | ||
| | | | ||
- | <file>EtherBoot with AoE support</file> | + | <file>EtherBoot binary with AoE support</file> |
| | | | ||
- | <file>Boot riority set to "EtherBoot" in the BIOS setup menu</file> | + | <file>Boot priority set to "EtherBoot" in the BIOS setup menu</file> |
| | | | ||
<file>EtherBoot with AoE support will be used as boot device</file> | <file>EtherBoot with AoE support will be used as boot device</file> | ||
| | | | ||
- | <file>EtherBoot with AoE support provides in-depth hard disk environment and loads the Operating System inside the harddisk image from the AoE Server.</file> | + | <file>EtherBoot with AoE support provides in-depth hard disk environment and loads the Operating System from the harddisk from the AoE Server.</file> |
====== AoE server applications for Linux/Unix ====== | ====== AoE server applications for Linux/Unix ====== | ||
+ | * [[http://lpk.com.price.ru/~lelik/AoE/|Vblade Linux kernel module by Lelik P. Korchagin]] | ||
+ | * [[http://sourceforge.net/projects/aoetools/|vblade ( virtual EtherDrive (R) blade ) and ATA over Ethernet Tools]] | ||
====== AoE server applications for Windows/DOS ====== | ====== AoE server applications for Windows/DOS ====== | ||
Line 54: | Line 58: | ||
...article will be continued | ...article will be continued | ||
+ | |||
+ | ====== AoE state of development in EtherBoot ====== | ||
+ | |||
+ | zpxe files have been handed out to demonstrate successful AoE boot. | ||
+ | [[http://etherboot.org/aoedemo/rtl8139.pxe|A RTL8139.zpxe demo file]] has been published by Michael Brown. A [[http://etherboot.org/aoedemo/aoedemo.img.gz|prebuilt Fedora 5 hard disk image]] can also be downloaded. | ||
+ | |||
+ | To get you started, retrieve those files (you will need a RTL8139 card in the client). Setup DHCP reasonably (so the .zpxe file will be loaded). Download [[http://prdownloads.sourceforge.net/aoetools/vblade-10.tar.gz?download|the virtual hard drive blade server]] (or use a real AoE capable drive, of course). | ||
+ | |||
+ | Running<file>vbladed 0 0 eth0 aoedemo.img</file> you should be able to boot the client into Fedora. | ||
+ | |||
+ | This is proof-of-concept only, and the code is only in developer codetree yet. |