The Following User Says Thank You to RobbieThe1st For This Useful Post: | ||
|
2011-01-20
, 13:19
|
Posts: 2,154 |
Thanked: 8,464 times |
Joined on May 2010
|
#502
|
#echo "Loading MMC drivers..." cd /dev; /sbin/MAKEDEV input; cd / modprobe mmc_block modprobe mmc_core modprobe omap_hsmmc #echo "Sleeping 2 to allow spin-up..." sleep 2 #echo "Creating mmc devices..." for p in /sys/block/mmcblk*/mmcblk*p*/; do n=`basename $p` rm -f /dev/$n mknod /dev/$n b `cat $p/dev | sed "s/:/ /g"` #ls -l /dev/$n done
|
2011-01-20
, 13:32
|
Posts: 2,154 |
Thanked: 8,464 times |
Joined on May 2010
|
#503
|
|
2011-01-20
, 13:56
|
Posts: 209 |
Thanked: 44 times |
Joined on Jan 2010
@ Austria
|
#504
|
|
2011-01-20
, 14:13
|
|
Posts: 2,050 |
Thanked: 1,425 times |
Joined on Dec 2009
@ Bucharest
|
#505
|
The Following 2 Users Say Thank You to ndi For This Useful Post: | ||
|
2011-01-21
, 01:46
|
Posts: 842 |
Thanked: 1,197 times |
Joined on May 2010
|
#506
|
I only download backupmenu deb package from maemo.org/packages to PC.
I see two problems why it does not work (if you use usr/share/backupmenu/BackupMenuLauncher.item)
1. usr/share/backupmenu/BackupMenuLauncher.item do not have executable flag
2. usr/share/backupmenu/BackupMenuLauncher.item do not have #!/bin/sh header
Note that bootmenu for ITEM_LINUXRC need valid sh skript or binary.
|
2011-01-21
, 04:25
|
Posts: 2,225 |
Thanked: 3,822 times |
Joined on Jun 2010
@ Florida
|
#507
|
|
2011-01-21
, 07:10
|
Posts: 842 |
Thanked: 1,197 times |
Joined on May 2010
|
#508
|
|
2011-01-21
, 10:25
|
Posts: 284 |
Thanked: 320 times |
Joined on May 2010
@ Peterborough, UK
|
#509
|
|
2011-01-21
, 10:49
|
Posts: 2,154 |
Thanked: 8,464 times |
Joined on May 2010
|
#510
|
Good point. But even if it can't launch the script, why am I not getting the bootmenu-menu?
I tried both of those things, just in case. No difference - What happens is that it seems to "hang" at the nokia screen until the keyboard is closed, at which point it continues booting normally.
Tags |
backup, backupmenu, cssusupplement, max(useful), rescue-console, restore, system |
Thread Tools | |
|
I'll try that. That would certainly be nice.
edit:
I did as you suggest, and added that bit to the /etc/bootmenu.d/backupmenu.item
After that, my n900 wouldn't boot into backupmenu, or bootmenu - it just continues booting normally, even with the keyboard open.
I edited the file back to what it was before, and it booted into backupmenu with the keyboard open. Any ideas?
@pali, post 2:
I'm not sure - Does having /dev/ devices for mounting harddisks require udev? If it does, I need it.
My projects: BackupMenu - OS Backup & restore | Video: Flashing your n900(LiveCD)
My devices: N770 + 8GB SD card soldered internally, N900 with 8GB SD card + Custom OC(125-950 typically).
OC freqs: 0:22,90 125:22,90 250:28,180 500:30,360 550:32,400 600:34,430 700:39,430 750:41,430 805:45,430 850:47,500 900:50,500 950:54,500 1000:58,500 1100:67,520 1150:71,520
Last edited by RobbieThe1st; 2011-01-20 at 10:01.