View Single Post
Posts: 11 | Thanked: 4 times | Joined on Oct 2010 @ Poland
#40
You can also boot it using 2.6.33 kernel from http://wiki.meego.com/ARM/N900/Using_Rescue_Initrd

with :
Code:
sudo flasher-3.5 -k boot/<vmlinuz-n900> -l -b"rootdelay=1 root=/dev/<partition with kubuntu>"
Be aware that fn key is not working, and touch screen y axis is inverted.

To log in, you need to chroot to image first and create new user :
Code:
useradd -m <yourusername>
passwd <yourusername>

Last edited by seanik07; 2010-11-24 at 23:57.