Kali ini saya mau sharing tentang Linux, yakni tentang cara reinstall grub ubuntu ke partisi EFI.
Hal ini terjadi di laptop rekan saya. Ceritanya pada waktu itu kita melakukan kesalahan dalam menjalankan command, sehingga laptop rekan saya tidak bisa untuk booting ke sistem operasi. Setelah kami cek, ternyata ada masalah dalam grub nya.
Alhamdulillah, setelah berkali-kali mencoba, akhirnya ketemu solusinya di Google. Solusinya ada di halaman berikut ini:
https://askubuntu.com/questions/831216/how-can-i-reinstall-grub-to-the-efi-partition
Saya salinkan di sini:
Reinstall the GRUB boot loader to your Ubuntu installation in EFI mode this way …
Boot from the Ubuntu installation medium and select ‘Try Ubuntu without installing’.
(Boot your install medium in EFI mode, select the Ubuntu entry with UEFI in front.)
Once you are on the Live desktop, open a terminal and execute these commands :
-
sudo mount /dev/sdXXX /mnt
-
sudo mount /dev/sdXX /mnt/boot/efi
-
for i in /dev /dev/pts /proc /sys /run; do sudo mount -B $i /mnt$i; done
-
sudo chroot /mnt
-
grub-install /dev/sdX
-
update-grub
Note : sdX = disk | sdXX = efi partition | sdXXX = system partition
To identify the partitions use GParted, the tool is included in the installation medium.
After having run the commands GRUB will be installed in the separate EFI partition.
Sekian. Selamat mencoba.
Latest posts by mahisaajy (see all)
- Selamat Purna Tugas - November 19, 2024
- ESRI Professional Fellowship Program 2023 - January 14, 2024
- Pemanfaatan OSM dalam Mendukung Pemenuhan Data Spasial di Instansi Pemerintah Indonesia - January 13, 2024