The Following 2 Users Say Thank You to juiceme For This Useful Post: | ||
|
2013-12-04
, 15:45
|
Posts: 446 |
Thanked: 207 times |
Joined on Sep 2012
@ Austria/Germany
|
#882
|
|
2013-12-04
, 15:55
|
Posts: 14 |
Thanked: 4 times |
Joined on Jun 2010
|
#883
|
Originally Posted by mcbookActually, there is a way to do itYou don't...
This is a feature if ubiboot!
Why would you want to start with USB connected if not for maintenance mode?
Just start the menuscript manually when you are in telnet/ssh session;
This command will launch the menu and when selection is done, reboot automatically to the selected OS: "/boot/menu/select_and_boot_os.sh"
This command will launch the menu and load up the kernel, but not boot device (so you can tweak the scripts, launch it again, etc...) : "/boot/menu/select_os_animated.sh"
|
2013-12-04
, 16:12
|
|
Posts: 4,118 |
Thanked: 8,901 times |
Joined on Aug 2010
@ Ruhrgebiet, Germany
|
#884
|
|
2013-12-04
, 16:34
|
Community Council |
Posts: 4,920 |
Thanked: 12,867 times |
Joined on May 2012
@ Southerrn Finland
|
#885
|
I'm trying to recover fro a flat battery, and I keep getting the ubiboot menu instead of the computer recognizing there's something to flash.
|
2013-12-04
, 16:36
|
Posts: 446 |
Thanked: 207 times |
Joined on Sep 2012
@ Austria/Germany
|
#886
|
|
2013-12-04
, 16:55
|
Posts: 111 |
Thanked: 62 times |
Joined on Apr 2012
@ Hong Kong
|
#887
|
Actually, there is a way to do it
Just start the menuscript manually when you are in telnet/ssh session;
This command will launch the menu and when selection is done, reboot automatically to the selected OS: "/boot/menu/select_and_boot_os.sh"
This command will launch the menu and load up the kernel, but not boot device (so you can tweak the scripts, launch it again, etc...) : "/boot/menu/select_os_animated.sh"
/ # /boot/menu/select_and_boot_os.sh /boot/menu/select_and_boot_os.sh: line 84: try_to_mount: not found /boot/menu/select_and_boot_os.sh: line 84: can't create /mnt/1//boot/ubiboot.log: nonexistent directory /boot/menu/select_and_boot_os.sh: line 84: can't create /mnt/1//boot/ubiboot.log: nonexistent directory /boot/menu/select_and_boot_os.sh: line 84: can't create /mnt/1//boot/ubiboot.dmesg: nonexistent directory /boot/menu/select_and_boot_os.sh: line 84: can't create /mnt/1//boot/ubiboot.dmesg: nonexistent directory /boot/menu/select_and_boot_os.sh: line 84: can't create /mnt/1//boot/ubiboot.dmesg: nonexistent directory umount: can't umount /mnt/1: Invalid argument
|
2013-12-04
, 18:46
|
Community Council |
Posts: 4,920 |
Thanked: 12,867 times |
Joined on May 2012
@ Southerrn Finland
|
#888
|
boot fine when run the sh again and disconnect the usb.
I have not mount any partition or umount them all.
echo "" > /sys/devices/platform/musb_hdrc/gadget/lun0/file
mount /dev/mmcblk0p1 /mnt/1
mount /dev/mmcblk0p2 /mnt/2
mount /dev/mmcblk0p3 /mnt/3
mount /dev/mmcblk0p4 /mnt/4
# (and also the rest of partitions, if you have more...)
The Following User Says Thank You to juiceme For This Useful Post: | ||
|
2013-12-04
, 21:08
|
Posts: 697 |
Thanked: 137 times |
Joined on Jul 2012
@ Hillerød, DK
|
#889
|
The Following 2 Users Say Thank You to Garp For This Useful Post: | ||
|
2013-12-05
, 05:04
|
Posts: 959 |
Thanked: 3,427 times |
Joined on Apr 2012
|
#890
|
@Taixo; It seems to be like peterleinchen says, unless the logs from your /var/log/ubiboot.log are older remains of the previous ubiboot version 0.3.3 you had there, you are still running the old ubiboot kernel.
Your ubiboot.conf, however is from the new version, so might it be possible that you have the nef conf, new CPIO but flashing has failed so you are still running with the old ubiboot kernel.
If that was the case, it sure would cause problems like these.
The Following User Says Thank You to taixzo For This Useful Post: | ||
Just start the menuscript manually when you are in telnet/ssh session;
This command will launch the menu and when selection is done, reboot automatically to the selected OS: "/boot/menu/select_and_boot_os.sh"
This command will launch the menu and load up the kernel, but not boot device (so you can tweak the scripts, launch it again, etc...) : "/boot/menu/select_os_animated.sh"