fedora Linux Operating System Logo

Related Topics:

A
Anonymous Posted on May 12, 2013

Grub how can I get ubuntu to boot up instead of windows 7

1 Answer

Ravi

Level 1:

An expert who has achieved level 1.

New Friend:

An expert that has 1 follower.

Corporal:

An expert that hasĀ over 10 points.

Problem Solver:

An expert who has answered 5 questions.

  • Contributor 12 Answers
  • Posted on Nov 12, 2014
Ravi
Contributor
Level 1:

An expert who has achieved level 1.

New Friend:

An expert that has 1 follower.

Corporal:

An expert that hasĀ over 10 points.

Problem Solver:

An expert who has answered 5 questions.

Joined: Dec 19, 2012
Answers
12
Questions
0
Helped
3884
Points
24

Hi,
Please check this link where you will get something useful..
https://help.ubuntu.com/community/WindowsDualBoot

1 Related Answer

Anonymous

  • 240 Answers
  • Posted on May 08, 2010

SOURCE: i am presently using fedora12.now i want to

Hi Thanks for your question
In order to boot from the CD drive you must change the Boot Order in BIOS.
In order access BIOS you must press certain key on the keyboard during start up. Depending on the machine it may be F1, F2, F3, F10 or Delete key. Once you acces BIOS you must find Boot order settings. Again depending on machine this may look different, but most of the time it's a separate Tab or settings may be in general part in BIOS setup. When you find it you have to place CD/DVD drive on the top of the list of Boot Order and before exiting BIOS sace changes. Now your machine should Boot up form CD and you should be able to install Windows 7. Do not hesitate to ask more questions if further assistance is needed. Good Luck

Ad

Add Your Answer

×

Uploading: 0%

my-video-file.mp4

Complete. Click "Add" to insert your video. Add

×

Loading...
Loading...

Related Questions:

1helpful
1answer

Emachine 1352 no video no BIOS screen no grub after loading unbuntu 12.04 beside Windows 7

ubuntu is down grading your graphics to suit your screen

if you reset your cmos then try booting into safe mode you should be able to play with your graphics settings
0helpful
1answer

Am pulling my hair out. I'm a newbie to Linux but keen to get into it. Installed 9.10 as a dual boot alongside XP and after problems with grub, which I have re-mounted, I get to the OS choice page. XP...

Backup, Repairing and Reinstalling GRUB
  • To make a backup a copy of the existing menu.lst file use: cp /boot/grub/menu.lst /boot/grub/menu.lst.oldYou can try re-installing the grub using the Ubuntu Live CD, in two different ways.

GUI
  1. Boot your computer up with Ubuntu CD
  2. Go through all the process until you reach "[!!!] Disk Partition"
  3. Select Manual Partition
  4. Mount your appropriate linux partions / /boot swap .....
  5. DO NOT FORMAT THEM.
  6. Finish the manual partition
  7. Say "Yes" when it asks you to save the changes
  8. It will give you errors saying that "the system couldn't install ....." after that
  9. Ignore them, keep select "continue" until you get back to the Ubuntu installation menu
  10. Jump to "Install Grub ...."
  11. Once it is finished, just restart your computer
0helpful
1answer

How can I uninstall Ubuntu from Dual Boot. I have a dual boot of Windows Vista Ultimate with Ubuntu 9.04 The specs of my computer is 2gb ram, 500 gb HDD and dual core processor 2.66ghz (E5300). I installed...

How to remove Ubuntu from a Vista dual-boot config

On my new PC I wanted (still want) to have toa go with Linux. I chose to experiment with Ubuntu. I downloaded thedesktop CD, burned it, freed up some disk space (inside Vista) andloaded up Ubuntu from the CD. After some experimenting I figured outhow to install Ubuntu in the empty disk space and it all worked fine(GRUB took over my booting (recognized Vista automatically!) and Ubuntuloaded up fine).

Then I tried to install my GPU drivers andeverything went wrong.. For some reason Ubuntu wouldn't boot anymore(failed to load X-Server or something). I was completely lost andwanted to remove Ubuntu.

This is where things start to get really messy!

Ifyou simply remove the Ubuntu partition, GRUB (Linux boot loader) willstill be on your PC (in control). It will trip out, as the Ubuntupartition will be removed.. Bad thing!

So you need to restore your Master Boot Record (MBR) for Vista (so that Vista will handle the booting, not GRUB).

Googleonly pointed me to sites that explained how to REMOVE VISTA, whichisn't what I wanted. Many sites talked about the 'fixmbr' command, butthis is really only available in Windows XP.

So how do you restore your MBR for Windows Vista?

1. Put the Windows Vista installation disc in the disc drive, and then start the computer.
2. Press a key when you are prompted.
3. Select a language, a time, a currency, a keyboard or an input method, and then click Next.
4. Click Repair your computer.
5. Click the operating system that you want to repair, and then click Next.
6. In the System Recovery Options dialog box, click Command Prompt.
7. Type Bootrec.exe /FixMbr, and then press ENTER.

That'sit. Now when you reboot your PC, Vista will load automatically... Youcan now safely boot using your Ubuntu desktop CD, to use the built inGnome Partition Manager to remove your Ubuntu partition!
0helpful
1answer

I installed Ubunto 9.0 AND when it came up it said, GRUB LOAD,no such partition, then at a prompt it says,grub rescue.

If you run a dual-boot system with Linux and Windows, this has happened to you. You had to do your monthly reinstall of Windows, and now you don’t see the linux bootloader anymore, so you can’t boot into Ubuntu or whatever flavor of linux you prefer.
Here’s the quick and easy way to re-enable Grub.
1) Boot off the LiveCD
2) Open a Terminal and type in the following commands, noting that the first command will put you into the grub “prompt”, and the next 3 commands will be executed there. Also note that hd0,0 implies the first hard drive and the first partition on that drive, which is where you probably installed grub to during installation. If not, then adjust accordingly.
sudo grub
> root (hd0,0)
> setup (hd0)
> exit
Reboot (removing the livecd), and your boot menu should be back.

Only read below if Windows is now missing from the boot menu
If you installed Ubuntu before you installed Windows, then Ubuntu will not have anything in the grub configuration for Windows. This is where you’ll have to do a bit of manual editing to the grub boot menu file.
If you open the file /boot/grub/menu.lst with the following command:
sudo gedit /boot/grub/menu.lst
You’ll see a sample section for Windows, which you’ll want to uncomment and add to the boot menu list in whatever position you want it in. (uncomment by removing the #’s)
# title Windows 95/98/NT/2000
# root (hd0,0)
# makeactive
# chainloader +1
Note that you should also verify that hd0,0 is the correct location for Windows. If you had installed Windows on the 4th partition on the drive, then you should change it to (hd0,3)
16helpful
4answers

What is grub error 17? how to fix it?

Its GRand Unified Bootloader used in Linux OS.
Normally you get this error when GRUB is not able recognise the partition from which you are trying to boot the system. Make sure the boot partition on your system is recognisable by GRUB (such as EXT3).

You can try to restore the GRUB using the LIVE CD
  1. Boot From Live CD
  2. Open Terminal Window
  3. type >sudo grub
  4. then type : find /boot/grub/stage1
  5. you'll get something like: (hd0, 1)
  6. then type : >root (hd0, 1)
  7. type: > setup (hd0)
  8. >quit
  9. >exit
Remove the Live CD and reboot the system.


Please let me know if you need any further assistance.


Thank you for choosing Fixya




0helpful
1answer

Cannot access XP after Ubuntu Installation

- reboot with LiveCD
- in CMD run command fixmbr, fixboot
restart, load Windows XP.
OR in Unbuntu Grub write XP portition
0helpful
1answer

There is no grub menu just grub command

Try running the command grub-install or if that fails, try the help command

You could also boot off the Ubuntu CD and be able to reinstall grub

Regards,
Deboo
0helpful
3answers

USB mouse won't work under XP in a dual boot Ubuntu GRUB 1.5

It has the latest mouse driver (logitech setpoint 4.0). Before installing Ubuntu the setup worked w/ SUSE/XP using GRUB dual boot. After installing Ubuntu XP does not see the usb mouse. Even Logitech setpoint does not have the mouse setup/configuration option. It appears that at boot it does not recognize the mouse or disables it. The BIOS has the usb keyboard and mouse enabled. Currently, I have two mices one for xp and either mouse will work under Ubuntu.
1helpful
2answers

Ubuntu error 22

While in Ubuntu do:

sudo fdisk -l to find the drive you want to boot to.

On the command line type:
"sudo grub", this will give you the grub shell >

If the disk you want to install the MBR is sda* for instance, then type (at the grub prompt):
"setup (hd0)"

then type "quit" at the prompt.

0helpful
2answers

Ubuntu Repair Grub

Do you have any other OS's installed? Its with the Grub. mostly looking for another OS. let me know.

Not finding what you are looking for?

81 views

Ask a Question

Usually answered in minutes!

Top fedora Computers & Internet Experts

Grand Canyon Tech
Grand Canyon Tech

Level 3 Expert

3867 Answers

Brad Brown

Level 3 Expert

19187 Answers

Cindy Wells

Level 3 Expert

6688 Answers

Are you a fedora Computer and Internet Expert? Answer questions, earn points and help others

Answer questions

Manuals & User Guides

Loading...