Linux Throws Error: Can't read CTR while intializing i8042?Arch Linux cannot bootFull disk encryption with...
"Je suis petite, moi?", purpose of the "moi"?
Time signature inconsistent
How do you send money when you're not sure it's not a scam?
How to belay quickly ascending top-rope climbers?
Compiler only complains about the ambiguous overloaded functions when the parameter is 0
Why are there few or no black super GMs?
Everyone but three
What causes a rotating object to rotate forever without external force—inertia, or something else?
The most secure way to handle someone forgetting to verify their account?
Why do space operations use "nominal" to mean "working correctly"?
What are the basics of commands in Minecraft Java Edition?
What happens if a company buys back all of its shares?
Why can't I hear fret buzz through the amp?
Is straight-up writing someone's opinions telling?
What details should I consider before agreeing for part of my salary to be 'retained' by employer?
Is this Android phone Android 9.0 or Android 6.0?
Why don't humans perceive waves as twice the frequency they are?
Strategy to pay off revolving debt while building reserve savings fund?
manipulate a list: replace random position of a specific integer n times by 0
How to find location on Cambridge-Mildenhall railway that still has tracks/rails?
Difference between c++14 and c++17 using: `*p++ = *p`
What is this green alien supposed to be on the American covers of the "Hitchhiker's Guide to the Galaxy"?
How can I help our ranger feel special about her beast companion?
Is surviving this (blood loss) scenario possible?
Linux Throws Error: Can't read CTR while intializing i8042?
Arch Linux cannot bootFull disk encryption with dm-crypt (without LUKS)When do I need to specify add_efi_memmap as kernel argument in UEFI/EFI boot?How to boot via grub2 rescue promt on UEFI system?Why can't linux kernel boot on my new Intel i7-6500U CPU?Create windows bootable USB installer fails for unknown reasonChoosing a safe /boot mount point for dual booting alongside Windows 10 | Writing /boot mount-point INSIDE Window's existing boot (FAT32) partitionBest way to repair the grub in this caseMessed up boot - System BootOrder not foundCorrupted Manjaro GRUB boot at new RX 580 graphics card video-linux driver install
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
My install of linux throws the following errors upon boot:
efi: requested map not found.
esrt: ESRT header is not in the memory map.
i0842: Can't read CTR while initializing i8042.
Would these errors be indicative factors of disk corruption?
boot encryption
bumped to the homepage by Community♦ 21 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
My install of linux throws the following errors upon boot:
efi: requested map not found.
esrt: ESRT header is not in the memory map.
i0842: Can't read CTR while initializing i8042.
Would these errors be indicative factors of disk corruption?
boot encryption
bumped to the homepage by Community♦ 21 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
efi relates to (U)EFI vs. legacy BIOS boot. ESRT is probably some ACPI area. i8042 is the PS/2 keyboard/mouse controller. None of this points to disk corruption, unless your kernel image is corrupted. But it looks more like it's a UEFI boot problem.
– dirkt
Jul 20 '17 at 21:55
add a comment |
My install of linux throws the following errors upon boot:
efi: requested map not found.
esrt: ESRT header is not in the memory map.
i0842: Can't read CTR while initializing i8042.
Would these errors be indicative factors of disk corruption?
boot encryption
My install of linux throws the following errors upon boot:
efi: requested map not found.
esrt: ESRT header is not in the memory map.
i0842: Can't read CTR while initializing i8042.
Would these errors be indicative factors of disk corruption?
boot encryption
boot encryption
edited Feb 9 at 8:13
Prvt_Yadv
3,7413 gold badges17 silver badges34 bronze badges
3,7413 gold badges17 silver badges34 bronze badges
asked Jul 20 '17 at 21:17
Joe DoeJoe Doe
61 silver badge2 bronze badges
61 silver badge2 bronze badges
bumped to the homepage by Community♦ 21 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ 21 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
efi relates to (U)EFI vs. legacy BIOS boot. ESRT is probably some ACPI area. i8042 is the PS/2 keyboard/mouse controller. None of this points to disk corruption, unless your kernel image is corrupted. But it looks more like it's a UEFI boot problem.
– dirkt
Jul 20 '17 at 21:55
add a comment |
efi relates to (U)EFI vs. legacy BIOS boot. ESRT is probably some ACPI area. i8042 is the PS/2 keyboard/mouse controller. None of this points to disk corruption, unless your kernel image is corrupted. But it looks more like it's a UEFI boot problem.
– dirkt
Jul 20 '17 at 21:55
efi relates to (U)EFI vs. legacy BIOS boot. ESRT is probably some ACPI area. i8042 is the PS/2 keyboard/mouse controller. None of this points to disk corruption, unless your kernel image is corrupted. But it looks more like it's a UEFI boot problem.
– dirkt
Jul 20 '17 at 21:55
efi relates to (U)EFI vs. legacy BIOS boot. ESRT is probably some ACPI area. i8042 is the PS/2 keyboard/mouse controller. None of this points to disk corruption, unless your kernel image is corrupted. But it looks more like it's a UEFI boot problem.
– dirkt
Jul 20 '17 at 21:55
add a comment |
2 Answers
2
active
oldest
votes
Your modern motherboard has no i8042 controller chip, but the most of board has (green, purple, round) PS/2 keyboard, mouse port for legacy BIOS compatibility.
Usually, the (U)EFI/BIOS controls keyboard and mouse via USB as HID device default.
But, very old hardware and OS detect i8042 controller and search keyboard and mouse on boot, and display the error above.
The error is no relation with hard disks, and can be ignored unless you cannot use the keyboard and mouse.
add a comment |
I had a similar error message. In my case, the keyboard and the trackstick/touchpad didn't work. (Thinkpad W541, Opensuse 15.0, Kernel 4.12.14).
I fixed it by removing the kernel opts acpi=off
and apm=off
in the grub-setup.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "106"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f379834%2flinux-throws-error-cant-read-ctr-while-intializing-i8042%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
Your modern motherboard has no i8042 controller chip, but the most of board has (green, purple, round) PS/2 keyboard, mouse port for legacy BIOS compatibility.
Usually, the (U)EFI/BIOS controls keyboard and mouse via USB as HID device default.
But, very old hardware and OS detect i8042 controller and search keyboard and mouse on boot, and display the error above.
The error is no relation with hard disks, and can be ignored unless you cannot use the keyboard and mouse.
add a comment |
Your modern motherboard has no i8042 controller chip, but the most of board has (green, purple, round) PS/2 keyboard, mouse port for legacy BIOS compatibility.
Usually, the (U)EFI/BIOS controls keyboard and mouse via USB as HID device default.
But, very old hardware and OS detect i8042 controller and search keyboard and mouse on boot, and display the error above.
The error is no relation with hard disks, and can be ignored unless you cannot use the keyboard and mouse.
add a comment |
Your modern motherboard has no i8042 controller chip, but the most of board has (green, purple, round) PS/2 keyboard, mouse port for legacy BIOS compatibility.
Usually, the (U)EFI/BIOS controls keyboard and mouse via USB as HID device default.
But, very old hardware and OS detect i8042 controller and search keyboard and mouse on boot, and display the error above.
The error is no relation with hard disks, and can be ignored unless you cannot use the keyboard and mouse.
Your modern motherboard has no i8042 controller chip, but the most of board has (green, purple, round) PS/2 keyboard, mouse port for legacy BIOS compatibility.
Usually, the (U)EFI/BIOS controls keyboard and mouse via USB as HID device default.
But, very old hardware and OS detect i8042 controller and search keyboard and mouse on boot, and display the error above.
The error is no relation with hard disks, and can be ignored unless you cannot use the keyboard and mouse.
answered Jul 21 '17 at 5:09
minishminish
2262 silver badges6 bronze badges
2262 silver badges6 bronze badges
add a comment |
add a comment |
I had a similar error message. In my case, the keyboard and the trackstick/touchpad didn't work. (Thinkpad W541, Opensuse 15.0, Kernel 4.12.14).
I fixed it by removing the kernel opts acpi=off
and apm=off
in the grub-setup.
add a comment |
I had a similar error message. In my case, the keyboard and the trackstick/touchpad didn't work. (Thinkpad W541, Opensuse 15.0, Kernel 4.12.14).
I fixed it by removing the kernel opts acpi=off
and apm=off
in the grub-setup.
add a comment |
I had a similar error message. In my case, the keyboard and the trackstick/touchpad didn't work. (Thinkpad W541, Opensuse 15.0, Kernel 4.12.14).
I fixed it by removing the kernel opts acpi=off
and apm=off
in the grub-setup.
I had a similar error message. In my case, the keyboard and the trackstick/touchpad didn't work. (Thinkpad W541, Opensuse 15.0, Kernel 4.12.14).
I fixed it by removing the kernel opts acpi=off
and apm=off
in the grub-setup.
edited Feb 9 at 8:04
Prvt_Yadv
3,7413 gold badges17 silver badges34 bronze badges
3,7413 gold badges17 silver badges34 bronze badges
answered Feb 9 at 7:55
wvrnwvrn
1
1
add a comment |
add a comment |
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f379834%2flinux-throws-error-cant-read-ctr-while-intializing-i8042%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
efi relates to (U)EFI vs. legacy BIOS boot. ESRT is probably some ACPI area. i8042 is the PS/2 keyboard/mouse controller. None of this points to disk corruption, unless your kernel image is corrupted. But it looks more like it's a UEFI boot problem.
– dirkt
Jul 20 '17 at 21:55