ABRAHAMERIUS написал(а):
			
		
	
	
		
		
			При загрузке mandrake10.0 не "видит" USB клавиатуру, соответсвенно не могу ввести login и pass, устанавливал используя только мышь.
		
		
	 
а какая клава? скорее всего hotplug отключен. залогинься по ssh и отредактируй 
/etc/rc.d/rc.sysinit чтобы там было вот что:
if [[ -f /proc/bus/console -o -n tmp=`uname -r | sed -n 's:ruby:

'` ]]; then
   if [ -x /etc/hotplug/input.rc ]; then	
      /etc/hotplug/input.rc start
      if [ $? = 0 ]; then
      	action "Configuring cold plugged input devices" /bin/true
      else
	action "Configuring cold plugged input devices" /bin/false
      fi
   else if [ -f /etc/hotplug/input.rc ]; then
     	   action "Input: input.rc installed, but not executable. Please check the file permissions." /bin/false
	else 
	   action "Input: Failed to configure cold plugged devices - input.rc missing"  /bin/false
        fi
   fi
fi