Ubuntu debootstrap

Instructions for doing a network installation of Ubuntu. Tested with 8.10 (intrepid ibex). Install debootstrap package if necessary in your host operating system.

  • adjust arch and flavor as necessary:
debootstrap --arch=i386 intrepid /PATH/TO/INSTALL http://us.archive.ubuntu.com/ubuntu/
chroot /PATH/TO/INSTALL
apt-get install ubuntu-standard
Back to top
ubuntu/debootstrap.txt · Last modified: 2008/10/28 14:00 (external edit)