Experiences with Acer Aspire One netbook

Introduction

Hello to everyone! in this post I will cover stuff I find interesting about the netbook that Santa Claus has brought me for this Christmas because he knows I have been a very decent guy during this year ;-)

The version I have had the following stuff inside:

General impressions

Before purchasing this tinny laptop I did some research and was hesitating whether buying the Acer's one or the [http://www.samsung.com/us/consumer/detail/detail.do?group=computersperipherals&type=mobilecomputing&subtype=netbook&model_cd=NP-NC10-KA02US Samsung NC10] netbook.

Finally I decided to buy the Aspire One basically because of the price but I would recommend people to wait for a version of Aspire One containing a long lasting battery or buy the Samsungs one as it comes with a 6 cell battery, wireless,bluetooth, bigger screen, etc,etc. Samsungs NC10 costs about 100€ more but as It includes a bigger battery and other details I guess It's worth the price. Apart from this, this is what I think about my netbook:

Problems and Solutions

Grub doesn't let me choose what OS to load

The stupid Aspire One's default Grub didnt let me choose among the OS's I defined in the /boot/grub/grub.conf.

Everybody says RTFM so I did so and there you read to never use grub-install script and better do it through the grub shell. Well root and setup commands aren't enough to fix the boot problem.

I backed up my mbr first and then issued

grub-install /dev/sda

Then I got the normal desired grub behaviour.

I feel the default Grub installed in the netbook is a trimmed one that doesn't have the so called grub stages and therefore Grub behaves extrangely because of this.


Divx movies aren't played

In my case mplayer (the media player installed) couldn't handle this type of media files. I had to manually update the player as they weren't any Acer update to do so. As I forgot the steps needed I just point you to this web site http://aspireonelinux.blogspot.com/2008/07/get-mplayer-to-play-your-favorite-video.html


How can I backup linpus?

Acer offers you a dvd that you can use to create a healing boot usb to restore your system to the original state, something not very desirable in case you did important changes to the system you wouldn't like to miss.

In order do a backup of the system I used the versatile program partimage included in System Rescue CD. The advantange of this software is that it gets a full snapshot of your system similarly to what Norton Ghost does. The process is essentially the following:

partimage -z1 -d -b save /dev/sda1 sda1_backup

dd if=/dev/sda of=mbr.bin

partimage -z1 -f3 -b restore /dev/sda1 sda1_backup.000

Note, its possible the partimage will warn you about the /dev/sda1 partition not being correct, just ignore this warning. The trailing 000 in the restoration command is because partimage will split files.


How can I update bios?

BIOS updates allow you to have the Aspire Ones fan less noisy, the latest one (by the time of this writing is v3309) comes with a gui that is executable by a Windows XP/BartPE. Thus you don't neccessarily have to format your pendrive with freedos as many howtos say.


AspireOnePost (last edited 2009-02-08 11:51:03 by eslimasec)

Locations of visitors to this page