Create your own Chromebook with Chromium OS

Chromium OS and Chrome OS: ChromeOS is a very interesting operating system. It runs on Google laptops called Chromebooks.

Using Google's ChromeOS has some additional benefits from using Chromium OS. Chromium OS is the open source version of Google's locked operating system, ChromeOS. But it works just like Chrome OS. The difference is that all proprietary plugins (flash, Netflix encoders, etc.) are missing. So if you don't own proprietary codecs and software on ChromiumOS it doesn't bother you, you can install it and make your own Chromebook.Chromium OS

Download Chromium OS

If you want to download to Chromium OS, there are not many options available. This is because Google does not issue builds. Instead of releasing builds, it releases the source code for anyone who wants to use it.

Today there is a website that is running ChromiumOS images on a daily and weekly basis. So if you want to create your own Chromebook, that's where you need to get started. Visit the site and download a build.

Let's say builds are different. Daily builds tend to be less stable. On the contrary, weekly images are much safer to use and are generally considered the best way to get started. However, there are also special builds.

Custom builds are a good option if you want to use ChromiumOS, but Daily and Weekly builds won't work on your PC. Special builds contain additional drivers () and work on most computers out of the box.

This is the best option if the other builds do not have the drivers you need. On the download site, select the build you want in the most recent version. Then, click the download button to start the download process. Extract the * .7z file when the download is complete.

Create the Live Installer

To pass ChromiumOS to a USB from a system with Linux Or with Mac, we will use the terminal (terminal)

Provide the following commands:

cd ~ / Downloads

to go to the download folder, and

dd if = * .img of = / dev / sdx

to pass * .img to USB.

Let's see what the last command means.

Dd is a UNIX application that allows you to convert and copy files. At the point where the above command says * .img give the full name of the img that is in the download folder.
Let's look at the continuation of the command: of = / dev / sdx, is the point where dd will write img. In x of sdx, type the letter corresponding to the port that you have connected to USB, for example: of = / dev / sdb

To create an installation disc in , install this program and follow the instructions on the download page.

Launch Chromium OS

You can start the Chromium OS installation USB as you do with any Live USB. If you have never done so, you should set your computer's BIOS to boot from the USB stick and insert your hard drive as a second option. Note that each BIOS is completely different. Some may have in the BIOS by pressing DEL, F2, F10, ESC, etc. Search your manufacturer's page or Google to see how you can change the BIOS settings on your model.

Installation

When ChromiumOS starts, use the login menu to connect to the operating system. When you log in, start the terminal by pressing CTRL + ALT + T together. You are now at the ChromiumOS terminal, but to begin the installation process, you will need to load the Bash.

At the terminal, enter:

shell

Then set a password. The password is important as you will not be able to gain root access without it. Make sure you select password and that you won't forget it. Type the following command to set the password.

chromeos-setdevpasswd

Immediately afterwards you can start the installation process.

sudo su

Log in as root with the code you specified earlier and type the following command

/usr/sbin/chromeos-

Be aware that installing ChromiumOS will erase your hard drive!

Let's also mention that although the main goal of this article is to make ChromiumOS work from your hard drive, we need to know that this is not the only way to use the operating system.

Like many other Linux operating systems, ChromiumOS can run and be used directly by Live USB. If you are not sure that you want to use ChromiumOS as the primary operating system on your computer, a good alternative is to keep the operating system on the USB and use it from there.

Those of you who want to look beyond the big disadvantage of unprotected software (ChromiumOS) will find themselves in front of an amazingly awesome operating system. It performs very well and features most Chrome OS features.

iGuRu.gr The Best Technology Site in Greecefgns

every publication, directly to your inbox

Join the 2.087 registrants.

Written by giorgos

George still wonders what he's doing here ...

Leave a reply

Your email address is not published. Required fields are mentioned with *

Your message will not be published if:
1. Contains insulting, defamatory, racist, offensive or inappropriate comments.
2. Causes harm to minors.
3. It interferes with the privacy and individual and social rights of other users.
4. Advertises products or services or websites.
5. Contains personal information (address, phone, etc.).