Coolname007
Distinguished Member
Good idea. That's probably your best option. Well, I think what you would need to do to pull this off successfully, is create (with the Ubuntu installer) two partitions (the first one would need to be fairly small, something like 1 GB) not including your swap partition (so I guess actually three partitions). The first partition (which will be small compared to your root partition) is where Grub (the main part of it) should go, because it is the first partition, which should happen if you let it do the default, which is install Grub to the MBR of that drive (note that when you install Ubuntu, you would need to have the Ubuntu drive first in the boot sequence in the BIOS). And just specify root / as being the second partition. The swap partition can go after the other two partitions.Addendum:
If I wanted to install Ubuntu using that first method on its own HD, how would I go along doing that?
So your partition setup should be like this:
1. boot partition-approx. 1 GB ext3 partition for Grub
2. root partition-whatever size you want the root partition to be
3. swap-a swap partition (pick a size)
Once you do that, you should be able to change the boot sequence in the BIOS, and boot your other (Windows) drive first, and then EasyBCD to add a Ubuntu entry to your Windows boot menu, which should work this time. Note though, in EasyBCD's "Device" drop-down menu, under the Linux tab in the Add/Remove Entries section, you will need to point it at the first partition (i.e. the boot partition) of your Linux drive, and remember to check the box called "Grub isn't installed to the MBR/bootsector".