|
2008-12-23
, 01:18
|
|
Posts: 3,096 |
Thanked: 1,525 times |
Joined on Jan 2006
@ Michigan, USA
|
#52
|
|
2008-12-23
, 01:23
|
|
Posts: 3,096 |
Thanked: 1,525 times |
Joined on Jan 2006
@ Michigan, USA
|
#53
|
I did. Am I suppose to get a boot option at reboot?
Edit: Ok it did but, I seem to be still booting from flash.
|
2008-12-23
, 02:15
|
Posts: 111 |
Thanked: 23 times |
Joined on Sep 2008
@ Singapore
|
#54
|
This has been fixed, thanks again for all your help, download the updated deb
Let me know if its working?
|
2008-12-23
, 02:45
|
|
Posts: 3,096 |
Thanked: 1,525 times |
Joined on Jan 2006
@ Michigan, USA
|
#55
|
Hi, thanks for your quick fix !) I can now boot-up to my internal card partition (cloned using earlier install tools in earlier diablo) -- bootmenu works!
But clone, backup, mkfs still fails. I still see the same error message. For cloning, it didn't prompt me to select partition to clone to (and displayed some error message). Backup didn't allow me to backup to internal card FAT32 partition (only to the ext2 partition). Mkfs hang while searching for unformatted FS.
|
2008-12-23
, 03:32
|
Posts: 367 |
Thanked: 47 times |
Joined on Nov 2008
@ Brooklyn, NY
|
#56
|
I have not had any failures in the cloning process, its possible, the partition was ina bad state.
Try the clone again and be sure to format the filesystem when prompted
|
2008-12-23
, 03:53
|
|
Posts: 3,096 |
Thanked: 1,525 times |
Joined on Jan 2006
@ Michigan, USA
|
#57
|
I re cloned it and reset default boot to mmcblk0p2 and it still isn't showing up on the boot menu after reboot. My boot menu options at start up are,
internal flash
(external MMC card, p2, ext3) N/A
(internal MMC card, p6, ext3) N/A
Power off (when not on charger)
The Following User Says Thank You to penguinbait For This Useful Post: | ||
|
2008-12-23
, 04:51
|
Posts: 111 |
Thanked: 23 times |
Joined on Sep 2008
@ Singapore
|
#58
|
Can you run these until they hang or complete, and send me the output,
export PATH=/root/.bin:$PATH
scan.sh
#mkfs script
sh -x /root/.bin/mkall.sh 2> output
#clone script
sh -x /root/.bin/clone.sh 2> output2
|
2008-12-23
, 14:08
|
Posts: 367 |
Thanked: 47 times |
Joined on Nov 2008
@ Brooklyn, NY
|
#59
|
The Following User Says Thank You to FRZ For This Useful Post: | ||
|
2008-12-23
, 14:54
|
|
Posts: 3,096 |
Thanked: 1,525 times |
Joined on Jan 2006
@ Michigan, USA
|
#60
|
I ran mkfs script for 4min (hang) and terminated it (cpu show idle).
contents of output:
+ export PATH=/root/.bin:/root/.bin:/home/user/apps:/usr/bin:/bin
+ scan.sh
+ dialog --infobox Checking for unformated FS \n\n Please be patient!!! 5 40
+ new.sh
contents of output2:
+ umount /SRC
+ umount /TRG
+ sclone.sh
+ cat /tmp/choice.tmp
+ export SOURCE=
Can't make sub-window at (8,3), size (1,43).
+ test -z Can't make sub-window at (8,3), size (1,43).
sh: make: unknown operand
+ tclone.sh
grep: make: No such file or directory
grep: sub-window: No such file or directory
grep: at: No such file or directory
grep: (8,3),: No such file or directory
grep: size: No such file or directory
grep: (1,43).: No such file or directory
sh: jff: unknown operand
BusyBox v1.6.1 (2008-09-18 09:43:17 EEST) multi-call binary
Usage: grep [-HhrilLnqvsoeFEABC] PATTERN [FILEs...]
sh: ext: unknown operand
+ cat /tmp/choice.tmp
+ export TARGET=
Error: Expected at least 7 tokens for --radiolist, have 4.
Use --help to list options.
+ test -z Error: Expected at least 7 tokens for --radiolist, have 4. Use --help to list options.
sh: Expected: unknown operand
+ rm -rf /tmp/choice.tmp
+ dialog --extra-button --yesno You have selected to clone all data on
Can't make sub-window at (8,3), size (1,43). to
Error: Expected at least 7 tokens for --radiolist, have 4.
Use --help to list options. \n \n Is this Correct?? \n \n Selecting yes will remove all data on
Error: Expected at least 7 tokens for --radiolist, have 4.
Use --help to list options. 15 40
+ EX=0
+ test 0 = 3
+ test 0 = 0
+ mkdir /SRC
+ mkdir /TRG
+ test Can't make sub-window at (8,3), size (1,43). = /dev/mtdblock4
sh: make: unknown operand
+ mount Can't make sub-window at (8,3), size (1,43). /SRC
BusyBox v1.6.1 (2008-09-18 09:43:17 EEST) multi-call binary
Usage: mount [flags] DEVICE NODE [-o options,more-options]
+ dialog --msgbox Mounting
Can't make sub-window at (8,3), size (1,43). FAILED, perhaps there is a problem with previous mounting? Try rebooting and running again? 11 60
+ umount /SRC
+ umount /TRG
+ pbmenu
Tags |
bootmenu, bootmenu-installer, install-tools, mgmt-tools |
|
Edit: Ok it did but, I seem to be still booting from flash.