Live-usb kernel panic

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
0
down vote

favorite












When trying to install linux on my laptop, kernel panics seemingly at random. I know very little about debuging panicking kernel especially when the system is booted from USB.



Edit: I'm using arch linux iso and booting with UEFI.



I've made photos of two (!) panics, honestly I don't even know what information is usefull, but the first one happened regularly and every time (except when it panicked with the second message, while installing packages), I couldn't find any pattern as to what may trigger it:



root@archiso " # mount /dev/sdb2 /mnt 
root@archiso # mount /dev/sdb1 /mnt/boot
root@archiso # mount /[ 127.820501] general protection fault: 0000 [#1]
PREEMPT SMP PTI
[ 127.820568] Modules linked in: nls_iso8859_1
nlscp437 ufat fat ext4 crc32cgeneric mbcache jbd2 fscrypto 8021q mrp ccm arc4 iwlmum wl(P0) mac80211 intel_rapl x86_ _soc_skl_ipc uucuideo kum_intel snd_hda_ext_core btusb snd_soc_sst_dsp btrtl hid_multitouch uideobuf2_umalloc uideobuf2_memops uideobuf2_u412 btbcm snd_soc_sst_ipc ui. th kum snd_soc_core snd_hda_codecgeneric spi_pxa2xx_platform uideodeu snd_compress asus_nb_wmi ac97_bus 8250_dw iwlwifi snd_pcm_dmaengine irqbypass snd_hda_intel snd tel iTCOuldt media cfg80211 hid iTCO_uendor_support intel_cstate intel_uncore snd_hda_core
[ 127.821199] sparse keymap pcspkr crc16 intel_rapl_perf rfkill wmi_bmof snd_hwdep idma64 input_leds eudeu snd_pcm tpm_crb tpm_tis rtc_cmos tpm_tis_core tpm hid mei int3403_thermal shpchp i2c_i801 pcc_cpufreq asus_wireless processor_thermal_deuice int340x_thermal_zone intel_soc_dts_iosf intel_pch_thermal int3400_thermal a• loop isofs sd mod uas usb_storage nouueau i915 serio_raw atkbd crc32_pclmul led_class i2c_algo_bit crc32c_intel libps2 mxm_wmi ahci drm_kms_helper libahci syscopyarea ci_hcd crypt° simd libata cryptd glue_helper drm intel_gtt usbcore scsi_mod usb_common agpgart
[ 127.821829] i8042 serio wmi
[ 127.821867] CPU: 5 PID: 0 Comm: swapper/5 Tainted: P U 0 4.17.11-archi #1
[ 127.821934] Hardware name: ASUSTeK COMPUTER IMC. X510UMR/X510UHR, BIOS X510UMR.302 11/14/2017
[ 127.822014] RIP: 0010:timerqueue_add+Ox18/0x80
[ 127.822055] RSP: 0018:ffffb0b4c3217df8 EFLAGS: 00010006
[ 127.8221041 RAX: 0020000000000000 RBX: ffff8e70eed5d2e0 RCX: ffff8e70eed5d4c0
[ 127.822166] RDX: 0020000000000008 RSI: 0000001dd950c1ff RDI: ffff8e70eed5cde0
[ 127.822227] RBP: ffff8e70eed5cde0 R08: 00000000052a6d00 R09: 0000001dc2aa3912
[ 127.822287] R10: 000000000032dcd5 R11: 0000001dc2aa3912 R12: ffff8e70eed5d2e0
[ 127.822349] R13: 0000000000000040 R14: 0000000000000040 R15: ffff8e70eed5cd80
[ 127.822411] FS: 0000000000000000(0000) GS:ffff8e70eed40000(0000) kn1GS:0000000000000000
[ 127.822483] CS: 0010 DS: 0000 ES: 0000 CRO: 0000000080050033
[ 127.822533] CR2: 00005566f26c7000 CR3: 000000058400a004 CR4: 00000000003606e0
[ 127.822594] Call Trace:
[ 127.822629] enqueue hrtimer+Ox39/0xa0
[ 127.822669] hrtimer_start_range_ns+Oxl9b/Ox2f0
[ 127.822713] hrtimer try to_cance1+0x80/0x120
[ 127.822764] tick_nohz_restart_sched_tick+Oxa4/OxbO
[ 127.822812] tick_nohz_idle_exit+0xa7/0xc0
[ 127.822855] do_idle+Oxe5/0x240
[ 127.822889] cpu_startup_entry+Ox6f/Ox80
[ 127.822933] start_secondary+Oxlaa/Ox200
[ 127.822981] secondary_startup_64+Oxa5/OxbO
[ 127.823023] Code: ed of b9 e8 99 cd 9a ff Of Ob 90 90 90 90 90 90 90 90 90 55 48 89 fa 48 89 fd 31 c9 53 48 89 f3 48 3b 36 74 17 eb 62 48 Eld 50 08 <48> 8b 70 18 48 39
[ 127.823252] RIP: timerqueue_add+Ox18/0x80 RSP: ffffb0b4c3217df8
[ 127.823311] end trace 29d1e8f1f6613d84
[ 127.823356] Kernel panic - not syncing: Attempted to kill the idle task!
[ 127.823505] Kernel Offset: 0x38000000 from Oxffffffff81000000 (relocation range: Oxffffffff80000000-Oxffffffffbfffffff)
[ 127.823599] ---[ end Kernel panic - not syncing: Attempted to kill the idle task! 1---


kernel panic 1



kernel panic 2










share|improve this question























  • There is probably something seriously wrong with your hardware or with drivers used for your hardware.
    – RalfFriedl
    Aug 15 at 12:38










  • I would figure that much, but I still dont know what it is or what to do/how to fix it
    – Faktura179
    Aug 15 at 12:46










  • Could you post you /boot/config file somewhere at pastebin.ubuntu.com or similar service
    – Bob
    Aug 15 at 12:52










  • Try to add this options: nopti pti=off spectre_v2=off to grub kernel boot parameters.
    – Bob
    Aug 15 at 13:04










  • I do not see such file or any grub configurations for that matter.
    – Faktura179
    Aug 15 at 16:34














up vote
0
down vote

favorite












When trying to install linux on my laptop, kernel panics seemingly at random. I know very little about debuging panicking kernel especially when the system is booted from USB.



Edit: I'm using arch linux iso and booting with UEFI.



I've made photos of two (!) panics, honestly I don't even know what information is usefull, but the first one happened regularly and every time (except when it panicked with the second message, while installing packages), I couldn't find any pattern as to what may trigger it:



root@archiso " # mount /dev/sdb2 /mnt 
root@archiso # mount /dev/sdb1 /mnt/boot
root@archiso # mount /[ 127.820501] general protection fault: 0000 [#1]
PREEMPT SMP PTI
[ 127.820568] Modules linked in: nls_iso8859_1
nlscp437 ufat fat ext4 crc32cgeneric mbcache jbd2 fscrypto 8021q mrp ccm arc4 iwlmum wl(P0) mac80211 intel_rapl x86_ _soc_skl_ipc uucuideo kum_intel snd_hda_ext_core btusb snd_soc_sst_dsp btrtl hid_multitouch uideobuf2_umalloc uideobuf2_memops uideobuf2_u412 btbcm snd_soc_sst_ipc ui. th kum snd_soc_core snd_hda_codecgeneric spi_pxa2xx_platform uideodeu snd_compress asus_nb_wmi ac97_bus 8250_dw iwlwifi snd_pcm_dmaengine irqbypass snd_hda_intel snd tel iTCOuldt media cfg80211 hid iTCO_uendor_support intel_cstate intel_uncore snd_hda_core
[ 127.821199] sparse keymap pcspkr crc16 intel_rapl_perf rfkill wmi_bmof snd_hwdep idma64 input_leds eudeu snd_pcm tpm_crb tpm_tis rtc_cmos tpm_tis_core tpm hid mei int3403_thermal shpchp i2c_i801 pcc_cpufreq asus_wireless processor_thermal_deuice int340x_thermal_zone intel_soc_dts_iosf intel_pch_thermal int3400_thermal a• loop isofs sd mod uas usb_storage nouueau i915 serio_raw atkbd crc32_pclmul led_class i2c_algo_bit crc32c_intel libps2 mxm_wmi ahci drm_kms_helper libahci syscopyarea ci_hcd crypt° simd libata cryptd glue_helper drm intel_gtt usbcore scsi_mod usb_common agpgart
[ 127.821829] i8042 serio wmi
[ 127.821867] CPU: 5 PID: 0 Comm: swapper/5 Tainted: P U 0 4.17.11-archi #1
[ 127.821934] Hardware name: ASUSTeK COMPUTER IMC. X510UMR/X510UHR, BIOS X510UMR.302 11/14/2017
[ 127.822014] RIP: 0010:timerqueue_add+Ox18/0x80
[ 127.822055] RSP: 0018:ffffb0b4c3217df8 EFLAGS: 00010006
[ 127.8221041 RAX: 0020000000000000 RBX: ffff8e70eed5d2e0 RCX: ffff8e70eed5d4c0
[ 127.822166] RDX: 0020000000000008 RSI: 0000001dd950c1ff RDI: ffff8e70eed5cde0
[ 127.822227] RBP: ffff8e70eed5cde0 R08: 00000000052a6d00 R09: 0000001dc2aa3912
[ 127.822287] R10: 000000000032dcd5 R11: 0000001dc2aa3912 R12: ffff8e70eed5d2e0
[ 127.822349] R13: 0000000000000040 R14: 0000000000000040 R15: ffff8e70eed5cd80
[ 127.822411] FS: 0000000000000000(0000) GS:ffff8e70eed40000(0000) kn1GS:0000000000000000
[ 127.822483] CS: 0010 DS: 0000 ES: 0000 CRO: 0000000080050033
[ 127.822533] CR2: 00005566f26c7000 CR3: 000000058400a004 CR4: 00000000003606e0
[ 127.822594] Call Trace:
[ 127.822629] enqueue hrtimer+Ox39/0xa0
[ 127.822669] hrtimer_start_range_ns+Oxl9b/Ox2f0
[ 127.822713] hrtimer try to_cance1+0x80/0x120
[ 127.822764] tick_nohz_restart_sched_tick+Oxa4/OxbO
[ 127.822812] tick_nohz_idle_exit+0xa7/0xc0
[ 127.822855] do_idle+Oxe5/0x240
[ 127.822889] cpu_startup_entry+Ox6f/Ox80
[ 127.822933] start_secondary+Oxlaa/Ox200
[ 127.822981] secondary_startup_64+Oxa5/OxbO
[ 127.823023] Code: ed of b9 e8 99 cd 9a ff Of Ob 90 90 90 90 90 90 90 90 90 55 48 89 fa 48 89 fd 31 c9 53 48 89 f3 48 3b 36 74 17 eb 62 48 Eld 50 08 <48> 8b 70 18 48 39
[ 127.823252] RIP: timerqueue_add+Ox18/0x80 RSP: ffffb0b4c3217df8
[ 127.823311] end trace 29d1e8f1f6613d84
[ 127.823356] Kernel panic - not syncing: Attempted to kill the idle task!
[ 127.823505] Kernel Offset: 0x38000000 from Oxffffffff81000000 (relocation range: Oxffffffff80000000-Oxffffffffbfffffff)
[ 127.823599] ---[ end Kernel panic - not syncing: Attempted to kill the idle task! 1---


kernel panic 1



kernel panic 2










share|improve this question























  • There is probably something seriously wrong with your hardware or with drivers used for your hardware.
    – RalfFriedl
    Aug 15 at 12:38










  • I would figure that much, but I still dont know what it is or what to do/how to fix it
    – Faktura179
    Aug 15 at 12:46










  • Could you post you /boot/config file somewhere at pastebin.ubuntu.com or similar service
    – Bob
    Aug 15 at 12:52










  • Try to add this options: nopti pti=off spectre_v2=off to grub kernel boot parameters.
    – Bob
    Aug 15 at 13:04










  • I do not see such file or any grub configurations for that matter.
    – Faktura179
    Aug 15 at 16:34












up vote
0
down vote

favorite









up vote
0
down vote

favorite











When trying to install linux on my laptop, kernel panics seemingly at random. I know very little about debuging panicking kernel especially when the system is booted from USB.



Edit: I'm using arch linux iso and booting with UEFI.



I've made photos of two (!) panics, honestly I don't even know what information is usefull, but the first one happened regularly and every time (except when it panicked with the second message, while installing packages), I couldn't find any pattern as to what may trigger it:



root@archiso " # mount /dev/sdb2 /mnt 
root@archiso # mount /dev/sdb1 /mnt/boot
root@archiso # mount /[ 127.820501] general protection fault: 0000 [#1]
PREEMPT SMP PTI
[ 127.820568] Modules linked in: nls_iso8859_1
nlscp437 ufat fat ext4 crc32cgeneric mbcache jbd2 fscrypto 8021q mrp ccm arc4 iwlmum wl(P0) mac80211 intel_rapl x86_ _soc_skl_ipc uucuideo kum_intel snd_hda_ext_core btusb snd_soc_sst_dsp btrtl hid_multitouch uideobuf2_umalloc uideobuf2_memops uideobuf2_u412 btbcm snd_soc_sst_ipc ui. th kum snd_soc_core snd_hda_codecgeneric spi_pxa2xx_platform uideodeu snd_compress asus_nb_wmi ac97_bus 8250_dw iwlwifi snd_pcm_dmaengine irqbypass snd_hda_intel snd tel iTCOuldt media cfg80211 hid iTCO_uendor_support intel_cstate intel_uncore snd_hda_core
[ 127.821199] sparse keymap pcspkr crc16 intel_rapl_perf rfkill wmi_bmof snd_hwdep idma64 input_leds eudeu snd_pcm tpm_crb tpm_tis rtc_cmos tpm_tis_core tpm hid mei int3403_thermal shpchp i2c_i801 pcc_cpufreq asus_wireless processor_thermal_deuice int340x_thermal_zone intel_soc_dts_iosf intel_pch_thermal int3400_thermal a• loop isofs sd mod uas usb_storage nouueau i915 serio_raw atkbd crc32_pclmul led_class i2c_algo_bit crc32c_intel libps2 mxm_wmi ahci drm_kms_helper libahci syscopyarea ci_hcd crypt° simd libata cryptd glue_helper drm intel_gtt usbcore scsi_mod usb_common agpgart
[ 127.821829] i8042 serio wmi
[ 127.821867] CPU: 5 PID: 0 Comm: swapper/5 Tainted: P U 0 4.17.11-archi #1
[ 127.821934] Hardware name: ASUSTeK COMPUTER IMC. X510UMR/X510UHR, BIOS X510UMR.302 11/14/2017
[ 127.822014] RIP: 0010:timerqueue_add+Ox18/0x80
[ 127.822055] RSP: 0018:ffffb0b4c3217df8 EFLAGS: 00010006
[ 127.8221041 RAX: 0020000000000000 RBX: ffff8e70eed5d2e0 RCX: ffff8e70eed5d4c0
[ 127.822166] RDX: 0020000000000008 RSI: 0000001dd950c1ff RDI: ffff8e70eed5cde0
[ 127.822227] RBP: ffff8e70eed5cde0 R08: 00000000052a6d00 R09: 0000001dc2aa3912
[ 127.822287] R10: 000000000032dcd5 R11: 0000001dc2aa3912 R12: ffff8e70eed5d2e0
[ 127.822349] R13: 0000000000000040 R14: 0000000000000040 R15: ffff8e70eed5cd80
[ 127.822411] FS: 0000000000000000(0000) GS:ffff8e70eed40000(0000) kn1GS:0000000000000000
[ 127.822483] CS: 0010 DS: 0000 ES: 0000 CRO: 0000000080050033
[ 127.822533] CR2: 00005566f26c7000 CR3: 000000058400a004 CR4: 00000000003606e0
[ 127.822594] Call Trace:
[ 127.822629] enqueue hrtimer+Ox39/0xa0
[ 127.822669] hrtimer_start_range_ns+Oxl9b/Ox2f0
[ 127.822713] hrtimer try to_cance1+0x80/0x120
[ 127.822764] tick_nohz_restart_sched_tick+Oxa4/OxbO
[ 127.822812] tick_nohz_idle_exit+0xa7/0xc0
[ 127.822855] do_idle+Oxe5/0x240
[ 127.822889] cpu_startup_entry+Ox6f/Ox80
[ 127.822933] start_secondary+Oxlaa/Ox200
[ 127.822981] secondary_startup_64+Oxa5/OxbO
[ 127.823023] Code: ed of b9 e8 99 cd 9a ff Of Ob 90 90 90 90 90 90 90 90 90 55 48 89 fa 48 89 fd 31 c9 53 48 89 f3 48 3b 36 74 17 eb 62 48 Eld 50 08 <48> 8b 70 18 48 39
[ 127.823252] RIP: timerqueue_add+Ox18/0x80 RSP: ffffb0b4c3217df8
[ 127.823311] end trace 29d1e8f1f6613d84
[ 127.823356] Kernel panic - not syncing: Attempted to kill the idle task!
[ 127.823505] Kernel Offset: 0x38000000 from Oxffffffff81000000 (relocation range: Oxffffffff80000000-Oxffffffffbfffffff)
[ 127.823599] ---[ end Kernel panic - not syncing: Attempted to kill the idle task! 1---


kernel panic 1



kernel panic 2










share|improve this question















When trying to install linux on my laptop, kernel panics seemingly at random. I know very little about debuging panicking kernel especially when the system is booted from USB.



Edit: I'm using arch linux iso and booting with UEFI.



I've made photos of two (!) panics, honestly I don't even know what information is usefull, but the first one happened regularly and every time (except when it panicked with the second message, while installing packages), I couldn't find any pattern as to what may trigger it:



root@archiso " # mount /dev/sdb2 /mnt 
root@archiso # mount /dev/sdb1 /mnt/boot
root@archiso # mount /[ 127.820501] general protection fault: 0000 [#1]
PREEMPT SMP PTI
[ 127.820568] Modules linked in: nls_iso8859_1
nlscp437 ufat fat ext4 crc32cgeneric mbcache jbd2 fscrypto 8021q mrp ccm arc4 iwlmum wl(P0) mac80211 intel_rapl x86_ _soc_skl_ipc uucuideo kum_intel snd_hda_ext_core btusb snd_soc_sst_dsp btrtl hid_multitouch uideobuf2_umalloc uideobuf2_memops uideobuf2_u412 btbcm snd_soc_sst_ipc ui. th kum snd_soc_core snd_hda_codecgeneric spi_pxa2xx_platform uideodeu snd_compress asus_nb_wmi ac97_bus 8250_dw iwlwifi snd_pcm_dmaengine irqbypass snd_hda_intel snd tel iTCOuldt media cfg80211 hid iTCO_uendor_support intel_cstate intel_uncore snd_hda_core
[ 127.821199] sparse keymap pcspkr crc16 intel_rapl_perf rfkill wmi_bmof snd_hwdep idma64 input_leds eudeu snd_pcm tpm_crb tpm_tis rtc_cmos tpm_tis_core tpm hid mei int3403_thermal shpchp i2c_i801 pcc_cpufreq asus_wireless processor_thermal_deuice int340x_thermal_zone intel_soc_dts_iosf intel_pch_thermal int3400_thermal a• loop isofs sd mod uas usb_storage nouueau i915 serio_raw atkbd crc32_pclmul led_class i2c_algo_bit crc32c_intel libps2 mxm_wmi ahci drm_kms_helper libahci syscopyarea ci_hcd crypt° simd libata cryptd glue_helper drm intel_gtt usbcore scsi_mod usb_common agpgart
[ 127.821829] i8042 serio wmi
[ 127.821867] CPU: 5 PID: 0 Comm: swapper/5 Tainted: P U 0 4.17.11-archi #1
[ 127.821934] Hardware name: ASUSTeK COMPUTER IMC. X510UMR/X510UHR, BIOS X510UMR.302 11/14/2017
[ 127.822014] RIP: 0010:timerqueue_add+Ox18/0x80
[ 127.822055] RSP: 0018:ffffb0b4c3217df8 EFLAGS: 00010006
[ 127.8221041 RAX: 0020000000000000 RBX: ffff8e70eed5d2e0 RCX: ffff8e70eed5d4c0
[ 127.822166] RDX: 0020000000000008 RSI: 0000001dd950c1ff RDI: ffff8e70eed5cde0
[ 127.822227] RBP: ffff8e70eed5cde0 R08: 00000000052a6d00 R09: 0000001dc2aa3912
[ 127.822287] R10: 000000000032dcd5 R11: 0000001dc2aa3912 R12: ffff8e70eed5d2e0
[ 127.822349] R13: 0000000000000040 R14: 0000000000000040 R15: ffff8e70eed5cd80
[ 127.822411] FS: 0000000000000000(0000) GS:ffff8e70eed40000(0000) kn1GS:0000000000000000
[ 127.822483] CS: 0010 DS: 0000 ES: 0000 CRO: 0000000080050033
[ 127.822533] CR2: 00005566f26c7000 CR3: 000000058400a004 CR4: 00000000003606e0
[ 127.822594] Call Trace:
[ 127.822629] enqueue hrtimer+Ox39/0xa0
[ 127.822669] hrtimer_start_range_ns+Oxl9b/Ox2f0
[ 127.822713] hrtimer try to_cance1+0x80/0x120
[ 127.822764] tick_nohz_restart_sched_tick+Oxa4/OxbO
[ 127.822812] tick_nohz_idle_exit+0xa7/0xc0
[ 127.822855] do_idle+Oxe5/0x240
[ 127.822889] cpu_startup_entry+Ox6f/Ox80
[ 127.822933] start_secondary+Oxlaa/Ox200
[ 127.822981] secondary_startup_64+Oxa5/OxbO
[ 127.823023] Code: ed of b9 e8 99 cd 9a ff Of Ob 90 90 90 90 90 90 90 90 90 55 48 89 fa 48 89 fd 31 c9 53 48 89 f3 48 3b 36 74 17 eb 62 48 Eld 50 08 <48> 8b 70 18 48 39
[ 127.823252] RIP: timerqueue_add+Ox18/0x80 RSP: ffffb0b4c3217df8
[ 127.823311] end trace 29d1e8f1f6613d84
[ 127.823356] Kernel panic - not syncing: Attempted to kill the idle task!
[ 127.823505] Kernel Offset: 0x38000000 from Oxffffffff81000000 (relocation range: Oxffffffff80000000-Oxffffffffbfffffff)
[ 127.823599] ---[ end Kernel panic - not syncing: Attempted to kill the idle task! 1---


kernel panic 1



kernel panic 2







arch-linux live-usb kernel-panic






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Aug 16 at 14:05

























asked Aug 15 at 12:32









Faktura179

12




12











  • There is probably something seriously wrong with your hardware or with drivers used for your hardware.
    – RalfFriedl
    Aug 15 at 12:38










  • I would figure that much, but I still dont know what it is or what to do/how to fix it
    – Faktura179
    Aug 15 at 12:46










  • Could you post you /boot/config file somewhere at pastebin.ubuntu.com or similar service
    – Bob
    Aug 15 at 12:52










  • Try to add this options: nopti pti=off spectre_v2=off to grub kernel boot parameters.
    – Bob
    Aug 15 at 13:04










  • I do not see such file or any grub configurations for that matter.
    – Faktura179
    Aug 15 at 16:34
















  • There is probably something seriously wrong with your hardware or with drivers used for your hardware.
    – RalfFriedl
    Aug 15 at 12:38










  • I would figure that much, but I still dont know what it is or what to do/how to fix it
    – Faktura179
    Aug 15 at 12:46










  • Could you post you /boot/config file somewhere at pastebin.ubuntu.com or similar service
    – Bob
    Aug 15 at 12:52










  • Try to add this options: nopti pti=off spectre_v2=off to grub kernel boot parameters.
    – Bob
    Aug 15 at 13:04










  • I do not see such file or any grub configurations for that matter.
    – Faktura179
    Aug 15 at 16:34















There is probably something seriously wrong with your hardware or with drivers used for your hardware.
– RalfFriedl
Aug 15 at 12:38




There is probably something seriously wrong with your hardware or with drivers used for your hardware.
– RalfFriedl
Aug 15 at 12:38












I would figure that much, but I still dont know what it is or what to do/how to fix it
– Faktura179
Aug 15 at 12:46




I would figure that much, but I still dont know what it is or what to do/how to fix it
– Faktura179
Aug 15 at 12:46












Could you post you /boot/config file somewhere at pastebin.ubuntu.com or similar service
– Bob
Aug 15 at 12:52




Could you post you /boot/config file somewhere at pastebin.ubuntu.com or similar service
– Bob
Aug 15 at 12:52












Try to add this options: nopti pti=off spectre_v2=off to grub kernel boot parameters.
– Bob
Aug 15 at 13:04




Try to add this options: nopti pti=off spectre_v2=off to grub kernel boot parameters.
– Bob
Aug 15 at 13:04












I do not see such file or any grub configurations for that matter.
– Faktura179
Aug 15 at 16:34




I do not see such file or any grub configurations for that matter.
– Faktura179
Aug 15 at 16:34















active

oldest

votes











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',
convertImagesToLinks: false,
noModals: false,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);













 

draft saved


draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f462736%2flive-usb-kernel-panic%23new-answer', 'question_page');

);

Post as a guest



































active

oldest

votes













active

oldest

votes









active

oldest

votes






active

oldest

votes















 

draft saved


draft discarded















































 


draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f462736%2flive-usb-kernel-panic%23new-answer', 'question_page');

);

Post as a guest













































































Popular posts from this blog

How to check contact read email or not when send email to Individual?

Bahrain

Postfix configuration issue with fips on centos 7; mailgun relay