4

I have a laptop that has Windows 7 installed. Even before installing Windows 7, I already made a second partition to store extra files, etc. Now that I'm wanting to dual boot to Ubuntu 13.04, I have moved all the files that was in the second partition (drive D) to a folder in the first partition (drive C). Now since I don't need to repartition drive D, I went to "Advanced". Here I am presented with the list of hard drives and below it, I can see "Device for boot loader installation". WHat do I select on here? My choicse are

  • /dev/sda
  • /dev/sda1 Windows 7 (loader)
  • /dev/sda2 (This is probably drive C.)
  • /dev/sda3 (This is probably drive D.)

Additional questions:

What file system should I format drive D in and also what mount point should I select?

Propeller
  • 289
  • You should also see your hard disk drive name with its whole capacity(500 gb or the capacity of your hard drive). Select that one. Or else /dev/sda is the choice you have to select. I tried selecting other partitions but it didn't worked for me. – learner Jun 04 '13 at 18:20

1 Answers1

3

Choose /dev/sda (hard disk's master boot record) otherwise the computer will boot directly to Windows. And be careful, choosing "Windows 7 (loader)" will probably prevent you from boot Windows.

The default filesystem for Ubuntu installation is ext4 and there should be at least a mount point for /.

Eric Carvalho
  • 54,385