Gentoo Archives: gentoo-user

From: John Blinka <john.blinka@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] CPU you selected does not support x86-64 instruction set
Date: Wed, 04 May 2016 22:53:10
Message-Id: CAC_tCmqZcyVHw-ONXGf8ZZcZ4YW2VMV3Wr88W35j-91yfFOJkw@mail.gmail.com
In Reply to: Re: [gentoo-user] CPU you selected does not support x86-64 instruction set by Ron Farrer
1 On Wed, May 4, 2016 at 12:36 PM, Ron Farrer <canutethegreat@×××××.com>
2 wrote:
3
4 >
5 > Generally, 'uname -m' should report x86_64 for 64-bit (amd64) and i686
6 > for 32-bit (x86).
7
8
9 uname -m did give x86_64, but...
10
11
12 > ... another check can be 'file /sbin/init' which will report as something
13 > along the lines of
14 > "/sbin/init: ELF 64-bit LSB executable, x86-64, version 1 (SYSV),
15 > dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for
16 > GNU/Linux 2.6.32, stripped"
17 >
18
19 file /sbin/init gave ELF 32-bit LSB...
20
21 So I guess my syrescuecd is 32 bits.
22
23 Using the amd64 handbook did the trick with the kernel. Now onto learning
24 about uefi. Thanks for your help!
25
26 John