Activity log for bug #923219

Date Who What changed Old value New value Message
2012-01-29 03:55:16 TJ bug added bug
2012-01-29 12:40:55 TJ 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_networking{} in '/scripts/functions' 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/ubuntu-11.10-desktop-i386/casper/vmlinuz ipappend 2 append root=/dev/nfs boot=casper netboot=nfs nfsroot=10.254.251.2:/srv/boot/iso-image/ubuntu-11.10-desktop-i386 initrd=iso-image/ubuntu-11.10-desktop-i386/casper/initrd.lz 'ipappend' causes "BOOTIF=01-<bootp-mac-address>" to be added to the kernel command line which is used by '/init' to set $DEVICE 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_networking() in '/scripts/functions' 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/ubuntu-11.10-desktop-i386/casper/vmlinuz     ipappend 2     append root=/dev/nfs boot=casper netboot=nfs nfsroot=10.254.251.2:/srv/boot/iso-image/ubuntu-11.10-desktop-i386 initrd=iso-image/ubuntu-11.10-desktop-i386/casper/initrd.lz 'ipappend' causes "BOOTIF=01-<bootp-mac-address>" to be added to the kernel command line which is used by '/init' to set $DEVICE
2012-03-01 13:06:15 Launchpad Janitor casper (Ubuntu): status New Confirmed
2012-05-03 23:08:17 Brian Murray tags oneiric
2012-05-03 23:19:10 Brian Murray casper (Ubuntu): importance Undecided High
2012-10-02 18:53:29 Stéphane Graber casper (Ubuntu): status Confirmed Fix Released