Steve wrote: > > After you've completed booting, do > > $ less /var/log/dmesg > > Come to think of it, I don't recall whether 'less' > is inculded. You might have to use 'more' instead.
Less can be used. On the ramdrive version of BasicLinux, less is aliased to more. On the HD version, the real less is installed. However, there is no /var/log/dmesg in BasicLinux, so your less command comes up empty. The following works: ------------ dmesg | less ------------ Cheers, Steven
