Hi azsarker,
I have more or less the same configuration (EeePC 1000H, Ubuntu eee 8.04.1 installed) as you and had the same issue.
Yeah, someone else have already managed to spot the cause and the solution:
https://answers.launchpad.net/ubuntu...question/45385
Quote:
Salgar said on 2008-09-17:
CAUSE:
/sbin/unix_chkpwd has wrong group/permissions
SOLUTION:
chown root:shadow /sbin/unix_chkpwd
chmod 2755 /sbin/unix_chkpwd
|
I am not sure if it has anything to do with the problem but I have installed ubuntu 8.04.1 by following "How to configure a USB stick manually" guide on the official ubuntu-eee site.
I believe the same issue will appear even if you do a network boot/install so yes, that appears to be bug in the eee version.
Hope that helps.