I had issues booting Ubuntu on a machine and adding noapic and noacpi to vmlinuz boot option solved the issue.
I am aware of noapic is to disable interrupt remap and noacpi is related to power config, but what do they actually do in linux kernel? Do they skip loading specific modules?