> also > # hwclock > hwclock: Could not access RTC: No such file or directory > I'm obviously missing something here !! First, you need to actually have a realtime clock, and then you need to have the rtc device in /dev Go into the /dev of your root fs and type: mknod -m 600 rtc c 10 135 Or you could use MAKEDEV if you have it.