From Fedora Project Wiki
m (Use template) |
(add more details how to test) |
||
Line 2: | Line 2: | ||
|description=A complete installation using the graphical installer over VNC | |description=A complete installation using the graphical installer over VNC | ||
|actions= | |actions= | ||
<ol> | |||
<li>Boot the installer with the command-line option ''vnc'' (added as a kernel option in boot selection screen)</li> | |||
<li>Watch the text messages printed out, you should see something like this: | |||
<pre> | |||
Running anaconda 13.42, the Fedora system installer - please wait. | |||
09:12:24 Starting VNC... | |||
09:12:25 The VNC server is now running. | |||
09:12:25 | |||
WARNING!!! VNC server running with NO PASSWORD! | |||
You can use the vncpassword=<password> boot option | |||
if you would like to secure the server. | |||
09:12:25 Please manually connect your vnc client to 192.168.1.17:1 to begin the install. | |||
09:12:25 Starting graphical installation. | |||
</pre></li> | |||
<li>Connect with VNC client (vncviewer, vinagre) to the specified address, you should see the graphical installation.</li> | |||
</ol> | |||
|results= | |results= | ||
# Anaconda starts Xvnc properly | # Anaconda starts Xvnc properly | ||
# User can connect with VNC client | |||
# Anaconda completes successfully | # Anaconda completes successfully | ||
# Reboot successfully into installed system | # Reboot successfully into installed system |
Revision as of 10:05, 15 June 2010
Description
A complete installation using the graphical installer over VNC
How to test
- Boot the installer with the command-line option vnc (added as a kernel option in boot selection screen)
- Watch the text messages printed out, you should see something like this:
Running anaconda 13.42, the Fedora system installer - please wait. 09:12:24 Starting VNC... 09:12:25 The VNC server is now running. 09:12:25 WARNING!!! VNC server running with NO PASSWORD! You can use the vncpassword=<password> boot option if you would like to secure the server. 09:12:25 Please manually connect your vnc client to 192.168.1.17:1 to begin the install. 09:12:25 Starting graphical installation.
- Connect with VNC client (vncviewer, vinagre) to the specified address, you should see the graphical installation.
Expected Results
- Anaconda starts Xvnc properly
- User can connect with VNC client
- Anaconda completes successfully
- Reboot successfully into installed system