kubernetes / minikube

Run Kubernetes locally
https://minikube.sigs.k8s.io/
Apache License 2.0
29.5k stars 4.89k forks source link

minikube #19697

Closed trplx666 closed 1 month ago

trplx666 commented 1 month ago

What Happened?

cant create vm on virtual box minikube ❌ Exiting due to GUEST_PROVISION: error provisioning guest: Failed to start host: creating host: create: creating: /usr/bin/VBoxManage modifyvm minikube --firmware bios --bioslogofadein off --bioslogofadeout off --bioslogodisplaytime 0 --biosbootmenu disabled --ostype Linux26_64 --cpus 2 --memory 2200 --acpi on --ioapic on --rtcuseutc on --natdnshostresolver1 on --natdnsproxy1 off --cpuhotplug off --pae on --hpet on --hwvirtex on --nestedpaging on --largepages on --vtxvpid on --accelerate3d off --boot1 dvd --natlocalhostreachable1 on failed: VBoxManage: error: The graphics controller does not support the given feature VBoxManage: error: Details: code VBOX_E_NOT_SUPPORTED (0x80bb0009), component GraphicsAdapterWrap, interface IGraphicsAdapter, callee nsISupports VBoxManage: error: Context: "SetFeature(GraphicsFeature_Acceleration3D, ValueUnion.f)" at line 1108 of file VBoxManageModifyVM.cpp

Attach the log file

logs.txt

Operating System

Ubuntu

Driver

VirtualBox

spowelljr commented 1 month ago

Hi @trplx666, this is a duplicate of https://github.com/kubernetes/minikube/issues/19639, we have a fix in the works, please follow along at https://github.com/kubernetes/minikube/issues/19639 and I'll close this issue to centralize discussion.