You are not logged in.
Haven't done it, but I have some thoughts. I normally do an encrypted persistent volume for live-usb systems. The squashfs is not encrypted, but it is read-only, so it's pretty safe.
It might be possible to encrypt the partition that holds the squashfs and use grub as the bootloader. You'd have to edit the grub.cfg to add the same stuff that gets added when you do full-disk encryption. Set the usb up like a multi-boot live usb, except make the first partition a luks-encrypted volume with ext4 filesystem.
Works here on my beowulf. I didn't feel like installing wmctrl, so I changed that line to
printf $titles "wm:" ; basename $(cat /etc/X11/default-display-manager)I still don't get "If you're booting UEFI mode, you will also need to remove grub-efi-amd64-signed and just use grub-efi-amd64.", though. Any explanation what to do or what is meant appreciated.
Are you using secure boot?
Are you unable to boot your os?
If your answer to the second question is 'yes' then you will need to do something. We will help you figure that out. Otherwise, you can ignore it.
In previous testing, the bootloader had to be named 'debian' if you used the signed grub package. Otherwise, it could not find the bootloader, because $prefix was hard-coded as EFI/debian. I don't know if that's still true in beowulf.
Refractainstaller has only been used on x86 architectures. I don't know what changes you'd need to make for arm.
If you wanted to use an existing fluxuan iso with the pi-imager, I think you would unpack the iso, then unpack filesystem.squashfs and use that in place of the debootstrapped system. Then make whatever changes you need to make to it.
Edit: Of course, that won't work. Packages are for the wrong arch.
lsb-base and lsb-release in ascii are devuanized packages. You can tell because 'devuan' is in the version. In beowulf, chimaera and ceres, we're using the unchanged debian versions.
The code you're looking for might be here: https://salsa.debian.org/debian/lsb
Changing the 'ID=' line in /etc/os-release will also change the name of the bootloader created by 'grub-install'.
Correction:
With ID=mydevuan, grub-install creates a bootloader at /boot/efi/EFI/mydevuan
With ID=devuan, it does not. It just went back to using /boot/efi/EFI/debian.
So, like I said before, I probably can't explain it.
Could someone please explain what exactly needs to be done?
Probably not, but I'll try. I think the behavior of grub has changed since that was tested for the release notes. To change it in the boot menu, you can either change it in /etc/default/grub or /etc/os-release and re-run update-grub.
Like this works:
GRUB_DISTRIBUTOR=DevuanChanging the 'ID=' line in /etc/os-release will also change the name of the bootloader created by 'grub-install'. I don't think /etc/default/grub will do that. Correct me if you find otherwise.
Changing it in /etc/lsb-release works, too, but you won't have that file unless you created it. Or maybe I created it for you, if you're running Refracta.
If you have secure boot enabled, I don't know what will happen. Some time ago, the bootloader directory on the efi partition needed to be named 'debian' if you were using the signed version of grub-efi-amd64, even without secure boot enabled. That appears to have changed in chimaera. Either that or my motherboard is lying to me about secure boot. That's a distinct possibility, since manufacturers can seem to agree on uefi implementations.
cp /usr/lib/refractainstaller/inittab.debian /etc/inittabThat's the easiest way.
Welcome to Devuan.
You've been around linux long enough to see that every release gets bigger and more hungry for resources. Part of the reason we left the graphical installer out of the installer isos was to leave more room for applications that might be needed when installing without a network connection.
If you've used graphical installers on other distros, you might be disappointed with the debian-installer's rendition. The ncurses variety that you saw is actually easier to use - it requires less motion.
You can see for yourself. There's a graphical installer in the mini.iso on this page.
https://pkgmaster.devuan.org/devuan/dis … tboot/gtk/
The mini.isos get made when the installer gets rebuilt. They're mainly for testing, and they require a wired network connection to get even the most minimal working system.
The live isos use a different installer that just copies the system from the media to the hard drive. It takes about 10 minutes, but you don't get to choose the software.
.
Thanks. I just finished a dist-upgrade from beowulf to chimaera on a laptop. Had some trouble with conflicts and had to remove libpolkit-backend-1-0 manually (it no longer exists) and upgrade one of the libpolkit packages manually. Also used a combination of apt and aptitude to get through it. I didn't take notes, so I don't have instructions for anyone.
This was with xfce. I think it was a refracta-ascii that I upgraded to beowulf a year ago. Now it's chimaera and seems to be working ok.
A condensed version with the essentials is always good, especially when I don't have to do it. Thanks. ![]()
The copy of cryptdisks-functions that I linked has two patches applied to it. One for lvm and one for plain luks-encrypted partitions.
For jessie and ascii, the file is cryptdisks.functions, not cryptidisks-functions. The files are very different, but the same changes work. I'm sure it's documented in several threads on this forum, probably including this one.
We did not fork cryptsetup, so you'll get the shutdown delay no matter how you install the system.
Stopping remaining crypt disks...root_fs (busy)...root_fs (busy).....root_fs (busy).....root_fs (busy).....root_fs (busy).....root_fs (busy)......
Replace /lib/cryptsetup/cryptdisks-functions with the patched copy I linked above.
I'm not really on this thread.
Just this in sources.list. There's no -security or -updates (or anything else) for chimaera or ceres. You could add contrib and non-free if you want.
deb http://deb.devuan.org/merged chimaera mainHere's a copy of patched /lib/cryptsetup/cryptdisks-functions for beowulf:
https://git.devuan.org/devuan/cryptsetu … -functions
This will eventually be packaged and added to the devuan repo.
There's no amarok in buster, therefore there is no amarok in beowulf. Try stevepusser's build. I recommend downloading the packages to install manually rather than adding a foreign repo.
http://forums.debian.net/viewtopic.php? … dd5b92d7be
From nemo in #devuan on freenode irc:
AMDGPU-PRO 20.10 on Devuan Beowulf with an AMD RX5600
The fundamental problem is that the open source drivers, even in Beowulf Backports do not appear to yet support this released card. AMD *does* have a closed source driver for Debian. It has a few gotchas however that I'll try to document here.
The first is that their installer checks for a "legit" debian based distro. For them, that's an ID of debian, mint, or ubuntu (this was an improvement over 16.40 that only supported ubuntu). Adding |devuan to the amdgpu-install script in the os_release() section is fairly trivial.
Once that's done, the install proceeds smoothly. It creates a new file repo for the .debs it installed.
The problems start if you attempt to reboot. The symptoms I experienced were that the AMDGPU-PRO 20.10 appears to use a Video ABI of 23 (this is visible on stderr if you startx) and causes crashes in Xorg (visible in log) causing fallback in Xorg and an endless flickering loop probably 'cause kernel has wildly different stuff loaded.
The only fix I could find was to downgrade Xorg from 1.20 to 1.19 to match the video ABI. ascii-xorg.pref does this. You just toss it into your /etc/apt/preferences.d, append deb http://deb.devuan.org/merged ascii main non-free contrib sources.list, and update/upgrade.
The downside. Two meta packages, task-desktop and task-mate-desktop that I had installed (and probably related desktop metas) seem to force depend on 1.20 for some reason (why, no idea - you'd think that'd be a lower dependency if necessary) and have to be removed. This *will* confuse apt autoremove. In my case I was able to manage things by explicitly installing libreoffice.
Once you've done that and rebooted, everything seems to work fine! Graphics are working beautifully, and I assume the pro package lets me play around with ML/opencl stuff too, but haven't tried that yet.
It's not a bug. It's just that events are happening slightly out of sequence. Official announcement is coming soon. Say yes. If you were already up to date, you won't see any new packages.
1. Make sure policykit-1-gnome is installed. If that doesn't do it, I'll have more questions about what is or isn't installed.
2. tor-browser requires pulseaudio for sound. If you remove pulseaudio (as I have) you can install and use apulse. I made a panel button to start tor-browser and edited the command to begin with apulse.
3. I've been wishing for years that someone would make a jack plugin for firefox.
jfs, xfs, btrfs and all the other usual choices are there in manual partitioning. That option is available in both regular install and expert install. If you're not seeing all the options, check the sha256sum to make sure the download was good.
I just did a no-mirror install from devuan_beowulf_3.0.0_netinstall-amd64.iso onto a new btrfs partition.
RC2 desktop-live and minimal-live isos have been uploaded.
https://devuan.org/get-devuan
fsmithred wrote:(using refracta10-beta5)
So what exactly is refracta-beta5 ?
There were so many of them I am getting confused.
That one does not have the udev fix, but it does have whatever I fixed before that. (mouse, keyboard and ping, I think.) And it has the default log level for udev.
Anyway, I'm making RC2 right now. Put the fix in rc.local because it's less hidden and easier to remove. (live installer has post-install cleanup scripts) If I didn't break anything in the process, these will be the official release isos. Better fix for the udev issue might come with the point-release, which we expect will be soon.
Here's one for now. I'll upload the whole set to the official site when they're all done.
https://get.refracta.org/files/testing/ … p-live.iso
sha256sum:
8225b3d4cc30327f142cbe1584ed100da0d48785c6e105983a64e16f8d620ad4 devuan_beowulf_3.0.0_RC2_amd64_desktop-live.isoIf you run into problems installing from the live iso, please save refractainstaller.log (in your user's home directory) and paste it somewhere or email it to me. I'm pretty sure it's too big to post it here, but you could try that if you want. Thanks.
A few more notes... (using refracta10-beta5)
If I boot to runlevel S or 2 (default), then eudev is running as '/sbin/udevd udevd', but boot to runlevel 1 and eudev is not running.
If I boot to single and then change to runlevel 1, /sbin/udevd udevd is gone, but the pid file is still present. If I delete the pid file and go to runlevel 2, I got no mouse or keyboard.