View Single Post
MohammadAG's Avatar
Posts: 2,473 | Thanked: 12,265 times | Joined on Oct 2009 @ Jerusalem, PS/IL
#16
Before reflashing, you could try the rescue initrd image that the MeeGo kernel provides, then you could possibly mount ubi:rootfs somewhere and edit the file.

http://mohammadag.xceleo.org/public/maemo/rescueinitrd/
Download both files then...
Code:
flasher-3.5 -k vmlinuz-2.6.33.3-11.2-n900 -n initrd.img-rescue-2.6.33.3-11.2-n900 -l -b"rootdelay=1 root=/dev/ram0"
To mount the ubifs image, you could
Code:
mkdir -p /mnt
mount -t ubifs ubi0:rootfs /mnt
Not sure if the kernel has an ubifs module compiled in though, I'll check the source.
You might need to modprobe ubi, the module's compiled in the kernel though.

Last edited by MohammadAG; 2010-10-11 at 17:42.
 

The Following 4 Users Say Thank You to MohammadAG For This Useful Post: