only a shellForum: DSL Tips and Tricks Topic: only a shell started by: random guy  Posted by random guy on Dec. 04 2005,03:51  
        is there a way that i can only boot with a shell, as in sometimes i dont want the whole GUI window that goes lower than i need when sometimes all i need is just a shell to run a few commands.  how can i do that?by the way i cant mount my hard drives, any suggestions?  Posted by mikshaw on Dec. 04 2005,04:57  
        edit /home/dsl/.bash_profileRemove the "startx" line, and backup that file. When you need to get into X, type "startx". Your harddrives should be listed in /etc/fstab if they are detected. They would be /dev/hda# or something similar. In console use the command "mount /dev/hda1" for hda1.  Posted by ohioj on Dec. 11 2005,11:27  
        if your text runs off the screen, add the vga=xxx  where xxxis the three numbers of resolution your graphic card supports. I use a kinda old laptop with 800x600 resolution. I add the following line to the grub or lilo menu vga=788 if you are using the liveCD version, it's dsl vga=788 at the boot prompt.  Posted by sarah on Dec. 13 2005,11:09  
        You could also maybe try using the boot optiondsl 2 vga=normal if you're running straight from a liveCD. That will drop you into DSL text-mode only console. Cheers and beers, Sarah ::Edit:: And I apologise because I responded to the question before paying attention to which forum I was in.. oops!  |