本教程以virtualbox 7.0.14 + ubuntu 20.04.4為例。
ubuntu官網其實已經有一篇寫的非常棒的安裝教程,連結如下。
https://ubuntu.com/tutorials/how-to-run-ubuntu-desktop-on-a-virtual-machine-using-virtualbox#1-overview
目錄如下。
- Overview
- Create a new virtual machine
- Install your image
- Explore Virtual Box
- Tell us your thoughts!
1.overview
可以完全跳過,關於下載,不用看
2. Create a new virtual machine
唯一不同的地方就是下圖,勾選上 guest additions
3. Install your image
整個過程都是不需要干預的,不要點任何按鍵,讓其自動化完成
4.設定共享資料夾
參考:https://blog.csdn.net/zitong0705/article/details/126127345?spm=1001.2101.3001.6650.5&utm_medium=distribute.pc_relevant.none-task-blog-2%7Edefault%7EBlogCommendFromBaidu%7ERate-5-126127345-blog-112727911.235%5Ev43%5Epc_blog_bottom_relevance_base2&depth_1-utm_source=distribute.pc_relevant.none-task-blog-2%7Edefault%7EBlogCommendFromBaidu%7ERate-5-126127345-blog-112727911.235%5Ev43%5Epc_blog_bottom_relevance_base2&utm_relevant_index=10
安裝完成後出現的若干問題,記錄下解決過程。
附錄1.出現破圖的現象,並且螢幕不能自適應整個物理螢幕大小
理論上透過這種方式已經安裝了 增強功能,不應該出現 不能自適應螢幕大小
附錄2.首先出現不能開啟命令終端的問題
附錄3.出現”user is not in the sudoers file”
su –
sudo adduser [your username] sudo
參考https://www.reddit.com/r/linux4noobs/comments/y7cr34/user_is_not_in_the_sudoers_file_error_after/?rdt=55792