Thread
:
[Announce] Maemo5 running 32GB eMMC root FS (scripts)
View Single Post
pali
2011-04-16 , 03:58
Posts: 2,154 | Thanked: 8,464 times | Joined on May 2010
#
164
Try this:
Connect phone with USB cable to computer and start usb network recovery mode from bootmenu. Login via ssh and run this boot script:
$ modprobe mbcache jbd ext3
$ mkdir /mnt/new_root
$ mount -t ext3 -o noatime,nodiratime,commit=1,data=writeback /dev/mmcblk0p2 /mnt/new_root
$ cp /mnt/new_root/boot.sh /tmp/linuxrc
$ chmod +x /tmp/linuxrc
$ exec /tmp/linuxrc
Quote & Reply
|
pali
View Public Profile
Find all posts by pali