[debian-edu-commits] [Debian Wiki] Update of "DebianEdu/GetACopy" by WolfgangSchweer

Debian Wiki wiki at debian.org
Fri Mar 15 10:53:49 GMT 2019


Dear Wiki user,

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

The "DebianEdu/GetACopy" page has been changed by WolfgangSchweer:
https://wiki.debian.org/DebianEdu/GetACopy?action=diff&rev1=19&rev2=20

Comment:
some more polishing, native speaker review appreciated.

  = Get a copy for a Production Environment =
  
  == From the Internet ==
- For most people interested about getting a copy of DebianEdu / Skolelinux, the fastest way will be to download it from the Internet and write it to a USB stick, or burn it to a CD or DVD. Images are large so if you have a slow connection, consider using a download manager. They typically enable you to pause and recommence the download at convenient times, and to resume an interrupted download.
+ For most people interested about getting a copy of DebianEdu / Skolelinux, the fastest way will be to download it from the Internet and write it to a USB stick, or burn it to a CD, DVD or Blu-ray Disc (BD). Images are large so if you have a slow connection, consider using a download manager. They typically enable you to pause and recommence the download at convenient times, and to resume an interrupted download.
  
  === Step 1: Choose an ISO ===
  First of all, you need to know under which formats the ISOs are distributed. There are different options that vary in size and have a few differences between them, so let's clear any doubt before you start downloading anything.
@@ -13, +13 @@

  ==== What is a net install CD? ====
  It fits a regular CD, so this ISO is the one that will download faster. On install, it will fetch some packages from the CD and the rest from the Internet, so when installing you will need a network connection.
  
- ==== What is a USB stick image? ====
+ ==== What is a USB stick / BD image? ====
- It takes more than 5 GB, so it will fit only on larger USB memory sticks or double layer DVDs. This ISO will take longer to download as it is a full offline installation medium that can be used without requiring an Internet connection.<<BR>>
+ It takes more than 5 GB, so it will fit only on larger USB memory sticks, double layer DVD or Blu-ray Disc (BD). This ISO will take longer to download as it is a full offline installation medium that can be used without requiring an Internet connection.<<BR>>
  
  /!\ If you plan to administer a Debian Edu network it is strongly encouraged that you keep such a copy near you. Repositories are reliable and will almost never fail but even so, if you are responsible about keeping a system up and running this can be a real life saver when worst situations arise.
  
@@ -29, +29 @@

  
  
  ==== Using Windows ====
- follow this tutorial<<BR>>
+ Follow this tutorial<<BR>>
  http://bhoover.com/how-to-verify-checksum-windows/
  
  ==== Using Linux ====
@@ -44, +44 @@

  
  === Step 4: Burn/Copy an ISO ===
  
- ==== To a CD/DVD ====
+ ==== Burn a CD/DVD/BD ====
  
  ===== Using Windows =====
- follow this tutorial<<BR>>
+ Follow this tutorial<<BR>>
  https://www.youtube.com/watch?v=lizhzDX7-AI
  
  ===== Using Linux command line =====
- Find the URL of the ISO you wish to burn, then ''wget http:///somewhere.com/blah.iso'' which will download it to the current working directory.  When that finishes, with a blank DVD or Blueray disk in the drive do ''growisofs -dvd-compat -Z /dev/sr0=blah.iso'' which will burn the ISO onto the blank disk.  Alternatively, for a usbkey, simply ''cp blah.iso /dev/sdX'' where "X" is where the system detects the usbkey's location when it's plugged in.  You may need root privileges ("su -" or sudo) to do this.  Do be careful here not to blow away your Debian root disk.
+ With a blank DVD or Blu-ray Disc in the drive do ''growisofs -dvd-compat -Z /dev/sr0=debian-edu-9+edu0-USB.iso'' which will burn the ISO onto the blank disk.<<BR>> 
+ /!\ Adapt the ISO file name and the device name to your needs.
  
  ===== Using Gnome =====
  follow this tutorial<<BR>>
@@ -61, +62 @@

  follow this tutorial<<BR>>
  https://www.youtube.com/watch?v=Tskf21y3_kk
  
- ==== To a USB device ====
+ ==== Copy to a USB device ====
  
  ===== Using Linux =====
- Installation using USB flash drives instead of CD / Blu-ray discs
+ Installation using USB flash drives instead of CD / DVD / BD.<<BR>>
- Since the Squeeze release it is possible to directly copy the CD/DVD/BD .iso images to a USB flash drive (also known as USB sticks) and boot from them. Simply execute a command like this, just adapting the file and device names to your needs:
  
-  . sudo dd if=debian-edu-amd64-i386-XXX.iso of=/dev/sdX bs=1024
+ It is possible to directly copy the CD/BD .iso images to a USB flash drive (also known as USB sticks) and boot from them. Simply execute a command like this, just adapting the ISO file name and the device name to your needs:
  
+  . cp debian-edu-usb-amd64-BD-1.iso of=/dev/sdX
+ 
+ Replace "X" with the right character to match the device where the system detects the usbkey's location when it's plugged in.  You may need root privileges ("su -" or sudo) to copy the ISO image.  Do be careful here not to blow away your Debian root disk.<<BR>>
+ 
- Depending on which image you choose, the USB flash drive will behave just like a CD or Blue-ray disc. Do not use Unetbootin or similar programs.
+ Depending on which image you choose, the USB flash drive will behave just like a CD/DVD or Blu-ray Disc. Do not use Unetbootin or similar programs.
  
  == Order CD from a vendor ==
   



More information about the debian-edu-commits mailing list