This is the Peppermint OS testing wiki, we will use this as a the place to go to get testing links for the builds that are prepped before release.
A few NOTES:
If you can please submit bug found here:
https://sourceforge.net/p/peppermintos/pil/
Any thing you post pertaining to testing on the forums, we will try to get them in to that issues tracker.
What were the changes foo this build:
Most of these things are under the hood.
The October release will be for the Flagship - This the almost zero bloat release meaning not really much is installed.
The other builds will begin to trickle in over the course of the next few months.

Testing links
https://nightly.peppermintos.org/deb64/flagship/
Thank you all so much for helping us test
@peppermintos
OldTon speaking here
I installed succesfolly xfce
Then I went to synaptic--looked for task-install-cinnamon and went ahead
after reboot I went to synaptic and removed all xfce4 and otheobvious libs
Then I rebooted adai
___there was no icon for the terminal in taskbar
--?click on desktop--click on : open in terminal , nothing happened
Installing terminal-Gnomr fixed the 2nd one , but no icon in taskba
Thats all for today
All is working fine just now in Cinnamon, on my 15 year old G450
Hi, OldTon again
Today, Friday-10-october-25 I did a new install on 15 year old Bios Lenovo.
The iso used was from oct-10-02
a Install went 100% fine and flawlessly
b Immediatly went to synaptic -- used task-cinnamon-desktop
all went fine
c rebooted -- removed thunar and xfce related packages
d rebooted and checked up---all seems to be OK, including Terminal
e installed all my needed/wanted packages
just one thing--->I used the startup screen to activate Flatpak--. it does so, but I see nothing in the menu ? ? ?
see you around
Hi guys,
I tried it as a QEMU-KVM and it seems to be slow. Is there a recommended number of CPUs? I currently have 2 assigned to it and it maxes the CPUs when I try to do anything.
Have a wonderful day.
I have not seen this issue in my testing.....
QEMU defaults to a generic CPU model (qemu64) that hides many host capabilities. This can bottleneck performance.
You can configure the VM using one of these options:
-cpu host-cpu qemu64,+ssse3,+sse4.1,+sse4.2,+x2apicYou can verify what flags Peppermint sees with:
grep flags /proc/cpuinfo | uniqand compare with the host system.
Disk & I/O performance tuning
Apply these:
virt-manageror QEMU XML, set:noneorwritebacknativeMemory and host system considerations
Troubleshooting
top -H | grep qemuiostat -x 1 5lscpu | grep VirtualizationEnsure hardware virtualization (VT-x/AMD-V) is enabled.
4.If performance remains poor, try pinning CPUs to a specific NUMA node or physical cores using
tasksetorlibvirt vCPUpinning features.Hope that helps