Git Product home page Git Product logo

Comments (4)

fernando-garcia-torre avatar fernando-garcia-torre commented on July 17, 2024

this is my menuentry:

menuentry 'CentOS Linux (3.10.0-957.5.1.el7.x86_64) 7 (Core)' --class centos --class gnu-linux --class gnu --class o$
load_video
set gfxpayload=keep
insmod gzio
insmod part_gpt
insmod zfs
set root='hd1,gpt1'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt1 --hint-efi=hd1,gpt1 --hint-baremetal=ahci1,gp$
else
search --no-floppy --fs-uuid --set=root (null)
fi
linux16 /ROOT@/boot/vmlinuz-3.10.0-957.5.1.el7.x86_64 root=ZFS=(null)/ROOT ro crashkernel=auto rd.lvm.lv=cen$
initrd16 /ROOT@/boot/initramfs-3.10.0-957.5.1.el7.x86_64.img

from pkg-zfs.

gordan-bobic avatar gordan-bobic commented on July 17, 2024

This part looks broken:

root=ZFS=(null)/ROOT

from pkg-zfs.

cf-sewe avatar cf-sewe commented on July 17, 2024

I did following workaround: /etc/grub.d/10_linux change the rpool= line 63 and hardcode the poolname of your root pool

Was not able to find a proper solution anywhere...

from pkg-zfs.

Ryushin avatar Ryushin commented on July 17, 2024

grub_10_linux.patch.txt

I attached my 10_linux patch that I used for Debian/Devuan. It relies on the bootfs parameter in your root pool.

from pkg-zfs.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.