[Oneiric] PXE/NFS boot requires "IPAPPEND 2" in PXE menus
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
casper (Ubuntu) |
Fix Released
|
High
|
Unassigned |
Bug Description
In previous Ubuntu releases PXE/NFS netboots would correctly configure the network interface.
In Oneiric ipconfig fails to configure the interface because $DEVICE isn't defined for configure_
The solution is to add the pxelinux "ipappend 2" option to the menu entries in the PXE boot menu, e.g:
LABEL 11.10 Oneiric 32-bit Ubuntu Live
kernel iso-image/
ipappend 2
append root=/dev/nfs boot=casper netboot=nfs nfsroot=
'ipappend' causes "BOOTIF=
description: | updated |
tags: | added: oneiric |
Changed in casper (Ubuntu): | |
importance: | Undecided → High |
Status changed to 'Confirmed' because the bug affects multiple users.