August 2018
Intermediate to advanced
482 pages
12h 44m
English
To start the procedure of creating the USB boot media, you need to perform the following commands as root:
sudo apt-get install syslinux
syslinux /dev/sdb1
mkdir /mnt/isoboot /mnt/diskboot
mount -o loop boot.iso /mnt/isoboot
In the previous command, -o loop option is used for creating a pseudo device that acts as a block-based device. It treats a file as a block device. ...
Read now
Unlock full access