Skip to content
This repository has been archived by the owner. It is now read-only.

Ability to install in partition among Linux #20

Closed
Ygarr opened this issue Jan 22, 2019 · 2 comments
Closed

Ability to install in partition among Linux #20

Ygarr opened this issue Jan 22, 2019 · 2 comments

Comments

Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
3 participants
@Ygarr
Copy link

@Ygarr Ygarr commented Jan 22, 2019

Please add ability to install on HDD or SSD where already are located linux partitions
2019-01-23-000301_1006x405_scrot

@q5sys
Copy link
Member

@q5sys q5sys commented Jan 22, 2019

Due to the way ZFS works and how the bootloader needs to work. My gut instinct is that this would not work. But I'll tag it in case someone wants to do the work.

I dont know of any linux bootloader that can load a specific ZFS snapshot. On the flip side, I dont believe the FreeBSD bootloader can boot a linux partition.

@beanpole135
Copy link
Member

@beanpole135 beanpole135 commented Jan 28, 2019

I also want to point out that FreeBSD does not support logical partitions, only real/primary partitions when using an MBR partitioning scheme. (Although GPT partitioning is much better supported).

I think you should open an issue with either the TrueOS or FreeBSD projects to see if bootloader issues can be addressed.

https://github.com/trueos/trueos
https://bugs.freebsd.org

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.