Ubuntu This forum is for the discussion of Ubuntu Linux. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
08-07-2011, 05:44 PM
|
#1
|
LQ Newbie
Registered: Aug 2011
Posts: 2
Rep:
|
I cannot boot windows from the GRUB loader screen??? HELP!
i installed ubuntu 11.04 with a problem that came up in installation. It said that it could not detect any other OS's on my Computer. Anyways, i just selected manually resize partitions and continued.(i had made a sep partition for ubuntu) Now when GRUB load's it cannot see WINDOWS VISTA! it does show me the windows recovery loader thing. I can still access windows harddrives from ubuntu, so i know windows is still there! (C drive and D drive) I really need to get back to windows and need your guys help!
INCLUDED RESULTS.txt!
|
|
|
08-07-2011, 06:19 PM
|
#2
|
Member
Registered: Jun 2011
Distribution: Arch Linux
Posts: 151
Rep:
|
I don't know if this is true for your case, but on two computers, one with Vista, the other with Windows 7, the "Windows Recovery" option was actually the normal Windows partition.
|
|
|
08-07-2011, 06:41 PM
|
#3
|
LQ Guru
Registered: Apr 2008
Distribution: Slackware, Ubuntu, PCLinux,
Posts: 11,048
|
Your bootinfo script output shows a menu.lst file on both sda5 and sda7. Both of these files have entries for vista on sda2 (hd0,1). Since Grub2 is installed to the master boot record these files are not used. The grub.cfg files are used and you have entries in the grub.cfg files on sda5 and sda7 for the recovery partition (sda1) but no entries for the vista partition on sda2. You will need to put an entry there. Have you tried booting Ubuntu and running sudo os-prober and when that completes sudo update-grub? That would be the easiest.
If that doesn't work for you, you can create/add a custom entry to the correct grub.cfg file (sda5 or sda7). The site below explains how to do that in Section 6:
https://help.ubuntu.com/community/Grub2
|
|
|
08-07-2011, 06:57 PM
|
#4
|
Member
Registered: Jan 2009
Location: Maryland-Pennsylvania border, USA
Distribution: openSUSE 15.2/15.3, Tumbleweed, Kubuntu 18.04/21.04, macOS 10.15, antiX 19, and Linux Mint 19.3
Posts: 860
Rep:
|
Boot Partition
Something to watch for is that Windows often creates a first boot partition. Something you can do in the median term is:
1. Start up and hit c once the menu appears
2. Type chainloader (hd0,1)+1
3. Hit ENTER
4. Type boot
5. Hit ENTER
If it doesn't work, try using hd0,0 or hd0.2.
Last edited by wagscat123; 08-08-2011 at 12:29 AM.
Reason: Remembered this tip.
|
|
|
08-07-2011, 06:58 PM
|
#5
|
Member
Registered: Jun 2000
Location: Buffalo, New York
Distribution: Ubuntu, Raspbian
Posts: 381
Rep:
|
Quote:
Originally Posted by syfah
i installed ubuntu 11.04 with a problem that came up in installation. It said that it could not detect any other OS's on my Computer. Anyways, i just selected manually resize partitions and continued.(i had made a sep partition for ubuntu) Now when GRUB load's it cannot see WINDOWS VISTA! it does show me the windows recovery loader thing. I can still access windows harddrives from ubuntu, so i know windows is still there! (C drive and D drive) I really need to get back to windows and need your guys help!
INCLUDED RESULTS.txt!
|
In most circumstances a variation of the following line will locate all OS installations and make them appear in the boot menu:
Code:
sudo grub-install --boot-directory=/mnt/boot /dev/sda
Replace "/mnt/boot" with your main Ubuntu boot drive space.
You can also use boot-repair to recover your OS installations.
Code:
sudo add-apt-repository ppa:yannubuntu/boot-repair
sudo apt-get update && sudo apt-get install -y boot-repair-ubuntu
-- L. James
--
L. D. James
ljames@apollo3.com
www.apollo3.com/~ljames
|
|
|
All times are GMT -5. The time now is 06:30 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|