Re: Can't start Ubuntu10 - "Disabling IRQ" error, LiveCD only boots with "noapic"
First, boot into the grub2 menu: keep the shift key pressed during the early stages of the boot process (it may take a few tries to get the menu to show though).
Select the kernel you want to boot (usually the first line) and press e. Now go to the huge line that starts with "linux /boot/vmlinuz-" and ends with "quiet splash" and add the noapic parameter to it. Then boot by pressing Ctrl-x.
If that works, you can make the change permanent by editing the file /etc/default/grub. Open a terminal (Applications-->Accessories-->Terminal) and run:
Code:
gksudo gedit /etc/default/grub
There should be a line, that looks like:
Code:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
Change that into:
Code:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash noapic"
Save (ctrl-s), and exit the text editor. Then update grub; again in the terminal:
Then do a normal reboot to see if it truly works. Good luck.
"Let your roots dig deep into the hot soil... Let our scorching sun and sheeting rain turn your supple beauty into strength. For if our love is to survive, it must grow thorns to pierce the hand of any that would uproot it!"
Bookmarks