The officially official Devuan Forum!

You are not logged in.

#701 Re: News & Announcements » [SOLVED] invalid: EXPKEYSIG BB23C00C61FC752C Devuan Repository » 2022-09-04 09:26:44

I am getting exactly 96c4a206e8dfdc21138ec619687ef9acf36e1524dd39190c040164f37cc3468d  on my download checked with gtkhash.

Would suggest you download again and recheck.

Edith: saw that the address given was a link and used right click - copy link adress in FF.

#702 Re: Hardware & System Configuration » [SOLVED] lvcreate is not working as expected » 2022-08-31 19:32:01

There is nothing special with LVM on Devuan. It works fine on my machines. Mostly created while installing the system.

Here are three links to HowTo's:
https://tldp.org/HOWTO/LVM-HOWTO/
https://linuxhandbook.com/lvm-guide/
https://www.howtoforge.com/linux_lvm

The first I have used a lot.

#703 Re: Hardware & System Configuration » [SOLVED] LUKS Full Disk Encryption » 2022-08-25 13:19:26

Any installer will do, there is nothing special to be done to make grub boot an encrypted root. I am using FDE with unencrypted /boot and an LVM in an encrypted partition for / and /swap for many years now, no issues. Legacy Bios or efi, mbr or gpt do not matter, all combinations work.

Cook book:
* I only use manual partitioning: p1 with 2048 MB for /boot, ext4; for p2 the encrypted partition I use 32G for / plus at least 32G for swap, i.e. 65535MB. Change these values to your demands.
* Select volume for encryption for p2. You have to enter a PW for the encryption.
* Select that volume and change it from ext4 to a physical volume for LVM.
* Define vg and logical volumes. Make one LV to /, ext4, the other one to swap.
* Write all to disk and continue with the installation. At the end the system should boot automagically and ask for the PW for decryption.

Manually setting everything up is a bit fidelly. There is a guide for guided setup at: https://www.devuan.org/os/documentation … encryption which is much easier.

Good luck, rolfie

#704 Re: Installation » [SOLVED] Chimaera Dual Boot with Existing Windows (GPT/EFI): No GRUB Menu » 2022-07-25 19:30:37

Well, the error you got saying "EFI variables are not supported on this system." tells me you run into the same problem I have seen several times with Chimaera. Have a read through this thread: https://dev1galaxy.org/viewtopic.php?id=4496

I guess you need to mount the efivars before running the grub-install.

Good luck, rolfie

#705 Re: Installation » [SOLVED] moving /-partition to LVM after installation (Devuan 4) » 2022-07-24 20:27:29

Use the normal net-installer, not the live media for installation. Then you have the option of creating an LVM. I do this all the time for my encrypted installations.

#706 Re: Installation » Choices during install of Chimaera not being applied » 2022-07-23 11:10:11

The expert installation is meant for people who know what they are doing. If you skip the menu option "Load installer components from installation media" you will get the minimum options for file systems. You do not need to tick one of the additional options, but when you abort that topic the required support for advanced file systems are not getting loaded.

#707 Re: Other Issues » [Ceres] Virtualbox Issues » 2022-07-20 17:54:38

VBox 6.1.36 has been released. Builds kernel modules against 5.18 kernel now.

#708 Re: Other Issues » Chimaera and VirtualBox after kernel update » 2022-07-20 17:53:12

VBox 6.1.36 has been released. Builds kernel modules against 5.18 kernel now.

#709 Re: Installation » [SOLVED] Missing Devuan ISOs » 2022-07-17 13:48:09

When you search the forum a bit, you will find threads that describe that there were issues generating new installer isos for Daedalus. The note in the Daedalus directory suggest to use Chimaera media and then to upgrade to Daedalus for the time being.

#710 Re: Installation » [SOLVED] Missing Devuan ISOs » 2022-07-17 13:25:36

Use the Download link on top of the Forum page, or look here for Chimaera: https://files.devuan.org/devuan_chimaera/installer-iso/

#711 Re: Installation » Can you unravel where this went wrong? » 2022-07-16 19:59:09

Rebooted. UEFI cannot find grub.

Guess: the install media was booted in legacy mode. I have installed Chimaera so often in efi mode meanwhile I can't imagine what else might have gone wrong.

#712 Re: Other Issues » [Ceres] Virtualbox Issues » 2022-07-15 12:39:28

VBox 6.1.34 and latest kernel builds of 5.10, 5.16 and 5.18 are broken. Kernel modules do not build successfully.

If you want you may use the latest test version 6.1.35 or you have to wait for 6.1.36 (I am waiting too).

#713 Re: Installation » Choices during install of Chimaera not being applied » 2022-07-13 19:31:14

I guess your experience is explainable. If you want to install a DE manually, you must disable the DE choice in the installer and XFCE which is the default. Then you are not getting asked which DM to install, and that DM will not pull the default DE as dependency as it happened to you. I do all my installs nowadays by just using the netinstall and to install just the basic system utilities. Then I manually install xorg, lightdm and mate or cinnamon w/o install-recommends and build the system as I like it. 

The second problem appears when you skip loading some basic options during expert install. Then you are not getting the advanced file systems, just the very basic ones.

#714 Re: Installation » [solved] upgrade the installation to ceres or daedalus » 2022-07-01 19:52:18

oui wrote:

where is

devuan_daedalus_5.0.preview-20220627_amd64_cd1.iso

to find?

At the top of this forum page is a link to the official Devuan Download repo.

#715 Re: Installation » Encrypted installation + dual boot » 2022-06-29 20:16:22

Got Arch, Beowulf and Chimaera working independently from each other, all encrypted. Boundary conditions: modern X570 MB configured to UEFI only, NVME gpt partitioned. Arch w/o separate /boot, Beowulf and Chimaera with separate individual /boot partitions. Per default Chimaera is booted, if I want Beowulf or Arch I need to use the F8 key on my MB to select the OS to be started.

#716 Re: Installation » [SOLVED] Anacron symlinked to "true", again. » 2022-06-25 15:57:52

On my Chimaera no alias is set.

Anyhow:

# ls -A /usr/sbin/anacron
/usr/sbin/anacron

#717 Re: Installation » [SOLVED] Anacron symlinked to "true", again. » 2022-06-25 15:42:43

To which package does "la" belong? My bash (Chimaera from net-install) tells me command not found.

#718 Re: Desktop and Multimedia » Install a KDE program, without KUserFeedback? » 2022-06-22 19:44:51

Well, I have installed KMyMoney which is a KDE application, and no trace of KUserFeedback. Did not even use anything like --no-install-recommends.

You might try that option when installing K3b via apt.

Good luck, rolfie

#719 Re: Off-topic » Your thoughts on: TheCaseForTheUsrMerge » 2022-06-10 15:35:52

Just my 2 cents: I have approved the usrmerge option when being asked on all new installations that asked that question. I cannot see any reason to not agree. And I haven't seen any problems due to usrmerge in my small home network.

I have some SW in /opt, like FF, LO, TB, tor. All installed from external sources like tarballs from Mozilla, or the deb for a fresher LO version directly downloaded.

#722 Re: Hardware & System Configuration » Question about upgrade kernel » 2022-05-26 16:52:03

golinux wrote:

There is no Devuan 10. Devuan Releases are listed HERE.

You are right, overlooked that.

#723 Re: Hardware & System Configuration » Question about upgrade kernel » 2022-05-26 15:42:16

Don't mix up kernels (linux-image) with kernel headers (linux-headers).

You should not consider mixing distros.

My suggestion is to consider upgrading to Chimaera.

rolfie

Board footer

Forum Software