DebianThis forum is for the discussion of Debian Linux.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Introduction to Linux - A Hands on Guide
This guide was created as an overview of the Linux Operating System, geared toward new users as an exploration tour and getting started guide, with exercises at the end of each chapter.
For more advanced trainees it can be a desktop reference, and a collection of the base knowledge needed to proceed with system and network administration. This book contains many real life examples derived from the author's experience as a Linux system and network administrator, trainer and consultant. They hope these examples will help you to get a better understanding of the Linux system and that you feel encouraged to try out things on your own.
Click Here to receive this Complete Guide absolutely free.
Distribution: Ubuntu n' Flavors, ReactOS, MINIX3, FreeDOS, Arch
Posts: 339
Rep:
Debian Can't Seem To Switch Back To Text Mode!
I just finished installing Debian 6.0.4 amd64 and ran update-grub in Ubuntu, found Debian fine. But in grub when I enter Debian, it just goes to that shade of purple Ubuntu has by default, and I know it's there because I can type:
root (enter)
muffins (enter)
shutdown -h now (enter)
And in 30 seconds the computer turns off.
How would I fix this, without turning the gui on?
To disable the kernel mode setting press E in your bootloader's menu to edit the configuration of the current selected OS. Then add nomodeset to the kernel command line (the one beginning with linux /boot/vmlinuz.... and press Ctrl+x to boot the system. This is a one time solution. to give you better help we need to know which video hardware your machine is using.
Intel is the manufacturer of your CPU. If you have such a laptop that means you have the intel HD graphics chip that comes integrated in modern Intel CPUs and a dedicated NVidia video chip. NVidia calls this Optimus Technology. This is currently not supported on Linux from NVidia, but you may have luck to get it running with Bumblebee.
The characters on your screen are nonetheless displayed by your graphics card, and newer versions of the driver for your Intel (i915 driver)and your NVidia (nouveau driver) are using kernel mode setting. That means, as soon those drivers are loaded they try to set a display resolution that is appropriate for your display. That is in some configurations not working correctly, especially when you have an older kernel, like in Debian 6, and newer hardware, like the Intel HD graphics. If you don't need a GUI then just add the nomodeset option permanently to your kernel line for Debian. I am not a Grub user, so I don't know how to do that, but this link may be helps: http://www.dedoimedo.com/computers/grub-2.html
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.