LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   FC12 Kickstart and Anaconda (https://www.linuxquestions.org/questions/linux-server-73/fc12-kickstart-and-anaconda-799550/)

mcrites 04-02-2010 06:25 AM

FC12 Kickstart and Anaconda
 
I am successfully able to kickstart FC12 onto my system, however once anaconda runs it changes the resolution of the console when running a text mode install. Are there any kickstart options that can control this behavior?

I tried to set resolution and nofb in the kickstart configuration. I am using the text option for text install.

My problem is that my remote KVM doesn't support the console resolution.

Thanks for any help.

kbp 04-02-2010 07:11 AM

You cant set the resolution in the kickstart file but you can pass it as a kernel argument when booting, try 'resolution=640x480' or 'resolution=800x600'

cheers

mcrites 04-03-2010 06:43 AM

I tried the resolution parameter, but anaconda said it was an unkown parameter.

kbp 04-03-2010 09:12 PM

When you boot from whichever media to perform the installation, you should get a 'boot: ' prompt. Usually you'll type 'linux ks=xxxxx ... ' etc, if you include 'resolution=800x600' on that same line it should work

hth


All times are GMT -5. The time now is 06:26 PM.