-1

I downloaded Ubuntu 13.10 iso file. I mounted it and it asked for reboot. After reboot windows started normally. Every time its just asks for reboot and does nothing.

Braiam
  • 67,791
  • 32
  • 179
  • 269
  • You have to burn that iso file on DVD or USB. – Avinash Raj Apr 11 '14 at 12:01
  • 1
    What asks for a reboot? It's not clear what you're doing. – Oli Apr 11 '14 at 12:06
  • If you are trying to replace Windows: http://askubuntu.com/questions/331353/how-to-replace-windows-with-ubuntu OR Create a dual boot system: http://askubuntu.com/questions/378320/dual-boot-ubuntu-13-10-and-windows-7 – Dan Apr 11 '14 at 12:25

2 Answers2

0

First create a bootable pendrive with ISO using any tool(unetbootin) then boot with penderive from boot priority option in BIOS then you will get the all installation option .

Aditya
  • 11
  • 1
0

It sounds like you've booted from the Ubuntu disk but neglected to actually install it to your HDD. There should be an 'Install Ubuntu 13.10' icon on the desktop and on the pre-mount screen - it may take some time to get there, nobody ever said booting from a CD/DVD/USB was very fast.

Run through those instructions, then reboot. Here's official docs, if you somehow missed them.

If you've already installed Ubuntu, it's because Windows is greedy and rewrites the master boot record to only point to itself, making it so that it bypasses GRUB and Ubuntu. Typically, this comes from Ubuntu being installed before Windows, but it can happen in other situations.

Burn this .iso to a disk and load and run it after Windows is installed. It'll restore the boot log and you'll see GRUB again and everything should be happy.

neph
  • 325
  • 1
  • 2
  • 11