|
2008-05-22
, 18:56
|
|
Posts: 4,930 |
Thanked: 2,272 times |
Joined on Oct 2007
|
#2
|
The Following User Says Thank You to Benson For This Useful Post: | ||
|
2008-05-22
, 20:52
|
|
Posts: 3,790 |
Thanked: 5,718 times |
Joined on Mar 2006
@ Vienna, Austria
|
#3
|
Well, I can tell you right now why it doesn't show your FAT; it needs to be the first partition. (As you can see, it looks at mmcblk0p1.)
|
2008-05-22
, 20:56
|
|
Posts: 4,930 |
Thanked: 2,272 times |
Joined on Oct 2007
|
#4
|
|
2008-05-23
, 10:07
|
|
Posts: 3,790 |
Thanked: 5,718 times |
Joined on Mar 2006
@ Vienna, Austria
|
#5
|
|
2008-08-03
, 20:54
|
Posts: 119 |
Thanked: 412 times |
Joined on Aug 2008
|
#6
|
FLASHER3=/everything/Downloads/Hardware/nokia_n800/flasher-3.0 F_IMAGE=/everything/Downloads/Hardware/nokia_n800/RX-34_2008SE_2.2007.51-3_PR_COMBINED_MR0_ARM.bin IMAGE_DIR=chinook_fiasco PART=/dev/mmcblk0p6 mkdir -p $IMAGE_DIR cd $IMAGE_DIR # unpack fiasco $FLASHER3 -F $F_IMAGE -u # https://wiki.maemo.org/Modifying_the_root_image mknod /tmp/mtdblock0 b 31 0 modprobe loop losetup /dev/loop0 rootfs.jffs2 modprobe block2mtd modprobe mtdblock echo "/dev/loop0" > /sys/module/block2mtd/parameters/block2mtd modprobe jffs2 mkdir /tmp/jffs2 mount -t jffs2 /tmp/mtdblock0 /tmp/jffs2 ssh root@nut insmod /mnt/initfs/lib/modules/2.6.21-omap1/ext2.ko \; mkdir /tst \; mount $PART /tst rsync -av /tmp/jffs2/ root@nut:/tst/ ssh root@nut umount /tst \; rmdir /tst umount /tmp/jffs2 rmmod jffs2 rmmod mtdblock rmmod block2mtd losetup -d /dev/loop0 rm -f /tmp/mtdblock0 /tmp/jffs2
What I did was:
The fact that debian boots OK should mean that at least I got the basics of "How to dual boot" right, shouldn't it?
Now for the problems:
FAT-Partition (#3):
On a 2GB card, what could be the reason for a FAT-Partition not showing up in the file manager? I tried making it bootable, I tried type 6 (FAT16) or type C (WIN95 OSR2 FAT32), it simply says there's no memory card.
dmesg comes up with
Does a data partition have to be #1 for the file manager to accept it? I think I can remember partition schemes where this was not the case... ?
OS2007HE (#2):
I tried to be extra-smart here. All the documents I found describe how to copy the running OS from internal flash to MMC. I run OS2006 and I didnt want to flash the HE, copy it, then re-flash OS2006 again.
What I did was: I extracted rootfs.jffs2 out of the 2007HE's fiasco image, mounted it on my PC and copied the files over to MMC. This seems to be OK; when I mount the partition and list the files, what I get seems to be a ITOS-style layout, including the correct owners, rights and stuff. Still, when I select this one from the boot menu, it won't boot.
Facts:
My original partinioning scheme was (device names taken from my desktop PC):
I then went to do
The relevant parts of my bootmenu.conf are
From reading the forums (and I guess I must have read each and every related thread here) I get the impression the few who know are sick and tired of multi.boot related questions. Still... maybe... Where alse should I ask?