[debian-edu-commits] [Debian Wiki] Trivial Update of "DebianEdu/Documentation/Bookworm/Installation" by WolfgangSchweer

Debian Wiki wiki at debian.org
Sun Aug 29 23:40:21 BST 2021


Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Debian Wiki" for change notification.

The "DebianEdu/Documentation/Bookworm/Installation" page has been changed by WolfgangSchweer:
https://wiki.debian.org/DebianEdu/Documentation/Bookworm/Installation?action=diff&rev1=3&rev2=4

  
  It is possible to directly copy a CD/BD `.iso` image to USB flash drives (also known as "USB sticks") and boot from them. Simply execute a command like this, just adapting the file and device name to your needs:
  
+ {{{
- {{{sudo cat debian-edu-amd64-XXX.iso > /dev/sdX
+ sudo cat debian-edu-amd64-XXX.iso > /dev/sdX
  }}}
  
  To determine the value of X, run this command before and after the USB device has been inserted:
  
+ {{{
- {{{lsblk -p
+ lsblk -p
  }}}
  
  Please note that copying will take quite some time.
@@ -214, +216 @@

  
  For this installation method it is required that you have a running main server.
  When clients boot via the network, an iPXE menu with installer and boot selection options is displayed. If PXE installation fails with an error message claiming a XXX.bin file is missing, then most probably the client's network card requires nonfree firmware. In this case the Debian Installer's initrd must be modified. This can be achieved by executing the command: 
+ {{{
- {{{/usr/share/debian-edu-config/tools/pxe-addfirmware
+ /usr/share/debian-edu-config/tools/pxe-addfirmware
  }}}
  on the server.
  



More information about the debian-edu-commits mailing list