>>>>> On Tue, 12 Mar 2013 09:23:42 +0100, Natxo Asenjo <[email protected]>
>>>>> said:
> when installing from pxe debian squeeze 32 to a pc with only a usb
> mass storage device I get this error:
> this system does not have a physical disk 1
> Using config file: /var/lib/fai/config/disk_config/FAIBASE
Maybe the usb kernel driver is not loaded early enough.
FAI calls setup-storage, which uses the list of all disks in the
variable $disklist. This variable is created by parsing
/proc/partitions. So, check if your USB stick ist listed there.
--
regards Thomas