Results 1 to 10 of 13

Thread: system boots into 32-bit mode; want 64-bit mode

Hybrid View

  1. #1
    Join Date
    Sep 2008
    Beans
    9

    system boots into 32-bit mode; want 64-bit mode

    I just noticed that my pangolin performance panp4n system (driver 2.4.4)
    boots in 32-bit mode:
    $ uname -m
    i686
    instead of the 64-bit mode as I am sure it used to do.
    this is a fully up-to-date system
    $ cat /etc/lsb-release
    DISTRIB_ID=Ubuntu
    DISTRIB_RELEASE=9.10
    DISTRIB_CODENAME=karmic
    DISTRIB_DESCRIPTION="Ubuntu 9.10"

    0. What did I do wrong?
    1. how do I boot into 64-bit mode?
    2. how do I make sure that I always boot into the 64-bit mode?

    thanks

  2. #2
    Join Date
    Mar 2006
    Location
    Ohio
    Beans
    569
    Distro
    Lubuntu 13.04 Raring Ringtail

    Re: system boots into 32-bit mode; want 64-bit mode

    Quote Originally Posted by sds57 View Post
    I just noticed that my pangolin performance panp4n system (driver 2.4.4)
    boots in 32-bit mode:
    $ uname -m
    i686
    instead of the 64-bit mode as I am sure it used to do.
    this is a fully up-to-date system
    $ cat /etc/lsb-release
    DISTRIB_ID=Ubuntu
    DISTRIB_RELEASE=9.10
    DISTRIB_CODENAME=karmic
    DISTRIB_DESCRIPTION="Ubuntu 9.10"

    0. What did I do wrong?
    1. how do I boot into 64-bit mode?
    2. how do I make sure that I always boot into the 64-bit mode?

    thanks
    It boots to whatever the kernel is & the kernel is bundled with Ubuntu.
    You must have the 32 bit version of Ubuntu installed.
    The name of the 64 bit version contains "amd64".
    The name of the 32 bit version contains "i386".

    jdb

  3. #3
    Join Date
    Sep 2008
    Beans
    9

    Re: system boots into 32-bit mode; want 64-bit mode

    Quote Originally Posted by jdb View Post
    It boots to whatever the kernel is & the kernel is bundled with Ubuntu.
    You must have the 32 bit version of Ubuntu installed.
    The name of the 64 bit version contains "amd64".
    The name of the 32 bit version contains "i386".
    Yes, sure.
    So, how did it happen that my Ubuntu became i386 all of a sudden
    and how do I turn it back to amd64?
    specifically, which packages do I install?
    "aptitude search linux.*amd64" returns nothing.
    my kernel is
    linux-image-2.6.31-20-generic
    Linux kernel image for version 2.6.31 on x86/x86_64

  4. #4
    Join Date
    Feb 2008
    Location
    Colorado
    Beans
    241
    Distro
    Ubuntu UNR

    Re: system boots into 32-bit mode; want 64-bit mode

    Quote Originally Posted by sds57 View Post
    Yes, sure.
    So, how did it happen that my Ubuntu became i386 all of a sudden
    and how do I turn it back to amd64?
    specifically, which packages do I install?
    "aptitude search linux.*amd64" returns nothing.
    my kernel is
    linux-image-2.6.31-20-generic
    Linux kernel image for version 2.6.31 on x86/x86_64
    If you have 32, then can't just "upgrade" to 64 bit, you will have to download a 64 bit iso, burn it and install from there.

    And the reverse is true as well, you can't go from 64 bit to 32 bit, so you must have started there.
    Registered Linux user #489078 Ubuntu user #27106
    "Every man dies. Not every man really lives." William Wallace
    Blog! www.vrekk.us

  5. #5
    Join Date
    Sep 2008
    Beans
    9

    Re: system boots into 32-bit mode; want 64-bit mode

    Quote Originally Posted by Vrekk View Post
    If you have 32, then can't just "upgrade" to 64 bit, you will have to download a 64 bit iso, burn it and install from there.

    And the reverse is true as well, you can't go from 64 bit to 32 bit, so you must have started there.
    This is not true.
    As I said, I used to have 64-bit, but, apparently, during a major upgrade, got switched to 32-bit. I never installed from an iso, I always upgraded via internet.

  6. #6

    Re: system boots into 32-bit mode; want 64-bit mode

    Quote:
    Originally Posted by Vrekk
    If you have 32, then can't just "upgrade" to 64 bit, you will have to download a 64 bit iso, burn it and install from there.

    And the reverse is true as well, you can't go from 64 bit to 32 bit, so you must have started there.


    This is not true.
    As I said, I used to have 64-bit, but, apparently, during a major upgrade, got switched to 32-bit. I never installed from an iso, I always upgraded via internet.
    What vrekk said is correct. A system cannot upgrade or downgrade from a 32-bit to a 64-bit system, nor from a 64-bit to a 32-bit system. An upgrade would only affect the packages that are being upgraded.
    Learning is not attained by chance, it must be sought for with ardor and attended to with diligence. Abigail Adams ( 1744 - 1818 ), 1780;

    My blog Poetry and More Free Ubuntu Magazine

  7. #7
    Join Date
    Feb 2009
    Beans
    Hidden!

    Re: system boots into 32-bit mode; want 64-bit mode

    Thank you. I understand now. The man page was confusing me. Have a great day.
    Eldera
    Last edited by Eldera; March 30th, 2010 at 11:47 AM.

  8. #8
    Join Date
    Feb 2009
    Beans
    Hidden!

    Re: system boots into 32-bit mode; want 64-bit mode

    Quote Originally Posted by sds57
    $ uname -m
    i686
    Isn't this 64 bit?

    Sorry, I am just learning this stuff and this doesn't make sense to me.
    Last edited by Eldera; March 29th, 2010 at 04:57 PM.

  9. #9
    Join Date
    Feb 2009
    Beans
    Hidden!

    Re: system boots into 32-bit mode; want 64-bit mode

    sds57, I hope you will forgive me, I am not trying to hi-jack your thread, but I think I can learn something if I can understand what is happening to you.

    I looked up 'uname -m' in the man pages and that said it would print the machine *hardware* name. I am guessing that means the processor.

    Wouldn't this just change your software:
    Quote Originally Posted by marshmallow
    Get the "64-bit PC (AMD64) desktop CD", burn to CD, backup your data, install.
    Those are the instructions to do a clean install of your operating system. I have done that a few times.

    If "uname -m" is a *hardware* name, I don"t think that would change it.

    Am I right that the terms "32 bit" and "64 bit" can be applied to either processors or the Operating Systems software being run on them?

    Are you trying to figure out what type of hardware you have or what operating system you are using?

    If I am out of line being curious about this thread, just don't answer me.

    Good Luck with what ever you are trying to work out. Eldera

    PS How much RAM do you have? I read in Keir Thomas Pocket Guide that unless you had a minimum of 4GB of Ram that you did not get the full advantage of a 64 bit OS. I have run my Pang with both the 32 bit and the 64 bit OS and it did not make any visible difference. If everything else is working well, why worry which OS is on it?
    Last edited by Eldera; March 29th, 2010 at 11:05 PM.

  10. #10
    Join Date
    Sep 2008
    Location
    Ohio
    Beans
    963
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: system boots into 32-bit mode; want 64-bit mode

    Quote Originally Posted by Eldera View Post
    Am I right that the terms "32 bit" and "64 bit" can be applied to either processors or the Operating Systems software being run on them?
    Yes. 64-bit processors are backward-compatible - they can run both 32-bit and 64-bit operating systems. 32-bit processors cannot run 64-bit operating systems. 'uname -m' gives the architecture of the operating system.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •