-
Notifications
You must be signed in to change notification settings - Fork 207
Debian 12 "bookworm" #442
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
Comments
It's probably safe. I haven't had a chance to test it. I've been too busy with other things in life. Sorry! I do intend on testing it soon and cutting a new version of the guide. |
Thanks for the very good tutorial. Just went thru it on bookworm. Here are my notes. If you would like pull requests just let me know and if you would like it all in one request or seperate request for each change. thanks again Step 1: Prepare The Install Environment
I actually did step 3 here, as my ipmi interface isnt cut and paste
4 . Disable automounting: Step 2: Disk Formatting
deb http://deb.debian.org/debian bookworm main contrib non-free-firmware deb http://deb.debian.org/debian-security bookworm-security main contrib non-free-firmware deb http://deb.debian.org/debian bookworm-updates main contrib non-free-firmware note- updated from bullseye to bookworm and added non-free-firmware
15: Optional: For ZFS native encryption or LUKS, configure Dropbear for remote unlocking: |
Awesome! If you are willing to help with this effort, I'll certainly take that help. First off, see this: The changes will always include:
Then it comes down to whatever actually changed. You listed some:
One PR is fine. Even one commit is fine for something like this. If you really wanted to do multiple commits, I think the logical way to split them up would be the one that copies the instructions and makes the "always include" changes from above and subsequent commits for the actual changes. |
Work in progress here. I will make a pull request when it is complete I am a baby using git so the commit history may be funky but it will all be good in the end. Probably finish in the next day or 2.
Happened automatically
It already linked to 'current' so we're good here
Yea I dfdnt read the instructions well and downloaded the 'standard' iso which doesnt include X11/GUI . the 'Gnome' version has gsettings. We can let this go . The tutorial doesnt need Xll though, worked fine for me from the command line.
yes it existed in the chroot. so I will drop it
yes it was only in the chroot that it gave an error. Not sure how to handle this so will let it be for now
Yes the path has changed . This one took me a bit to figure out. -- a question -- |
#433 |
Don't worry about the git history. If you end up with a million fix commits, that's fine. I can squash together for the merge. I generally use the GUI version of the live environment. I figure that's more user friendly. Even in the case of people that "know what they are doing", it can be nice (e.g. having a web browser to look at the instructions and copy-and-paste). We should include non-free-firmware, as Debian does that by default. People that don't want it can remove it. Yes, we should pull in the changes from PR #433. |
Made a PR. Never tested a EUFI installation. Tested a kvm virt install and a physical install , both with 2 disks in a mirror situation, Had to -f the zfs creates on reused zfs disks, even after wiping per the instructions. but maybe that was just me. DIdnt put that in the changes. It seems we are aware that the zfs rpool fails to export coming out of the chroot and the first install always requires a zpool import -f rpool . Never tested if that was possible via the dropbear initramfs ssh . Let me know if any follow up is needed. thanks again for all the work with open zfs |
Indeed. My plan (which I've just not had time to get to) is to add notes on this to the instructions. I just can't find any way to get it to unmount cleanly! |
What's your experience with zfsbootmenu? I need the ability to boot into old snapshots and eventually rollback so it looks like a good alternative to grub. I used to use zsys in the past but it's an unmaintained nightmare nowadays. |
I haven't personally used it. I believe Jim (author of syncoid, etc.) recommends it. My "problem" with it is that getting it into the distro would be a pain, because to my understanding, it's basically another build of Linux. That said, while I try to follow stock distro practices, it'd probably be fine to have this an optional add-on. |
There are binaries available, it's basically a curl command away. |
Note that the creation of the
HTH. |
I recently followed the Bullseye guide for installing bookworm. I didn't have any major problems. I made note of all the commands I ran. The two things that I did have to do but I don't believe the guide mentions it. After doing the first boot. After doing all the chroot bits. Both the I have got the
|
You can still do Hope this helps. |
I've found some time to recreate my environment in a VM, and after doing the command you mentioned above, the upgrade warning changes the below. Inside
|
Yes; the instructions added two new features to the To eliminate this warning (harmlessly), you can do:
|
I can confirm doing what you said has fixed the status messages, When you mean upstream do you mean Debian or openzfs itself? |
I mean OpenZFS - this PR. That adds these two features to the system |
My pull request was merged and there is now Debian 12 Bookworm Root on ZFS documentation. thanks so much. Should this issue be closed and marked as resolved ? |
@rlaager is it safe to follow the Debian 11 Bullseye Root on ZFS HOWTO for Debian 12? Is there any change planned for Debian 12 "bookworm"?
The text was updated successfully, but these errors were encountered: