-
-
Notifications
You must be signed in to change notification settings - Fork 31
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
Option to install on removable drive #348
Comments
I've tracked down the issue to this piece of code: vanilla-installer/vanilla_installer/core/disks.py Lines 193 to 198 in 29f606c
It seems my SSDs are mounted as removable? |
Hm, we can't really help this if it's just linux reporting incorrect data. How are sda and sdc plugged in? But this check is weird anyway. There should be an option to install to an external drive regardless. |
I found out that it was related to a setting in the BIOS called "SATA Hotplug enable". If I disable this it's no longer considered removable. |
I don't think it's unnecessary. |
Would like to see this as an option with the ability to also encrypt the installation with full disk encryption. |
Is installing on a removable drive supported by Vanilla OS? (I'm talking about stuff like FSGuard - would that still work even if the drive was removable?) |
I don't see a reason why it wouldn't work. |
I have 2 SATA SSDs: /dev/sda (the one shown in gparted) and /dev/sdb, both using GPT format, and installer can't see them.
It only shows options for my 2 NVME SSDs and my external drive.
PS: using the beta ISO for VanillaOS
Attached lsblk output:
lsblk.txt
The text was updated successfully, but these errors were encountered: