![]() |
2009-12-08
, 22:25
|
Posts: 53 |
Thanked: 143 times |
Joined on Dec 2009
@ Russia
|
#12
|
![]() |
2009-12-09
, 11:39
|
|
Posts: 293 |
Thanked: 206 times |
Joined on Oct 2009
@ Germnay
|
#13
|
![]() |
2010-01-04
, 05:59
|
Posts: 163 |
Thanked: 175 times |
Joined on Dec 2007
@ Alabama
|
#14
|
CONFIG_CMDLINE="init=/sbin/preinit ubi.mtd=rootfs root=ubi0:rootfs rootfstype=ubifs rootflags=bulk_read,no_chk_data_crc rw console=ttyMTD,log console=tty0"
CONFIG_CMDLINE="root=/dev/mmcblk0p3 rw rootdelay=5 console=ttyMTD,log console=tty0"
![]() |
2010-01-04
, 08:18
|
Posts: 2,152 |
Thanked: 1,490 times |
Joined on Jan 2006
@ Czech Republic
|
#15
|
![]() |
2010-01-04
, 12:28
|
Posts: 163 |
Thanked: 175 times |
Joined on Dec 2007
@ Alabama
|
#16
|
try root=MMmm hexadecimal notation, I guess there isn't /dev/whatever parser in kernel for all devices. At least N8x0/770 kernel uses root=1f03 for third mtd partition, mmcblk0p3 could be b303 (major 179, minor 3)
also init=/sbin/init (or whatever you use) might be good just in case
and BTW, you can install bootmenu if you don't mind booting initial code from internal flash and pivot_root-ing to new root a bit later, no kernel changes needed then
![]() |
2010-01-06
, 19:43
|
Posts: 1 |
Thanked: 0 times |
Joined on Jan 2010
|
#17
|
![]() |
2010-01-06
, 20:41
|
Posts: 162 |
Thanked: 351 times |
Joined on Apr 2006
@ Cotswolds, UK
|
#18
|
The Following User Says Thank You to Graham Cobb For This Useful Post: | ||
![]() |
2010-01-07
, 14:46
|
|
Posts: 2,427 |
Thanked: 2,986 times |
Joined on Dec 2007
|
#19
|
Sure. I used Fanoush's instructions here: http://talk.maemo.org/showpost.php?p...0&postcount=45
![]() |
2010-01-07
, 14:52
|
Posts: 2,152 |
Thanked: 1,490 times |
Joined on Jan 2006
@ Czech Republic
|
#20
|
Since you've done this have you tried to reboot to the flash partition? If so, did you first need to uncomment this line from /initrd/etc/event.d/rcS-late?
# /bin/mount /home || echo "Failed to mount /home partition."
The Following User Says Thank You to fanoush For This Useful Post: | ||
As you go on to other communities, remember to build them around politeness, respect, trust and humility. Be wary of poisonous people and deal with them before they end up killing your community.. Seen it happen to too many IRC channels, forums, open source projects.