You are not logged in.

#1 2021-09-02 03:27:30

Archuser 78 gamer
Member
Registered: 2021-09-01
Posts: 5

How do you see what loads up in grub

I'm mostly familiar with syslinux and seeing what boots in journal. How do you get this feature to load in grub.cfg I am not totally familiar with grub and I want to see what loads up in the boot journal.

Offline

#2 2021-09-02 06:20:54

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,285

Re: How do you see what loads up in grub

Humm?

The booted kernel is logged in the system journal (kernel ringbuffer) regardless of the bootloader - if you're looking for something else, please specify what that is.

Offline

#3 2021-09-12 15:16:59

Archuser 78 gamer
Member
Registered: 2021-09-01
Posts: 5

Re: How do you see what loads up in grub

All I need is the commands for grub config to see what loads up similar to syslinux thats what i ment because grub works fine and all but i am not seeing what loads in journal at boot. please give me the commands in the grub configuration.

Offline

#4 2021-09-12 15:20:31

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,285

Re: How do you see what loads up in grub

I'll try this in a more direct fashion: your question is unintelligible.
If you see the boot menu, select an entry and press "e" you can see (and edit) the boot parameters, but I still have no idea what you're actually asking for.

Offline

#5 2021-09-12 18:03:53

Mr Victory
Member
Registered: 2021-06-10
Posts: 41

Re: How do you see what loads up in grub

Do you mean something like this:

Loading linux.. ok
Loading initramfs... 

If you mean that, GRUB does not directly display this information. But if you generate the configuration file with grub-mkconfig, you will end up with something like this doing the similar job:

echo Loading linux...
linux /path/to/linux "kernel parameters"
echo loading initramfs...
initrd /path/to/initramfs

Echo lines print what is being loaded.

Offline

#6 2021-09-12 21:23:41

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 25,302

Re: How do you see what loads up in grub

Hard interpretation stretch, but do you mean the "quiet" kernel parameter grub sets by default, as in you want to see the systemd loading log? You can remove that from the kernel parameter line in /etc/default/grub and regenerate your grub config.

Offline

Board footer

Powered by FluxBB