Back to Off Topic

COMPUTER NERD ASSISTANCE

over 5 years

hello im new to linux and i need help

i am booting up fedora linux on a live usb

This is what I get when booting up:

[ 0.002035] do_IRQ: 1.55 No irq handler for vector

if you need anything else tell me how to do it because i presse d alot of buttons ty

over 5 years
Tell arcbell he's a nerd who misses me <3
over 5 years

Linker says


lilin says

I tried deleting linuxdefi line and adding the pci=nomsi,noaer after quiet and that gave a KERNEL PANIC stuff and stuff
I tried adding it AFTER linuxdefi and it gave more KERNEL PANIC stuff

--
hardware name is Toshiba Satellite C855D/Portable PC, BIOS 6.20 01/09/2013
if thats necessary


Do not delete linuxdefi line, then your grub won't even recognize the partitions.

What this means is that the grub can't recognize the first partition of the disk either.

Could be a hardware issue: Make sure the hard disk is properly connected to the motherboard, and that the bootstrap is properly connected as well.

Otherwise, you may wanna run lspci-search and see if your motherboard supports GRUB bridge control ( ASUS motherboards often cause issues like that ).

If you identify issues like that, update your grub while its in quiet IRQ mode; via command line before full boot:
1. sudo vim /etc/default/grub
2. change GRUB_CMDLINE_LINUX_DEFAULT="quiet splash pci=nomsi,noaer"
3.sudo update-grub


thank you for this too i got it to work arcbell helped me along because i confused too
over 5 years

Linker says


lilin says

I tried deleting linuxdefi line and adding the pci=nomsi,noaer after quiet and that gave a KERNEL PANIC stuff and stuff
I tried adding it AFTER linuxdefi and it gave more KERNEL PANIC stuff

--
hardware name is Toshiba Satellite C855D/Portable PC, BIOS 6.20 01/09/2013
if thats necessary


Do not delete linuxdefi line, then your grub won't even recognize the partitions.

What this means is that the grub can't recognize the first partition of the disk either.

Could be a hardware issue: Make sure the hard disk is properly connected to the motherboard, and that the bootstrap is properly connected as well.

Otherwise, you may wanna run lspci-search and see if your motherboard supports GRUB bridge control ( ASUS motherboards often cause issues like that ).

If you identify issues like that, update your grub while its in quiet IRQ mode; via command line before full boot:
1. sudo vim /etc/default/grub
2. change GRUB_CMDLINE_LINUX_DEFAULT="quiet splash pci=nomsi,noaer"
3.sudo update-grub


you're such a nerd
over 5 years

lilin says

I tried deleting linuxdefi line and adding the pci=nomsi,noaer after quiet and that gave a KERNEL PANIC stuff and stuff
I tried adding it AFTER linuxdefi and it gave more KERNEL PANIC stuff

--
hardware name is Toshiba Satellite C855D/Portable PC, BIOS 6.20 01/09/2013
if thats necessary


Do not delete linuxdefi line, then your grub won't even recognize the partitions.

What this means is that the grub can't recognize the first partition of the disk either.

Could be a hardware issue: Make sure the hard disk is properly connected to the motherboard, and that the bootstrap is properly connected as well.

Otherwise, you may wanna run lspci-search and see if your motherboard supports GRUB bridge control ( ASUS motherboards often cause issues like that ).

If you identify issues like that, update your grub while its in quiet IRQ mode; via command line before full boot:
1. sudo vim /etc/default/grub
2. change GRUB_CMDLINE_LINUX_DEFAULT="quiet splash pci=nomsi,noaer"
3.sudo update-grub
over 5 years
They were cia bad words and you'd do well to remember that
over 5 years
the fbi agents got him
over 5 years
Rip basedgod
over 5 years
over 5 years
Fedora Linux is redundant
over 5 years
I tried deleting linuxdefi line and adding the pci=nomsi,noaer after quiet and that gave a KERNEL PANIC stuff and stuff
I tried adding it AFTER linuxdefi and it gave more KERNEL PANIC stuff

--
hardware name is Toshiba Satellite C855D/Portable PC, BIOS 6.20 01/09/2013
if thats necessary
over 5 years
burn it
over 5 years

Linker says

Linux boot order:
Bootstrap -> MRU -> GRUB -> Kernel -> Init -> System

Your issue is here:
GRUB -> Kernel

The grub has no idea whats the kernel IRQ handle, and has no alternative boot options


What you wanna do is disable MSI ( IRQ parent ) boot and see if the GRUB can just boot via the first disk partition ( which it should on GRUB vers. 4.45 and higher like yours ). That is done like explained here:

https://forum.manjaro.org/t/no-irq-handler-for-vector/66441

Copypasting:

When you boot, while in the GRUB menu and you selected to boot the installer, pres e and add, to the kernel parameters line, this pci=nomsi,noaer
You can place it right after quiet.
Then press F10 to continue booting. You might have to do the same once the system is installed and you boot from it. Look on how to permanently add boot flags to boot.


getparams 'Start Fedora-Workstation-Live 30'
(tab) linuxefi /images/vmlinuz root=live:CDLABEL=Fedora-WS-Live-30-1-2 rd.live.image quiet
(tab) linuxdefi /images/pxeboot/initrd.img
--
I put the pci=nomsi,noaer after the quiet, so it looks like:
getparams 'Start Fedora-Workstation-Live 30'
(tab) linuxefi /images/vmlinuz root=live:CDLABEL=Fedora-WS-Live-30-1-2 rd.live.image quiet pci=nomsi,noaer
(tab) linuxdefi /images/pxeboot/initrd.img
--
then it gives me the same error but the top left number is 0.001897
--
thank you for the help tho
deletedover 5 years
danger. destroy computer
over 5 years
Linux boot order:
Bootstrap -> MRU -> GRUB -> Kernel -> Init -> System

Your issue is here:
GRUB -> Kernel

The grub has no idea whats the kernel IRQ handle, and has no alternative boot options


What you wanna do is disable MSI ( IRQ parent ) boot and see if the GRUB can just boot via the first disk partition ( which it should on GRUB vers. 4.45 and higher like yours ). That is done like explained here:

https://forum.manjaro.org/t/no-irq-handler-for-vector/66441

Copypasting:

When you boot, while in the GRUB menu and you selected to boot the installer, pres e and add, to the kernel parameters line, this pci=nomsi,noaer
You can place it right after quiet.
Then press F10 to continue booting. You might have to do the same once the system is installed and you boot from it. Look on how to permanently add boot flags to boot.
over 5 years
over 5 years
it does this for both options given