davilla / atv-bootloader

Automatically exported from code.google.com/p/atv-bootloader
GNU General Public License v2.0
19 stars 10 forks source link

Fails to find USB devices and drops to login prompt #4

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
atv-bootloader loads but fails to find USB devices and then drops to a login 
prompt (penbuntu). 

/etc/init.d/rcS in the initramfs (initrd.gz) needs to delay for about 5 seconds 
to allow USB devices to 
appear in /proc/partitions. Without this delay, attached USB devices might not 
be seen by 
/usr/sbin/boot_linux.sh. boot_linux.sh is the script that searches for boot 
config files on attached 
devices. 

If you are dropped to the login, login (user = root, password = root) and run 
boot_linux.sh, it will 
now see attached USB devices and linux will boot. 

This issue did not show up on USB pen drives and only seesm to effect USB hard 
drives. Now fixed 
in svn with the addition of a 5 second delay before running boot_linux.sh

Original issue reported on code.google.com by sdavi...@gmail.com on 17 Mar 2008 at 6:57

GoogleCodeExporter commented 9 years ago
Thank you will try the svn as I have had this problem with in particular my 1 
inch
8Gb USB HDD.

Original comment by markbi...@gmail.com on 21 Apr 2008 at 7:30

GoogleCodeExporter commented 9 years ago
The current recovery.tar.gz download has a 5 second delay built in. If you need 
more delay, try building a 
recovery pen drive and manually booting your kernel.

Original comment by sdavi...@gmail.com on 21 Apr 2008 at 3:24

GoogleCodeExporter commented 9 years ago
http://download-mobile-software.blogspot.com/

Original comment by kocev.ri...@gmail.com on 19 Oct 2011 at 11:53