pve kernel video resolution

suprstar

New Member
Feb 8, 2012
10
0
1
This is probably more of a linux question than a proxmox question, but here it is:

I have a supermicro server host with debian 6 and proxmox 2.2. Wien I boot the pve kernel that got installed, the linux CLI goes into this high resolution 50 line mode. I want to disable this, because the IPMI card isnt capable of the higher resolution. I want it to stay in the standard 80x25 character cell CLI. How can I do this?
 
do the following:

Code:
nano /etc/default/grub

find the following and uncomment it:
Code:
...
# Uncomment to disable graphical terminal (grub-pc only)
GRUB_TERMINAL=console
...

and finally:

Code:
update-grub