Hi,

I think a correction in the docs is necessary:

https://doc.qubes-os.org/en/latest/project-security/verifying-signatures.html#how-to-re-verify-installation-media-after-writing

The 'dd' commands should be executed as root (i.e. need a 'sudo'
prefix) because /dev/sda cannot be read as user.

BTW, assuming the downloaded and successfully verified ISO is trusted,
is not another possible verification method to:

$ sudo dd if=/dev/sda of=<written_data.iso> bs=1M count=<number from article>
$ diff written_data.iso Qubes-RX-x86_64.iso

?

-- 
You received this message because you are subscribed to the Google Groups 
"qubes-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion visit 
https://groups.google.com/d/msgid/qubes-devel/20260205194125.77195ac7%40localhost.

Reply via email to