I follow the guide to install a test minikube on my virtualbox of ubuntu-18.04. It's a virtualbox on my windows computer.so I use sudo minikube start --vm-driver=none to start minikube. then execute minikube dashboard ....I can access http://localhost:8001/api/v1/namespaces/kubernetes-dashboard/services/https:kubernetes-dashboard:/proxy/ with the generated token. Everything is well by now.
BUT I need to poweroff my computer on weekends. So I stop minikube and shutdown the ubuntu vm.
sudo minikube stop
sudo shutdown
When I back to work on Monday, I can't access the dashboard UI WEB,
sudo minikube dashboard
hangs until I press Ctrl+C.
minikube dashboard hangs until I press Ctrl+C
How can I restore the wei ui? or is there anything I need to do before shutdown the vm?