A PCRE internal error occured. This might be caused by a faulty plugin
Changes RSS

====== Ubuntu alternate install over PXE ====== ===== Ubuntu 9.10 Alternate ===== The Alternate environment of the Ubuntu installer is veri thightly related to the Debian netinstall mechanism. <code> mount -o loop /srv/ISO-images/Ubuntu/ubuntu-9.10-alternate-i386.iso /mnt/ mkdir -p /var/lib/tftpboot/ubuntu/9.10/i386 cd /var/lib/tftpboot/ubuntu/9.10/i386 wget ftp://ftp.uio.no/ubuntu/dists/karmic/main/installer-i386/current/images/netboot/ubuntu-installer/i386/initrd.gz wget ftp://ftp.uio.no/ubuntu/dists/karmic/main/installer-i386/current/images/netboot/ubuntu-installer/i386/linux </code> <code> LABEL alternate-install MENU LABEL ^3 Alternate install Ubuntu 9.10 i386 TEXT HELP Select this on 32bit computers to install Ubuntu 9.10 onto your system. ENDTEXT KERNEL ubuntu/9.10/i386/linux APPEND initrd=ubuntu/9.10/i386/initrd.gz -- quiet </code> Repeat the above for adm64, replacing i386 for amd64 where appropriate.