![]() |
2008-12-08
, 01:10
|
|
Posts: 3,096 |
Thanked: 1,525 times |
Joined on Jan 2006
@ Michigan, USA
|
#2
|
I'm using N800 with the latest Diablo. Recently I followed the instructions on dual booting and succeded with my 8Gb SDHC. Then I tried the following instructions for SD partitioning and clone system again.
I'm able now to boot from p2 and p3 partitions but never from the logical ones. I can mount all of them and browse though, can read and write, but booting from p5-p7 always fails.
I tried the followingbut this did not help.Code:mknod -m600 initfs/dev/mmcblk0p5 b 254 5 2>/dev/null
Is it possible to boot from logical partitions?
![]() |
2008-12-08
, 07:53
|
Posts: 2,152 |
Thanked: 1,490 times |
Joined on Jan 2006
@ Czech Republic
|
#3
|
I tried the followingbut this did not help.Code:mknod -m600 initfs/dev/mmcblk0p5 b 254 5 2>/dev/null
ls -l /mnt/initfs/dev/mmcblk*
mount -o rw,remount /mnt/initfs mknod -m600 /mnt/initfs/dev/mmcblk0p5 b 254 5 mount -o ro,remount /mnt/initfs
![]() |
2008-12-08
, 22:19
|
|
Posts: 3,096 |
Thanked: 1,525 times |
Joined on Jan 2006
@ Michigan, USA
|
#4
|
More details? What you did before and what you did next?
This may only work from second shell when in the middle of reflashing with initfs_flash script and you need to run it from initfs_flasher directory.
You can check whether the command above did the right thing by checking real initfs (after flash and reboot)
If you are on Diablo, you may try to remount initfs read/write and do the change directly there without any messing with initfs flasher.Code:ls -l /mnt/initfs/dev/mmcblk*
Code:mount -o rw,remount /mnt/initfs mknod -m600 /mnt/initfs/dev/mmcblk0p5 b 254 5 mount -o ro,remount /mnt/initfs
Once you have correct device you also need to have right boot menu entry and healthy filesystem to boot :-)
I'm able now to boot from p2 and p3 partitions but never from the logical ones. I can mount all of them and browse though, can read and write, but booting from p5-p7 always fails.
I tried the following
Is it possible to boot from logical partitions?