Skip to player
Skip to main content
Search
Connect
Watch fullscreen
Like
Bookmark
Share
More
Add to Playlist
Report
Commands to run whenever grub is updated on Arch Linux
IT techni
Follow
4 months ago
Category
🤖
Tech
Transcript
Display full video transcript
00:00
hello i was trying to update my arch linux system there was an update for grab the bootloader
00:10
and there are some commands that we need to run after updating it as a package they need
00:17
to be run in order to have the newer version of grab working it says here that the new
00:24
to use the new features provided in this grab update it is recommended to install it
00:29
to the mbr or uefi etc so the commands need to be the commands that need to be run are grab install
00:38
and grab mkconfig let's run them together the first one is grab install and disk where we want to do it
00:47
whether it's an ssd or a regular hard drive hdd mine is slash dev slash sda you should know yours
00:58
you may need to know it by running the command lsblk as you can see it's slash dev slash sda so
01:06
we run the first command slash dev slash sda password
01:18
as you saw i was having an error which says that it doesn't find the the efi directory sometimes when
01:25
you run grab install like this sudo grab install slash dev slash sda it works out of the box even if
01:36
you are using uefi for some distributions you may need to specify target this one target
01:44
uh like this let me type this one in case you're using uefi which is associated with gpt gpt is the
02:02
disk table that's associated with this one sometimes it's still not enough i try to run the command like
02:09
this i can run it in front of you as you see and it says that it cannot find the efi directory so
02:17
this one is still not enough when we add this argument the solution to it is to run it with this
02:26
argument in case you're using mbr or
02:29
uh bios mbr and bios are associated to each other and gpt and uefi are associated to each other grab install
02:43
without any argument with the disk only like this should should work otherwise
02:51
you may need to uh to specify this one yes you may need to run this command like this i tried to run it
03:03
thinking that i have bios but since i have gpt which can only be with uefi it sped out an error
03:12
so the command for me was this one and with this argument let me make it complete and then here is the
03:28
right command type it this way if you're using uefi if you're using post the video type it this way
03:39
before i take you to the other command which is for bios
03:46
now i take you to the other command which is for bios which should be this one
03:56
oh sorry
04:02
yes this is for bios if you're using bios you type this command
04:07
to install grab to the disk it's installed as a package on your system or updated if you want
04:14
to use the newly installed or the newly updated version you run this command for bios under arch linux of
04:22
course and you run this command for or this command for efi whichever it is if in case it's pattern error
04:33
when you run it with this one use this one despite sometimes not needing to specify this argument the next
04:41
command is
04:46
this one grab mk config dash o slash boot
04:50
slash grab slash grab dot cfg this is similar to update grab under debian and ubuntu
05:04
in case you didn't run these commands after you got your grab package updated your system will keep
05:10
working but without the newer grab version that's it for this video don't forget to subscribe like share
05:19
and comment and see you
Be the first to comment
Add your comment
Recommended
10:19
|
Up next
lilo bootloader setup on Arch Linux (replacing grub)
IT techni
1 year ago
2:08
Verbose boot messages on arch linux
IT techni
8 months ago
0:56
lsusb: command not found on arch linux
IT techni
8 months ago
7:23
Kernel downgrade on Arch Linux
IT techni
1 year ago
2:32
How to Fix Grub Error- no such partition | Complete solution
EasyTechStudios
8 years ago
11:03
Skip packages update on arch linux (needed when downgrading)
IT techni
3 months ago
2:36
ssh server on arch linux
IT techni
8 months ago
9:26
How i solved no kernel modules found error among other errors and replaced elilo with grub on Slackware
IT techni
1 year ago
11:20
Turbo pascal on dosbox
IT techni
3 days ago
2:06
A potential fix for openshot crashing when importing mp4 file
IT techni
5 days ago
2:51
Run ikemen-go (mugen) on macOS
IT techni
5 days ago
20:51
Build your own fighting game on linux using mugen (ikemen-go)
IT techni
1 week ago
9:30
gtk-gnutella a cross-platform peer-to-peer client/server (with its installation on arch linux here)
IT techni
1 week ago
1:19
Fixing yay error while loading ... libalpm... no such file or directory
IT techni
1 week ago
13:51
Geomyidae gopher server setup and compilation on macos (not the best results)
IT techni
3 weeks ago
10:40
Brave browser setup using xbps-src on void linux (includes xbps-src setup)
IT techni
3 weeks ago
6:17
brave browser setup on void linux
IT techni
4 weeks ago
9:03
telnet client and server setup on gentoo
IT techni
4 weeks ago
9:09
Geomyidae gopher server setup on gentoo
IT techni
4 weeks ago
11:10
Geomyidae gopher server setup and compilation on linux
IT techni
5 weeks ago
8:11
Gophernicus gopher server setup and compilation on macos (didn't go well)
IT techni
5 weeks ago
11:00
xdeb-install: install any deb package on your void linux from anywhere
IT techni
5 weeks ago
3:11
retrieve netstat arp ifconfig etc commands on linux
IT techni
5 weeks ago
10:12
PL/I aka pl/1 compiler setup on linux
IT techni
5 weeks ago
6:23
Removing older kernels using vkpurge and generating initramfs for new ones (void linux)
IT techni
6 weeks ago
Be the first to comment