Difference between revisions of "Netboot"

From London Hackspace Wiki
Jump to navigation Jump to search
m (Updated links to Adminstuff and Landin (from old Lamarr link))
m (Simplification and cleanup of page - spelling and formatting fixed.)
 
Line 1: Line 1:
We have a pxeboot setup running on the [[Equipment/Landin#Adminstuff|Adminstuff VM]] on [[Equipment/Landin]], it provides:
+
We have a PXEboot setup running on the [[Equipment/Landin#Adminstuff|Adminstuff VM]] on [[Equipment/Landin]], it provides:
  
* Diskless i386 and amd64 debian wheezy
+
* Diskless i386 and amd64 Debian wheezy operation
* Rescue and Install for Debian wheezy.
+
* Rescue and Install for Debian wheezy and Debian Jessie
* Rescue and Install for Debian Jessie
+
* Automatic install with London Hackspace tweaks/enhancements for Debian wheezy amd64 '''Warning''' - automatically formats disks!
* Automatic install with London hackspace tweaks for Debian wheezy amd64 '''Warning''' - automaticly formats disks!
+
* Partition Magic
* partition magic
+
* Memtest86
* memtest
+
* [http://www.dban.org/ DBAN] - Darik's Burn and Nuke - formats and zeros-out drives to a very strong standard.
* [http://www.dban.org/ dban]
+
* [http://linux.voyage.hk/ Voyage] (a minimised Debian-derived Linux distribution that can run from readonly media) '''Warning''' : the Voyage auto install kernel will '''reformat''' things they are booted on ''without prompting''.
* [http://linux.voyage.hk/ Voyage] (a minimised debian disto that can run from readonly media) '''Warning''' : the Voyage auto install kernel will '''reformat''' things they are booted on ''without prompting''.
+
* FreeDOS (but needs a little careful usage - great for loading BIOS/firmware updates on systems - be ready to reboot and NOT load HIMEM.SYS on modern systems and you'll likely be fine and can read USB sticks)
* FreeDOS (but needs work?)
 
  
=== nfs ===
+
=== NFS ===
  
Runs a few diskless nfs clients via pxe etc, unfortunatly nfs dosn't work very well, and i don't know why. (may be fixed now).
+
Run a few diskless NFS clients booted via PXE etc, unfortunately NFS doesn't work very well as of 2016. It may work well now that we've changed out the network and NFS server.
  
==== linkdump:====
+
==== Related Links ====
  
* https://lists.gnu.org/archive/html/ltib/2010-08/msg00103.html
+
* [https://lists.gnu.org/archive/html/ltib/2010-08/msg00103.html https://lists.gnu.org/archive/html/ltib/2010-08/msg00103.html]
* https://www.kernel.org/doc/Documentation/filesystems/nfs/nfsroot.txt
+
* [https://www.kernel.org/doc/Documentation/filesystems/nfs/nfsroot.txt https://www.kernel.org/doc/Documentation/filesystems/nfs/nfsroot.txt]
  
== todo ==
+
== TODO ==
  
Maybe look at adopting this for netboot stuffs: https://github.com/askarel/Pantoufle ?
+
Maybe look at adopting this for NetBoot stuffs: [https://github.com/askarel/Pantoufle Pantoufle] ?

Latest revision as of 16:11, 2 October 2018

We have a PXEboot setup running on the Adminstuff VM on Equipment/Landin, it provides:

  • Diskless i386 and amd64 Debian wheezy operation
  • Rescue and Install for Debian wheezy and Debian Jessie
  • Automatic install with London Hackspace tweaks/enhancements for Debian wheezy amd64 Warning - automatically formats disks!
  • Partition Magic
  • Memtest86
  • DBAN - Darik's Burn and Nuke - formats and zeros-out drives to a very strong standard.
  • Voyage (a minimised Debian-derived Linux distribution that can run from readonly media) Warning : the Voyage auto install kernel will reformat things they are booted on without prompting.
  • FreeDOS (but needs a little careful usage - great for loading BIOS/firmware updates on systems - be ready to reboot and NOT load HIMEM.SYS on modern systems and you'll likely be fine and can read USB sticks)

NFS

Run a few diskless NFS clients booted via PXE etc, unfortunately NFS doesn't work very well as of 2016. It may work well now that we've changed out the network and NFS server.

Related Links

TODO

Maybe look at adopting this for NetBoot stuffs: Pantoufle ?