Clone Drive

Clone ISO to Drive

https://wiki.debian.org/DebianInstaller/CreateUSBMedia

cd ~/Desktop
sudo cp debian-live-12.11.0-amd64-xfce.iso /dev/sda

sudo sync

Clone Drive to Drive

GRUB_CMDLINE_LINUX_DEFAULT="nomodeset"

lsblk
fdisk -l
sudo dd if=/dev/nvme1n1 of=/dev/sdb bs=32M conv=noerror,sync status=progress