usb stick is not recognizing in centos7 for Buildinig Bootable USB to install OS
by rahulvishwakarma from LinuxQuestions.org on (#6HQ2K)
I have centos 7. I was formatting USB stick. But accidently I removed USB stick. And from that usb is not recognizing even after restarting Linux OS. Second question is that I want to make a USB Bootable for Linux Centos installation by "iso file". I format USB stick using following command.
dd bs=4M if=/path/to/CentOS-7-x86_64-DVD-1810.iso of=/dev/sdx status=progress oflag=sync
but after restarting Computer detects it like USB Flopy. And it doesn't get boot. I want to install Centos 7 using USB Stick. Please Help.
dd bs=4M if=/path/to/CentOS-7-x86_64-DVD-1810.iso of=/dev/sdx status=progress oflag=sync
but after restarting Computer detects it like USB Flopy. And it doesn't get boot. I want to install Centos 7 using USB Stick. Please Help.