Skip to content

Instantly share code, notes, and snippets.

@bmaupin
Last active January 14, 2019 16:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bmaupin/b743bb3325e100341c62ee62e713d8a4 to your computer and use it in GitHub Desktop.
Save bmaupin/b743bb3325e100341c62ee62e713d8a4 to your computer and use it in GitHub Desktop.
Ubuntu bug 1808418 troubleshooting

Resources

To try

  • Disable Spectre/Meltdown mitigations
  • numa=off
    • Due to weird Calgary/NUMA messages

      Calgary: detecting Calgary via BIOS EBDA area
      Calgary: Unable to locate Rio Grande table in EBDA - bailing!
      

Tried

  • earlyprintk=efi,keep
    • Shows some logs before freeze happens
  • noapic
    • Boots
    • Possible battery capacity issues
  • nolapic
    • Boots, only 1 CPU
    • Possible battery capacity issues
  • irqpoll
    • Doesn't boot
  • apic=debug
    • Doesn't boot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment