How to reinstall or fix GRUB in Fedora without a recovery option on the Live CD?
The recovery entry seems to be no longer available in Fedora 20 livecd, so I had to do grub reinstallation. Normally you'd go grub2-install /dev/sda
but it returns the following error:
Path ‘/boot/grub2’ is not readable by GRUB on boot. Installation is impossible. Aborting.
System details:
BIOS system (non-UEFI)
My /boot seems to be on sda2 (don't know how to verify that), my main system partition.
Microsoft basic data* means ext4 partition
no separate /boot partition
sda3 is another fedora install.
mount | grep -i boot
returns nothing when I issue this command while booted into my main (sda2) system.
fdisk -l
...
Disk /dev/sda: 55.9 GiB, 60022480896 bytes, 117231408 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: gpt
Disk identifier: XXX
Device Start End Size Type
/dev/sda1 2048 264191 128M BIOS boot partition
/dev/sda2 264192 52582399 25G Microsoft basic data
/dev/sda3 52582400 117229567 30.8G Linux LVM
...
If your
boot
partition is on sda2, why would the "Type" be "Microsoft basic data"? Check to see where it's mounted withmount |grep -i boot
. Also, make sure the same partition that has the/boot/
directory is listed in your/etc/fstab
file.@Ahmad Samir I know. This is why let's forget about the "rescue" mode. If I could/wanted to run the live dvd I wouldn't bother asking this question.
25GBs for boot partition ? I doubt. Most likely the /dev/sda1/ (BIOS boot partition). Do you have a separate /boot partition (have you created one ? ) , or you mean /dev/sda2 is you Fedora root / (installation) and /boot is included there ?
OP has to be clarified; the ongoing comments are not helping much
Please don't expect me to clarify confusion you yourself introduce. OP edited to explicitly state there is no separate /boot partition on my system. "Microsoft basic data" explained.