You are not logged in.
Under Linux use the UUID to address the drive/partition, do not use sdx. Then it does not matter if drives are detected in different order, renamed, exchanged....
I think Devuan ASCII does that automatically. Look up your fstab, if you see something like:
# /boot was on /dev/nvme0n1p2 during installation
UUID=6b1a5449-77ac-487b-b9e6-737ec8b8c677 /boot ext4 defaults 0 2
for all your partitions you should be fine.
Regards, Rolf
Got nearly 20 years of experience with running Windows in parallel to Linux, never saw something like this. Based on this I would recommend to closely look to the Windows side of things.
I am running ASCII amd64 with MATE on an UEFI board under 4.18 Kernel on a nvme ssd, and Win7 Prof 64bit on sda. Mate automatically pulls ntfs3g and exFAT as dependencies. Also put in an exFAT formatted USB stick sdf, the output from /proc/partitions looks like this:
# cat /proc/partitions
major minor #blocks name
259 0 250059096 nvme0n1
259 1 248832 nvme0n1p1
259 2 1999872 nvme0n1p2
259 3 64000000 nvme0n1p3
8 0 488386584 sda
8 1 261120 sda1
8 2 131072 sda2
8 3 274746368 sda3
8 4 213245952 sda4
8 16 1025600184 sdb
8 17 958490624 sdb1
11 0 1048575 sr0
8 32 1953514584 sdc
8 33 1953513472 sdc1
8 64 3907018584 sde
8 65 1953509376 sde1
8 66 268435456 sde2
8 67 1685071872 sde3
8 48 7620288 sdd
8 49 7616256 sdd1
254 0 63997952 dm-0
254 1 31997952 dm-1
254 2 31997952 dm-2
254 3 958488576 dm-3
254 4 1953507328 dm-4
254 5 977272832 dm-5
254 6 976232448 dm-6
254 7 1953511424 dm-7
254 8 1685071616 dm-8
8 80 30703616 sdf
8 81 30699584 sdf1
No gaps in the display. The dm's are due to encryption.
32bit or 64bit should not matter, never had problems mixing them. ntfs filesystem is ntfs filesystem.
First of all run chkdsk on every Win7 drive including the C drive (requires a reboot and will be performed during startup). If that does not fix, obtain a gparted life cd suitable for your hardware, and check what gparted is reporting about your Win7 disk.
Good luck, Rolf
BTW, the 100Mb sdb1 was created by Windows 7 for some purpose.
There is enough info in the net about this partition under Win7. It hosts the boot manager.
You seem to have an older PC with Bios or run your UEFI bios in CSM mode. Is this ASCII you are working with? What comes to my mind is that ntfs3g might be missing, though I would expect that it is installed automatically. Though this should not inhibit the display of the existing partitions.
What does blkid show?
Have you tried gparted?
Regards, Rolf
Is there somewhere a hidden set of installation images of Beowulf around? Can't find anything in the official repositories. I tried an update on ASCII in a VM and got it busted, doesn't work. Would like to try a native installation, an alpha would be ok.
Thanks, Rolf
All current kernels have SMP enabled already since many years. Install it and you are done.
Regards, Rolf
This is not related to Devuan itself, its about VBox 5.2.18 on ASCII and virtual machines in UEFI mode. Maybe somebody with experience has some hint.
The issue is that the machines do not start automatically, you have to manually enter fs0: cd /efi/distri grubx64 to get them up and running. VBox help wasn't enlightning, also found no hint in the net.
What can I do to make this work?
Thanks, Rolf
I looked up my ASCII on a Ryzen 2700X platform with a NVME installation for Devuan and another SSD for Windows 7. Both installed in UEFI mode. I boot Devuan per default and get the choice in grub to boot Win7 if required.
I think you should create individual EFI partitions on the drives to have maximum decoupling.
Windows ignores other OSses. When you boot into Windows per default you normally have no choice. With some fiddling you may be able to boot other stuff from the Windows boot manager, but that can get screwed by updates. When I had a Debian and Windows7 on the same drive (without UEFI), I got some issues with Win7 updates that did not like grub in the MBR or even fail to update if Win isn't the only OS on the drive.
When you choose Devuan as default, run osprober (should run automatically actually), and this will enter Win10 into the grub menu, so you can select at boot time into which OS to boot. No issues with this setup.
My EFI Bios has the option to override the default an select from a menu which OS I want to boot.
Regards, rolfie
There are pro and cons for both.
I used the entry in the sources.list at first, then got that this can be risky if there are package updates from Oracle that may conflict with the Debian/Devuan stuff. Then had the entry active only for the install, and got tired of commenting it out when I learned that I can also simply install the package with dpkg -i, and I use it since. Good enough for my small private environment.
Your choice.
Regards, Rolf
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