====== Sitemap ====== This is a sitemap over all available pages ordered by [[doku>namespaces|namespaces]].
Page Actions
Wiki Actions
User Actions
====== Differences ====== This shows you the differences between two versions of the page.
|
guides:pxe:installers:ubuntu [2010/04/19 19:37] fishy created |
guides:pxe:installers:ubuntu [2010/04/19 19:53] (current) fishy |
||
|---|---|---|---|
| Line 8: | Line 8: | ||
| mount -o loop /srv/ISO-images/Ubuntu/ubuntu-9.10-alternate-i386.iso /mnt/ | mount -o loop /srv/ISO-images/Ubuntu/ubuntu-9.10-alternate-i386.iso /mnt/ | ||
| mkdir -p /var/lib/tftpboot/ubuntu/9.10/i386 | mkdir -p /var/lib/tftpboot/ubuntu/9.10/i386 | ||
| - | cp /mnt/install/netboot/ubuntu-installer/i386/{initrd.gz,vmlinuz} /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> | ||
| Line 17: | Line 19: | ||
| Select this on 32bit computers to install Ubuntu 9.10 onto your system. | Select this on 32bit computers to install Ubuntu 9.10 onto your system. | ||
| ENDTEXT | ENDTEXT | ||
| - | KERNEL ubuntu/9.10/i386/vmlinuz | + | KERNEL ubuntu/9.10/i386/linux |
| APPEND initrd=ubuntu/9.10/i386/initrd.gz -- quiet | APPEND initrd=ubuntu/9.10/i386/initrd.gz -- quiet | ||
| </code> | </code> | ||
| Repeat the above for adm64, replacing i386 for amd64 where appropriate. | Repeat the above for adm64, replacing i386 for amd64 where appropriate. | ||