4. The Book "Learn Linux in 24 Hours"
3 . ...opened to "Hour 1"
2. List of "Top 10 things to do when you hate your job"
1. Your username at the top of a "Most Visited Pages" chart
mount: could not find filesystem '/dev/root'
setuproot: moving /dev failed: No such file or directory
setuproot: error mounting /proc: No such file or directory
setuproot: error mounting /sys: No such file or directory
switchroot: mount failed: No such file or directory
Kernel panic - not syncing: Attempted to kill init!
LABEL=/ / ext3 defaults 1 1Solution:
# mkdir /tmp/last
# cd
# foreach f (wtmp*)
last -f $f > /tmp/last/$f
end
# cd /tmp/last
# grep reboot wtmp wtmp.? wtmp.??
wtmp:reboot system boot 2.4.21-47.0.1.EL Thu Feb 12 11:49 (01:01)
wtmp.2:reboot system boot 2.4.21-57.ELsmp Tue Dec 9 14:39 (72+03:19)
wtmp.3:reboot system boot 2.4.21-57.ELsmp Wed Nov 19 12:32 (92+05:26)
wtmp.7:reboot system boot 2.4.21-57.ELsmp Sun Jul 27 12:10 (207+06:48)