Issues running Windows 10 VM on Ubuntu 22.04

Discussions related to using VirtualBox on Linux hosts.
Post Reply
rileyJam
Posts: 3
Joined: 11. Sep 2022, 01:13

Issues running Windows 10 VM on Ubuntu 22.04

Post by rileyJam »

I've been having issues running this VM i need for my college courses. Since It seems that VS is only available in VS code on ubuntu. So i need windows to run it.

Everytime i install the OS it crashes, it either fails during, after or even just on bootup. I've set up VM's before but only on a Windows host so maybe its inexperience

Log is attached
Attachments
Windows 10-2022-09-10-19-05-31.log.gz
Windows 10 VM log, zipped because attachment limits
(27.29 KiB) Downloaded 7 times
scottgus1
Site Moderator
Posts: 20945
Joined: 30. Dec 2009, 20:14
Primary OS: MS Windows 10
VBox Version: PUEL
Guest OSses: Windows, Linux

Re: Issues running Windows 10 VM on Ubuntu 22.04

Post by scottgus1 »

Recent Linux kernels require Virtualbox 6.1.36 or later. You're on 6.1.34_Ubuntu, which is Ubuntu's fork and probably out-of-date with the kernel. Uninstall 6.1.34, Run the official Virtualbox prerequisites https://www.virtualbox.org/manual/ch02. ... nux-prereq then get official 6.1.38 https://www.virtualbox.org/wiki/Linux_Downloads
rileyJam
Posts: 3
Joined: 11. Sep 2022, 01:13

Re: Issues running Windows 10 VM on Ubuntu 22.04

Post by rileyJam »

Everytime i run the deb package it just outputs "done".

How do i fully uninstall virtualbox?

Edit: I've been installing virtual box through the deb file and nothing happens?
Also any other source for install always puts me a version behind.
rileyJam
Posts: 3
Joined: 11. Sep 2022, 01:13

Re: Issues running Windows 10 VM on Ubuntu 22.04

Post by rileyJam »

So i got that version installed, now a new error:
Failed to load R0 module /usr/lib/virtualbox/VMMR0.r0: Unable to locate imported symbol 'SUPR0FpuBegin' for module 'VMMR0.r0' (VERR_SYMBOL_NOT_FOUND).
Failed to load VMMR0.r0 (VERR_SYMBOL_NOT_FOUND).


Result Code:
NS_ERROR_FAILURE (0x80004005)
Component:
ConsoleWrap
Interface:
IConsole {872da645-4a9b-1727-bee2-5585105b9eed}

I think i got Qt installed, adn whenever i try to install libsdl2 it says that it cannot be found?: E: Unable to locate package libsdl2
mpack
Site Moderator
Posts: 39134
Joined: 4. Sep 2008, 17:09
Primary OS: MS Windows 10
VBox Version: PUEL
Guest OSses: Mostly XP

Re: Issues running Windows 10 VM on Ubuntu 22.04

Post by mpack »

Whenever you see an error code such as that one (VERR_SYMBOL_NOT_FOUND), know that you can then do a Google search for it thusly: "VERR_SYMBOL_NOT_FOUND site:forums.virtualbox.org", and you would discover that the same question has been asked and answered before - so no need to bug volunteers with it again.

Also, one issue per topic please.
Post Reply