-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

On Fri, Oct 28, 2016 at 02:24:02PM +0200, Fabian Wloch wrote:
> I can confirm that error under certain circumstances.
> If I write the ISO (checked via Sha256+GPG) with Rufus from Windows 10, I
> get the exact same error under multiple computers with totally different
> hardware.
> If I write it on my USB drive with dd under Fedora 24, it works without any
> errors.
> 
> Used the same hardware to write the same iso onto the same usb drive, just
> once with Win10 and once with Fedora.
> 
> Maybe you try it this way aswell if you didnt already found another solution.

Any chance to check what is different between such created USBs? For
start, I'd run `diff -Nrb` on them. If that yields no difference, then
compare hexdumps, like this (works on bash):

    diff <(hexdump -n 4246732800 -C /dev/sdb) <(hexdump -n 4246732800 -C 
/dev/sdc)

where /dev/sdb and /dev/sdc are two device created using different
methods. The -n parameter to hexdump is installation image size, to not
compare the whole device.

- -- 
Best Regards,
Marek Marczykowski-Górecki
Invisible Things Lab
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2

iQEcBAEBCAAGBQJYE7nDAAoJENuP0xzK19csSo0H/3XCgRTQlrJxkftyk3qo63FF
qPiZ19s+PouAbNPHHH3t4ulvzupsO8S6XxLyo+b97fwF9sEWEgCRViQJ5mlNu3M0
wmB7qYMHHurhXfSV2DljHGvvN871WnY7ZkliMGcvpu646zv5zT1d4a+CghHn2dcc
IMzYYKDIN4HcmWhSS5NPezhwXjw6KjCLXMwxJW3dIwSz/jOcSM9CTAwcTXlhfZDu
E4fZaUbTEPiCZPptDywnwdPlB71Ea9YKsXVj+Alq2a7g4t3AaBkujQICd0qaW9lL
IXSZFGEsLr03KbPYcQDIW8XfCUfn5hCYV4o0lXCVwIuETtN3u9IKjF04nXht52k=
=wIE1
-----END PGP SIGNATURE-----

-- 
You received this message because you are subscribed to the Google Groups 
"qubes-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to qubes-users+unsubscr...@googlegroups.com.
To post to this group, send email to qubes-users@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/20161028204907.GR7073%40mail-itl.
For more options, visit https://groups.google.com/d/optout.

Reply via email to