Hi, after a Manjaro Update, Grub only shows my Windows 10 installation and memtest.
I booted into a Manjaro live environment from a USB stick and chroted into my local Manjaro installation and tried to follow this (For BIOS systems): Wiki Restore the GRUB Bootloader
When running update-grub
I get an error, stating:
error: syntax error.
error: line no: 135
Syntax errors are detected in generated GRUB config file.
Ensure that there are no errors in /etc/default/grub
and /etc/grub.d/* files or please file a bug report with
/boot/grub/grub.cfg.new file attached.
So I get stuck when taking a look at the file, I do not know what is wrong there and don't really get farther searching.
My grub.cfg.new file around line 153 (the line starting with "linux"):
### BEGIN /etc/grub.d/10_linux ###
menuentry 'Manjaro Linux' --class manjaro --class gnu-linux --class gnu --class os $menuentry_id_option >
savedefault
load_video
set gfxpayload=keep
insmod gzio
insmod part_msdos
insmod ext2
set root='hd3,msdos1'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-ieee1275='ieee1275//disk@1,msdos1' --hint-bios=>
else
search --no-floppy --fs-uuid --set=root 4bc57da5-7660-448f-a355-ffaf485f0ee4
fi
linux /boot/vmlinuz-5.4-x86_64 root=UUID=4bc57da5-7660-448f-a355-ffaf485f0ee4 rw quiet splash>
initrd /boot/intel-ucode.img /boot/initramfs-5.4-x86_64.img
}
Any help is appreciated! Thx