You are currently browsing the category archive for the ‘Operating Systems’ category.
Category Archive
Running Ubuntu 10.10 on Cr-48
December 29, 2010 in Computer Science, Operating Systems, Technology | Tags: Chrome OS, CR-48, Maverick Meerkat, Ubuntu | Leave a comment
Yes, I just couldn’t resist the temptation and I installed Ubuntu Maverick Meerkat Netbook Edition on my Cr-48. It was somewhat painful, I must say, because of various reasons (running VirtualBox was one of them). However, in the end everything worked out fine. I used this forum thread (#6 and #7), and the “official” source. One of the most challenging part was related to chroot, but it turned out to be very simple if you look at the forum post. I tried to create a chroot by following Chromium OS Developer Guide at first which was a mistake because things are much simpler in our case. You need to just install dchroot and proceed as stated in the first reference. Every step is described clearly and I believe you’ll be able to get Ubuntu running on your Cr-48. All you need is patience and time. You are not likely to screw up too badly. Plus, you can always restore to the original state.
One last remark (I got a little careless here) can be the following. If you are going to use an external drive or something to copy rootfs.bin to your Cr-48 please make sure the file system is not FAT32
on your drive. Since the size of the file is greater than 4 gigs, you will not be able to copy it. On the other hand, if you format the drive as NTFS, this time you’ll see that Google Chrome OS does NOT support NTFS (yet?), so you’ll not be able to mount it. I ended up moving all my documents out of my external drive and format it as Ext3 to make this work (Well, this hassle gave me a chance to clean it up a little
). Maybe there is an easier way, but I just wanted to get over this as quickly as I could.
Ubuntu 10.10 Netbook edition looks great. It’s well polished and I believe it might be the state of the art for netbooks at this point. It is lightweight and it boots up really fast (thanks to SSD).
I don’t know what is next now
I’ve enjoyed playing with this toy recently and I appreciate Google has made it so easy to hack your own device.
First impressions of Google Chrome OS and Cr-48
December 24, 2010 in Computer Science, Operating Systems, Technology | Tags: Chrome OS, CR-48, crosh, Developer Mode, Google, shell | Leave a comment
In my earlier post, I promised to write more about the Chrome OS and Cr-48 and here I am. First of all I had the chance to use the computer for a couple of days, so I discovered more about the system.
Just a couple of remarks on the hardware related stuff; the keyboard is awesome, but the touchpad is pretty problematic. Selecting text is painful, clicking on the mouse button moves the cursor and you miss the link/button you are trying to activate. You get used to it after a while which makes it a little more bearable. I also tried connecting my Microsoft Wireless Mobile Mouse 6000 and I didn’t have any problems except I had to adjust the sensitivity. This type of settings can be reached at chrome://settings.
I’ve been using Cr-48 for my casual needs such as watching stuff, browsing, trying some applications and games, etc. It is obvious there are several problems related to flash. It crashes quite often which can be annoying after some point. While I was watching some shows on Hulu, I realized that the video was not playing very smoothly. I mean, it wasn’t too bad, but it was definitely noticeable. Considering we are gradually switching to HTML5, it might not be a significant problem in the long run. Unfortunately, I don’t know enough about this subject to make further comments. I think there is no media player on Chrome OS yet. Their assumption might be, everything will be streamed online, so the browser should be enough. On the other hand, I don’t know what to do with my stuff on the external drive if I wanted to play them on the laptop. I think this can actually be an important issue because people will ask/look for it. The applications such as TweetDeck, Google Talk, Scratchpad etc. are nice and useful, I tried only one game called the Fancy Pants and it was quite amazing. It is somewhat similar to a game called N I used to play a long time ago.

Now, here is the fun part. As I mentioned in the earlier post, I believed there must be a way to get a real shell as opposed to what you get by default called crosh. I did some research on this and found out how to enable this super cool Developer Mode. You can definitely call it an easter egg (We love you Google). First you take out the battery, then when you look closely at the connection part, you’ll see something suspicious right next to it, a black tape! Then naturally you want to find out what is concealed underneath that tape and peel it off. There, you will see a small switch. Again naturally you want to toggle the switch and see what happens, right? Do it! Then put the battery back on (yeah, that’s it) and boot up your machine. You will see an unhappy computer picture with the message, “Chrome OS verification is turned off. Press space to begin recovery.” Well, be brave and don’t press space. Instead, press Ctrl-D.

It’ll take you to another screen which will erase your current data on the computer to switch to Developer Mode. Technically, it is not too bad because almost everything you save on the OS is somewhere in the cloud. I think I needed to change back some of my settings but that was it. It takes 5-15 min, I don’t exactly remember. Now, you can boot your computer in Developer Mode. Hurray! So, what is the deal? Why did we do this? Essentially, you can now install other operating systems on Cr-48 as well as switching to other versions of Chrome OS. To be honest, I haven’t read about that very much, because I don’t have any intentions to use other operating systems on this computer yet. I’d rather discover Chrome OS more. However, it might be cool to have Mac OS X on Cr-48. On the other hand, the laptop will definitely look like a cheap Macbook bootleg and I’m not sure I’d want that
Let’s go back to our first goal which is getting a real shell. Now press Ctrl-Alt-t and get crosh. Now when you type help, at the bottom you’ll see an addition to the list, the shell command. Type shell and hack happily ever after! Now, the rest of it is up to you. Oh, one last remark; when you have the shell, you’ll look for a text editor. I use Emacs for coding, but I almost always use Vi in the terminal to make simple edits. I was surprised when I couldn’t find Vi or Nano installed. Don’t panic! There is qemacs for you. I still like Vi more for shell in-line editing, but I can live with that.
As future work
, I would like to discover more about the package manager, develop some code, read more blogs about what is going on, send feedback to Google and keep my promises, maybe try a different OS on Cr-48 (yeah, it is actually tempting) and eventually be the ruler of the world.
Peace out!
Merry Xmas from Google
December 20, 2010 in Computer Science, Operating Systems, Technology | Tags: browser, Chrome OS, cloud, CR-48, Google, netbook, notebook, pilot program | 1 comment
Almost a week ago, I applied to Chrome OS pilot program through this link. There is nothing special with the application, it is more like a survey about how you use your computer. Today, I found a box on my doorstep. First I thought it might be a Christmas gift from my girlfriend, but when I took the Cr-48 out of the box I was shocked. After a quick glance at the manual, I turned on my new toy
The hardware is very primitive. It has Intel Atom N455 1.66Ghz, 2gigs of ram, 1 usb, 1 VGA input and a webcam
The only problem I had so far is related to the touchpad. It is really flaky. Technically, it is similar to Mac’s trackpad, but it is very far from that quality. I am sure there will be a software fix at least for the sensitivity issue. The cursor moves as you click on the mouse button which is quite annoying.
You can get some sort of a limited terminal by pressing Ctrl+Alt+t, but it supports very few commands most of which are ‘ssh’ or network related. I have been playing with it for only half an hour now, so I need to look into that a little more. I am sure there is a way to get a real terminal.
The operating system is very easy to use. Well.. Basically, you are using Google Chrome. It was really easy to switch because I was synchronizing everything; the bookmarks, apps, extensions, history, etc. I took a look at the Web Store for applications and I want to try some of them tonight. I am pretty sure they have almost everything for general use. Google Docs, Google Calendar, etc. are already very convenient.
OK, I’ve gotta go and test this brand new toy. I’ll tell the rest of the story later. Considering this OS is merely for general applications, I can see why people might want to use it. It is fast, very lightweight and hence does not require any special hardware which makes it economical (well, the OS itself is free anyway). Maybe it is still not the right time to switch to this type of operating system, but considering the recent cloud based developments and emerging services, I think it might be a hint about what kind of technology we will face in the new decade.
Oh, wait.. Here is a snapshot of the funny safety warning flyer. As you see, the first sentence is “Don’t panic”
First impressions on Fedora 11
September 25, 2009 in Computer Science, Operating Systems | Tags: computer, Fedora, nvidia, OS | Leave a comment
As I mentioned in my previous post, I have been playing with new operating systems for the last two days. I have been trying to find solutions to my problems and usually, the forums are not enough for everything. I was using Ubuntu for years and I was really used to the Gnome interface. However, I wanted to use other distributions to be able to compare wisely and discover what is suitable for me. I had already been planning to switch to KDE, but I was going to use Kubuntu until I decided to do a little research about it. I found this helpful article to see the differences between 8 different distributions and basically that made me choose Fedora 11.
The installation was quite easy and everything went much more smoothly than Windows 7
. However, I had to face driver problems, no surprise! Especially Nvidia Driver is important. Since I use Dell XPS M1330. the cooler fan is constantly working at a high speed and making too much noise. It was supposed to be really easy to handle the Nvidia drivers for Fedora, the only thing to do is to enter the following lines;
su
rpm -Uvh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm
yum install kmod-nvidia xorg-x11-drv-nvidia-libs.i586 xorg-x11-drv-nvidia-libs.x86_64
reboot
HOWEVER, if you use a PAE kernel you MUST enter the following lines instead;
su
rpm -Uvh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm
yum install kmod-nvidia-PAE xorg-x11-drv-nvidia-libs.i586 xorg-x11-drv-nvidia-libs.x86_64
reboot
I didn’t know that I was using a PAE kernel. Whenever I tried to run nvidia-settings, it told me that I need to run nvidia-xconf first to be able to have a valid /etc/X11/xorg.conf file for the program. Hence I used nvidia-xconf to generate that file, but then the system couldn’t start the Xserver on the computer. There was apparently something wrong and I checked it everywhere to be able to find a solution for me. I tried many different things including editing the xorg.conf file but I couldn’t make it work. The strange thing is that the driver was installed but I couldn’t use it. Then I figured that in the detailed description section of the architecture of Fedora 11, it said;
32-bit x86 would be built for i586 by default. The PAE kernel would be installed on other 32-bit hardware, where it is supported
I think it is a tiny detail that can be missed and apparently it effects the procedure to install the Nvidia driver. I am writing this as soon as I have the opportunity so that nobody needs to spend hours trying to understand the problem like me.
Other than those problems, Fedora 11 looks great. I used Fedora 3 before and I can now see how far this distribution has come. I will try to post more on this subject when I have more experience.
References;
http://forums.fedoraforum.org/showthread.php?t=204752
http://thorstenl.blogspot.com/2009/05/fedora-11-kernel-pae-and-what-it-means.html
First impressions on Windows 7
September 25, 2009 in Computer Science, Operating Systems | Tags: computer, Error code: 0xE0000100, OS, windows 7 | 1 comment
I have a lot of stories to tell about Windows 7 and Fedora 11 because I had many many problems which lead to many adventures for the last two days. First of all, I will start with my first impressions about Windows 7. I used to use Windows Vista Home Premium Edition on my Dell XPS M1330. I wasn’t really happy with Vista, I had several kinds of problems while I was programming with Java. I also wanted to clean up my disk to be able to make my computer a little happy. Since I have Windows 7 Business Edition licensed from the university, I decided to give it a try. I downloaded it and burned it to a DVD and took the first steps.
First I tried to upgrade to Windows 7 to avoid all the hassle of partitioning the drive, but it didn’t let me do it.
Then I chose to make a clean install which was actually better for me since I needed to get rid of many things that I cannot delete one by one. Well, again it didn’t let me do it
but this time there was the following error message;
Windows installation encountered an unexpected error. Verify that the installation sources are accessible, and restart the installation. Error code: 0xE0000100
While searching for a solution to my problem on the web, I rewrote the DVD with 1x speed to make sure it is not the source of the problem, which really wasn’t for me. Nobody experienced it or wrote it really clearly, so I couldn’t find a reliable source of information for this. From several forums, I figured that Windows 7 somehow cannot see and write on the partition of Vista. I had the CD for MediaDirect that was given with the computer and I used it to release the Vista partition and when it asked for the OS DVD, I just used the Windows 7 DVD instead of Vista and it worked fine. Here, the problem is the partitions. Probably you can do it with many kinds of Live CDs as a replacement of MediaDirect.
I think the only way to be able to switch to Windows 7 is to back up your work, or whatever is important to you then sacrifice your settings on the previous operating system. It really doesn’t take much time to get everything you need on an OS when you have a list anyway.
My first impressions of Windows 7 is much better than I had for Vista. I didn’t have many compatibility problems and the drivers can easily be obtained from the internet. Everything on the computer is working well and the operating system looks more stable than Vista even if it is new. Well, maybe I am wrong, I haven’t used it for programming yet. However, I don’t think Microsoft will do the same mistakes for Windows 7.
By the way, if for some reason you cannot boot the operating system, try using the tools on the DVD. It takes a while, but they can really repair whatever needs to be repaired.
Ubuntu 8.04 & Wubi
April 30, 2008 in Computer Science, Operating Systems | Tags: Linux, OS, Ubuntu, Wubi | Leave a comment
I have been waiting for Ubuntu 8.04 release for a long time. I decided not to install the beta version and waited for the release. Yesterday, I downloaded it and now I want to share my first impressions.
It is a revolution!
I didn’t know anything about Wubi until yesterday and maybe that’s why I am so impressed. By using Wubi, you can download and install/uninstall Ubuntu from Windows. You don’t need a partition or anything. It installs Ubuntu on Windows like any other program. You can see Ubuntu in add/remove programs section after you install it. They say that hard-disk access is slightly slower if you install it on Windows instead of installing Ubuntu on its own partition, but it is so simple that I think I can live with that. It took less than half an hour to install a new OS to my laptop which is awesome. You don’t even need to burn a CD to install. Just download the Ubuntu you want or let Wubi install the suitable one for you and then set up the OS. I am using Windows Vista Home Premium and I didn’t have any difficulties with Wubi.
After installation, I also tried to check the new features of Ubuntu. I had no driver problems at all. It automatically downloads drivers if necessary. I can use my webcam, wireless device and sound card without any problems. I couldn’t see that slight slow hard-disk access while working.
So, I strongly recommend to install Ubuntu on your machine. It is easy to use and completely free. You can have any tool you need. If you don’t like it, you can just uninstall it from Windows. Nothing to lose!





