You are not logged in.
No such file or directory
And how to revert back the ln -s thing...the symlink
I think the arch wiki doesn't say how to remove 'welcome to grub' msg.
Last edited by Computer Email (2021-03-30 15:49:30)
Offline
Good, because a grub update would plow that file over your grub.cfg - did you setup an explicit pacman hook to run grub-mkconfig or why do you gather it will be run on grub updates?
Online
No it was my mistake...I thought with each kernel update grub updates itself.
How to update grub now...
sudo /usr/bin/grub-mkconfig -o /boot/grub/grub.cfg??
Yes working....thnx
Last edited by Computer Email (2021-03-30 16:07:45)
Offline
How to get back the original behaviour of updating grub?
Because grub-silent from aur is not installing
Last edited by Computer Email (2021-03-30 16:11:30)
Offline
What do you mean go back to the original behaviour? The original behaviour is editing /etc/default/grub for anything out of the ordinary and using grub-mkconfig to (re-)generate the grub.cfg. Since you seem to have made some wild symlink in local, how about deleting that symlink? You can also call /usr/bin/grub-mkconfig manually by typing the whole path, if the symlink is in the way.
EDIT: How confusing. Using grub-mkconfig is the default way of updating grub manually.
Last edited by Awebb (2021-03-30 16:21:17)
Offline
Yup...removed the symlink...now all is fine
But grub-silent isn't installing...I mean it is installing from almost 10 minutes...so I think it isn't going to install
Installing it to remove the 'welcome to grub' message
Hey it installed successfully...(but 'welcome to grub' msg is still showing)
How to mark this thread as solved? Using from mobile
Last edited by Computer Email (2021-03-30 16:52:47)
Offline
...
Last edited by lazarys (2021-03-30 17:30:02)
Offline
Don't need silent grub aur...normal grub is fine.
loglevel=3 quiet console=tty3 makes boot silent...comment out echos from grub.cfg and use grub susher(./grub-kernel /boot/efi/EFI/grub/grubx64.efi) to remove welcome to grub msg...change 'menuentries' in grub.cfg to change grub entry positions and remove lts from linux line , ucode line to make Linux as default kernel...everything is fine now...thnak you gyz for your help :-)
Btw I am still trying to mark this as solved! :-(
Last edited by Computer Email (2021-03-30 18:11:24)
Offline
Click "edit" on your first post. Then prepend "[SOLVED]" to the title.
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
Computer Email: you were already given a link to the "How to Post" section in our Code Of Conduct in this thread. Please read that section before you post again: https://gitlab.archlinux.org/archlinux/ … ow-to-post
Last edited by 2ManyDogs (2021-03-30 22:55:15)
Offline