On Tue, Feb 17, 2015 at 10:36:20AM +0000, A Y wrote: > 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?
what is usb? in fact an 'usb stick'? a storage, right? so 'disk' should be right answer. > 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) usb can be a whatever kind of device... you care about storage not protocol... > As adviced, I did the following from the shell: > cd /devsh MAKEDEV sd1 mkdir /mnt1mount /dev/sd1a /mnt1 > But I got the following error: > Device not configured there's a question if a partition with your sets on local disk is already mounted, so i suppose it is... j.