Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

label panic #370

Closed
Thatoo opened this issue Feb 23, 2024 · 6 comments · Fixed by #373
Closed

label panic #370

Thatoo opened this issue Feb 23, 2024 · 6 comments · Fixed by #373
Assignees
Labels
bug Something isn't working
Milestone

Comments

@Thatoo
Copy link

Thatoo commented Feb 23, 2024

Trying to reinstall Vanilla OS (Orchid #117) on a disk of VM where Vanilla OS installation failed earlier (because of encryption issue) I get this error :

failed to label disk : Error : Partition(s) 4 on /dev/sda have been written, but we have been unable to inform the kernel of the change, probably because it/they are in use.

I have to delete the VM and remake one.

@Thatoo
Copy link
Author

Thatoo commented Feb 23, 2024

By the way, it was working fine with the first beta release (#113).

@ghost
Copy link

ghost commented Mar 16, 2024

This still happens on 118 if you shut down the VM during installation.

@taukakao
Copy link
Member

Might have to do with the installer not being able to overwrite an old installation.

This should definitely be fixed but as a workaround you can try manually deleting the partitions.

@mirkobrombin
Copy link
Member

Might have to do with the installer not being able to overwrite an old installation.

This should definitely be fixed but as a workaround you can try manually deleting the partitions.

It is supposed to be fixed already 🤔

@taukakao
Copy link
Member

taukakao commented Mar 24, 2024

It's not fixed.
To work around this:

Open a terminal (Alt+F2, type kgx, Enter)

sudo vgremove -y vos-var
sudo vgremove -y vos-root

then kill the installer and open it again with the command vanilla-installer

@taukakao taukakao transferred this issue from Vanilla-OS/Albius Mar 27, 2024
@taukakao
Copy link
Member

This and #369 have the same cause

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

4 participants