robbat2 / genkernel

Working copy of genkernel tree: OBSOLETE, please see https://github.com/gentoo/genkernel
9 stars 65 forks source link

genkernel ZFS initramfs scans all devices, hanging for tens of seconds #13

Open globalcitizen opened 6 years ago

globalcitizen commented 6 years ago

As per Gentoo bug 627320 genkernels' ZFS produces a suboptimal initramfs in nearly all cases.

I can work on submitting a patch if this is the right place to submit a pull request.

globalcitizen commented 6 years ago

Resolved in pull request #15

globalcitizen commented 6 years ago

Hasn't been merged.

Thunderbottom commented 6 years ago

this should be a priority, the boot time is extremely slow on zfs with genkernel

crocket commented 5 years ago

Can this issue be closed by making a new release?

crocket commented 5 years ago

Setting GRUB_CMDLINE_LINUX to dozfs=cache in /etc/default/grub and executing grub-mkconfig -o /boot/grub/grub.cfg fixes this issue. But, dozfs option is not available in any release. Thus, I use the latest git commit from genkernel.

If you make a new release, this issue will be fixed.