On 2017-07-13 18:31, Vojtěch Zeisek wrote:
Dne čtvrtek 13. července 2017 14:15:31 CEST, Carlos E. R. napsal(a):
On 2017-07-13 11:23, Vojtěch Zeisek wrote:
Hi, I downloaded openSUSE Leap 42.2 DVD ISO and and created bootable flash: sudo dd if=/dev/zero of=/dev/sdb sudo fdisk -l # Ensure sdb is empty sudo dd if=openSUSE-Leap-42.2-DVD-x86_64.iso of=/dev/sdb Then I booted the flash disk, in the GRUB menu I selected 'More...' and 'Check Installation Media'. After while of processing I got blue screen with red warning saying 'This is not openSUSE Leap 42.2 medium!'.
This has never worked with USB sticks. IMO, the installation program should check to see if the media is a real CD/DVD, and if not, abort.
This would be good. Current state is confusing...
You are not the first to ask about it :-)
How can I verify, that the ISO was correctly transferred to the flash disk? I think this is bug of the checking system, because otherwise the medium works fine (rescue system as well as installation).
You verify only the downloaded ISO image.
The flash media doesn't need to be checked, same as you don't test a
Do You think so? There might be a problem. Same as You can verify CD after burning, but You can also check it from GRUB menu. And it makes sense to have such option. Also, USB sticks are not so reliable, so some problem may appear there during the time...
The CDs need to be verified because they often fail. Sticks seldom fail: I have not seen one fail like that. They simply fail to accept writes and the copy program aborts or crashes. Let me see: cmp --bytes=$(wc -c < openSUSE-Leap-42.2-NET-x86_64.iso) \ openSUSE-Leap-42.2-NET-x86_64.iso /dev/sde This works. Just tried it. -- Cheers / Saludos, Carlos E. R. (from 42.2 x86_64 "Malachite" at Telcontar)