![]() |
Re: Help! Boot from MMC
Only thing was that after partitioning the card (1gb) I turned the virtual memory back on as prior posts said that might help. That was before copying the file systems.
No red pill or anything. Where are you having problems? |
Re: Help! Boot from MMC
middguy,
everytime that I try to perform the full copy (/tar-temp/bin/tar cf - -C .floppy . | /tar-temp/bin/tar xvf - -C /opt), the copy starts and goes for about 10-15 minutes, and then at some point, xterm aborts, and the copy terminates (early?). Then, if I try to finish the instructions, and reboot, when I select to boot from mmc2 (stable), it gives a "boot from mmc2 failed. booting from flash" message. Boot from flash appears to work fine. how exactly did you turn virtual memory back on? Previous instructions did not match what I saw under control panel. thanks, |
Re: Help! Boot from MMC
I turned virtual memory on right before doing this part
"insmod /mnt/initfs/lib/modules/current/ext2.ko mount /dev/mmcblk0p2 /opt mkdir /floppy mount -t jffs2 /dev/mtdblock4 /floppy" I would advise you to reflash and start all over and try that. Once virtual memory was enabled it took around 25 minutes to finish on my 770. Now I just wonder if there is a way to automate this if I ever need to reflash it. Its a PITA |
Re: Help! Boot from MMC
middguy,
Did you turn virtual memory on from Tools->Control Panel->Memory->Virtual tab? How much did you enable (default seems to be 64MB)? |
Re: Help! Boot from MMC
Quote:
While you are at it, use the partition type as 'b' instead of '6' for /dev/mmcblk0p1 i.e instead of Code:
# apt-get install e2fsprogs Code:
# apt-get install e2fsprogs |
Re: Help! Boot from MMC
Quote:
Thanks for your help, all |
Re: Help! Boot from MMC
Quote:
Do Code:
#unmount /opt (With partition values as shown in above post). Skip Code:
Skip this, as you already have this. Code:
# umount /media/mmc1 Code:
# mkdosfs /dev/mmcblk0p1 Do Code:
# mkdosfs -s 2 -F 32 /dev/mmcblk0p1 Code:
# mke2fs /dev/mmcblk0p2 Code:
# insmod /mnt/initfs/lib/modules/current/ext2.ko Skip these Code:
# cd /home/user/MyDocs/.documents/ Code:
# mkdir /opt/ Code:
# apt-get -d install tar Code:
(for N770 skip this) Code:
# insmod /mnt/initfs/lib/modules/current/ext2.ko Do Code:
# /tar-temp/bin/tar cf - -C /floppy . | /tar-temp/bin/tar xvf - -C /opt Code:
# umount /opt |
Re: Help! Boot from MMC
Tama,
That is exactly the kind of post I was looking for. I have a few things to do here at work first, then I am going to sneak the N770 out of my briefcase and start in on this procedure. Thanks so much for the effort. |
Re: Help! Boot from MMC
Good luck. I love it after the dual boot. Only thing now is that when I try to backup the system crashes. No idea why. Might have to start all over again and make the card Fat32
|
Re: Help! Boot from MMC
middguy,
when you said that you started all over from the beginning by reflashing, what system/file did you reflash? I am wondering if I should do the same? What reflash method did you use? |
All times are GMT. The time now is 08:11. |
vBulletin® Version 3.8.8