Changes between Initial Version and Version 1 of install_debian/boot


Ignore:
Timestamp:
Jun 22, 2012, 8:34:45 PM (13 years ago)
Author:
Jamie McClelland
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • install_debian/boot

    v1 v1  
     1= Booting Into an Environment to do your Installation
     2
     3== USB Stick ==
     4
     5Come with a bootable USB stick with Debian Squeeze installed (as of 2010-05-25, all physical servers are being installed with squeeze and will be creating KVM virtual servers).
     6
     7To create a USB installer for Debian Squeeze...
     8
     9 * Download [http://ftp.nl.debian.org/debian/dists/testing/main/installer-amd64/current/images/hd-media/boot.img.gz boot.img.gz].
     10 * Plug in USB stick (don't mount) - run dmesg | tail to figure out which device (e.g. sdb)
     11 * zcat boot.img.gz > /dev/DEVICE
     12 * mount /dev/DEVICE /mnt/
     13 * Download [http://www.debian.org/devel/debian-installer/ netinst ISO]
     14 * Copy ISO image to /mnt/
     15 * Download BNX drivers (optional): aptitude download firmware-bnx2x; aptitude download firmware-bnx2
     16 * Copy the debs to /mnt/
     17 * umount /mnt
     18 * Done!
     19
     20== PXE Boot ==
     21
     22Or, you can install using our [wiki:pxeboot_from_naomi naomi pxe install] or [wiki:pxe_boot_from_telehouse telehouse pxe install].