Re: Creating PXE boot image
- From: Johann Klammer <klammerr@xxxxxx>
- Date: Sun, 04 Dec 2011 06:01:12 +0100
lrhorer wrote:
I have PXE booting working from my Debian "Squeeze" server, and I canWhat software package are you using? pxelinux?
launch the Debian Network installer on a machine supporting PXE. I
can;t quite figure out how to create a boot image from a connfigured
Linux workstation, though. IOW, I have a workstation with a hard disk
installed that has Debian configured and working the way I want, with
all the right utilities and device drivers. How can I take that system
and create an image that will boot on diskless workstations running PXE?
If it matters, the workstation is using GRUB to boot Linux. I don;t
require this to be the case for the diskless clients, but I don't mind,
either, as long as everything loads properly.
If you mean that you want to transfer _the_whole_ file system when booting.
You could try to use the initial ram file system for doing this,
but you will need a _lot_ of ram for this and it may take a while for large images.
A slightly saner approach would be mounting the root filesystem via NFS.
Setting this up requires on the server:
A kernel, an initial ramdisk image(+NFS client), a pxe boot image(syslinux's pxelinux works alright) which loads the kernel, a tftp server for transferring the kernel image, a dhcp server for setting up IP addresses, an NFS server to export the client's file system... possibly more?
On the client(workstation):
A pxe compliant network card that is not too old,
WARNING:
There are HOWTOs around which advise you to flash your card's BIOS using a custom variant. This is not necessary for pxelinux.
Read the documentation for initramfs-tools and syslinux.
--
To UNSUBSCRIBE, email to debian-user-REQUEST@xxxxxxxxxxxxxxxx with a subject of "unsubscribe". Trouble? Contact listmaster@xxxxxxxxxxxxxxxx
Archive: http://lists.debian.org/4EDAFE98.9040805@xxxxxx
- Follow-Ups:
- Re: Creating PXE boot image
- From: lrhorer
- Re: Creating PXE boot image
- References:
- Creating PXE boot image
- From: lrhorer
- Creating PXE boot image
- Prev by Date: Re: Corrupted security update package files
- Next by Date: Re: cron.daily error for apt
- Previous by thread: Creating PXE boot image
- Next by thread: Re: Creating PXE boot image
- Index(es):
Relevant Pages
|