Chrome OS was announced by Google in July of 2009, they also announced Chromium
in November which was the open source version of Chrome OS.
Chrome/Chromium OS is based on Linux and it resembles Google’s popular
web browser with the same name. Unlike Chromium OS which can be run on any hardware, Chrome only works with specific hardware partners of Google. Currently there are many Chromebooks
which are being manufactured by various manufacturers and some of them
are already available. A developer who goes by the name of Hexxeh
was able to successfully port Chromium on Windows Desktops &
Laptops. In this guide I will show you how to dual boot Chromium OS with
Windows 7. This customized Chromium OS build is called as Flow, there
are some bugs, but I am using it for some time now, and am happy with
it.
default 1
title ChromiumOS
root(hd0,2)
kernel /boot/vmlinuz root=/dev/sda3 rwnoresume noswap i915.modeset=1 loglevel=1 cros_debug
quiet
4. Save and reboot, now you will get the option to boot into Windows and Chromium OS
5. You will have to use an Ethernet cable the first time you boot into Chromium OS as it will ask your Gmail ID and password for signing in
I would like to thank Hexxeh for all his work in porting Chromium OS to laptops, desktops, etc!
Update: Our friend tfrendo has a fix for error 15. Quoting him directly from the comments section
Note:
- Please read the procedures more than twice before actually doing it.
- You need two USB drives with more than 2Gb of free space
Downloads:
- Download the the latest Chromium OS image for your pen-drive from here
- Download Image writer for Windows from here
- Download WinRAR from here (Skip this if you already have WinRAR installed)
- Download GRUB 4 DOS from here
- Download Gparted live .iso from here
- Download Tuxboot from here
Procedure:
Installing Grub4DOS
- Extract all the contents of grub4dos.zip which you downloaded earlier to a folder, now copy the files grldr.mbr, grldr and menu.lst to your C drive (Not in any folder).
- Open command prompt by typing cmd in the search area and pressing enter.
- Give the following command: BCDEDIT.EXE /create /d “Google Chrome OS” /application bootsector
- Now a GUID code will pop up on your screen, copy this code to notepad and keep the notepad open
- Now give the following command: BCDEDIT.EXE /set {GUID code from notepad} device boot
- Give another command: BCDEDIT.EXE /set {GUID code from notepad} path \grldr.mbr
- Now give the command: BCDEDIT.EXE /displayorder {GUID code from notepad} /addlast
Installing Chromium OS to your USB drive
- Insert USB drive, now install and open Windows Image writer application
- Now go to the place where you downloaded the vanilla chromium OS and extract it to .IMG file using WinRAR
- Go to image writer, choose the letter of your drive, now click on the folder icon and go to where you had saved the Chromium O.S image
- Click on start, it will copy all the files to your pen drive and also will make your pen drive bootable
Installing Gparted on to a flash drive
- Take another USB drive, insert it in your desktop/laptop (Remove the pen drive in which you installed Chromium OS)
- Install and run Tuxboot
- Select Gparted live from the dropdown list
- Browse and select the Gparted live.iso which you had downloaded earlier
- Now choose the USB drive which you had just inserted
- Now click on OK and let it copy
Boot and test Chromium OS from USB drive
- Remove the USB drive in which you had installed Gparted live
- Now switch off your Desktop/Laptop with the USB drive in which you installed Chromium OS still attached
- Boot into BIOS and choose to boot from USB drive in settings
- Now do a reboot, you will be booting into Chromium OS (Be patient, it takes some time to boot)
- Now if it does not load or if there is a problem then keep on trying 3-4 Chromium OS boots up, if it doesn’t you can come and ask us here (It took me 5 attempts to finally boot into Chromium OS the first time)
Running Gparted
- Turn off your laptop/desktop
- Now with Chrome USB and Gparted CD still inside the comp, boot to Gparted live CD
- Now make a minimum of 4 GB of free space from your Windows partition using Gparted
- Now using Gparted make 2 partitions of the 4Gb free space of which one will be ext2 of 1 Gb, rest of the partition will be in ext3 format
- Now using Gparted copy the ext2 partition from the USB drive (Chromium OS) to the ext2 partition which we just created, and the ext3 partition of the USB drive(ChromiumOS) to the ext3 partition we just created
Let’s boot Chromium OS kernel using Grub4Dos, shall we?
- Once you have done the above procedure, press exit and boot into Windows again
- open menu.lst in your C drive with notepad in edit mode
- now type in:
default 1
title ChromiumOS
root(hd0,2)
kernel /boot/vmlinuz root=/dev/sda3 rwnoresume noswap i915.modeset=1 loglevel=1 cros_debug
quiet
4. Save and reboot, now you will get the option to boot into Windows and Chromium OS
5. You will have to use an Ethernet cable the first time you boot into Chromium OS as it will ask your Gmail ID and password for signing in
I would like to thank Hexxeh for all his work in porting Chromium OS to laptops, desktops, etc!
Update: Our friend tfrendo has a fix for error 15. Quoting him directly from the comments section
Guys, even I encountered the error 15 but I resolved it by making a small change in menu.lst on the root parameter:
root (hd0,X)
Please note the SPACE after keyword root.
Also very important is the value of “X”. I got this from GRUB by typing the cmd “FIND” which listed all partitions.
On the kernel line the value of “sdaY” is also very important and has to be the partition called “C-ROOT”, the ext2 partition.
Comments
Post a Comment