Hello usb developers.
I am working on booting linux from USB stick.

Q1.
It takes several secs to recognize a usb stick after kernel booted.
This prevents to boot directly usb stick without initrd.
you need very foolish boot script like
/linuxrc on initrd:
  #!/bin/sh
  sleep 3   # wait for usb recognized.
  exit      # falls down to real root.
Is there any way to recognize usb immediately?
for example, hard coding parametes in kernel or such.
at least, is there any patch to insert wait loop to
kernel/main/init.c ?

Q2.
I tested with several sticks and found some sticks are /dev/sda,
some are /dev/uda as you might have already know this.
What determines this? What is the difference between the sda stick
and uba stick?
I also found the uba stick is recognized prior to sda. Is this
feature? or just coincident?


                --- Okajima, Jun. Tokyo, Japan.


-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
[email protected]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-users

Reply via email to