Generating a bootable USB flash drive for Linux distribution

 

Linux

  1. Insert the USB flash drive into a USB port on your computer.
  2. Run the terminal (console) in the super-user mode (e.g. using commands su or sudo -s — depending on your Linux distribution).
  3. Use the command fdisk -l to detect the USB flash drive name (e.g. /dev/sdb).
  4. Save the drive image to the USB flash drive using this command: dd if=kerio-control-installer.iso of=/dev/sdx bs=1M and replacekerio-control-installer.iso with the real file name and/dev/sdx with the actual device name. It is necessary to enter the physical device (e.g. /dev/sdx), not only a partition (e.g. /dev/sdx1).
  5. Use command sync to guarantee finishing all drive operations.
  6. Eject the USB drive safely and remove it from the USB port.

Популярные сообщения из этого блога

LBP-810 LBP1120 LBP1210 Canon LBP printers drivers installer for Ubuntu 20.04