Giter Site home page Giter Site logo

Getting ZFS Working about proxmox-arm64 HOT 4 CLOSED

jiangcuo avatar jiangcuo commented on July 22, 2024
Getting ZFS Working

from proxmox-arm64.

Comments (4)

jiangcuo avatar jiangcuo commented on July 22, 2024 1

I don’t know where to download the header either. You can compile the kernel yourself or install a generic kernel with zfs integration.

#kernel repo.
deb https://global.mirrors.apqa.cn/proxmox/debian/kernel sid port

do

apt update && apt search pve-kernel-6.1*
apt install pve-kernel-6.1.X-generic pve-headers-xxxxxxxxxxxxx

from proxmox-arm64.

kenji21 avatar kenji21 commented on July 22, 2024 1

To get kernel header, check the .deb download URL here: jiangcuo/Proxmox-Port#2 (comment)

from proxmox-arm64.

mikeotoole avatar mikeotoole commented on July 22, 2024 1

Thanks everyone for the options and details! I ended up doing the following and got it working.

sudo apt install dpkg-dev linux-image-arm64

wget http://archive.raspberrypi.org/debian/pool/main/r/raspberrypi-firmware/raspberrypi-kernel-headers_1.20230405-1_arm64.deb

sudo dpkg -i --force-all raspberrypi-kernel-headers_1.20230405-1_arm64.deb

sudo apt install zfs-dkms zfsutils-linux

sudo modprobe zfs

from proxmox-arm64.

TheBossME avatar TheBossME commented on July 22, 2024

I'm using real Debian images from https://raspi.debian.net/daily-images/

generally it's easier to use btrfs on raspberry in fact of memory amount.

have you added the "contrib" to /etc/apt/sources.list ?

Mine looks like:

deb http://deb.debian.org/debian bookworm main contrib non-free-firmware non-free
deb http://deb.debian.org/debian bookworm-updates main contrib non-free-firmware non-free
deb http://security.debian.org/debian-security bookworm-security contrib main non-free-firmware non-free

Backports are not enabled by default.

Enable them by uncommenting the following line:

deb http://deb.debian.org/debian bookworm-backports main non-free-firmware

from proxmox-arm64.

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.