You are not logged in.
TL;DR
Hi, Yesterday I shrinked the main partition of my arch installation to have space to install windows 10.After windows installation I chrooted, reinstalled grub and linux package, generated grub cfg and I thought grub was working fine, but today I wanted to setup a grub theme and unexpectly /boot/grub/grub.cfg is generating fine but I didnt see any result in boot menu IE. I changed timeout to 9 seconds for testing purpose and in bootmenu i still had timer counting from 5. Below is a link to my journalctl -b logfile and some specification
GRUB 2:2.12rc1-5
Arch Kernel Latest
I5 3450Disk /dev/sda: 476.94 GiB, 512110190592 bytes, 1000215216 sectors
Disk model: Patriot P210 512
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x4456cee9
Device Boot Start End Sectors Size Id Type
/dev/sda1 * 6144 415743 409600 200M c W95 FAT32 (LBA)
/dev/sda2 421888 578306047 577884160 275.6G 83 Linux
/dev/sda3 578306048 1000212479 421906432 201.2G 7 HPFS/NTFS/exFATCommand used to generate grub config
grub-mkconfig -o /boot/grub/grub.cfgPlease be understanding because this is my first post
TY <3
Offline
reinstalling the grub package doesn't reinstall grub to the bootsector, which is where the path to the config is hardcoded. See the grub wiki page for reinstalling grub.
Online