Re: [ubuntu-uk] Ubuntu Windows Dual Boot

2008-09-06 Thread norman

> > Ok strange question but i have a ubuntu system that is running only
> > ubuntu, and i could do with doing a dual install with windows,
> > however i am not keen to have to format. I really need the dual boot
> > with windows for performance reasons on this project and am
> > struggling to think of a way to do it without messing up my MBR etc..
> > does anyone have any ideas, a backup and restore from my current
> > install would be a possibility if anyone has any good ideas for doing
> > that.
> >
> Can you fit a second hard drive?
> 
> I have Ubuntu and Windows installed on separate hard drives. Both are 
> self contained. Ubuntu is a standard installation, its Grub being on its 
> own hard drive. So it hasn't touched the Windows drive.

That is what I have done, it is very satisfactory. I needed to make an
addition to grub so that I am able to choose which drive I want.
> 
> With my motherboard, if I press F8 while the BIOS is booting, I can 
> select which hard drive to boot into.

In my set up I press Esc and then select the Windows drive, straight
forward boot gives me the Ubuntu drive.

Norman 
> 



-- 
ubuntu-uk@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk
https://wiki.ubuntu.com/UKTeam/


Re: [ubuntu-uk] Ubuntu Windows Dual Boot

2008-09-06 Thread Keith Powell
Jason Liquorish wrote:
> On Fri, 5 Sep 2008 23:31:56 +0100
> "Andrew Nixon" <[EMAIL PROTECTED]> wrote:
> 
> Ok strange question but i have a ubuntu system that is running only
> ubuntu, and i could do with doing a dual install with windows,
> however i am not keen to have to format. I really need the dual boot
> with windows for performance reasons on this project and am
> struggling to think of a way to do it without messing up my MBR etc..
> does anyone have any ideas, a backup and restore from my current
> install would be a possibility if anyone has any good ideas for doing
> that.
>
> Thanks, Andrew.

A suggestion.

Can you fit a second hard drive?

I have Ubuntu and Windows installed on separate hard drives. Both are 
self contained. Ubuntu is a standard installation, its Grub being on its 
own hard drive. So it hasn't touched the Windows drive.

With my motherboard, if I press F8 while the BIOS is booting, I can 
select which hard drive to boot into.


Keith

-- 
ubuntu-uk@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk
https://wiki.ubuntu.com/UKTeam/


Re: [ubuntu-uk] Ubuntu Windows Dual Boot

2008-09-06 Thread Jason Liquorish
On Fri, 5 Sep 2008 23:31:56 +0100
"Andrew Nixon" <[EMAIL PROTECTED]> wrote:

> Ok strange question but i have a ubuntu system that is running only
> ubuntu, and i could do with doing a dual install with windows,
> however i am not keen to have to format. I really need the dual boot
> with windows for performance reasons on this project and am
> struggling to think of a way to do it without messing up my MBR etc..
> does anyone have any ideas, a backup and restore from my current
> install would be a possibility if anyone has any good ideas for doing
> that.
> 
> Thanks, Andrew.

As far as I know windows cannot be installed inside a logical
partition and I have also heard it cannot be installed within any other
partition than the first one on the disk. If both are true then I would
recommend backing up all the data on the hard drive and then using a
tool such as gparted to move your current ubuntu install over and make
a primary partition at the beginning of the disk for windows.

Once you have done that you can then get windows installed but then
grub will no longer be present as the windows bootloader overwrites it.
That is no problem though, just boot an ubuntu live cd and then do the
following:
1. open a terminal and run the command "sudo grub"
2. in the grub prompt type "find /boot/grub/stage1" and note the output.
3. next type "root (hd0,1)" in the grub prompt replacing the hd0,1
with the output from the previous command.
4. then in the grub prompt type "setup (hd0)"
5. grub should now be restore and you can type "quit" at the grub
prompt and restart the PC to check all went well.

The information on how to restore grub was taken from the quick start
section at
https://help.ubuntu.com/community/RecoveringUbuntuAfterInstallingWindows#Quick%20Start
and this is the method I usually use if I have to install windows next
to a previous ubuntu install or if windows needs reinstalling and
overwrites grub.

The other option is to run windows inside a virtual machine within
ubuntu. If you plan to do this then I recommend VirtualBox.
-- 
Jason Liquorish <[EMAIL PROTECTED]>

-- 
ubuntu-uk@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk
https://wiki.ubuntu.com/UKTeam/