You are not logged in.
A different thought: maybe Crowz removes some fonds? Just finished a bare metal Daedalus installation with Mate in a VM. So far just Mate DE, no applications, fonts available are:
Bitstream Charter
Cantarell
Courier 10 Pitch
DejaVu Sans
DejaVu Serif
Got all of them?
The default font is Cantarell.
My impression: it never was. The OP was only complaining about changes in the Linux world and Debian/Devuan ...
How was the basic system installed? On current installations with newer releases you are getting asked if you want usr merge or not. I have always agreed to that to avoid hasle.
Or is that an upgrade from an older release before usr merge?
Comment to the firmware directory: you will need to additionally specify "non-free-firmware" in your sources.list. Please add, do an apt update, apt full-upgrade and apt install firmware-amd-graphics, a reboot and check if this fixes the issue.
Well also from me: I think Chimaera would be a good compromise. Longer maintenance but still the old design of Evolution though a bit newer than the Beowulf package.
You say "Non UEFI", that then means a classical legacy install.
In this case, no EFI, no ESP with FAT32 is required. The ESP is useless in such a case.
But: when you want to use a GPT partitioned disk for the installation, in Daedalus you will need to supply a bios_grub partition with 2 Mib, no file system, flag bios_grub. Refer to https://askubuntu.com/questions/500359/ … -partition When the bios_grub is missing essential parts of grub are not present, the appearance of the rescue screen can be explained by this.
I guess Daedalus now is more picky than Chimaera on this topic.
There is no way to avoid this Windows style decoration in Evolution on Daedalus. Stay on Beowulf or at the most upgrade to Chimaera.
You will have to setup your sources.list correctly. You obviously did an offline install. In this case the sources.list just contains a reference to the cdrom of the installation medium.
More info in the Ubuntu wiki which is a great source of information, and on this page about Devuan specifics: https://www.devuan.org/os/releases and https://www.devuan.org/os/packages.
That command apt -t daedalus-backports install will automatically pull in all dependencies as listed in the package.
Additional packages that are not dependencies must be installed with the same method as kicad.
Another question I'm not entirely sure of. If there are updates in the backport package, will that be covered by?:
apt update && apt upgrade
Yes, as long as backports remains enabled in the sources.list.
If you just want kicad from backports, just amend the above line to the sources.list. Pinning isn't required, no backports package will be installed by default.
Then execute:
# apt update
# apt -t daedalus-backports install kicad
And you will get updates for kicad if they appear in backports.
What prevents you from having several kernels installed and choosing the one you need when loading the OS?
Nothing but: lately the update routine behind linux-image-amd64 just keeps max 3 kernels. On my Daedalus PC I have the 6.1.0-13, and 6.4 and two 6.5 kernels from backports. And my linux-image-amd64 is from backports so my kernel updates all come from there now. The 6.1 kernel history has been deleted by suggested apt autoremove actions.
And all of this without grub customizer (which caused me a lot of grief, so I think this tool cannot be recommended).
What prevents you from selecting the desired kernel version from the repository in Synaptic, for example?
Nothing except the standard solution is to let the meta-package linux-image-amd64 take care for updates. At least I am doing so.
You always are able to install kernels that are listed in the repository. I personally have no idea how that looks like.
The repository has a program grub-customizer, this is a GUI editor for the configuration file and a bootloader installer.
The 6.510 kernel has been installed on the laptop for a week now, and it works without problems.
What up with you today? grub-customizer is off-topic and we are talking about kernel 6.1.0-15.
That new kernel may run fine on many computers, but if you listen into the Debian forums you will find several issues with this kernel and network problem, mostly WiFi, but not only.
The kernel comes down from Debian. So a bug report into Debian would make sense. Though if I read the messages right the problem really is at kernel.org.
Looks like your issues add to the network problems seen by others with the -15 kernel.
Just stumbled across: there seems to be a task for laptop-SW.
Run:
# tasksel
and tick the laptop stuff.
Well, on my Daedalus fdisk still is present as a Devuan forked version. Maybe your version still was the Debian based one? You should be able to re-install fdisk.
I am using grub with luks and LVM, works fine for me for many years by now.
By chance, are you running kernel 6.1.0-15? Then try 6.1.0-13.
Looks like 6.1.0-15 is available by now.
As the message says: package is broken. There seems to be an issue with the ext4 file system.
https://micronews.debian.org/2023/1702150551.html
You will have to wait for the fix ...
Looks like that was a typical temporary hickup of the testing repo and its mirrors.
Glad that its solved now.
Just tested on my Excalibur VM against deb.devuan.org:
# apt list firmware-iwlwifi
Auflistung… Fertig
firmware-iwlwifi/testing 20230625-1 all
Maybe the mirror isn't up to date? Perhaps you try deb.devuan.org/merged instead?
Well, the netinstall is meant for computers which have a working (wired) network connection to download everything that is not on this small media. So if the wifi requires drivers most likely they are not included. You either need to use the CD or DVD version, or identify the chip used.
Please run and poste output here. inxi could be an alternative.
# lspci | grep network
# lsusb | grep network
# inxi -Fz
Too bad, I thought it might work. I do disable Secure Boot on every computer I take my hands on.
Try the netinstall ...