-
Notifications
You must be signed in to change notification settings - Fork 393
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GUIDE: How to Install Virtual Box in ChromeOS #330
Comments
VirtualBox In the title is misspelled. |
Very good! It's possible to run VMware and snaps too? |
Thanks this is nice, but dont think this is the place for it. Ill add it to the wiki and give you credit |
Thank you for your decent intimation, I corrected it. |
Nice
…On Fri, Jun 26, 2020, 9:11 AM Akhil Naidu ***@***.***> wrote:
VirtualBox In the title is misspelled.
Thank you for your decent intimation, I corrected it.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#330 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/APA2CWQIEKWHX7Z5FZRSVITRYTCCBANCNFSM4ODHA2QA>
.
|
Yes, it is, but there are some minor limitations, but they usually don't affect many users. I might provide a list of such limitations in future guides. |
I really appreciate it. Also, if possible, attach the link of the wiki here so that I can use it as a reference if required. |
After a reboot |
@JakunGamer For now this is the only solution I can suggest. |
thank you for this very useful guide ! :) btw with the current brunch v5.4 kernel I had to use ubuntu 21.04 (hirsute) for virtualbox to install (otherwise there would be a glibc (or sthg) v2.33 missing during the virtualbox modules compilation ...) |
In this guide, I assume you are familiar with @sebanc brunch, Crouton, Chroot and obviously Virtualbox. If you are not familiar with any one of these first go through the following links and get a brief idea for conceptual clearance in your head.
These are the steps we cover in this Guide.
Install ChromeOS in your PC
Installing a Chroot based Ubuntu Instance
Setting up the Environment in Ubuntu
Installing Virtual Box
Installing ChromeOS in your PC
I guess you are familiar with the Brunch of this master branch, with which you can use Install the ChromeOS in any PC - provided your PC meets the hardware requirements.
Installing a Chroot based Ubuntu Instance
Follow these instructions, in case of any errors stop it - do some research or comment it below.
shell
, and hit enter)sudo install -Dt /usr/local/bin -m 755 ~/Downloads/crouton
sudo crouton -r xenial -t xfce
sudo enter-chroot startxfce4
or, as a special shortcut,sudo startxfce4
Step 6,7,8 are optional steps, which will provide you an idea about the usage of crouton
Setting up the Environment in Ubuntu
After successful completion of Step 5, you can launch the Ubuntu using Xfce using Step 6 or you can use this command:
sudo enter-chroot
to access the Ubuntu terminal. It's up to you how you want to access the Ubuntu terminal.In ubuntu terminal, use this command before installing anything.
sudo mount -o remount,rw /lib/modules/*
Installing Virtual Box
The above step, which focuses on setting up of environment is a must. The command:
sudo mount -o remount,rw /lib/modules/*
should be executed without any error. If you have no error proceed further.sudo apt install virtualbox
to install VirtualBoxsudo modprobe vboxdrv
We are all set, now you have a working VirtualBox in ChromeOS, If you have any suggestion or issue feel free to comment.
The text was updated successfully, but these errors were encountered: