eeePC

My Easy Peasy Linux was lost after installing Windows 7. Windows couldn't setup (by default) a boot manager so I had to recover my boot record. My Linux knowledge is quite good I thought but after a while I recognized that I missed a development in the last years - udev.  I used a mini linux-distribution stored on my USB stick (my EeePC doesn't have a CD drive) to boot into Linux, mounted the installed Easy Peasy and restored the boot record using grub. Now I have a handy menu where I can choose between Windows 7 and Easy Peasy.

Steps to recover a lost Linux system after installing Windows:

Assuming that Linux is installed on /dev/sda1, Windows on /dev/sda3.

sudo mkdir /mnt/root
sudo mount  /dev/sda1 /mnt/root
sudo mount -t proc none /mnt/root/proc
sudo mount -o bind /dev /mnt/root/dev
sudo chroot /mnt/root /bin/bash
edit your menu.lst[1]
sudo grub-install /dev/sda[2]

Lines 3 and 4 are essential, without them Grub cannot be installed on a system using udev.

[1]
In case of Windows you have to add something like this:

title win7
rootnoverify(0,2)
chainloader +1

Please check the menu.lst somewhere in the upper part of the file is an example configuration for Windows! Further (0,1) might not be the correct partition, replace it with your partition where Windows has been installed.

[2]
Check your installation!

Last Updated (Wednesday, 11 November 2009 20:10)

 

I bought a Asus 1000h netbook 2nd hand from a student and installed immediately linux on it. I chose Easy Peasy (version 1.1) which is an ubuntu based distribution. After some days of use I can say that most things just work out of the box as you would expect from a distribution for netbooks. One annoying issue I encountered several times is that the sound stops working. First it seemed quite randomly but then I found out that if Skype is running no other application can use the sound card. I tried listening to my favorite internet radio station lounge.fm, watching streams from the local TV broadcasters webpage (ORF) or just recording my voice with the preinstalled voice recorder. Maybe an update will solve this problem ... I'll keep you updated!

Last Updated (Friday, 02 October 2009 18:23)

 

I own an Asus 1000h and unfortunately this laptop doesn't have an integrated umts modem. Therefore I use my pretty old Motorola Razr V3 via bluetooth for surfing. wvdial was the tool of my choice and with the configuration below it works quite fine:

andreas@andeee:~$ cat /etc/wvdial.conf

#wvdial für Motorola V3xx @ USB mit Drei.at
[Dialer Defaults]
Init1 = ATZ
Init2 = ATS0=0
Init3 = AT+CGATT=0
Init4 = AT+CGQREQ=1,0,0,0,0,0
Init5 = AT+CGQMIN=1,0,0,0,0,0
Init6 = AT+CGDCONT=1,"IP","drei.at","0.0.0.0",0,0
Init7 = ATE1V1&D2
Init8 = AT+IFC=2,2
Stupid Mode = 1
SetVolume = 0

ISDN = 0
Phone = *99#

Username = drei
Password = drei

Modem Type = USB Modem
#PLEASE SELECT YOUR DEVICE HERE -> rfcomm0 is for bluetooth
Modem = /dev/rfcomm0
Baud = 460800
FlowControl = NOFLOW
Dial Command = ATDT

 

Last Updated (Sunday, 04 October 2009 10:49)

 
Sponsored links: