PDA

View Full Version : [ubuntu] dual boot Ubuntu 32 and Ubuntu 64 bit



christoforever
November 7th, 2008, 09:31 PM
So i've installed ubuntu 32 bit. Then I went ahead and installed the 64 bit version, and during the installation it simply installed it on the free space on my hard drive... So my question is.. How do I get to that 64 bit version? There is no dual boot menu and yet it is physically there. I assume im missing something simple but I cant figure it out. Any help?

Sincerely,
Chris Dancy

cariboo
November 7th, 2008, 10:21 PM
Do you know which version you are actually booting up to? I suspect you are using 64bit if you installed it after 32bit, to find out in a Applications-->Accessories-->Terminal type:


uname -a

the result should look something like this:


uname -a
Linux willy 2.6.27-7-server #1 SMP Fri Oct 24 07:20:47 UTC 2008 x86_64 GNU/Linux


See the bolded section.

Jim

christoforever
November 8th, 2008, 05:02 AM
no. its booting into the 32 bit version. I've no way to reach the 64 bit unless I need to set some variable somewhere to give me the option to dual boot.

FrostyFlames
November 8th, 2008, 12:23 PM
If you know it's installed you can venture into the grub list. I highly recommend you know what you're doing when you edit or change the file. If you can get into the grub bootloader you can edit the entries but they will reset. If you edit the grub list in linux and you screw up you're toast.

bulldog
November 8th, 2008, 12:34 PM
Are they both on the same hdd,or do you have two hdd's?
Maybe
sudo fdisk -lu in a terminal can give you some answer on how your hdd is partitioned.
Put the output of this command on the forums,so we can have a look at it.

christoforever
November 9th, 2008, 04:06 PM
yes both OS's are on the same hard disk.

bulldog
November 9th, 2008, 04:46 PM
Still want to see the output of
sudo fdisk -lu please :D

Otustelija
November 9th, 2008, 07:49 PM
Can you get to Grub by hitting escape after BIOS boots?

If there is no option there for the 64 installation (which would be surprising), you need to edit /boot/grub/menu.lst to add an option for it. Just copy the option for your 32-bit installation and change the partition - like (hd0,0) to (hd0,1) or whatever your configuration is.

You shouldn't be able to do any lasting harm if you leave the other options as they are. Backing up the file is a good idea in any case, though.

christoforever
November 12th, 2008, 08:54 PM
Sorry for replying so late. My hard drive crapped out and I just had newegg send me a new one 2nd day shipping. So listen to this... My first time around I installed Kubuntu64 first then ubuntu32 and thats when it started messing around... This time however I installed Ubuntu 64 bit and then Ubuntu 32 and it worked... Booting up brought me up a choice to pick which one... Unfortunately my wireless for both systems didnt work which i cant understand. So I reverted back to just 32 bit ubuntu where everything just works.