On 2015-02-14, A Y <afyous...@hotmail.com> wrote:
> Hi all,
>
> I used the following command to create a USB flash drive installation media
> (with all file sets included):
>
> # dd if=/location/install56.fs of=/dev/rsd0c bs=1m
>
> The USB flash drive was created successfully.
>
> The boot process from the USB was done. However, when we came to installing
> file sets, the following prompt was displayed:
>
> Location of sets? (disk http or 'done') [http]
>
> Now, what can I do to direct the installation process to look for the file
> sets in the USB flash drive?
>
> The documentation says:
>
> "Once the install kernel is booted, you have several options of where to get
> the install file sets:
>
> CD-ROM, HTTP, Local disk partition, NFS"     (no mention to USB)
>
> Thank you
>
>

You need "Disk" here; I haven't done a USB install but I'm guessing that
you probably need to shell out and mount the USB stick manually (something
like "mount /dev/sdXa /mnt2" where X is the correct number for the USB stick).

Reply via email to