Originally posted by shikitohno
My BIOS is UEFI (Specifically x86_64 UEFI 2.x firmware). I think at this point I have everything in order I just need to know how to give myself the dual boot option as right now it just boots straight into windows (so I have undone whatever EasyBCD did).
So we are back at square one, a fresh install. What to do from here. One website says to boot form the live CD, choose the "try it before installing" option. Open a command prompt and then do this:
Here’s the quick and easy way to re-enable Grub.
1) Boot off the LiveCD
2) Open a Terminal and type in the following commands, noting that the first command will put you into the grub “prompt”, and the next 3 commands will be executed there. Also note that hd0,0 implies the first hard drive and the first partition on that drive, which is where you probably installed grub to during installation. If not, then adjust accordingly.
1) Boot off the LiveCD
2) Open a Terminal and type in the following commands, noting that the first command will put you into the grub “prompt”, and the next 3 commands will be executed there. Also note that hd0,0 implies the first hard drive and the first partition on that drive, which is where you probably installed grub to during installation. If not, then adjust accordingly.
sudo grub
> root (hd0,0)
> setup (hd0)
> exit
Reboot (removing the livecd), and your boot menu should be back.> root (hd0,0)
> setup (hd0)
> exit
Leave a comment: