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

Failed to mount /sysroot with mix of legacy and non-legacy mount points #30

Open
yurikoles opened this issue Sep 22, 2019 · 2 comments
Open

Comments

@yurikoles
Copy link

I want to create a multiboot pool. So I have the following

$ zfs list -r ssd/linux
NAME                 USED  AVAIL     REFER  MOUNTPOINT
ssd/linux           81,7G  79,1G       96K  none
ssd/linux/arch      21,1G  79,1G     19,5G  legacy
ssd/linux/arch/pkg  1,59G  79,1G     1,59G  /var/cache/pacman/pkg
ssd/linux/home      60,5G  79,1G     60,5G  /home

$ grep arch /etc/fstab                 
ssd/linux/arch  / zfs defaults 0 0

I think /home is mounted before arch root.

@yurikoles
Copy link
Author

@dasJ any updates on this? This issue stops me from multi-boot on ZFS pool.
Could you at least point me to files that needs to be fixed?

@mbrgm
Copy link

mbrgm commented Jan 3, 2020

@yurikoles I have a similar issue as the one you described. Are you also getting an error like the following?

Jan 03 20:20:46 archlinux mount[790]: mount: /sysroot--: mount point does not exist.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants