Talk:ZFS as Root Filesystem

From Funtoo
Revision as of 15:07, November 26, 2016 by Nikosalexandris (talk | contribs)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

LUKS?

See http://forums.funtoo.org/topic/41-pure-uefi-luks-zfs/?p=5200 --Nikosalexandris (talk) 15:07, November 26, 2016 (UTC)

Comments on the Installation Guide

A few points regarding the new instructions of the "ZFS Install Guide" (by Nikos Alexandris):

- using the suggested ubuntu version, and after adding enabling the universe repository sources, poses a (minor) problem when trying to update. The proble and the solution described at http://askubuntu.com/q/761592/48282.

  • Added to Troubleshooting. Tassietux (talk) 11:23, November 2, 2016 (UTC)

- `grub-install /dev/disk/by-id/ata-...` failed for me initially. The newly created partition, after `sgdisk -a1 -n2:48:2047 -t2:EF02 -c2:"BIOS boot partition" /dev/disk/by-id/ata-...`, was not present under `/dev/` as `sda2`. The "fix" was 1. re-read the partition table without rebooting, i.e. `partx -u /dev/sda`. 2. re-emerge grub to support for i386_pc -- if I remember well... `USE="i386_pc" emerge -av grub`.

  • partx -u /dev/sda added to guide. Tassietux (talk) 11:23, November 2, 2016 (UTC)

- Although all of the rest seem(ed) to be ok (ie GRUB 2 support for ZFS, verification of existence of `/boot/grub/i386-pc/zfs.mod`), trying to (re-)boot, fails at the step of importing the zpool. The zpool failed, initially to be exported. I re-booted the live USB stick, chrooted all the way from the scratch, exited, exported the zpool successfully. Still no success to boot.

  • Problem resolved, I guess something to do with re-compiling the ZFS modules. --Nikosalexandris (talk) 15:07, November 26, 2016 (UTC)