Page 1 of 1

Can I install 32 bit Ubuntu 8.04 on a 64 bit T61?

Posted: Wed Aug 13, 2008 11:11 am
by muffd
Can I install 32 bit Ubuntu 8.04 on a 64 bit T61 or does it have to be the 64 bit version?

Thanks

Posted: Wed Aug 13, 2008 2:35 pm
by aaa
No, it does not have to be 64-bit. 32bit runs.

Posted: Fri Aug 15, 2008 12:16 am
by synchromesh
Actually it depends on the amount of RAM. If you have 4GB+ then 64bit is the way to go. If you have under 4GB then 32bit should work just fine.

Posted: Fri Aug 15, 2008 7:31 am
by maciejs
Well, actually as far as I can tell you can install both 32bit and 64bit versions on a machine with 64bit CPU. And it doesn't even depend on how much RAM you have cause linux kernel with Physical Address Extension supports up to 64GB or ram regardless of your CPU.

Additionally it might be easier to run 32bit version as you may run into problems with some software that's not in 64bit version and you want/need to run it.

Please correct me if I'm wrong.

Posted: Sun Aug 17, 2008 5:46 pm
by archer6
maciejs wrote: it might be easier to run 32bit version as you may run into problems with some software that's not in 64bit version and you want/need to run it.
You're absolutely correct. For this reason alone I would suggest the 332bit version to all but power users that have Linux experience.

Cheers...;)

Posted: Sun Aug 17, 2008 10:24 pm
by muffd
Hi guys,
I took everyone's advice and installed Ubuntu 32 bit. Only thing is though, I can't seem to get the suspend/hibernate feature working. I have been searching all over the net to try and get this to work but can't seem to find the answers to it. Any of you face this either?

Thanks

Posted: Sun Aug 17, 2008 11:44 pm
by archer6
muffd wrote: I can't seem to get the suspend/hibernate feature working.
-
This is a known issue that varies depending on your hardware config. I'm on my BlackBerry at the moment, hence I can't look it up for you. But I would encourage you to do a meta search with
dogpile.com as I believe that is how I found the fix for Ubuntu v7.10

Then a few months later v8.04 was released. I wiped the drive & did a clean install of 8.04.01, this is the first rev I've installed that has worked perfectly without further mods after the install. In fact I installed it on all four of my different 60 series models, X,T,R,Z, all ran perfectly.

sent via BlackBerry

Posted: Mon Aug 18, 2008 11:17 am
by muffd
I'll take a look at that. I had to modify quite a few things with this.
Middle scroll button
video drivers to have the 3d accelerator
suspend/hibernate (still gotta do this today)
That's pretty much it. Everything pretty much was working out the box cept for those few very minor issues. I think for the normal user, they wouldn't care but I think I have OCD:)

Posted: Mon Aug 18, 2008 12:40 pm
by muffd
Just wanna let you all know that I got Suspend to work but when I resume from hibernate, it basically restarts the computer then it crashes. I have to power cycle the machine to get working normally.

Posted: Mon Aug 18, 2008 12:46 pm
by gongo2k1
make sure you've specified the swap partition in the kernel boot parameters.

check your /boot/grub/menu.lst

the kernel params should have something like resume=/dev/sda5 on there. make sure that's pointing to the right partition.

Posted: Mon Aug 18, 2008 1:01 pm
by muffd
I'll check that in a bit. Do you think that could possibly be a cause of the laptop crashing when trying to resume from hibernation?

Posted: Mon Aug 18, 2008 1:21 pm
by gongo2k1
muffd wrote:Do you think that could possibly be a cause of the laptop crashing when trying to resume from hibernation?
yes. i wouldn't have posted it otherwise.
the kernel needs to know where to find the hibernation data. without it, it'll sit and wait like it's hung.

Posted: Mon Aug 18, 2008 1:24 pm
by muffd
Thanks again. I'm gonna try this soon and post my results. For me this is a very important feature than the VPN I've been trying to get working for the past week:)

Posted: Mon Aug 18, 2008 1:41 pm
by muffd
It show's this:

## e.g. defoptions=vga=791 resume=/dev/hda5

I just looked in Gparted and looks like it shows my Linux partition to be /dev/sda5

Should i edit that one file and point it to sda5?

Posted: Mon Aug 18, 2008 1:45 pm
by gongo2k1
the line below that should be

Code: Select all

#defoptions=
add it to that line (with the single comment), then save and run

Code: Select all

$ sudo update-grub
to make the changes. it'll be effective after the next reboot.

Posted: Mon Aug 18, 2008 2:03 pm
by muffd
Do I still also edit the line that shows resume=/dev/hda5 to sda5?