Falling when installing Linux

System
System Member Posts: 4,554 Seasoned Practitioner WiFi Icon
edited October 2023 in 2020 Archives
This discussion was created from comments split from: Falling when installing Linux Aspire One Cloudbook 14 AO1-431.

Answers

  • SLDanny
    SLDanny Member Posts: 1 New User
    I had a very similar issue with Linux Mint. I got Mint booted and installed using compatibility mode, but once it rebooted I had the same issue you are having. By adding noapic into this line of the grub I got past this issue: GRUB_CMDLINE_LINUX_DEFAULT="quiet splash noapic"

    A quick internet search for how to turn APIC on your distro should get you the answer you need.

    As a side note, when trying to get it installed, I had to enable legacy boot and format the USB drive using MBR, on GPT it couldn't see the 32Gb eMMC storage.

    Hope that helps someone.