Fixing kernel timer error in Metasploitable
- Shone Pious
- Aug 31, 2023
- 1 min read
Updated: Sep 29, 2023

In this blog:
This blog is one of a 5 part series on Metasploitable ➡️
Disclaimer
The solution given in this blog is for the kernel timer error that is caused by a misconfiguration in the kernel boot settings in the BIOS.
The solution is not permanent and you must complete the steps each time you start a new session.
Fixing timer errors
To start the virtual machine, go back to VirtualBox and click start. When starting, if you get this kernel panic – not syncing error message, follow these steps ➡️

Go to settings, system and double the base memory to 2048MB.

Provide the machine with two processors instead of one and click OK.

Start the machine. You might get a timer error.

Power off the machine and start it again. On this screen, click esc on the keyboard to enter the menu.

Click e.

Click e again.

Type ➡️
noapic nolapic acpi=off
and click enter.

Type ➡️
noapic nolapic acpi=off
again, and click enter.

Now click b to boot up Metasploitable.

What's next?
Once you have solved this issue, you can go ahead and start configuring Metasploitable and connect it with your Kali Linux box.
Comments