The officially official Devuan Forum!

You are not logged in.

#1 Re: Hardware & System Configuration » Transfering an OS from HD to SSD » 2025-06-30 06:48:24

Don't worry about wear on a modern SSD. They have such a large TWB that normal use on a workstation does not kill or even limit the lifetime. More than a decade ago when SSDs were new I used to put /var and /tmp onto a HDD. I have stopped that along time ago.

#2 Re: Desktop and Multimedia » Firefox ESR on systems that have not been online for a while » 2025-06-30 06:44:57

For the MSE a registry patch is available to fix the update issue. Had it myself in a Win7 VM.

I am not using the FF on Win7. An idea since the two machines seem not to work the same: has one of them a proxy or something like that defined in the internet connections?

#3 Re: Hardware & System Configuration » LVM -- useful or not? » 2025-06-30 06:41:10

Since many many years I am using LVM in combination with luks encryption. One PW for decryption for several LVM volumes.

Yes, its overhead, but you do not see or feel a major delay on modern computers.

#4 Re: Installation » No live devuan or refracta will boot on a new AMD Ryzen AI 9 HX370 » 2025-06-18 12:45:36

... if I remember correctly, I've downloaded the .deb file as the driver, unpacked it, and placed the firmware folder on a USB flash drive.

I guess there is the mistake. AFAIK the installer looks for a deb file.

#5 Re: Installation » No live devuan or refracta will boot on a new AMD Ryzen AI 9 HX370 » 2025-06-16 13:49:20

I don't know if it's possible to install from net install without internet?

Sure it is. But you should specify the network and its details as if it was fully working.
BTW: most of the network drivers are part of the kernel.

#6 Re: Installation » No live devuan or refracta will boot on a new AMD Ryzen AI 9 HX370 » 2025-06-13 10:58:26

I would assume that such a brandnew computer has an UEFI only bios. No more CSM mode supported. So the legacy strategies to boot a stick do no more work.

#8 Re: Hardware & System Configuration » [SOLVED] Non-root-users cannot ping in devuan5-based lxc-container » 2025-05-31 16:11:19

The kernel 5.10.0-0.bpo.9-amd64 is definitely not from Daedalus. Daedalus uses linux-image-6.1.0* or 6.12 from backports.

#9 Re: Hardware & System Configuration » Proposed Updates repository problem. » 2025-05-29 15:56:42

Further reading: https://www.devuan.org/os/packages

Add stable proposed-updates (default: no)

proposed-updates are packages that will become part of the next stable point release but are not fully tested yet. It is usually safe to use them, but we recommend not using them on production systems. Note that there may be rare cases where a package from Debian's proposed-updates is needed, and in that case /merged should be used instead of /devuan below.

# /etc/apt/sources.list

deb     http://deb.devuan.org/devuan <release codename>-proposed-updates main

#11 Re: Installation » Minimalist/selective installation? » 2025-05-28 18:00:22

Fighting about minimalism is hairsplitting. The OP obviously wants to setup a system according to his wishes and considerations without all that stuff that is pulled in by the task*-Packages. I use this approach myself which is some sort of minimalism in the wider sense. Install a cli from the netinstall, and then install the DE I prefer currently which is Cinnamon, and the packages I need. I could help doing this, also with Mate. Not with other DE's, no experience.

Daedalus doesn't boot from Ventoy, so a bootable separate stick is required.

#12 Re: Devuan » [SOLVED] The 'snap' package in Devuan belongs to biology » 2025-05-23 17:29:11

I am looking for a way to use Whatsapp without any smartphone whatsoever - and I hoped, this could be possible.

I am pretty sure that that isn't possible. I have tried it with Telegram, no way, it requires a smartphone application and phone number to connect to on Linux. You can use the Linux program once you have linked it with a smartphone. Its the same with Signal.

And I think its the same for Whatsapp. The linking to the smartphone is required from state authorities to be able to track users.

#13 Re: Hardware & System Configuration » [SOLVED] USB with *.iso image not detected in BIOS boot netbook » 2025-05-13 15:38:01

Somewhere else I stumbled across this topic: https://www.ventoy.net/en/doc_legacy_limit.html. Somebody else had a problem and solved it by using a 32G stick.

Looks like on older PCs in legacy mode this limitation comes into play. I have a 128G stick for Ventoy, and that works in my environment.

#14 Re: Hardware & System Configuration » Trashed USB firmware » 2025-05-12 15:16:13

First of all I would look into the Bios and check the USB settings. And then possibly try "Load optimized defaults".

#15 Re: Installation » [SOLVED] MBR and efi booting issue » 2025-05-09 15:23:11

I am thinking that instead of trying and forcing the legacy BIOS and MBR thing, I just may try and use the intended UEFI install without the secure boot option and see how that goes.

Good approach. Learn it now. In the long run efi is the future.

And I must say I like GPT partitioning. No more fiddling with extended partitions and logical drives.

#16 Re: Installation » [SOLVED] MBR and efi booting issue » 2025-05-09 12:19:11

Not so simple, MBR/GPT and legacy/UEFI gives you 4 possible combinations.

Here are my thoughts: You want a legacy installation, should be possible.

Bios setting: can't you set the bios to legacy driver first? Since its a laptop this might be limited. On my mainboards its possible.

CSM mode is an emulation of the old legacy bios behaviour on every uefi bios you can find on the market. No exception. CSM has been dropped on new designs nowadays.

Install media: I do not use live media or refracta installer, they are limited, at least for me and my wish to encrypt every OS I do install. I use the netinstall. That works for sure.

Booting the install media: on an uefi PC you have to pay attention how you boot the usb stick. When you stick that in and look at the boot options you get, you will see the stick twice. Example: its from Sandisk, you will get a Sandisk entry and a UEFI Sandisk entry in the boot options. For your legacy install make sure you boot the entry without the UEFI prefix. This topic is also important for grub-install. Only when booted in legacy mode you can run the legacy grub-install.

/boot-Partition: I would use ext4.

MBR partitioning: every tool should leave about 1MB free space before the first partition. This space is used by grub for a hidden installation of this famous stage2 files. No bios_grub or ESP required.

GPT partitioning: you could do a legacy installation on a GPT disk too. But its a bit more complicated. Since the GPT scheme needs 34 sectors instead of only 1 for the MBR, you need a bios_grub partition (no filesystem, 1MiB is fine, I give it 8MiB to be on the safe side, bios_grub flag needs to be set). grub installs its stage2 into this bios_grub partition. No ESP required for legacy.

grub-install in legacy mode goes into the MBR. No need to install it to /boot. You need to specify the device for the installation. The boot flag has to be set either to the separate /boot or to /.

grub-install in uefi-mode is a completely different beast. You do not specify a device, can be left off. Some kB of the bootloader goes into the ESP, all the rest is installed into /boot. The booting mechanism is completely different from the old legacy days.

grub installs fine without any network connection in both legacy as efi mode installs, at least from the netinstall. the live/refracta stuff may be differernt, I never use this path.

Since the laptop has an uefi bios /sys/firmware/efi will be present and have entries, but cause no harm. Actually some of that stuff will be required to be able to boot from USB sticks ...

I hope this gives you some background. I would use a netinstall for a fresh installation. That should do the job.

PS: some HP laptops resist anything but Windows. Lets see if we can tame this one.

#17 Re: Devuan » Update of Devuan causes VirtualBox shared folder corruption » 2025-05-05 11:05:30

Must have missed the original post end of January, and did not pay attention to the time stamp when answering now ....

#18 Re: Devuan » Update of Devuan causes VirtualBox shared folder corruption » 2025-05-04 19:20:51

Welcome dfatd.

Well, I am on Daedalus now, VBox is installed from the .deb from virtualbox.org, I am currently on 7.0.22. Got two older Win VMs running using shared folders. Never had any issues. The XP VM was generated about 2012, the Win7 VM around 2017. Have been pulled up through several releases of Debian/Devuan.

Now to your problem: what is host, what is guest? Are you running Win10 as host and Chimaera as guest in a VM? Is that right? Have you got dkms and the linux headers installed in the VM? Guest additions are uptodate, you use the ones from 7.0.20?

#19 Re: Hardware & System Configuration » Bluetooth support on laptop » 2025-05-04 14:00:47

works now, used --no-install-recommends, that keeps pipewire.

#20 Re: Desktop and Multimedia » viber authentication upon reboot » 2025-04-16 19:27:35

maybe viber depends on systemd? maybe thats why it works on debian and arch?

#21 Re: Devuan » Devuan won't recognize Windows 10 UEFI install » 2025-04-14 09:51:52

i don't think there is any difference in the involved packages and procedures.

is the linux installation also an uefi install? if not, it won't work.

anyhow, i only use the boot override key to select the system to be booted on my uefi pcs. my linux systems are encrypted, and osprober does not find encryted systems.

#22 Re: Installation » [SOLVED] install password » 2025-04-04 20:44:05

use the live for testing if it suits you.

if you want to install it onto your disk use the normal installers, e.g. the netinstall.

#23 Re: Packaging for Devuan » libguava-java (gradle) » 2025-04-03 21:36:36

well, is there any package that is not in main and non-free-firmware you want to install?

the sources.list is missing contrib non-free.

#24 Re: Installation » How to upgrade to devuan testing? » 2025-03-22 20:42:51

not 100% sure but i guess the problem is before upgrading from daedalus to excalibur you will need to install the usrmerge package.

and on excalibur you just have one line active in your sources.list:

deb http://deb.devuan.org/merged/ excalibur main contrib non-free non-free-firmware

#25 Re: Installation » temporary failure revolving "de.devuan.org" » 2025-03-12 12:40:28

Scan this forum for threads about this issue ...

Board footer

Forum Software