Thanks, I will try this shortly. How far would you recommend I back up in the sequence? Go back to re-partition and format, clearly, but do you think that I need to reflash the dual-boot initfs_flash from fanoush, or skip that step; and go directly into the mount and TAR step? Thanks for your help, all
#unmount /opt #unmount /floppy #unmount /media/mmc1 #unmount /media/mmc2
Skip this, as you already have this. # apt-get install e2fsprogs
# umount /media/mmc1 # umount /media/mmc2 (for N800 only!) # sfdisk /dev/mmcblk0 /dev/mmcblk0p1:1,52500,b /dev/mmcblk0p2:52501,, /dev/mmcblk0p3: /dev/mmcblk0p4:
# mkdosfs /dev/mmcblk0p1
# mkdosfs -s 2 -F 32 /dev/mmcblk0p1 # shutdown -r now
# mke2fs /dev/mmcblk0p2 # shutdown -r now
# insmod /mnt/initfs/lib/modules/current/ext2.ko # mount /dev/mmcblk0p2 /media/mmc2
# cd /home/user/MyDocs/.documents/ # tar zxvf initfs_flasher.tgz # cd initfs_flasher/ # ./initfs_flash
# mkdir /opt/ # mkdir /floppy/
# apt-get -d install tar # cd /var/cache/apt/archives/ # mkdir /tar-temp/ # dpkg -x tar*.deb /tar-temp/
(for N770 skip this) # insmod /mnt/initfs/lib/modules/2.6.18-omap1/mbcache.ko
# insmod /mnt/initfs/lib/modules/current/ext2.ko # mount /dev/mmcblk0p2 /opt # mount -t jffs2 /dev/mtdblock4 /floppy
# /tar-temp/bin/tar cf - -C /floppy . | /tar-temp/bin/tar xvf - -C /opt
# umount /opt # umount /floppy # chroot /mnt/initfs cal-tool --set-root-device ask:mmc2 # shutdown -r now