Timeline for command line for putting bootable iso on usb
Current License: CC BY-SA 4.0
10 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| May 2, 2020 at 23:41 | vote | accept | ron | ||
| Apr 29, 2020 at 15:10 | comment | added | oldfred | I install grub in UEFI boot mode to flash drive. Or used to install in BIOS boot mode. Then create a grub.cfg to boot ISO. I normally create another partition with folder /ISO to hold all the ISO. Then can boot grub & choose ISO. help.ubuntu.com/community/Grub2/ISOBoot examples gist.github.com/Pysis868/27203177bdef15fbb70c & help.ubuntu.com/community/Grub2/ISOBoot/Examples & askubuntu.com/questions/1025656/… | |
| Apr 28, 2020 at 18:15 | answer | added | Arkadiusz Drabczyk | timeline score: 4 | |
| Apr 28, 2020 at 17:24 | comment | added | K7AAY | @Arkadiusz Drabczyk Do you wish to make a separate answer post? I'd suggest it. | |
| Apr 28, 2020 at 17:10 | comment | added | Arkadiusz Drabczyk | Yes, but be careful and you use the correct device. | |
| Apr 28, 2020 at 17:07 | comment | added | ron | so do not partition the usb key but just straight copy cp rhel-8.1-x86_64-dvd.iso /dev/sdb to the block device? | |
| Apr 28, 2020 at 16:42 | comment | added | K7AAY | @Arkadiusz Drabczyk Glad you found it! ron See unix.com/man-page/centos/1/cp and superuser.com/questions/620877/… | |
| Apr 28, 2020 at 16:13 | comment | added | Arkadiusz Drabczyk | The utility you're looking for is called cp: cp image.iso /dev/sdb where /dev/sdb is the name of the drive. | |
| Apr 28, 2020 at 15:54 | answer | added | K7AAY | timeline score: 2 | |
| Apr 28, 2020 at 15:42 | history | asked | ron | CC BY-SA 4.0 |