Hello everyone!
I am new to the Manjaro environnement, but with a Debian/Ubuntu background.
I tried to install Manjaro next to an existing LXLE (some kind of Lubuntu).
Laptop : Asus GL551J
Processor : i5-4200H @ 2.80 GHz
GPU : Nvidia 960M
Manjaro version : 17.1.10
Desktop : KDE Plasma 5.12.5
Linux kernel : 4.14.48-2
Booting via UEFI
I have the following error when booting on the first Manjaro boot entry (it works with the fallback initramfs
entry) :
Here is the grub entry for Manjaro :
menuentry 'Manjaro Linux (on /dev/sda6)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-4.14-x86_64--371222d2-4b1d-4193-9607-42ef744b1c48' {
insmod part_gpt
insmod ext2
set root='hd0,gpt6'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt6 --hint-efi=hd0,gpt6 --hint-baremetal=ahci0,gpt6 371222d2-4b1d-4193-9607-42ef744b1c48
else
search --no-floppy --fs-uuid --set=root 371222d2-4b1d-4193-9607-42ef744b1c48
fi
linux /boot/vmlinuz-4.14-x86_64 root=UUID=371222d2-4b1d-4193-9607-42ef744b1c48 rw quiet resume=UUID=fea4ff0e-b7d1-4b60-8ee6-4f6a8dd1628a
initrd /boot/intel-ucode.img
}
What I have tried so far :
- Booting through
fallback initramfs
and issuing the following :-
sudo mkinitcpio -P
: rebuilt successful, but no success in rebooting -
sudo update-grub
: update from within Manjaro successful, but no success in rebooting
-