zeldor.biz

Linux, programming and more

Copyright © 2023
Log in

Fedora update-grub

February 12, 2013 by Igor Drobot 1 Comment

Fedora Logo

After some days of my vacation, my Fedora workstation was not able to boot. I stuck in the grub rescue shell, something was wrong with my MBR-recoord. There was a wrong UUID.

As I tried to update grub (command update-grub) – I stuck again – command not found! This is a Debian/Ubuntu specific command and is not available here.

This is a update-grub in Fedora way:

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

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

And finally the MBR installation:

1
grub2-install --recheck --no-floppy /dev/sda

grub2-install --recheck --no-floppy /dev/sda

Filed Under: Bash, Linux Tagged With: Fedora

Categories

Archives

Tags

apache2 Apple arduino ARM Automation backup bash Cisco Cluster Corosync Database Debian Debian squeeze DIY DNS Fedora FTP Fun Icinga Ipv6 KVM Linux LVM MAC OS X Monitoring MySQL Nagios Nginx openSUSE OpenVPN PHP Proxy Python python3 qemu RAID rsync Samba security ssh Ubuntu virtualization Windows Windows 7 Wordpress

Comments

  1. alejandro says

    September 24, 2015 at 01:56

    thanks for the first command (Y)

Leave a Reply

Your email address will not be published. Required fields are marked *