LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Debian (https://www.linuxquestions.org/questions/debian-26/)
-   -   Installin Debian (https://www.linuxquestions.org/questions/debian-26/installin-debian-534957/)

JimBass 03-09-2007 10:21 PM

Quote:

Here is what happens. I turn on the computer and it gives some sort of warning in white letters
in a red box that says that there is no partition. I figure that this is OK since that is how
I remember setting up the system. I thought that there was no issue with it having no partition
anyway.
That makes absolutely no sense. There has to be a partition that you installed into. When you get an error, we need exact text. It is hard to help you when you only tell us the general theme of the error. You couldn't have installed to no partition, as the files had to go somewhere inside a partition. They can't exist in unpartitioned space.

Quote:

So, thinking that the problem must be with the fact that my laptop has an ancient screen resolution,
I decided to connect a more modern monitor to the laptop and try again. This time, it pretty much the same
as it did before except for the very end there was a different error instead of a blank screen.
That won't work at all. You can't go from the laptop built in screen to an external monitor, because you need to configure X for a dual headed display. Just plugging in a monitor will only show you the boot, which you took images of. Once the boot is done and X starts, it will start on the laptop only. Fortunately, the last screenshot you posted showed the problem there. Your refresh rates are nowhere near where they should be.

Your horizontal frequency is set to 15.7 when it needs to be between 30-70, and vertical is set to 30 when it needs to be between 50-120. To change those values, edit the file /etc/X11/xorg.conf. Specifically, change the H and V refresh rates to those specified by the monitor, unless those were the external monitor, and not your laptop's. Get the correct values from the laptop manufacturer's website, or just go for a middle-of-the field value.

Quote:

The next screen shows the menu for starting in single user mode:
[url]http://www.gelsana.com/debian/100_2412.JPG[/img]
That is called the grub menu, and shows exactly what we would expect. Grub normally gives the choice of default boot and single user. Single user is only intended to be used for fixing problems, not actual use.

Quote:

Here are the following screens after I select single user mode:
http://www.gelsana.com/debian/100_2413.JPG
http://www.gelsana.com/debian/100_2414.JPG
http://www.gelsana.com/debian/100_2415.JPG
http://www.gelsana.com/debian/100_2416.JPG
http://www.gelsana.com/debian/100_2417.JPG
http://www.gelsana.com/debian/100_2418.JPG
http://www.gelsana.com/debian/100_2419.JPG
http://www.gelsana.com/debian/100_2420.JPG
All of those are the normal boot process.

Try setting your xorg.conf to better values, and see what happens. The blank screen you describe on a normal boot is actually exactly what should happen if you have bad resolutions. To the computer's point of view, everything is fine, which is why you get no errors. The problem is a conflict between the way things are set and the way they should be set.

You may find it best to boot into text (as mentioned earlier, hit ctrl-alt-f1, or f2), become root, and issue the command
Code:

dpkg-reconfigure xserver-xorg
That should give you the options of automatically detecting the default values for things like the refresh settings.

The real problem may be the partition issues.

Peace,
JimBass

Sepero 03-10-2007 02:54 AM

JimBass is correct.

Do this:
1. Boot Debian on your laptop like normal. (default)
2. WAIT for it to finish loading and put up the black screen.
3. Press "Ctrl+Alt+F1". (This will bring you to terminal 1)
4. Type in "root" then enter.
5. Type in the root password, then enter.
6. Type in "dpkg-reconfigure xserver-xorg", then enter.
7. Follow the step by step instructions.
8. Type in "reboot", then enter. (If all goes well, you may not even need this step)
9. You may wish to repeat this process if you are unsure of how to answer some of the steps.

10. If your system is still not starting correctly, then you need an easier distro. Try Xubuntu. (It's lighter on resources than the regular Ubuntu. X/Ubuntu are both the spawn of Debian.)

complete 03-13-2007 10:03 PM

I am giving Mepis Lite a shot. So far it is working out. I am still in the installation process but at least I have a graphic user interface.

JimBass 03-13-2007 10:26 PM

That's fine man. I still suggest getting VERY familiar with the command line. The power of linux doesn't come out so much through GUI, but in the CLI. The GUI is an easy thing to use, and certainly has its purpose, but the CLI has a steeper learning curve, and many times the potential of things that you can do with it.

Peace,
JimBass

Sepero 03-13-2007 10:59 PM

Mepis is probably a better choice. Why did you decide on Debian originally?

rickh 03-13-2007 11:11 PM

You guys are candidates for sainthood. Every so often I read thru the link above to remind me that there really are people that helpful.

Sepero 03-14-2007 01:44 AM

@rickh
I appreciate the compliment (I think), but that thread you linked to appears that it was never actually solved... ?

complete 03-14-2007 01:53 AM

Quote:

Originally Posted by Sepero
Mepis is probably a better choice. Why did you decide on Debian originally?

We are using it at work in embedded systems.

Command line is not such a learning curve for me since I am a programmer.

Sepero 03-14-2007 02:31 AM

Maybe try Debian again later then. Mepis should give you a good jump start until then.

complete 03-14-2007 03:11 AM

Quote:

Originally Posted by Sepero
Maybe try Debian again later then. Mepis should give you a good jump start until then.

If it will even work. I have been through a lot and tried lots of suggestions and we never got past a command line interface.

But, then again, maybe that is a good thing.

JimBass 03-14-2007 10:37 AM

Are you aware that the netinstall/business card doesn't install a graphical interface by default? That is part of how it is kept small. You get the graphics going by apt-get install (kde, gnome, xfce etc) or using aptitude to do the same. If you get as far as the login prompt and have internet connectivity, that is all that is supposed to happen. Beyond that, it's your game to play/setup as you want.

I know earlier you tried an install disk with xfce included, but if you tried a smaller installer later, you won't have any X windows installed.

Peace,
JimBass

Sepero 03-14-2007 11:03 AM

Quote:

Originally Posted by complete
Command line is not such a learning curve for me since I am a programmer.

Quote:

Originally Posted by Sepero
Maybe try Debian again later then.

Quote:

Originally Posted by complete
If it will even work. I have been through a lot and tried lots of suggestions and we never got past a command line interface.

Ummm... yeah.


All times are GMT -5. The time now is 09:47 AM.