LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   This is a 32 bit computer, you can't use 64 bit software on it. (https://www.linuxquestions.org/questions/linux-newbie-8/this-is-a-32-bit-computer-you-cant-use-64-bit-software-on-it-4175455612/)

Aquarius_Girl 03-26-2013 02:08 AM

This is a 32 bit computer, you can't use 64 bit software on it.
 
I had this kind of thread before too but that time I was
unknowingly using the 32 bit version of the Virtualbox.

Base:
Code:

anisha@linux-trra:~> uname -a && cat /etc/issue
Linux linux-trra 2.6.37.1-1.2-desktop #7 SMP PREEMPT Tue Jan 22 10:34:11 IST 2013 x86_64 x86_64 x86_64 GNU/Linux
Welcome to openSUSE 11.4 "Celadon" - Kernel \r (\l).

Virtualbox:
Quote:

VirtualBox-4.2.10-84104-Linux_amd64.run
Now, when I am trying to install 64 bit openSUSE 11.4 on it,
it says this is a 32 bit computer, you can't use 64 bit software
on it.

Why is it saying that? What to do?

TobiSGD 03-26-2013 05:12 AM

Have you set the OS to "openSuse (64 Bit)"? It will not work if you only set it "openSuse" without the 64 bit extension.

eSelix 03-26-2013 05:18 AM

Do you have enabled option VT-x/AMD-V on "System/Acceleration"? 64 bit guests systems will not work without this.

Aquarius_Girl 03-26-2013 05:32 AM

Quote:

Originally Posted by TobiSGD (Post 4919065)
Have you set the OS to "openSuse (64 Bit)"? It will not work if you only set it "openSuse" without the 64 bit extension.

There isn't any option saying 64 or 32 bit etc. The options say:
Debian
openSUSE
Ubuntu...
etc.

I checked many times. Will check again tomorrow.

Quote:

Originally Posted by eSelix (Post 4919069)
Do you have enabled option VT-x/AMD-V on "System/Acceleration"? 64 bit guests systems will not work without this.

No, haven't checked that. Will do that tomorrow, and post back results.

Thanks for trying to help to both of you.

ukiuki 03-26-2013 06:04 AM

In the picture you post, I can see the tab Acceleration under Settings is grayed out, there is where the VT-x/AMD-V is at.
You may need some extra components for VirtualBox.

Regards

TobiSGD 03-26-2013 06:09 AM

Quote:

Originally Posted by Anisha Kaul (Post 4919078)
There isn't any option saying 64 or 32 bit etc. The options say:
Debian
openSUSE
Ubuntu...
etc.

I checked many times. Will check again tomorrow.

This indicates that your computer is either not capable of hardware virtualization or it is disabled in the BIOS. Check that also.

brianL 03-26-2013 06:24 AM

Run cat /proc/cpuinfo, and have a look at the flags. You'll need vmx for Intel, svm for AMD, for hardware virtualization.


All times are GMT -5. The time now is 03:38 PM.