NO Southbridge IOAPIC found
I started my PC today and I saw the error messages regarding IOAPIC[4] not in IVRS table and few others.It gets me back to this emergency mode whenever I start ubuntu.Windows 10 in my system is working fine.
It also says can't request region for resource [mem 0xddddd000-0xddde0fff].
Here is the complete image of error.
Please help me in getting rid of this error.
51 Answer
The problem was actually the combination of 3 problems. I resolved them one by one after hours of researches and struggles.
First access the maintenance mode as root user.
Then run
nano /etc/default/grub- Replace the content of the line
GRUP_CMDLINE_LINUX_DEFAULTbyGRUB_CMDLINE_LINUX_DEFAULT="quiet splash ivrs_ioapic[4]=00:14.0 ivrs_ioapic[5]=00:00.2 iommu=soft" - Save and exit
- In my case,there were few corrupt files in
/dev/sda9. So I ranfsck /dev/sda9and gave y to all queries. - Next Reboot using
rebootcommand
If still you are unable to boot, then disable SECURE BOOT in BIOS setting and reboot again.
If still you are unable to open, then enter the recovery mode and look for the error and do research for your error.
EDIT: I posted this answer using my ubuntu OS that i troubleshot few hours ago.
1