LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Server
User Name
Password
Linux - Server This forum is for the discussion of Linux Software used in a server related context.

Notices


Reply
  Search this Thread
Old 12-29-2010, 01:44 PM   #1
shizzles
LQ Newbie
 
Registered: Jun 2005
Location: Chicago
Distribution: Ubuntu Server & Debian 6
Posts: 23

Rep: Reputation: 1
Text Based Server Install


Hi guys/gals,

I am trying to install either Ubuntu or CentOS server in text mode only. The problem I am having is that the hardware that I am trying to install it on has no vga output, I can only connect to it via console cable.

I am able to boot from USB CDROm or flash drive but unfortunately since the hardware does not have a gpu (atleast none that I'm aware of) I am unable to get past the boot screen.

If someone can point me in the right direction or know where I would be able to download the text install of either OS, that would be awesome.


Thanks in advance.
 
Old 12-29-2010, 02:29 PM   #2
eSelix
Senior Member
 
Registered: Oct 2009
Location: Wroclaw, Poland
Distribution: Arch, Kubuntu
Posts: 1,281

Rep: Reputation: 320Reputation: 320Reputation: 320Reputation: 320
You can install Ubuntu through network via ssh. For this you must start installation with kernel arguments, for example I used:
Code:
locale=pl_PL console-setup/ask_detect=false hostname= interface=auto mirror/country=manual mirror/http/host
name=APT:3142 mirror/http/directory=/ubuntu priority=critical auto url=http://APT/ubuntu-ssh.seed quiet
where APT is my apt-cacher server, it is not required, if you not specify one, I think some default will be used. Preseed file also is not required, but with it you can prepare totally automatic installation.

You can also connect to your PC with monitor through serial (RS232) cable, Ubuntu installer also support this, but I didn't tested it.

You can find more info in Installation guide.

Last edited by eSelix; 12-29-2010 at 02:35 PM.
 
Old 12-29-2010, 02:33 PM   #3
reed9
Member
 
Registered: Jan 2009
Location: Boston, MA
Distribution: Arch Linux
Posts: 653

Rep: Reputation: 142Reputation: 142
You can download a text installer for Ubuntu here. No idea about centos.
 
Old 12-29-2010, 03:54 PM   #4
shizzles
LQ Newbie
 
Registered: Jun 2005
Location: Chicago
Distribution: Ubuntu Server & Debian 6
Posts: 23

Original Poster
Rep: Reputation: 1
Thanks guys, I will try doing both and let you guys know how it went.
 
Old 12-29-2010, 07:24 PM   #5
jamrock
Member
 
Registered: Jan 2003
Location: Kingston, Jamaica
Posts: 444

Rep: Reputation: 41
You can do a text installation from the regular CentOS cd.

Just type linux text

Last edited by jamrock; 12-29-2010 at 07:39 PM.
 
Old 01-30-2011, 03:17 PM   #6
shizzles
LQ Newbie
 
Registered: Jun 2005
Location: Chicago
Distribution: Ubuntu Server & Debian 6
Posts: 23

Original Poster
Rep: Reputation: 1
still unable to get it to work

Last edited by shizzles; 01-30-2011 at 10:13 PM.
 
Old 01-31-2011, 09:44 AM   #7
Reuti
Senior Member
 
Registered: Dec 2004
Location: Marburg, Germany
Distribution: openSUSE 15.2
Posts: 1,339

Rep: Reputation: 260Reputation: 260Reputation: 260
Does the machine support to run without a graphic card - how can you change the boot order in the BIOS? Is it a dedicated server machine with decent documentation? It may also help to install a graphic card temporarily.
 
Old 01-31-2011, 12:00 PM   #8
shizzles
LQ Newbie
 
Registered: Jun 2005
Location: Chicago
Distribution: Ubuntu Server & Debian 6
Posts: 23

Original Poster
Rep: Reputation: 1
It is a headless server very similar to this device http://axiomtek.com/products/ViewPro...231&ptype1=209
 
Old 01-31-2011, 12:16 PM   #9
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,680

Rep: Reputation: 5894Reputation: 5894Reputation: 5894Reputation: 5894Reputation: 5894Reputation: 5894Reputation: 5894Reputation: 5894Reputation: 5894Reputation: 5894Reputation: 5894
My first guess is you need to configure the installer to redirect to a console port. However if the BIOS automatically redirects the output to a console port can you see any output when the CD boots?

Boot the CentOS CD and at the prompt try the following command.

boot: Linux console=ttyS0 (assuming console is standard 9600,N,8,1)
if not 9600 then substitute the baud rate as below
console=ttyS0,9600n8

Last edited by michaelk; 01-31-2011 at 12:22 PM.
 
Old 01-31-2011, 12:25 PM   #10
shizzles
LQ Newbie
 
Registered: Jun 2005
Location: Chicago
Distribution: Ubuntu Server & Debian 6
Posts: 23

Original Poster
Rep: Reputation: 1
michaelk

Wouldn't the command Linux in

boot:Linux console=ttyS0

try to do the install in graphical mode ( I might be mistaken on that) or will the following command of console=ttyS0 negate that and make install text by default instead ?
 
Old 01-31-2011, 12:57 PM   #11
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,680

Rep: Reputation: 5894Reputation: 5894Reputation: 5894Reputation: 5894Reputation: 5894Reputation: 5894Reputation: 5894Reputation: 5894Reputation: 5894Reputation: 5894Reputation: 5894
Never actually tried using console mode. I assume you meant:

linux text console=ttyS0

See what happens...
 
Old 01-31-2011, 09:26 PM   #12
shizzles
LQ Newbie
 
Registered: Jun 2005
Location: Chicago
Distribution: Ubuntu Server & Debian 6
Posts: 23

Original Poster
Rep: Reputation: 1
Talking

So after countless hours of searching i FINALLY found a tutorial that showed me exactly what i needed to do.

I appreciate all the help you guys provided for me.

For the future, here is the link to anyone that needs to do a headless linux install

http://markliggett.wordpress.com/201...a-cdrom-drive/
 
  


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
server hangs while having a text based installation of Centos DomU on Lenny tkmsr Linux - Virtualization and Cloud 6 02-08-2011 12:32 PM
server all text based jahanzeb1982 Linux - Server 3 04-11-2008 02:26 PM
Considering writing a server for a virtual world (text-based, like MUD) - Which lang? iceportal Programming 9 09-22-2006 12:23 PM
Text based Ubuntu install williamssm Linux - Newbie 3 01-26-2006 04:46 PM
how can i install suse 8 with text-based install? existence Linux - General 0 09-01-2002 02:33 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Server

All times are GMT -5. The time now is 04:40 PM.

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