Doing this gave me a segmentation fault 4024, core dumped...
---------- Post added at 05:57 PM ---------- Previous post was at 05:53 PM ----------
Quote:
Originally Posted by nonamedotc
Isn't it possible to do this - might be simpler?
Boot from install DVD in rescue mode (I think Troubleshooting --> Rescue an installed system)
Code:
chroot /mnt/sysimage
/sbin/grub2-mkconfig -o /boot/grub2/grub.cfg
/sbin/grub2-install /dev/sda
The grub2-mkconfig should also show what operating systems are detected. Would this be simpler and possibly work?
|
I installed grub2, but when I restarted, it is sending me to the gnu grub v 2 beta 4, minimal bash-like line editing. Like a grub command prompt...
What now?
---------- Post added at 06:09 PM ---------- Previous post was at 05:57 PM ----------
I did the following codes:
chroot /mnt/sysimage
/sbin/grub2-mkconfig -o /boot/grub2/grub.cfg
/sbin/grub2-install /dev/sda
the last part [ /sbin/grub2-install /dev/sda ] gave me the Embedding is not possible. GRUB can only be installed in this setup by using blocklists. However, blocklists are UNRELIABLE and their use id discouraged...
---------- Post added at 06:12 PM ---------- Previous post was at 06:09 PM ----------
Also start up just goes to the words GRUB _ and stays blank.