LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Centos installation without VGA over VNC/Console (https://www.linuxquestions.org/questions/linux-newbie-8/centos-installation-without-vga-over-vnc-console-4175456698/)

tripialos 04-03-2013 09:15 AM

Centos installation without VGA over VNC/Console
 
Greetings

I might fire up a silly question but i have no other choice.

I have an embedded board and i want to install Centos 5.5 on it with the use of a usb DVD-ROM but my problem is that the board does not have any VGA output.

I followed the below guide which as far as i understood it will let you perform the installation via VNC.

http://wiki.centos.org/TipsAndTricks/VncHeadlessInstall

I did all the procedures from the guide, i started Remmina VNC in listening mode and the system boots correctly with the below output:

Quote:

Running anaconda, the CentOS system installer - please wait...
Starting VNC...


WARNING!!! VNC server running with NO PASSWORD!
You can use the vncpassword=<password> boot option
if you would like to secure the server.


The VNC server is now running.
Attempting to connect to vnc client on host 192.168.0.10...
Connected!
Press <enter> for a shell
Starting graphical installation...
XKB extension not present on :1

What i dont get is...if i want to connect and perform the install via VNC.. why do i have to set my laptop (runnung ubuntu) to listening mode and the embedded board has to connect on it? Isnt it the other way around, meaning that i should connect to the board FROM my laptop?

Is this supposed to give me a VNC to the installation proccess or am i completely mistaken for the whole thing?

Thanks

dhrumantgoradia 04-04-2013 01:14 AM

You could adapt this unattended setup to 5.5:

http://blog.codingtony.com/2012/12/u...s-63-with.html

michaelk 04-04-2013 01:21 AM

What is the make / model of your embedded board?

tripialos 04-04-2013 01:23 AM

Quote:

Originally Posted by michaelk (Post 4924788)
What is the make / model of your embedded board?

Hi michael

It is an

openvox ipc110

http://www.openvox.cn/en/products/em...ds/ipc110.html

tripialos 04-04-2013 06:32 AM

SOLVED


The actuall method above is pretty awsome. You have the keyboard and mouse via the Console port
and you have the VGA output to your screen via network.

My mistake was that i was starting Remmina VNC app (ubuntus default) in listening mode which was actually starting a VNC server. I then realized that

I HAD TO START THE VNC VIEWER IN LISTENING MODE AND NOT A VNC SERVER.

I did this by executing the command

Quote:

vncviewer -listen
I Booted the embedded system and then vouala... GUI installation

:-D


All times are GMT -5. The time now is 12:16 PM.