LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian
User Name
Password
Debian This forum is for the discussion of Debian Linux.

Notices


Reply
  Search this Thread
Old 06-09-2013, 05:33 PM   #1
cccc
Senior Member
 
Registered: Sep 2003
Distribution: Debian Squeeze / Wheezy
Posts: 1,623

Rep: Reputation: 51
cannot boot Live Wheezy on notebook ThinkPad R40


Hi

I cannot boot Live Wheezy 32-bit 686-pae on notebook ThinkPad R40 due to the following problem:

"Unable to boot - please use a kernel appropriate for your CPU"

Does this error message means that CPU does not support PAE extensions?
 
Old 06-09-2013, 05:50 PM   #2
EDDY1
LQ Addict
 
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,841

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
During installation there is an option to install i586 as it says only pentium M Dothan only had pae support
https://en.wikipedia.org/wiki/Pentium_M
 
Old 06-09-2013, 06:11 PM   #3
rokytnji
LQ Veteran
 
Registered: Mar 2008
Location: Waaaaay out West Texas
Distribution: antiX 23, MX 23
Posts: 7,101
Blog Entries: 21

Rep: Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474
Code:
$ cat /etc/os-release
PRETTY_NAME="Debian GNU/Linux 7.0 (wheezy)"
NAME="Debian GNU/Linux"
VERSION_ID="7.0"
VERSION="7.0 (wheezy)"
ID=debian
ANSI_COLOR="1;31"
HOME_URL="http://www.debian.org/"
SUPPORT_URL="http://www.debian.org/support/"
BUG_REPORT_URL="http://bugs.debian.org/"

$ uname -r
3.7.10-antix.3-486-smp

Machine:   Mobo: IBM model: 26474MU Bios: IBM version: 1AET64WW (1.20 ) date: 10/18/2006
IBM T23 fresh install today. Wireless PCMCIA card

Code:
$ inxi -N
Network:   Card-1: Ralink RT2561/RT61 802.11g PCI driver: rt61pci 
           Card-2: Intel 82801CAM (ICH3) PRO/100 VE (LOM) Ethernet Controller driver: e100
4 port, 2 usb, 2 firefire, pcmcia combo card

Code:
03:00.2 USB controller: VIA Technologies, Inc. USB 2.0 (rev 65)
	Subsystem: VIA Technologies, Inc. USB 2.0
	Kernel driver in use: ehci_hcd
03:00.3 FireWire (IEEE 1394): VIA Technologies, Inc. VT6306/7/8 [Fire II(M)] IEEE 1394 OHCI Controller (rev 80)
	Kernel driver in use: firewire_ohci
Everything worked out of the box including internal mic (no internal webcam on this IBM laptop)
 
Old 06-09-2013, 06:25 PM   #4
EDDY1
LQ Addict
 
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,841

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
You are using the smp kernel the OP installed the pae kernel & maybe the processor doesn't support it. My processor is celeron M which supports it.
@rokytnji Does your machine support pae kernel?
 
Old 06-09-2013, 07:58 PM   #5
rokytnji
LQ Veteran
 
Registered: Mar 2008
Location: Waaaaay out West Texas
Distribution: antiX 23, MX 23
Posts: 7,101
Blog Entries: 21

Rep: Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474
Quote:
@rokytnji Does your machine support pae kernel?
I kinda doubt it as max ram for this laptop is 1 gig and it is a

Code:
$ inxi -b
System:    Host: biker Kernel: 3.7.10-antix.3-486-smp i686 (32 bit) 
           Desktop: IceWM 1.3.7 Distro: antiX-13_386-full Luddite 01 June 2013
Machine:   Mobo: IBM model: 26474MU Bios: IBM version: 1AET64WW (1.20 ) date: 10/18/2006
CPU:       Single core Mobile Intel Pentium III CPU - M (-UP-) clocked at 800.00 MHz 
Graphics:  Card: S3 SuperSavage IX/C SDR X.Org: 1.12.4 drivers: savage (unloaded: fbdev,vesa) Resolution: 1024x768@60.0hz 
           GLX Renderer: Gallium 0.4 on softpipe GLX Version: 2.1 Mesa 8.0.5
Network:   Card-1: Ralink RT2561/RT61 802.11g PCI driver: rt61pci 
           Card-2: Intel 82801CAM (ICH3) PRO/100 VE (LOM) Ethernet Controller driver: e100 
Drives:    HDD Total Size: 80.0GB (7.0% used)
Info:      Processes: 100 Uptime: 4:44 Memory: 288.6/1007.8MB Client: Shell (bash) inxi: 1.9.7
older IBM laptop than what the OP owns.
 
Old 06-09-2013, 08:05 PM   #6
EDDY1
LQ Addict
 
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,841

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
Quote:
I kinda doubt it as max ram for this laptop is 1 gig and it is a
My system only supports 2G but I can install pae kernel but I have celeron M processor
 
Old 06-10-2013, 02:06 PM   #7
cccc
Senior Member
 
Registered: Sep 2003
Distribution: Debian Squeeze / Wheezy
Posts: 1,623

Original Poster
Rep: Reputation: 51
Today I've installed Wheezy with non-pae, 486 kernel on my ThinkPad R40 and it seems to work well.

I've just one problem with keyboard, I get numbers instead of letters.
I can change this, each time after start-up manually, using keyboard key combination, but this is laboriously
How to turn off numbers on IBM ThinkPad keyboard permanently, I mean automatically after start-up?

Last edited by cccc; 06-10-2013 at 02:40 PM.
 
Old 06-10-2013, 02:56 PM   #8
EDDY1
LQ Addict
 
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,841

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
Glad to know he non-pae kernel works for you.
Although I've never experienced the keyboard problems which you're having.
You may need to check keyboard layout under System Settings>>Keyboard>>Layout Settings.
 
Old 06-10-2013, 03:01 PM   #9
cccc
Senior Member
 
Registered: Sep 2003
Distribution: Debian Squeeze / Wheezy
Posts: 1,623

Original Poster
Rep: Reputation: 51
Quote:
Originally Posted by EDDY1 View Post
Glad to know he non-pae kernel works for you.
Although I've never experienced the keyboard problems which you're having.
You may need to check keyboard layout under System Settings>>Keyboard>>Layout Settings.
According to /etc/default/keyboard my keyboard layout is swiss:
Code:
XKBLAYOUT="ch"
but I need swiss german keyboard.
 
Old 06-10-2013, 10:42 PM   #10
EDDY1
LQ Addict
 
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,841

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
In System Settings>>Keyboard>>Layout Settings you will be able to see a graphical layout of your keys.
 
  


Reply

Tags
686-pae, cpu, kernel, non-pae, pae extensions



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Hello all. I need help with my display for Thinkpad R40 hmoobmua Linux - Newbie 6 02-05-2008 12:13 PM
Suspending my ThinkPad R40 squeekyd Linux - Laptop and Netbook 1 07-26-2004 08:44 AM
thinkpad r40 modem dapeekay Slackware 2 07-22-2004 12:01 AM
Thinkpad R40 freezes inx Linux - Laptop and Netbook 0 05-09-2004 06:42 AM
IBM ThinkPad R40 Sumit Rajan Linux - Laptop and Netbook 4 12-02-2003 12:30 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian

All times are GMT -5. The time now is 09:39 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration