You are not logged in.

#1 2023-11-10 15:59:28

FairyShoes
Member
Registered: 2023-11-10
Posts: 1

/boot/grub/grub.cfg act like not being used by GRUB 2:2

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 3450
Disk /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/exFAT

Command used to generate grub config

grub-mkconfig -o /boot/grub/grub.cfg

https://dpaste.com/3R3VWUEGZ

Please be understanding because this is my first post
TY <3

Offline

#2 2023-11-10 16:08:44

Scimmia
Fellow
Registered: 2012-09-01
Posts: 13,727

Re: /boot/grub/grub.cfg act like not being used by GRUB 2:2

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.

Offline

Board footer

Powered by FluxBB