Re: usb memory stick for linux
- From: Nix <nix-razor-pit@xxxxxxxxxxxxx>
- Date: Fri, 29 May 2009 01:05:29 +0100
On 28 May 2009, Bambleweeny uttered the following:
Many laptops and motherboards with onboard LAN can boot from the
network using Intels PXE boot protocol. You'll need a local DHCP
server with the capability to set extended options (not usually a
feature of domestic broadband routers),
Well, not necessarily. The protocol says you need that, but I've
found that my new machines (with Realtek and Intel gigabit cards
respectively) don't need any extended options at all: just this:
allow booting;
allow bootp;
group {
next-server 192.168.14.18;
filename "pxelinux.0";
host mutilate {
hardware ethernet 00:24:8c:0f:64:18;
fixed-address 192.168.14.20;
}
host spindle {
hardware ethernet 00:e0:81:c0:91:1a;
fixed-address 192.168.14.15;
}
}
(and the usual pxelinux configuration state).
It may be that if pxelinux isn't helping out, you need extended options
to pass down the info that pxelinux can put in its config file: but I'm
not sure how you'd manage to boot Linux over PXE without pxelinux...
The pxelinux homepage has more on this, including what extended options
you might need if you're unlucky.
It is notably annoying that one of my machines will only boot from PXE
if you bash the keyboard and force it to via the boot menu (always
preferring the local hard disk), while the other one always prefers PXE:
only turning off PXE in the BIOS or killing the DHCP server will stop it
booting off the network.
Even high-end server PC hardware is still PC hardware and thus sucks,
I suppose.
a tftp server
H. Peter Anvin's tftp-hpa is good here.
and possibly an
NFS server.
Well, you have to get your rootfs from somewhere, whether nfsroot or
initramfs...
.
- Follow-Ups:
- Re: usb memory stick for linux
- From: Bambleweeny57
- Re: usb memory stick for linux
- References:
- usb memory stick for linux
- From: Anthony Campbell
- Re: usb memory stick for linux
- From: Frank Peelo
- Re: usb memory stick for linux
- From: Anthony Campbell
- Re: usb memory stick for linux
- From: Bambleweeny57
- usb memory stick for linux
- Prev by Date: Re: usb memory stick for linux
- Next by Date: Re: IceWM + KDE4 on Debian/Ubuntu = ?
- Previous by thread: Re: usb memory stick for linux
- Next by thread: Re: usb memory stick for linux
- Index(es):
Relevant Pages
|