[ zorzj @ 13.09.2024. 05:23 ] @
Hello. Potrebna pomoc!

Skoro sam menjao konfiguraciju (sa Intela na AMD) i samim time, sa butabilne Manjaro fleske, odradio Grub reparaciju. Sve je proteklo OK no, nisam primetio da mi je sistem izbacio gresku GRUB-a prilikom reparacije (a i ovako) do koje ne znam kako je doslo a jos manje znam kako da je otklonim
Naime, reparacija Grub-a je odradila posao i vratila mi but meni u prethodno stanje (win 11 pro, Manjaro KDE, Manjaro XFCE tim redosledom) i sve to radi, medjutim, apdejtovao sam Kernel na XFCE i posle toga apdejtovao GRUB koji se nalazi na KDE disku (a i GRUB koji se nalazi na XFCE-u), medjutim glavni GRUB koji se podize sa KDE-a ne registruje nikakve promene vec uvek izbacuje sledecu gresku prilikom reparacije:
Code:
~ > sudo update-grub
[sudo] password for neogeo: 
Generating grub configuration file ...
Found theme: /usr/share/grub/themes/manjaro/theme.txt
Found linux image: /boot/vmlinuz-6.9-x86_64
Found initrd image: /boot/amd-ucode.img /boot/initramfs-6.9-x86_64.img
Found initrd fallback image: /boot/initramfs-6.9-x86_64-fallback.img
Warning: os-prober will be executed to detect other bootable partitions.
Its output will be used to detect bootable binaries on them and create new boot entries.
Found Windows Boot Manager on /dev/sda1@/EFI/Microsoft/Boot/bootmgfw.efi
Found Manjaro Linux (24.0.8) on /dev/sda3
Found linux image: /boot/vmlinuz-6.9-x86_64
Found initrd image: /boot/amd-ucode.img /boot/initramfs-6.9-x86_64.img
Found initrd fallback image: /boot/initramfs-6.9-x86_64-fallback.img
Warning: os-prober will be executed to detect other bootable partitions.
Its output will be used to detect bootable binaries on them and create new boot entries.
Found Windows Boot Manager on /dev/sda1@/EFI/Microsoft/Boot/bootmgfw.efi
Found Manjaro Linux (24.0.8) on /dev/sda3
Found linux image: /boot/vmlinuz-6.9-x86_64
Found initrd image: /boot/amd-ucode.img /boot/initramfs-6.9-x86_64.img
Found initrd fallback image: /boot/initramfs-6.9-x86_64-fallback.img
Warning: os-prober will be executed to detect other bootable partitions.
Its output will be used to detect bootable binaries on them and create new boot entries.
Found Windows Boot Manager on /dev/sda1@/EFI/Microsoft/Boot/bootmgfw.efi
Found Manjaro Linux (24.0.8) on /dev/sda3
Adding boot menu entry for UEFI Firmware Settings ...
Warning: os-prober will be executed to detect other bootable partitions.
Its output will be used to detect bootable binaries on them and create new boot entries.
Found Windows Boot Manager on /dev/sda1@/EFI/Microsoft/Boot/bootmgfw.efi
Found Manjaro Linux (24.0.8) on /dev/sda3
Adding boot menu entry for UEFI Firmware Settings ...
Root filesystem isn't btrfs
If you think an error has occurred, please file a bug report at "https://github.com/Antynea/grub-btrfs"
error: syntax error.
error: Incorrect command.
error: syntax error.
Syntax error at line 241
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.
~ > _
Moze li POMOC da ovaj GRUB na KDE disku vratim u "normalno"/prvobitno ispravno stanje i da kao i ranije registruje normalno sve promene na diskovima/particijama?!

Hvala unapred!
[ I AM BORGS @ 13.09.2024. 09:45 ] @
za prvu ruku napravi : sudo apt update grub.
[ zorzj @ 13.09.2024. 10:05 ] @
Odradjen je apdejt paketa update-grub sto se vidi iz sledeceg koda
Code:
~ > sudo pacman -Sy update-grub
:: Synchronizing package databases...
 core is up to date
 extra is up to date
 multilib is up to date
warning: update-grub-2.12-4 is up to date -- reinstalling
resolving dependencies...
looking for conflicting packages...

Packages (1) update-grub-2.12-4

Total Installed Size:  0.00 MiB
Net Upgrade Size:      0.00 MiB

:: Proceed with installation? [Y/n] y
(1/1) checking keys in keyring                     [#################] 100%
(1/1) checking package integrity                   [#################] 100%
(1/1) loading package files                        [#################] 100%
(1/1) checking for file conflicts                  [#################] 100%
:: Running pre-transaction hooks...
(1/1) Creating Timeshift snapshot before upgrade...
==> skipping timeshift-autosnap due skipAutosnap in /etc/timeshift-autosnap.conf set to TRUE.
:: Processing package changes...
(1/1) reinstalling update-grub                     [#################] 100%
:: Running post-transaction hooks...
(1/2) Arming ConditionNeedsUpdate...
(2/2) Refreshing PackageKit...
~ >                                                                    10s
ali kada odradim komandu
Code:
sudo update-grub
dobijem potpuno isti izlaz kao na gore okacenom kodu :(
[ zorzj @ 14.09.2024. 12:26 ] @
Problem je resen na naj prostiji, tj. po mene, naj jednostavniji nacin.

Koristio sam ranije Grub Customizer! Njega sam deinstalirao, on je pobrisao njegove generisane fajklove, obrisao sam i deinstalirao originalni Grub. Nakon toga sam odradio Log Out/Log In, instalirao Grub od nule, podesio ga i apdejtovao i sve radi iz 1ve.

Hvala na savetima!