top of page

Fixing kernel timer error in Metasploitable

Updated: Sep 29, 2023


Image showing laptop with error message.

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 ➡️

Kernel panick error message.
Kernel panick error message.

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

Doubling base memory.
Doubling base memory.

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

Doubling processor count.
Doubling processor count.

Start the machine. You might get a timer error.

Timer error.
Timer error.

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

Booting Metasploitable in safemode.
Booting Metasploitable in safemode.

Click e.

Entering kernel settings.
Entering kernel settings.

Click e again.

Root bios settings.
Root bios settings.

Type ➡️

noapic nolapic acpi=off

and click enter.

Turning acpi off.
Turning acpi off.

Type ➡️

noapic nolapic acpi=off

again, and click enter.

Turning acpi off again.
Turning acpi off again.

Now click b to boot up Metasploitable.

Booting up Metasploitable.
Booting 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

Rated 0 out of 5 stars.
No ratings yet

Add a rating
  • GitHub
  • Twitter
  • LinkedIn
bottom of page