0

I'm using university PC which is Lenovo that came with Windows 8. I want to install Ubuntu to it. I've backed the data up, made extended partition, and installed Ubuntu. I have done this before to other PC and it went good. But not this time. This time after I installed it, Grub was not detecting Windows 8, so I tried to use Boot Repair. It didn't work. I've tried everything, but it just doesn't work. Boot Repair always showed different error prompt.

Can I just start over by installing new Ubuntu? Will that work? To make clear: I don't know what UEFI is, is that relevant to the installation process (I installed Ubuntu by old fashioned way, same with Windows 7)?

Please help...

Zyoo
  • 101
  • Are you trying to get it to boot to Windows 8 again? Or to get a dual-boot menu to pick Ubuntu or Windows? Does Ubuntu boot ok now? – Xen2050 Dec 10 '14 at 09:48
  • I still want to dual boot. At this point I'm too afraid to restart, it's using USB Ubuntu now but I'm guessing Grub already deleted. – Zyoo Dec 10 '14 at 09:50
  • This is a much more complete answer than I could write: http://askubuntu.com/questions/221835/installing-ubuntu-on-a-pre-installed-windows-8-64-bit-system-uefi-supported . It includes troubleshooting for failed installations. – cremefraiche Dec 10 '14 at 09:53
  • @cremefraiche I'm reading that currently. So, I can just start installing Ubuntu all over again the proper way without messing the system? – Zyoo Dec 10 '14 at 09:54
  • Follow the part of troubleshooting that suggests re-installing Ubuntu on the partition you have designated for it. – cremefraiche Dec 10 '14 at 09:57
  • You'd might as well see if Ubuntu is already installed correctly, what happens on reboot (without the USB booting first)? – Xen2050 Dec 10 '14 at 10:01
  • I think the lesson to be learned here is, not to mess with other people's property... If you really want to use ubuntu at school, you should buy a laptop, use a LIVE cd or access your home computer by remote desktop. – Peter Raeves Dec 10 '14 at 10:05
  • @Xen2050 grub was running and entering rescue mode. I will try reinstalling properly right now. Hopefully nothing is broken. (my friend has same problem a while ago and she had to change motherboard ugh) – Zyoo Dec 10 '14 at 10:07
  • Ok... a "correct" install should fix grub too. And don't forget the bigger lesson - If it's the University's computer you should be able to bring it back to the University's help/IT guys and ask them to fix it :-) – Xen2050 Dec 10 '14 at 10:10
  • 1
    Yep, thanks all. @PeterRaeves message received, sir – Zyoo Dec 10 '14 at 10:14

1 Answers1

2

It sounds like you need to run update-grub from within Ubuntu, and may need to install/check os-prober

See this A. for a little more info, and an option to manually edit the grub.cfg config file https://askubuntu.com/a/12127/129271

  • After reading updated comments, it sounds like Ubuntu may not be installed correctly after all, so this may not apply...
Xen2050
  • 8,705