This is an old revision of the document!


A PCRE internal error occured. This might be caused by a faulty plugin

====== Booting via ATA-over-Ethernet ====== ===== Preparing the operating system image ===== * [[aoebootprepdebianetch|Debian GNU/Linux 4.0 (etch)]] * [[aoebootprepwinxp|Windows XP]] ===== Booting the operating system from the AoE target ===== Recent versions of gPXE include code to emulate a hard drive that can be accessed through INT13 calls. FIXME <code> mkdir gpxe-git; cd gpxe-git git clone git://git.etherboot.org/scm/gpxe.git cd gpxe/src make bin/undionly.kpxe </code> ===== Setting up the server side ===== FIXME ==== dhcpd.conf ==== <code> host pxe-client { hardware ethernet 08:aa:bb:cc:dd:ee; # insert your client's MAC address if substring (option vendor-class-identifier, 0, 9) != "Etherboot" { filename "/undionly.kpxe"; } else { option root-path "aoe:e0.0"; } next-server 192.168.3.1; } </code> --- //[[bengen+etherboot@hilluzination.de|Hilko Bengen]] 2007/08/24 12:38//


Navigation

* [[:start|Home]] * [[:about|About our Project]] * [[:download|Download]] * [[:screenshots|Screenshots]] * Documentation * [[:howtos|HowTo Guides]] * [[:appnotes|Application Notes]] * [[:faq:|FAQs]] * [[:doc|General Doc]] * [[:talks|Videos, Talks, and Papers]] * [[:hardwareissues|Hardware Issues]] * [[:mailinglists|Mailing lists]] * [[http://support.etherboot.org/|Bugtracker]] * [[:contributing|Contributing]] * [[:editing_permission|Wiki Edit Permission]] * [[:wiki:syntax|Wiki Syntax]] * [[:contact|Contact]] * [[:relatedlinks|Related Links]] * [[:commerciallinks|Commercial Links]] * [[:acknowledgements|Acknowledgements]] * [[:logos|Logo Art]]

QR Code
QR Code aoeboot (generated for current page)