/
Creating Bootable USB drive
Creating Bootable USB drive
This step requires a host PC running Linux.
Download the required disk image file
Connect a USB thumb drive to your pc
Run command:
lsblk
Identify your drive (usually /dev/sdX, X can be different for each system)
NOTE: SATA HDDs & SSDs also identify as sdX so be careful not to corrupt your data.
Unmount your drive from the system if mounted using
umount
Run command:
sudo dd if=${path/to/image/file} of=/dev/sdX bs=1M status=progress; sync
Wait until dd finishes and you get a prompt again, safely eject the USB drive.
, multiple selections available,
Related content
How to create an EFI-shell bootable USB drive
How to create an EFI-shell bootable USB drive
More like this
Installing Ubuntu on Bedrock R8000 | R7000
Installing Ubuntu on Bedrock R8000 | R7000
More like this
HummingBoard RZ family Boot options
HummingBoard RZ family Boot options
More like this
Installing Ubuntu server using console
Installing Ubuntu server using console
More like this
AM64x HummingBoard-T Quick Start Guide
AM64x HummingBoard-T Quick Start Guide
More like this
Installing ESXi on Bedrock R7000
Installing ESXi on Bedrock R7000
More like this
SolidRun Ltd.