You are not logged in.
Hello,
i have a triple boot syzstem
Windows 7 Pro + on NVME
Devuan 4.0 and Ubuntu 20.04 on 1 SSD
when i installed Ubuntu (Devuan already on the SSD) i deleted the Swap file (that was only 1GB , maybe trough automatic partitioning) and made it bigger to around 8 GB (having 16G RAM)
and lately, when i boot Devuan,
am getting the error:
mdadm: no array found in config file or automatically
mdadm: no array found in config file or automatically
mdadm: no array found in config file or automatically
mdadm: no array found in config file or automatically
mdadm: no array found in config file or automatically
mdadm: no array found in config file or automatically
mdadm: no array found in config file or automatically
several times which delays boot sequence considerably.
could someone please help me to deactivate this mdadm thing?
thank you very much.
Generating grub configuration file ...
Found background image: splash.png
Found linux image: /boot/vmlinuz-5.10.0-10-amd64
Found initrd image: /boot/initrd.img-5.10.0-10-amd64
Found linux image: /boot/vmlinuz-5.10.0-9-amd64
Found initrd image: /boot/initrd.img-5.10.0-9-amd64
Found Windows Boot Manager on /dev/nvme0n1p1@/efi/Microsoft/Boot/bootmgfw.efi
Found Ubuntu 20.04.3 LTS (20.04) on /dev/sda3
Adding boot menu entry for EFI firmware configuration
done
Last edited by kapqa (2022-01-04 19:52:10)
Offline
To turn off mdadm:
# update-rc.d mdadm defaults-disabled
or get rid of it:
apt purge mdadm
Offline