SparkyLinux Forums

Installation & Upgrade => System upgrading => Topic started by: zandoval on June 20, 2020, 10:26:02 PM

Title: No irq handler for vector - Sparky 2020.06
Post by: zandoval on June 20, 2020, 10:26:02 PM
Installed Sparky 2020.06  to HP2000 Lap Top. All GOOD! Except at boot get this message: "[     0.006922] do_IRQ: 1.55 No irq handler for vector"

Found possible solutions that suggest adding "pci=nomsi,noaer" to the boot installer. But when pressing [e] and looking at the parameters it is already there. It has also been suggested to add "acpi=noirq" but I am not sure where to add it.
Title: Re: No irq handler for vector - Sparky 2020.06
Post by: zandoval on June 20, 2020, 11:23:13 PM
I did post what is already in my Grub Boot Screen after pressing [e]. As you can see "pci=nomsi,noaer" is already in it.

GNU GRUB version 2.04-8

setparams 'Sparky GNU/Linux'

load_video
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_msdos
insmod ext2
set root='hd1,msdos1'
if ( x$feature_platform_search_hint = yx ]; then
  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1, msdos1  4474d84c-f2c5-4324-821f-4090ef3f7086
else
           search --no-floppy --fs-uuid --set=root 4474d84c-f2c5-4324-821f-4090ef3f7086
        fi
echo "Loading Linux 5.6.0-2-amd64 ...'
Linux /boot/vmlinuz-5.6.0-2-amd64 root=UUID=4474d84c-f2c5-4324-821f-4090ef3f7086 [u][b]ro pci=nomsi,noaer[/b][/u] quiet splash
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-5.6.0-2-amd64

Title: Re: No irq handler for vector - Sparky 2020.06
Post by: zandoval on June 25, 2020, 10:20:42 PM
Can't seem to crack this nut... But all running well. Just gonna forget it...