PDA

View Full Version : [ubuntu] DUAL BOOT(ubuntu 12.10 and windows 8 pro ... BOOT LOADER PROBLEM...



visitnag
January 20th, 2013, 03:48 AM
Hi,

I have first installed windows7 ultimate and later UBUNTU 12.10. Later I have upgraded my win-7 with windows 8 pro.
Now my problem is I am unable to access UBUNTU as my boot loader is missing. Kindly help me to recover the boot loader.

Help is appreciated.

Thank you in adavance

Bucky Ball
January 20th, 2013, 04:06 AM
Thread moved to Installations & Upgrades

leclerc65
January 20th, 2013, 04:38 AM
a- boot with an Ubuntu live CD, option 'Try Ubuntu'
b- Open a terminal then do
sudo mount /dev/sdaX /mnt
(replace X with the number of the partition where Ubuntu is installed, also assuming your hard drive is SDA)
sudo grub-install --root-directory=/mnt/ /dev/sda
c- reboot, you should have Ubuntu by now
sudo update-grub
reboot , you should see options to boot Ubuntu & Windows

visitnag
January 20th, 2013, 04:44 AM
Hi,

I have first installed windows7 ultimate and later UBUNTU 12.10. Later I have upgraded my win-7 with windows 8 pro.
Now my problem is I am unable to access UBUNTU as my boot loader is missing. Kindly help me to recover the boot loader.

Help is appreciated.

Thank you in adavance

visitnag
January 20th, 2013, 04:51 AM
How do I know on which partition my ubuntu is loaded? Mine is 1TB harddisk.

visitnag
January 20th, 2013, 02:40 PM
Help me please...... or Do I have to reinstall UBUNTU?

baldawat
January 20th, 2013, 02:47 PM
May be u remember that at the time of Ubuntu installation how many ext partitions you have created.

Just mount each /dev/sdaX one by oneby creating few temporary folders, try to read the content of these folder you get know know on which partions you installed /root, /home, swap etc.

X - represent partion number.;)

Old_Grey_Wolf
January 20th, 2013, 06:39 PM
Try using boot-repair https://help.ubuntu.com/community/Boot-Repair

oldfred
January 20th, 2013, 06:43 PM
If you want a gui to do it automatically, you can install this to your Ubuntu Live installer or download a full repair ISO.

Post the link to the BootInfo report that this creates. Is part of Boot-Repair:
https://help.ubuntu.com/community/Boot-Info
Boot Repair -Also handles LVM, GPT, separate /boot and UEFI dual boot.:
https://help.ubuntu.com/community/Boot-Repair
You can repair many boot issues with this or 'Create BootInfo' report (Other Options) & post the link it creates, so we can see your exact configuration and diagnose advanced problems.
Install in Ubuntu liveCD or USB or Full RepairCD with Boot-Repair (for newer computers)
http://sourceforge.net/p/boot-repair/home/Home/
https://help.ubuntu.com/community/UbuntuSecureRemix

howefield
January 20th, 2013, 06:49 PM
Threads merged.

greg_ory
January 20th, 2013, 07:30 PM
Is there any particular reason why you do not want to use Ubuntu only?

leclerc65
January 21st, 2013, 10:15 AM
How do I know on which partition my ubuntu is loaded? Mine is 1TB harddisk.
sudo fdisk -l