me208
(a a)
1
Hello,
I’m trying to create an USB key with taspberry pi imager. I’m on fedora silverblue. I installed pi imager with rpm-ostree but I always got this issue:
I try to install it with flatpak, but I always got same issue.
I take care to put my sd adaptor to good position.
Any idea ?
Thanks !
Seems to be a permissions issue.
Maybe you need to run the pi imager as root using sudo?
nathan95
(Nathan)
3
Is the sd card mounted correctly? can you access the sd card from the file manager?
me208
(a a)
4
Yes. I can also erase it (format) with pi imager without issue.
I got same issue using root.
Thanks
nathan95
(Nathan)
5
But are you running the program as the root user?
me208
(a a)
6
thanks, works with root user 
loyeyoung
(Loye Young)
7
Running a graphical interface or program as root is generally a Bad Thing™.
The Right Thing™ is to run the following command (as root):
chcon -t fixed_disk_device_t /dev/mmcblk0
(or whatever the SD card is mounted as)
and then run rpi-imager
as your normal user.
1 Like