|
||||||
| Forums FAQ | Members List | Search | Today's Posts | Mark Forums Read |
| ARCHIVES - Notebooks This is a special forum dedicated to notebook problems. |
|
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
OK so my friend had windows but it kept screewing up his dell inperion 1100 laptop so i hooked him up with a knoppix boot cd. But that was slow and did not work well for him. SO last night We installled SUSE for him the installation went well and worked but when he boots it say it takes him to a terminal. so i dont know what to do
|
|
|||
|
Quote:
Without that information, there is something you could try, which is this: a. turn on laptop, and when Grub boot menu appears, type "level 3" in the options line. b. loggin as user "jasonsfriend" (or what ever your friend's account happens to be), c. type "su" to get root permissions, and enter root password, d. type "cp /etc/X11/xorg.conf /etc/X11/xorg.conf.bak.today to backup the xorg.conf file, e. type "sax2 -m 0=vesa" to configure the xwindows to a vesa driver, f. test the graphics while sax2 is running. If successful, exit sax2 and go on to item-g, g. type "exit" to get rid of root permissions, then type "whoami" to confirm you are back to user jasonsfriend. h. type "startx". If that works, immediately exit xwindows, which will bring you back to the text prompt. i. type "su" to get root permissions, and enter root password, j. type "shutdown -r now" to reboot, k. when grub menu appears, select SuSE but DO NOT enter "level 3" this time, but let it boot normally. l. does that work? If it doesn't, try the above again, but this time in "failsafe mode" from the grub menu. Good luck. |
|
|||
|
Quote:
Surfing the net I found this SuSE-9.0 user's experience: http://www.velofahren.de/e_dell-inspiron-1100.html Quoting from that URL: Quote:
By the way, reference live CDs, I find Kanotix (a Knoppix derivative) has newer drivers than Knoppix, and it is more successful in running with different hardware than Knoppix. |
|
|||
|
Quote:
how can i download the file? and install from the command line? You cannot get into the graphical mode |
|
|||
|
Quote:
|
|
|||
|
how do i open a floppy from command line. never used it on command line. This is how the setup works. friend has laptop, i have two computers. one on suse linux now and one on windows
|
|
|||
|
Quote:
Assuming the floppy is mounted under /media/floppy (which I believe is the default SuSE location), and assuming your friend's laptop has a floppy drive: Something like this: oldcpu@linux:~> su Password: oldcpuspassword linux:/home/oldcpu # mount /media/floppy linux:/home/oldcpu # Then get rid of your root permissions with 'exit'. ... ie. linux:/home/oldcpu # exit To copy a file, do something like this: oldcpu@linux:~> cp /media/floppy/file1.txt /home/oldcpu/. And "file1.txt" will be in the /home/oldcpu directory. When you are done, unmount the drive by something like this: oldcpu@linux:~> su Password: oldcpuspassword linux:/home/oldcpu # umount /media/floppy linux:/home/oldcpu # Then get rid of your root permissions with 'exit'. ... ie. linux:/home/oldcpu # exit Of course, your friend's directory won't be /home/oldcpu, it will be something else, which you need to determine. You know, there are a LOT of tutorials on this on the web. ... Plus lots of tutorials for directory navigation commands, tutorials for untaring a file from the command line, for running rpm from the command line, etc .... I am an "oldcpu" and my memory is not perfect. ... Sometimes a good surf to get an answer is a good thing. ... |
|
|||
|
where is the options line?
when it boots it gives you three options suse linux 10.0 floopy suse linux10 failsafe and f1 help f2 other options |
|
|||
|
Quote:
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|