I've installed Ubuntu using a USB The grub menu then would not load, so I followed:
To reinstall GRUB:
Make a new Ubuntu Live CD and Boot from it.
Install boot-repair using these commands:
sudo add-apt-repository ppa:yannubuntu/boot-repair
sudo apt-get update
sudo apt-get install -y boot-repair
boot-repair
At this point, I have a grub menu that comes up, and I can load windows (though there appears to be two entries to windows which I can live with for now), however I cannot load Ubuntu unless the usb is in. If the usb is in it appears that I am loading the version of Ubuntu on my HD, but I'm not 100% sure. Any way to remedy this?
I'd like to be able to run Ubuntu on the computer without the USB.
Thank you