Am Mittwoch, 19. Januar 2005 05:17 schrieb Brett Tanaka: > I installed the new K12LTSP 4.2 on a DELL 2850. The install completed > without a hitch. When I rebooted the server, it hangs on "Enabling Swap > Space". I tried rebooting with no success. Any suggestions as to how do > I troubleshoot this problem?
I don't know about K12LTSP in special, but regarding a swap space enabling problem, I'd proceed as follows: Boot the machine with a cmdline param of init=/bin/bash mount -o remount,rw / Edit the /etc/fstab and deactivate any "swap" lines that might be in there, by prepending them with a "#" sign mount -o remount,ro / reboot If the machine comes up without problems then, there may be several problems with your swap space. For instance, did you check the partition name is correct, the swap space has been formatted with mkswap, and the kernel you run does support swapping at all (the default ones probably do, but if it's a homebrew one, you should check this). If the machine does not come up fine, it is probably something that is not directly related to swap space. > Brett Tanaka > Advanced Technology Research Branch > Hawaii Dept of Education HTH Anselm ------------------------------------------------------- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt _____________________________________________________________________ Ltsp-discuss mailing list. To un-subscribe, or change prefs, goto: https://lists.sourceforge.net/lists/listinfo/ltsp-discuss For additional LTSP help, try #ltsp channel on irc.freenode.net
