You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am currently trying to install Vanilla OS on a VirtualBox from the ISO, but I could not get over the automated partition creation process.
The installer doesn't seem to find the partition device nodes of the partition it just created, but on investigation the partitions exists.
I guess that there is some timing issue happening here.
I haven't looked into the code yet, but maybe a blockdev --rereadpt /dev/sda (or whatever the parent device is) is missing after the partitions where created before using them.
I tried it multiple times, with and without enabling encryption. A workaround would likely be to use manual partitioning.
Here is the log:
Partitions after this error occurs:
(Sorry for the screenshot, copying from the virtual machine didn't work and I was lazy.)
The text was updated successfully, but these errors were encountered:
I am currently trying to install Vanilla OS on a VirtualBox from the ISO, but I could not get over the automated partition creation process.
The installer doesn't seem to find the partition device nodes of the partition it just created, but on investigation the partitions exists.
I guess that there is some timing issue happening here.
I haven't looked into the code yet, but maybe a
blockdev --rereadpt /dev/sda
(or whatever the parent device is) is missing after the partitions where created before using them.I tried it multiple times, with and without enabling encryption. A workaround would likely be to use manual partitioning.
Here is the log:
Partitions after this error occurs:
(Sorry for the screenshot, copying from the virtual machine didn't work and I was lazy.)
The text was updated successfully, but these errors were encountered: