netinst

Differences between revisions 12 and 13
Revision 12 as of 2009-11-14 07:22:44
Size: 1026
Editor: c-67-174-250-117
Comment: one more time...
Revision 13 as of 2009-11-14 09:10:58
Size: 815
Editor: c-67-174-250-117
Comment: found a way better netboot url :)
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:
The images for this are stored in
 * `http://archive.ubuntu.com/ubuntu/dists/`<<GetVal(WikiDict,release)>>`/main/installer-amd64/current/images/netboot/` (for x86-64)
 * `http://ports.ubuntu.com/dists/`<<GetVal(WikiDict,release)>>`/main/installer-lpia/current/images/netboot/` (for lpia)
Line 9: Line 6:
The CD image is called {{{mini.iso}}} (~12MB) and the image for usb keys is called {{{boot.img.gz}}} (~12MB) The images for this can be obtained from http://cdimage.ubuntu.com/netboot. The CD image is called {{{mini.iso}}} (~12MB) and the image for usb keys is called {{{boot.img.gz}}} (~12MB)
Line 12: Line 9:
Line 13: Line 11:

Overview

It is possible to install Ubuntu from the internet by booting from a USB stick or a CDROM. This method of installation is called netinst in Debian and that name is used here as well.

Getting the Image

The images for this can be obtained from http://cdimage.ubuntu.com/netboot. The CD image is called mini.iso (~12MB) and the image for usb keys is called boot.img.gz (~12MB)

Preparing for Boot

The ISO can be burned to CD with any standard disc burning software, just be sure the ISO is being used as a source image and not just a file on a data disk. To prepare a USB stick, back up any data that you have on it (any data will be overwritten) and zcat boot.img.gz >> /dev/sdX  where X is the letter of your USB stick.


CategoryNeedsExpansion

netinst (last edited 2009-11-14 09:10:58 by c-67-174-250-117)