LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 05-14-2006, 09:05 PM   #1
dalebo
LQ Newbie
 
Registered: May 2006
Posts: 9

Rep: Reputation: 0
What do after view Text Editor


After successfully installing the kernel and before I install the GRUB bootloader, it asks me to review the configuration file which I did. Then what? How do I save then exit the editor and then install the bootloader? There are no instructions to save and exit the editor. Thanks.
 
Old 05-14-2006, 09:20 PM   #2
Simon Bridge
LQ Guru
 
Registered: Oct 2003
Location: Waiheke NZ
Distribution: Ubuntu
Posts: 9,211

Rep: Reputation: 198Reputation: 198
Which distro is this, and how are you installing it?
What have you tried? (Usually pressing "enter" or "esc" will do what you want.)
What is the "text editor"? (Presumably not a gui since save and exit are in the menues - perhaps this is emacs or vi?)

Nothing is standard in linux. You have to be specific.

for vi, the ":" starts the cammand options.

":help"<enter> gets help
":q"<enter> quits

I've never used emacs

Last edited by Simon Bridge; 05-14-2006 at 09:29 PM.
 
Old 05-15-2006, 06:40 PM   #3
dalebo
LQ Newbie
 
Registered: May 2006
Posts: 9

Original Poster
Rep: Reputation: 0
Help after Text Editor

I'm so new to Linux that I am not sure of your questions; hope this helps. I am using the CD to HD install of Arch Linux 0.7.1 (Noodle)
There is no save or exit option on the screen of the editor after I scroll all the way down after inspection. When I go to the Help menu it does have a list of things including (I think but am not home to verify at present) ^XY to Save; I believe but am not sure what that means. ESC does nothing for me. I am so close to finishing the insatll as I have ONLY the bootloader IF I can get past and saving and then exiting from the Text Editor. Thanks. Hope this helps.
 
Old 05-15-2006, 07:05 PM   #4
ethics
Senior Member
 
Registered: Apr 2005
Location: London
Distribution: Arch - Latest
Posts: 1,522

Rep: Reputation: 45
hold ctrl, press X and then Y that'll save and quit Nano (the 'easy' editor option arch gives you).
 
Old 05-16-2006, 09:09 PM   #5
dalebo
LQ Newbie
 
Registered: May 2006
Posts: 9

Original Poster
Rep: Reputation: 0
When I used the NANO editor and pressed CTRL XY it went on to save and then I was able to exit, install the GRUB bootloader, leave the install CD in and then reboot. It told me that all was fine, I rebooted again without the CD, it started OK then gave me a recurring (among other things) DriveReday SeekComplete Errors, ide:failed opcode was unknown and DriveStatusError BadCRC. Any suggestions? Thanks again
 
Old 05-16-2006, 09:16 PM   #6
AwesomeMachine
LQ Guru
 
Registered: Jan 2005
Location: USA and Italy
Distribution: Debian testing/sid; OpenSuSE; Fedora; Mint
Posts: 5,524

Rep: Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015
Crc

Quote:
Originally Posted by dalebo
When I used the NANO editor and pressed CTRL XY it went on to save and then I was able to exit, install the GRUB bootloader, leave the install CD in and then reboot. It told me that all was fine, I rebooted again without the CD, it started OK then gave me a recurring (among other things) DriveReday SeekComplete Errors, ide:failed opcode was unknown and DriveStatusError BadCRC. Any suggestions? Thanks again
CRC errors are usually caused by a bad drive, or a drive writing to bad sectors. You should check the drive with the manufacturers utility for verifying drive integrity.
 
Old 05-17-2006, 06:50 AM   #7
dalebow
LQ Newbie
 
Registered: May 2006
Posts: 1

Rep: Reputation: 0
Actually, I'm dalebo

I WAS able to install Win XP on the computer so I don't know why I would get disk errors while trying to install Linux. Is there a different version of Linux I should try? I burned the ISO for this one but maybe a different one would be better?
 
Old 05-17-2006, 10:03 PM   #8
dalebo
LQ Newbie
 
Registered: May 2006
Posts: 9

Original Poster
Rep: Reputation: 0
Help please

OK. I started over with Debian Linux on the hard drive from CDD and active Internet connection. I went through the complete install, it prompted for my login and password successfully. Now I am at the prompt dale@debian:~$. What do I do now? Reboot or what. Everything seemed to fine on the instakll. Help ! Thanks.
 
Old 05-18-2006, 12:40 AM   #9
Wim Sturkenboom
Senior Member
 
Registered: Jan 2005
Location: Roodepoort, South Africa
Distribution: Ubuntu 12.04, Antix19.3
Posts: 3,794

Rep: Reputation: 282Reputation: 282Reputation: 282
Now you can start using Linux using the CLI (command line interpreter). It's like in the old DOS days. Some will help. The linux documentation project might be of interest.

Some usefull commands in the CLI:
ls to list the content of a directory
cd to change directory
cp to copy a file
mv to move a file
rm to remove a file
man manual pages (help); i.e. type man ls and press <enter>

You probably want some graphical stuff. Type startx and press <enter>. If you have installed X, it should give you a graphical user interface.
If that works, it will probably not have the correct resolutions and refresh rates. <ctrl><alt>+ and <ctrl><alt>- will allow you to cycle trough the resolutions.

There are a lot of things that you have to figure out. One of them probably to get better refreshrates and next to get X started automatically. Another one to get printers to work as well as scanners and other stuff. Sometimes it's easy as it's already supported, sometimes lots of research, sweating and swearing will do the trick; but the satisfaction can be great when you manage to get something to work.

You can always come back here with questions.

Enjoy Linux

Last edited by Wim Sturkenboom; 05-18-2006 at 12:43 AM.
 
Old 05-18-2006, 09:07 PM   #10
dalebo
LQ Newbie
 
Registered: May 2006
Posts: 9

Original Poster
Rep: Reputation: 0
I guess I'm in OK

So I am to assume (since I have never even seen Linux before) that it is normal after I login to see a prompt to go further? And since when I typed in startx and nothing happened that I do not have the GUI interface already loaded in? If all this is true, where do I go from here?
 
Old 05-18-2006, 09:39 PM   #11
Simon Bridge
LQ Guru
 
Registered: Oct 2003
Location: Waiheke NZ
Distribution: Ubuntu
Posts: 9,211

Rep: Reputation: 198Reputation: 198
Prompt to go further? What does it look like?

For me, with no GUI, the prompt says "Login" or something like that.
I enter my username at the prompt, then enter my password (nothing gets echoed to the screen for password - not even a row of asterisks). Then I get a prompt which shows my username and a "$" sign. Then I can enter "startx".
 
Old 05-19-2006, 12:00 AM   #12
Wim Sturkenboom
Senior Member
 
Registered: Jan 2005
Location: Roodepoort, South Africa
Distribution: Ubuntu 12.04, Antix19.3
Posts: 3,794

Rep: Reputation: 282Reputation: 282Reputation: 282
Quote:
Originally Posted by dalebo
So I am to assume (since I have never even seen Linux before) that it is normal after I login to see a prompt to go further?
Yes, if you've never used Linux before, you don't know what to expect so you can think that it's normal or you can think that it's abnormal (when you expect a gui).
Some distro's offer you an option during install to boot to X or not.

Quote:
Originally Posted by dalebo
And since when I typed in startx and nothing happened that I do not have the GUI interface already loaded in? If all this is true, where do I go from here?
startx loads the graphical environment. It might however not be installed.
When you type startx, something must happen. Either it being an error message from the shell that it can't find the command or an error message from X that something is wrong or a (hopefully, but not in your case yet) it starts the graphical environment.

So as 'nothing' happens, what is the error that you get?
 
Old 05-19-2006, 12:29 AM   #13
Simon Bridge
LQ Guru
 
Registered: Oct 2003
Location: Waiheke NZ
Distribution: Ubuntu
Posts: 9,211

Rep: Reputation: 198Reputation: 198
But if the prompt says "continue (Y/n):" then this would not be normal - and it could be described as "a prompt to continue", and typing "startx" there would be the wrong thing to do. If the prompt says "dalebo@localhost [~]:" ... this would be better. If it says "simon@indigo-prime [~]" then this is very wrong and he should log out of my computer immediatly However, I see it is "dale@debian [~]:" which is excellent and expected.

Possibly /sbin/startx will work? But I agree - we want to see the error message.

A GUI is normal for the default install from practically all major distros.

I am curious that some information is missing that most debian folk would include: which debian release is this? Is this the stable or unstable tree? Is this a workstation or server install?

For eg. there is an installation manual at: http://www.debian.org/
These details are covered therein. Particularily:
http://www.debian.org/releases/stable/i386/ch07.html.en

It looks like Dale has gone through the base-config system: sets up time zone, users and groups etc. Including this bit:
Quote:
7.2.5. Package Installation

Next you will be offered a number of pre-rolled software configurations offered by Debian. You could always choose, package by package, what you want to install on your new machine. This is the purpose of the aptitude program, described below. But this can be a long task with around 15250 packages available in Debian!
... at least one of these pre-rolled packages includes a gui.

At this point - presumably "aptitude install gdm" or "aptitude install kde" will install the gui system and everything it depends on (like the x server)... then startx will work.

This is where debian diverges strongly from slackware - the packages tend to be pre-compiled binaries installed through a dedicated package manager. Practically everything is done via this. Direct manipulation of configuration files tends to be de-emphasised.
 
Old 05-19-2006, 10:55 AM   #14
dalebo2
LQ Newbie
 
Registered: May 2006
Posts: 1

Rep: Reputation: 0
No GUI

Wow; a lot of stuff. Anyway there is no GUI already installed. I guess I'll habve to go back and find and install one of the packages to get me the GUI. I used a stable, workstation release using all default installs.
 
Old 05-19-2006, 11:32 AM   #15
deroB
Member
 
Registered: Dec 2005
Location: Sydney, Australia
Distribution: Arch Linux
Posts: 208

Rep: Reputation: 30
to install a desktop environemnt in Debain is real easy.

you need to be root so do this:
Code:
dale@debian:~$ su
[su gives you root privillages]
root@debian:~$ apt-get update
root@debian:~$ apt-get install kde
or
root@debian:~# apt-get install gnome
after this exit from root and startx
Code:
root@debian# exit
root@debian:~$ startx
if you want a graphical login manager you can then install kdm or gdm
Code:
# apt-get install kdm //for kde
# apt-get install gdm //for gnome
good luck

ps. there are many other window managers but gnome and kde are probably easiest for newbies.

edit:
when i first installed debian i didn't realise the space bar toggled the option for installing desktop enviroments during the install... so i had the same problem of no gui


edit2
just fully read the post from Simon Bride..
oops, .
but he's right..the good thing about debian is there is no need to edit anything after installing, aptitude will sort out the config files and you should have x working.

if you want to use a GUI package manager you can install synaptic, which is a front end for apt.

Last edited by deroB; 05-19-2006 at 11:55 AM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Which light text editor can copy text from file and paste in browser? davidas Linux - Software 9 03-06-2006 11:28 AM
Konqueror's "text view" option makes text green. newtwolinux SUSE / openSUSE 2 08-26-2005 06:45 AM
E3 Text editor Blackout_08 Fedora 1 03-07-2005 01:21 AM
x text editor monohouse Linux - Software 8 11-08-2004 06:09 AM
vi text editor keevitaja Linux - Newbie 4 08-23-2002 03:13 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 08:45 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration