Debian 13 is out  [Solved]

Message
Author
User avatar
dolphin_oracle
Developer
Posts: 22725
Joined: Sun Dec 16, 2007 12:17 pm

Re: Debian 13 is out

#11 Post by dolphin_oracle »

There is no set schedule, but I think we are pretty close. There are a couple of key components to finish, and we are still dealing with debian's removal of cgroup v1 support from the kernel. There were some non-obvious effects to the build system besides the discontinuation of systemd-shim. This happend during debian's RC2 phase, so I think we can be given some leeway on beta timing. Luckily we had a backup plan already or it would have taken longer.

We are close, just not quite there. I'm sure there will be plenty of bugs to find during beta phase :happy:
http://www.youtube.com/runwiththedolphin
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.
Live system help document: https://mxlinux.org/wiki/help-antix-live-usb-system/

User avatar
capnkirby
Posts: 6
Joined: Thu Feb 06, 2025 2:42 pm

Re: Debian 13 is out

#12 Post by capnkirby »

In reading the review on Distrowatch for Debian 13, the article mentioned the need for an increased boot partition:
"Before starting the upgrade, make sure your /boot partition is at least 768MB in size, and has about 300MB free. If your system does not have a separate /boot partition, there should be nothing to do."
Is this going to be the case for MXLinux? I ask as mine is not nearly that big at this time.

Thanks,
Capn

User avatar
dolphin_oracle
Developer
Posts: 22725
Joined: Sun Dec 16, 2007 12:17 pm

Re: Debian 13 is out

#13 Post by dolphin_oracle »

capnkirby wrote: Mon Aug 18, 2025 8:36 am In reading the review on Distrowatch for Debian 13, the article mentioned the need for an increased boot partition:
"Before starting the upgrade, make sure your /boot partition is at least 768MB in size, and has about 300MB free. If your system does not have a separate /boot partition, there should be nothing to do."
Is this going to be the case for MXLinux? I ask as mine is not nearly that big at this time.

Thanks,
Capn
/boot is not the same as the ESP.

our default /boot I think is 1GB. its only needs to be separate from / if you are using encryption. the initramfs files for the kernels are getting pretty big, and you need to be able to hold more than 1 kernel (3?) so the increased size doesn't surprise me.
http://www.youtube.com/runwiththedolphin
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.
Live system help document: https://mxlinux.org/wiki/help-antix-live-usb-system/

User avatar
AK-47
Developer
Posts: 1287
Joined: Sun Mar 24, 2019 7:04 pm

Re: Debian 13 is out

#14 Post by AK-47 »

There is a new option in the installer for host-specific initramfs in the boot section, which will greatly reduce the images by only including the modules needed for the host it's being installed for, rather than being a generic fit for all. On my system it reduces them from 80MB to 18MB. The extra space may be more precautionary, during the upgrade I suspect it creates some temporary files while it builds the initramfs images.
Last edited by AK-47 on Mon Aug 18, 2025 8:49 am, edited 1 time in total.

User avatar
capnkirby
Posts: 6
Joined: Thu Feb 06, 2025 2:42 pm

Re: Debian 13 is out  [Solved]

#15 Post by capnkirby »

Awesome, thanks!

sisqonrw
Posts: 223
Joined: Thu Aug 11, 2022 5:15 am

Re: Debian 13 is out

#16 Post by sisqonrw »

It's great that you exist. Without you, there wouldn't be such a great distribution. Thank you so much.

User avatar
rijnsma11111
Posts: 55
Joined: Sat Sep 14, 2024 4:36 pm

Re: Debian 13 is out

#17 Post by rijnsma11111 »

Eadwine Rose wrote: Sun Aug 17, 2025 5:36 pm It'll be ready when it is ready.
That is the solid way to go! I have had more than enough problems with other Linux brands in former days because of too early releases. :cool:

User avatar
entropyfoe
Posts: 637
Joined: Thu Apr 19, 2007 11:42 am

Re: Debian 13 is out

#18 Post by entropyfoe »

AK-47,

Agree on the RC. I wrote, many install the RC, and go on. I think Mepis 12 beta2 was run as a daily driver by some here on the forum for many years!

But I don't, I think the most stable result comes from installing the tested FINAL version

Yup, if you have a late RC, synaptic will upgrade it to final status, often that last RC is the same as the final, except for one fix, which may not even be affecting your system.
MX 23.6 AHS on Asus PRIME B650
Ryzen 9700X (16 threads @ 3.8 GHz)
64 Gig DDR4 6400 (Crucial)
Integrated Radeon graphics
Samsung 970 NVMe nvme0n1 P1-3=MX-23.5, P4=testing
Samsung 980 NVMe =2TB Data, plus 4TB WD =backups
on-board ethernet & sound

NakedRider
Posts: 16
Joined: Mon Aug 07, 2023 4:39 pm

Re: Debian 13 is out

#19 Post by NakedRider »

AK-47 wrote: Sun Aug 17, 2025 7:47 pm There are a lot of factors that will affect this, but usually expect several months (could be 3 months, could be 6 months, could be 9 months) for a release. This is why we do not give out release dates, because we don't have any, and we won't have any until fairly close to release time. We still have to do betas and RCs, how many betas and RCs before we are satisfied with a release will depend on any issues found during these stages.

Tight and defined release schedules work fine if the team is very large and has a structure pertinent to a large team, but even that doesn't go to plan all the time. Fedora is notorious for not heeding their own release schedule, so when a Fedora release is on time it actually is a pleasant surprise.
Please take your time. If you look at the Debian forum you will see that Trixie has numerous bugs. The one that bugs me the most is the nvidia-driver. You can no longer install it with sudo apt install nvidia-driver. Now the recommended steps from the forum:

apt install linux-headers-$(uname -r) build-essential libglvnd-dev pkg-config
apt install dkms
apt install nvidia-driver firmware-misc-nonfree
update-initramfs -u

In addition the update-initramfs -u needs to be run after each kernel update - update kernel, reboot, sudo update-initramfs -u, reboot.

Some on that forum believe this is an nvidia problem. Some think some cards are no longer supported which is what they told me but -

My card is only 3 years old. I doubted it's support was already dropped. So I went to the nvidia website and my card was still listed as a Linux download. Just to make sure this wasn't a mistake I downloaded the file. The file is still there.

Also as you might know Bookworm used the 535 series of the nvidia-driver. Trixie uses the 550 driver so - I tried two non-Debian based distros both of which are using the 580 series. Both of them work after one command "install nvidia-driver". I doubt that support was removed from the 550 series but then added back for the 580 series. End result - my card is still supported and to make it work you only need one step just like it was for Bookworm and as it is with the current release of MX-Linux.

MX-Linux is a beautiful disto. In my opinion it has the most functional desktop out there. So many tools. The installation is without errors and the documentation is the best I've seen. If care is given to look into the Trixie bugs I'm sure the next release of MX-Linux will be even better.

Take your time. Test everything.

User avatar
AVLinux
Posts: 3188
Joined: Wed Jul 15, 2020 1:15 am

Re: Debian 13 is out

#20 Post by AVLinux »

dolphin_oracle wrote: Mon Aug 18, 2025 8:31 am There were some non-obvious effects to the build system besides the discontinuation of systemd-shim. This happend during debian's RC2 phase, so I think we can be given some leeway on beta timing. Luckily we had a backup plan already or it would have taken longer.
I'm intrigued to know more about the particulars of this (if not here then in the Team section) I see lots of activity on the build system! :confused:

Post Reply

Return to “General”