LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 07-06-2018, 03:18 PM   #1
julianvb
Member
 
Registered: Apr 2009
Posts: 390

Rep: Reputation: 3
Memtest86+ Totally Oblivious to Keyboard


2018-07-06

Recently I modified /etc/default/grub to change the GRUB_DEFAULT value from 0 to 2 in order to run Memtest86+ on my Linux Mint 13.8 computer. I realized only afterwards that this was a very bad thing for me to do. Ever since then, Linux Mint 18.3 just runs this memory test on and on whenever I boot up the system. Hitting the ESC or any other keys fails to achieve anything. In short the program just ignores all keyboard inputs. I don't think the problem has anything to do with BIOS.

Could this be a Linux problem? I've never experienced this sort of problem while running Ubuntu. Any help will be much appreciated.

Julianvb
 
Old 07-06-2018, 03:27 PM   #2
jsbjsb001
Senior Member
 
Registered: Mar 2009
Location: Earth, unfortunately...
Distribution: Currently: OpenMandriva. Previously: openSUSE, PCLinuxOS, CentOS, among others over the years.
Posts: 3,881

Rep: Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063
Quote:
Originally Posted by julianvb View Post
2018-07-06

Recently I modified /etc/default/grub to change the GRUB_DEFAULT value from 0 to 2 in order to run Memtest86+ on my Linux Mint 13.8 computer. I realized only afterwards that this was a very bad thing for me to do. Ever since then, Linux Mint 18.3 just runs this memory test on and on whenever I boot up the system. Hitting the ESC or any other keys fails to achieve anything. In short the program just ignores all keyboard inputs. I don't think the problem has anything to do with BIOS.

Could this be a Linux problem? I've never experienced this sort of problem while running Ubuntu. Any help will be much appreciated.

Julianvb
Memtest86+ is a standalone program that runs independent of the operating system - it needs to for full access to RAM. It can't access memory in use by the operating system or software running on it to be able to test memory.

If hitting ESC while running Memtest86+ doesn't close it and restart the machine, it's either a problem with Memtest86+ or far more likely a hardware issue.

Does your keyboard respond in Linux Mint?
 
Old 07-06-2018, 03:29 PM   #3
jefro
Moderator
 
Registered: Mar 2008
Posts: 21,976

Rep: Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623
Fix grub or catch it at boot and edit or boot to live media to fix grub.
 
Old 07-06-2018, 04:04 PM   #4
julianvb
Member
 
Registered: Apr 2009
Posts: 390

Original Poster
Rep: Reputation: 3
Hi, jsbjsb001 and jefro,

Linux Mint responds to the keyboard OK. My LM boot menu does not respond to the keyboard either. In other words when the grub boot menu appears, it's inaccessible (frozen). I've attemted to use a live LM USB to fix the problem in vain. Even the new installation's boot menu is identically frozen even though all the boot choices are displayed but they are 'untouchable'. In other words, the menu is frozen solid. I don't know how else to describe my problem. I really hate to lose all my existing files on account of this sick Memtest86+.

Since Memetst86+ has captured the whole system, obviously I have no hope of fixing the problem.

I tend to suspect this to be a Linux problem because my other computer that hosts Windows XP and Linux Mint 13.8 also denies me access to LM18.3 because the (frozen) boot menu would not respond to the keyboard. Here I've two separate machines manifesting the same malady.

Thanks you very much.

Julianvb

Last edited by julianvb; 07-06-2018 at 04:14 PM.
 
Old 07-06-2018, 04:44 PM   #5
rknichols
Senior Member
 
Registered: Aug 2009
Distribution: Rocky Linux
Posts: 4,776

Rep: Reputation: 2212Reputation: 2212Reputation: 2212Reputation: 2212Reputation: 2212Reputation: 2212Reputation: 2212Reputation: 2212Reputation: 2212Reputation: 2212Reputation: 2212
Check your BIOS settings for things like "Legacy USB Support". You will probably find it disabled, which leaves the keyboard enabled during BIOS/EFI setup and enabled again once the OS loads a driver, but disabled during the boot sequence or in programs like memtest86+ which do not have a specific driver for the USB hardware.

Last edited by rknichols; 07-06-2018 at 04:47 PM.
 
Old 07-06-2018, 04:52 PM   #6
julianvb
Member
 
Registered: Apr 2009
Posts: 390

Original Poster
Rep: Reputation: 3
Quote:
Check your BIOS settings for things like "Legacy USB Support". You will probably find it disabled, which leaves the keyboard enabled during BIOS/EFI setup and enabled again by the OS once it is booted, but disabled during the boot sequence.
I've looked high and low for the past several wees or so for 'Legacy USB Support' in my Phoenix AwardBIOS version 6 in vain.

Thanks very much for your valuable input.

Julianvb
 
Old 07-06-2018, 04:56 PM   #7
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,691

Rep: Reputation: 5894Reputation: 5894Reputation: 5894Reputation: 5894Reputation: 5894Reputation: 5894Reputation: 5894Reputation: 5894Reputation: 5894Reputation: 5894Reputation: 5894
It might be a BIOS problem. How old are your computers and do they have a PS/2 keyboard port?

If USB legacy support is not enabled in the BIOS (assuming the option exists) then the computer will only respond to PS/2 keyboard inputs until the USB keyboard drivers are loaded. Which is why neither grub or Memtestx86+ work.

To late...

Last edited by michaelk; 07-06-2018 at 04:57 PM.
 
Old 07-06-2018, 07:00 PM   #8
jefro
Moderator
 
Registered: Mar 2008
Posts: 21,976

Rep: Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623
Some computers may not use all of the usb ports or the usb port chipset isn't supported in memtest? USB hub may be goofy too.
 
Old 07-06-2018, 07:59 PM   #9
julianvb
Member
 
Registered: Apr 2009
Posts: 390

Original Poster
Rep: Reputation: 3
Quote:
It might be a BIOS problem. How old are your computers and do they have a PS/2 keyboard port?

If USB legacy support is not enabled in the BIOS (assuming the option exists) then the computer will only respond to PS/2 keyboard inputs until the USB keyboard drivers are loaded. Which is why neither grub or Memtestx86+ work.
Hi,michaelk,

I can't thank you enough for awakening me. All my 2012 Jetway mini-motherboard machines do come with a PS/2 port (for keyboards). At one point I somehow forgot to keep this important point in mind since most of my keyboards are the USB type and they are easier to connect. Luckily I still have a PS/2 keyboard left over from my old Gateway Windows 98 computer. I should have been more attentive. I should not have suspected Linux to be my problem source and am glad that you corrected my erroneous assumption.

I hereby post the following reminder for myself and others who might stumble into this trap inadvertently in the future.
Quote:
One can never get into trouble using a PS/2 keyboard in lieu of a USB one!
I can't tell you how much I owe both you and LinuxQuestions.org.


Julianvb

Last edited by julianvb; 07-06-2018 at 08:02 PM.
 
  


Reply



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
Debian 6 - Gnome starts but mouse, keyboard are totally ignored tensigh Linux - Software 2 03-18-2014 09:16 PM
Dell Wireless Multimedia USB Keyboard not totally functional in Ubuntu 9.1 vigdavies Linux - Hardware 2 12-17-2009 01:47 PM
Are Memtest86 and Memtest86+ best for checking memory MQMan Linux - Hardware 4 09-14-2007 10:17 PM
how do I stop monitor, keyboard and mouse? totally stumped! andyroles Linux - Networking 6 06-27-2006 06:02 PM
oblivious to DNS Bake-SaleNet Linux - Newbie 12 08-13-2003 08:13 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 02:05 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