This is a quick reference for write a bootable iso image to usb on linux opensuse 15.1.
su -
fdisk -l
Disk /dev/sda: 119.2 GiB, 128035676160 bytes, 250069680 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: gpt
Disk identifier: 55B801A4-B499-43AD-8801-A72902DA8D47
Device Start End Sectors Size Type
/dev/sda1 2048 206847 204800 100M EFI System
/dev/sda2 206848 239615 32768 16M Microsoft reserved
/dev/sda3 239616 198803455 198563840 94.7G Microsoft basic data
/dev/sda4 247955456 250052607 2097152 1G Windows recovery environment
/dev/sda5 198803456 247955455 49152000 23.4G Linux filesystem
Partition table entries are not in disk order.
Disk /dev/sdb: 931.5 GiB, 1000204886016 bytes, 1953525168 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: gpt
Disk identifier: 43D71079-C5D7-488A-8705-F0CCD6AED46C
Device Start End Sectors Size Type
/dev/sdb1 2048 1820403711 1820401664 868G Microsoft basic data
/dev/sdb2 1820403712 1821427711 1024000 500M EFI System
/dev/sdb3 1821427712 1937434623 116006912 55.3G Linux filesystem
/dev/sdb4 1937434624 1953525134 16090511 7.7G Linux swap
Disk /dev/sdd: 14.5 GiB, 15518924800 bytes, 30310400 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x46bf6842
Device Boot Start End Sectors Size Id Type
/dev/sdd1 264 8075 7812 3.8M ef EFI (FAT-12/16/32)
/dev/sdd2 * 8076 241663 233588 114.1M 17 Hidden HPFS/NTFS
umount /dev/sdd
umount: /dev/sdd: not mounted.
dd if=/home/user/Downloads/openSUSE-Leap-15.1-NET-x86_64-Build468.8-Media.iso of=/dev/sdd bs=4M status=progress && sync
31+1 records in
31+1 records out
131072000 bytes (131 MB, 125 MiB) copied, 12.6478 s, 10.4 MB/s
Published: May 31, 2019
The information on this page is user generated content. The content does not claim to be complete or correct.
Everybody is invited to add or change the data. Just click on this link. No login or email is required. Thanks.