LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Laptop and Netbook (https://www.linuxquestions.org/questions/linux-laptop-and-netbook-25/)
-   -   Problems booting Debian 9.5 on ThinkPad X260 (https://www.linuxquestions.org/questions/linux-laptop-and-netbook-25/problems-booting-debian-9-5-on-thinkpad-x260-4175640758/)

andli 10-20-2018 04:36 AM

Problems booting Debian 9.5 on ThinkPad X260
 
I recently bought my first PC laptop (a Thinkpad x260) and installed Debian 9.5 stable onto it. It seems that it won't boot unless I pass either the nolapic or acpi=off flags in grub when booting. If I do that the system boots, but it only recognizes one core of the CPU. Does anyone have any ideas what it could be?

I've updated my bios to the latest version have am also upgraded the kernel to 4.18.0 from the stretch-backports repository, but the problem is still there.

jens 10-20-2018 08:12 AM

Does it work when you add both noapic and acpi=off in grub?

PS: you'll also need non-free firmware for your wifi on x260 (firmware-iwlwifi)
https://packages.debian.org/search?k...rmware-iwlwifi

andli 10-20-2018 08:49 AM

Quote:

Originally Posted by jens (Post 5917032)
Does it work when you add both noapic and acpi=off in grub?

Yes, it boots as usual when adding both those flags but /proc/cpuinfo still only shows one core available.

Quote:

Originally Posted by jens (Post 5917032)
PS: you'll also need non-free firmware for your wifi (firmware-iwlwifi)
https://packages.debian.org/search?k...rmware-iwlwifi

Yes, I've installed that and my wifi is working but I'm getting some errors in dmesg.
Code:

[  10.071099] iwlwifi 0000:04:00.0: firmware: failed to load iwlwifi-8000C-36.ucode (-2)
[  10.071174] firmware_class: See https://wiki.debian.org/Firmware for information about missing firmware
[  10.071253] iwlwifi 0000:04:00.0: Direct firmware load for iwlwifi-8000C-36.ucode failed with error -2
[  10.071262] iwlwifi 0000:04:00.0: firmware: failed to load iwlwifi-8000C-35.ucode (-2)
[  10.071335] iwlwifi 0000:04:00.0: Direct firmware load for iwlwifi-8000C-35.ucode failed with error -2
[  10.071342] iwlwifi 0000:04:00.0: firmware: failed to load iwlwifi-8000C-34.ucode (-2)
[  10.071415] iwlwifi 0000:04:00.0: Direct firmware load for iwlwifi-8000C-34.ucode failed with error -2
[  10.071421] iwlwifi 0000:04:00.0: firmware: failed to load iwlwifi-8000C-33.ucode (-2)
[  10.071520] iwlwifi 0000:04:00.0: Direct firmware load for iwlwifi-8000C-33.ucode failed with error -2
[  10.071527] iwlwifi 0000:04:00.0: firmware: failed to load iwlwifi-8000C-32.ucode (-2)
[  10.071651] iwlwifi 0000:04:00.0: Direct firmware load for iwlwifi-8000C-32.ucode failed with error -2
[  10.071657] iwlwifi 0000:04:00.0: firmware: failed to load iwlwifi-8000C-31.ucode (-2)
[  10.071782] iwlwifi 0000:04:00.0: Direct firmware load for iwlwifi-8000C-31.ucode failed with error -2
[  10.071788] iwlwifi 0000:04:00.0: firmware: failed to load iwlwifi-8000C-30.ucode (-2)
[  10.071912] iwlwifi 0000:04:00.0: Direct firmware load for iwlwifi-8000C-30.ucode failed with error -2
[  10.071918] iwlwifi 0000:04:00.0: firmware: failed to load iwlwifi-8000C-29.ucode (-2)
[  10.072131] iwlwifi 0000:04:00.0: Direct firmware load for iwlwifi-8000C-29.ucode failed with error -2
[  10.075941] iwlwifi 0000:04:00.0: firmware: failed to load iwlwifi-8000C-28.ucode (-2)
[  10.076113] iwlwifi 0000:04:00.0: Direct firmware load for iwlwifi-8000C-28.ucode failed with error -2
[  10.076164] iwlwifi 0000:04:00.0: firmware: failed to load iwlwifi-8000C-27.ucode (-2)
[  10.076289] iwlwifi 0000:04:00.0: Direct firmware load for iwlwifi-8000C-27.ucode failed with error -2
[  10.076295] iwlwifi 0000:04:00.0: firmware: failed to load iwlwifi-8000C-26.ucode (-2)
[  10.076420] iwlwifi 0000:04:00.0: Direct firmware load for iwlwifi-8000C-26.ucode failed with error -2
[  10.076426] iwlwifi 0000:04:00.0: firmware: failed to load iwlwifi-8000C-25.ucode (-2)
[  10.076550] iwlwifi 0000:04:00.0: Direct firmware load for iwlwifi-8000C-25.ucode failed with error -2
[  10.076556] iwlwifi 0000:04:00.0: firmware: failed to load iwlwifi-8000C-24.ucode (-2)
[  10.076722] iwlwifi 0000:04:00.0: Direct firmware load for iwlwifi-8000C-24.ucode failed with error -2
[  10.076728] iwlwifi 0000:04:00.0: firmware: failed to load iwlwifi-8000C-23.ucode (-2)
[  10.076851] iwlwifi 0000:04:00.0: Direct firmware load for iwlwifi-8000C-23.ucode failed with error -2
[  10.085510] iwlwifi 0000:04:00.0: firmware: direct-loading firmware iwlwifi-8000C-22.ucode
[  10.086388] iwlwifi 0000:04:00.0: loaded firmware version 22.361476.0 op_mode iwlmvm


hazel 10-20-2018 09:08 AM

Try acpi=ht. This is the next most stringent spec after "acpi=off". It allows hyperthreading between processors but nothing else.

andli 10-20-2018 09:18 AM

Quote:

Originally Posted by hazel (Post 5917050)
Try acpi=ht. This is the next most stringent spec after "acpi=off". It allows hyperthreading between processors but nothing else.

It did not help. Got a crash immediately after grub. It only printed out something like "[0.00081] kernel" and then hangs. :/

andli 10-24-2018 04:00 AM

It turns out I got the wrong laptop from the person I bought it from (he had two and got them mixed up) so I ended up returning the one with this error and got new one. The new laptop does not have these issues so it was probably something funky going on with the hardware (my guess would be motherboard / cpu).

So to the future person who reads this - I'm sorry I couldn't help but you might want to look into faulty hardware.


All times are GMT -5. The time now is 06:07 AM.