On 9/15/22 12:25 AM, Demi Marie Obenour wrote:
> On Thu, Sep 15, 2022 at 01:38:57AM +0200, Ulrich Windl wrote:
>> On 7/31/22 15:23, 'awokd' via qubes-users wrote:
>>> 'felix' via qubes-users:
>>>> I want to reinstall Qubes 4.1, but I cannot select any templates in
>>>> the installer.
>>>>
>>>> Qubes 4.0 and 4.1 were already running successfully on my device and
>>>> Qubes 4.0 can still be installed successfully.
>>>>
>>>> In the install menu, Fedora, Debian and Whonix are missing from the
>>>> software selection, which is why all templates and app vm's are
>>>> missing after the installation and only dom0 remains.
>>>
>>> I've seen this before when the USB drive gets only partially created.
>>> Make sure it's large enough for the bigger 4.1 image, and if you didn't
>>> use DD to create it, try that route.
>>>
> 
>> A common pitfall when creating the stick with Linux is that even after DD
>> had finished, Linux stil ldoes writeback the dirty buffers.
>> If you have a slower stick without an LED, you are heading fro trouble.
>> Maybe try a sync before ejecting the stick.
> 
> Always use conv=fsync to prevent this problem.
> 

Our installation guide currently instructs Linux users to execute the command:

```
$ sudo dd if=Qubes-RX-x86_64.iso of=/dev/sdY status=progress bs=1048576 && sync
```

Should this be changed to:

```
$ sudo dd if=Qubes-RX-x86_64.iso of=/dev/sdY status=progress bs=1048576 
conv=fsync
```

?

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/6664785f-a4b4-85e8-9410-c57056713756%40qubes-os.org.

Reply via email to