You are not logged in.
Have a look at https://www.devuan.org/. Chimaera is oldstable, but not yet archived.
I do either one depending on the situation. If there is reason to resize partitioning, or significant changes in my setup like another init system, another desktop, I prefer fresh install. But I have also performed various dist-upgrades since I started to have Debian on my workstation starting with Squeeze.
So I mount ISO and then use general path instead of pointing on every directory of it?
No. Do NOT mount the iso. I assume you have the iso as a file in your Download directory. You cp the file, or dd it to the USB.
You do:
# cd /home/$USER/Download
# cp iso.file.spec /dev/sdx
BTW: you could also use the netinstall. The installers on the netinstall the CD and the DVD are exactly the same. The amount of SW coming with the media are different.
I am sorry, I thought I responded to such a topic earlier. Maybe I mistook that for the German Debian forum.
Anyway, here is a useful link: https://bugs.debian.org/cgi-bin/bugrepo … ug=1059773
Please use the forum search, known problem.
-- Enter UEFI -- Configure for USB partition as boot priority --
This is a residue from the old legacy bioses. The procedure to place the USB stick as first boot option is no more required on UEFI bioses. There you go and use the boot override. You PC should have a key to call up the boot menu (on my ASUS MBs its F8, on many others its F12 ... read the manual), and there you select the stick with the uefi prefix.
Give it a try, maybe this is the culprit.
Look at the Download link on the top of this page. 5.0.0 has been replaced by 5.0.1.
I don't want Xwayland and don't know whether Chimaera used it as I had no need to check - it just worked. Is there an alternative, other than Wayland which doesn't work at all with a second monitor plugged in?
Don't be mistaken that you use Wayland on Daedalus. Your system is setup with X11 as your inxi shows. This XWayland stuff is just a compatibility layer.
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.
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?
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.
... 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.
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.
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.
man dd
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.
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
If you try again?
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.
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.
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.
First of all I would look into the Bios and check the USB settings. And then possibly try "Load optimized defaults".
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.
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.
Must have missed the original post end of January, and did not pay attention to the time stamp when answering now ....