I have 11.10 and Windows 7 in dual boot. Today I tried to update grub and I run the following command in terminal:
sudo fdisk -l
sudo mount /dev/sda6 /mnt
sudo grub-install --root-directory=/mnt /dev/sda
sudo grub-install
After installation and reboot, it does not show the grub menu (from which I can choose which OS to boot) and it directly boots Ubuntu.
Please help.
Everything went on well. Today morning when I rebooted my workstation, I was appalled by the grub rescue screen that appeared on boot up. I could not guess what could be the reason for this.
I recently installed Ubuntu 12.04 LTS alongside Windows 7 using Ubuntu's Startup disk creator and installation completed without any difficulties or errors.
Now when I try to boot, it directly boots with Windows and shows no option to choice as to which Operating System to load. But when I boot using that same pen drive with which I installed Ubuntu, it shows an OS selection screen.
hi
i have installed windows 7 then Ubuntu , all works find so far
after i installed windows xp , the grub2 got deleted ofc and windows xp was booting directly , so i repaired my grub
{
1 sudo mount /dev/sdXY /mnt
2 sudo mount --bind /dev /mnt/dev && sudo mount --bind /dev/pts /mnt/dev/pts && sudo mount --bind /proc /mnt/proc && sudo mount --bind /sys /mnt/sys
If you’re running on ubuntu and want to install Windows 7 without burning a disc,you can try following steps to install Windows 7 with the iso file.
Installed Ubuntu 12.10 as a second OS.
Grub bootloader delivered over Win.
Grub smart caught and added Win, only to the end.
And by default I need to ship Win.
Decided to install Grub Customizer through the terminal:
sudo add-apt-repository ppa: danielrichter2007/grub-customizer
sudo apt-get update
sudo apt-get install grub-customizer
But when trying to run Grub Customizer, form appears for a
Hi
I'm trying to dualboot osx and ubuntu 12.10 on my macbook. I'm setting up efi-booting following this tutorial: http://www.rodsbooks.com/ubuntu-efi/index.html
I'm up to point 26. Basicly I've installed everything but grub2. The sudo grub-install command doesn't work for me. The only thing I'm doing different than the tutorial is that I'm installing 12.10 instead of 12.04.
By mistake, I ended up executing rm -rf / command from sudo on my laptop which erased many files before it stopped.
Yesterday I installed ubuntu 12.04.1.
Note : its a dual boot system along windows 7
At first grub was appearing and i was able to start ubuntu but then i had to switch to windows but windows was not booting when i select windows 7 it jumps back to grub window. So i fix the Windows Boot Loader using repair from windows media and wolla windows started to boot but Ubuntu Grub gone.