Wednesday, August 14, 2013

“EISA : cannot allocate resource for Mainboard” error on installation

The EISA error is nothing to worry about. The system should still boot. Could you please try to boot with the option acpi=off

Please add acpi=off to the kernel command line -- it's just slightly different than doing it with the LiveCD:
  1. Press the Shift when booting up, to get the Grub menu. Use the arrow keys to navigate/highlight the entry you want (usually the first one).

    enter image description here
  2. Press e to edit that entry, which will show you the details:

    enter image description here
  3.  Find the linux entry as shown above, use the arrow keys to get to it, and then press the End key to get to that line's end (which may be on the next line!). Enter acpi=off as shown, and press Ctrl+X to boot
     
  4. You can make this workaround permanent by:
    • sudo nano /etc/default/grub
    • Change line GRUB_CMDLINE_LINUX_DEFAULT="quiet splash" to GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi=off"
    • Ctrl-X, press Y and then Enter to save and exit.
    • sudo update-grub
    • Reboot and you should no longer have the black screen problem.

No comments:

Post a Comment