You are not logged in.
For ASCII you use the Debian Stretch package. Download it and install it with dpkg -i.
Good luck, Rolf
I have got the 5.2.18 Debian Stretch package loaded directly from Oracle installed on a Ryzen2700X and 32 GByte of RAM, no issues.
Maybe thats the way to go.
Good luck, Rolf
What you describe as your goal sounds very normal to me, and achieving this is possible. Well, I guess your problem is related to your crypttab, that looks very strange to me, looks screwed. I wonder how you created this, this hasn't been done via the installer.
Lets take your crypttab apart.
1.) vol1 as target name is unusual. The installed normally would name the target like sda2_crypt. Its just a name, and if the update-initramfs works ok, it should do the job.
2.) /dev/mapper/grp1-root sound like it isn't pointing to the luks container, this sounds more like you are listing the LVM container pointing to root. That cannot work. You should list there /dev/sda2, better even use the UUID of the encrypted partition.
You may try to fix this manually with a chroot if you know what you need to do.
The alternative is to start from scratch with an up to date ASCII CD or DVD. Don't worry about LVM, both have all you need on board. It does not matter if you use the cli or the graphical installer, normal or expert mode. It works with or without EFI, with msdos or gpt partitions. When you come to partitioning, choose manual. Create a /boot partition with extx file system and set size and parameters. Then create sda2 as volume for encryption. Configure the encrypted volume, let the installer erase it, set you PW. Then create the LVM on top of the encrypted volume, define the details, and go on with the installation. This is a very rough description. In the internet you can find detailled documentation with screen shots etc if your search for this. You may use Debian stuff that can be as old as Squueze or Lenny, the principle hasn't really changed.
If you need more help on details, please ask.
rolfie
Well, bad enough. Then we need to look at all the details. Got 3 PCs on ASCII working with a LVM working in a LUKS encrypted volume, should be no problem.
First off all please describe exactly what you want to achieve. Do you want to setup a similar setup as I use, or do you want to encrypt a partition in an LVM?
What do you want to use to encrypt? LUKS?
What is your partitioning scheme?
How does your crypttab look like?
Jessie or ASCII?
Where did the grub go to?
Please describe roughly what you did during the installation? Describe media used.
Thanks, rolfie
BTW: is there a font in Devuan repositories that can be used for the Logo in text like prociono in Debian?
rolfie
The lvmetad message is don't care, thats not the problem.
During the boot you will be asked for the de-ciphering password. That should come past this message. Are you sure you do not get that request? Past a wrong password or after a timeout you end up in the busybox.
There you might call cryptsetup luksOpen....
Regards, rolfie
You can set up the guest as you like, as long as you use a simulated disk for the vbox.
rolfie
Why don't you make it easy on yourself and use one of the normal net/CD/DVD-ASCII-isos?
This works fine.
rolfie
unetbootin was removed from Debian with I think Stretch.
Try your luck with: https://unetbootin.github.io/linux_download.html
rolfie
Got Mate 1.20 running in a VM now. Booted from ASCII DVD and just installed the base packages so I got a CLI, modified the sources.list and updated. Then installed kernel 4.18 from backports, xorg and lightdm (that brings consolekit). Then installed Mate with the command:
apt -t ascii-backports install mate-desktop-environment-extra
That pulls Mate 1.20 from backports, new learning for me.
Had to install elogind by:
apt install libpolkit-backend-elogind-1-0 libpolkit-gobject-elogind-1-0
That removes the consolekit stuff and removes issues with synaptic etc.
Regards, rolfie
The pkla stuff goes back to the question if you have consoilekit or elogind working in the background (I assume you did not compile anything yourself). Please refer to https://dev1galaxy.org/viewtopic.php?id=1952 and https://dev1galaxy.org/viewtopic.php?id=2023.
That should give some insight and keywords for further research on the internet.
Good luck, rolfie
Question: how do you install Mate 1.20 from backports? Does a simple apt update/upgrade do the job? My PC still is running 1.16, despite I have the backports in my sources and used it for e.g. updating to kernel 4.18.
I haven't seen a package like mate-desktop-environment-extra or similar in the backports which allows to install the whole bunch of applications.
Thanks, rolfie
Update: still no ongoing issues, also my wife does not complain about her PC. Different HW, both identical setup with ASCII, Mate and Lightdm.
Maybe fixed by an update? Don't know....
Regards, rolfie
Update: after working a while with the PC, I have learned that when you move a window towards the panel, as long as the mouse is not leaving the window, the size remains. When the mouse leaves the window and enters the area of the top panel, the window is maximized.
Can this behaviour/option/feature be stopped/disabled somehow?
Thanks, rolfie
Maybe Mate 1.20 brings a *.pkla settings file that disables the Suspend. I used such a setting to actually disable Suspend, since I do not use it. Please read https://dev1galaxy.org/viewtopic.php?id=2023.
Regards, rolfie
Another alternative is to install just the basic system without any desktop, either Jessie and upgrade to ASCII which I had to do before I found an ASCII install media some months ago, or nowadays directly use ASCII, then manually install xorg, lightdm and the mate. On top I manually installed Firefox ESR, Libreoffice and other stuff I need. Got 3 PCs working now in this setup, and no hasle with removing unwanted stuff.
Regards, rolfie
Works. Requires the headers for the kernel and the make utilities build-essentials.
Good luck, rolfie
Devuan ASCII and Mate desktop with LightDM: I have found an annoying feature of the new Mate 1.16 vs Mate 1.8. Whenever I move a window around on the screen to position it, and the window hits the top panel, the window is blown up to full screen covering everything else.
What are the keywords to search for disabling this feature (for me its actually a bug)?
Thanks, rolfie
I had some problems directly past the installation. In the moment, the PC is working fine. No lockups.
rolfie
Hi Walter,
you have selected a very complex and granular setup. Is that really required? I have setup ASCII encrypted on a SSD (what is the difference to a hard disk?) with:
- efi as vfat
- boot 2048 Mbyte ext4
- system partition 64 GByte luks encrypted, LVM contained with two logical volumes for swap and /
- home on separate drive, luks encrypted
Is simple, no problems to be expected with one of the granular partitions to run full. Requires one password for the system and one for home. home on the separate drive was mounted past the installation.
You can naturally setup a LVM with 9 logical volumes and separately encrypt tmp, swap and home.
BTW: if you mount your hard disk containing your old home to /home on the SSD, the data on the mount point are no more accessible. You only will see the hard disk data there.
Regards, rolfie
Are you using a background image for your panel? Check by right-clicking on panel -> Properties -> Background. When I was using a background image, my panel was unstable and sometimes icons would disappear and/or panel would lock up on me. Choosing "None (use system theme)" for panel background made all my panel issues go away.
Thank you for the hint. Unfortunately, I have exactly your setting.
Regards, rolfie
I have done a fast install in VBox with slim. Now I remember why I kept lightdm. I do not like slim. I need to enter two topics manually, I miss options lightdm shows.
I will stick to lightdm.
Thanks, rolfie
Devuan ASCII with Mate 1.16 and Lightdm, manually installed from console.
Can't explain how I get it to happen, but quite often I have a locked up panel, symbols gone, no more reaction of the panel. Shutdown is only possible from the console. If no console is around, I need to use the reset button.
What can I do to improve this? Go away from Lightdm? I am used to this combination since Wheezy offered Mate from Backports.
Thanks, rolfie
An addition to this thread: on a fresh install an a different PC based on the ASCII RC CD, the systemd-backend was not installed, but the consolekit option did not work. I had to switch to the elogind option. Refer to: https://dev1galaxy.org/viewtopic.php?id=2023
All with cli installed from CD, then installed xorg, lightdm and Mate desktop with apt.
Regards, rolfie