Fixing kernel timer error in Metasploitable
In this blog:
- Disclaimer.
- Fixing the kernel timer error.
- What's next?
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.
![]() |
Kernel panick error message. |
Go to settings, system and double the base memory to 2048MB.
![]() |
Doubling base memory. |
Provide the machine with two processors instead of one and click OK.
![]() |
Doubling processor count. |
![]() |
Timer error. |
![]() |
Booting Metasploitable in safemode. |
Click e.
![]() |
Entering kernel settings. |
![]() |
Root bios settings. |
![]() |
Turning acpi off. |
Type noapic nolapic acpi=off again and click enter.
![]() |
Booting up Metasploitable. |
Thank you!
ReplyDelete