Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
howtos [2009/09/24 10:06] tiriel |
howtos [2010/09/04 11:27] (current) alecjw |
||
|---|---|---|---|
| Line 2: | Line 2: | ||
| This section contains tutorials that will guide you through performing a variety of network booting tasks for the first time. You'll need to [[download]] and build gPXE before trying most of them. | This section contains tutorials that will guide you through performing a variety of network booting tasks for the first time. You'll need to [[download]] and build gPXE before trying most of them. | ||
| - | |||
| - | |||
| - | |||
| ===== How to deploy gPXE ===== | ===== How to deploy gPXE ===== | ||
| Line 12: | Line 9: | ||
| * [[removable|bootable floppy disk]] | * [[removable|bootable floppy disk]] | ||
| * [[removable|bootable CD-ROM]] | * [[removable|bootable CD-ROM]] | ||
| + | * [[isolinux|bootable CD-ROM with file storage]] | ||
| * [[removable|bootable USB key]] | * [[removable|bootable USB key]] | ||
| - | * If you are deploying gPXE to a USB key, you may be interested in following this guide: | + | * If you are deploying gPXE to a USB key, you may be interested in following one of these guides: |
| * [[usbwithstorage|Deploying to a USB device while keeping storage capabilities]] | * [[usbwithstorage|Deploying to a USB device while keeping storage capabilities]] | ||
| + | * [[syslinux|Booting gPXE from a memory stick partition with SYSLINUX]] | ||
| * Network card manufacturers, OEMs, and seasoned users may be interested in: | * Network card manufacturers, OEMs, and seasoned users may be interested in: | ||
| * [[romburning|burning a gPXE ROM into a network card]] | * [[romburning|burning a gPXE ROM into a network card]] | ||
| - | * [[biosext|adding gPXE to the BIOS]] (Useful for on-board NICs) | + | * adding gPXE to the BIOS (useful for on-board NICs): [[biosext|Award]], [[amibios|AMI]] |
| * Users with existing large PXE deployments may want to try: | * Users with existing large PXE deployments may want to try: | ||
| Line 26: | Line 25: | ||
| * Users with existing IBM/Novell RPL deployments may want to try: | * Users with existing IBM/Novell RPL deployments may want to try: | ||
| * [[rplchaining|chainloading gPXE from IBM/Novell RPL]]. | * [[rplchaining|chainloading gPXE from IBM/Novell RPL]]. | ||
| + | * Users with DHCP deployments that can't be changed may want to try: | ||
| + | * [[proxydhcp|using a proxy dhcp server]] | ||
| {{ :bootroms.jpeg?350x190|Some boot ROMs}} | {{ :bootroms.jpeg?350x190|Some boot ROMs}} | ||
| Line 74: | Line 75: | ||
| * [[mikrotik|Mikrotik RouterOS DHCP Server]] (as shipped with Mikrotik RouterOS) | * [[mikrotik|Mikrotik RouterOS DHCP Server]] (as shipped with Mikrotik RouterOS) | ||
| + | ===== How to debug gPXE ===== | ||
| + | |||
| + | * [[debug]] Debug/Record gPXE messages over serial cable | ||
| + | * [[dev:gdbstub]] Debugging with gdb | ||