You are not logged in.
Pages: 1
My environment:
Windows 7 64 bit contains VirtualBox contains archlinux 32 without X window.
Problem:
I set grub2 in the virtualbox.
When boot archlinux, I found grub2 automatic expand text mode to about 200x60.
It over my window's size.
I must use scroll bar to use it.
How to setup grub2 to use proper text mode?
Last edited by dlin (2011-08-12 16:59:21)
Running 4 ArchLinux including sh4twbox,server,notebook,desktop. my AUR packages
Offline
Set the mode you want in grub.cfg. Like
set gfxmode="1024x768x32"
My new forum user/nick name is "the.ridikulus.rat" .
Offline
skodabenz,
thanks.
But, I've read the grub.cfg's comment, said it should not edit directly.
I don't know how to modify the cfg properly.
Here is my method, I don't know is that proper:
edit /etc/default/grub # modify GRUB_GFXMODE=1024x768x32
grub-mkconfig -o /boot/grub/grub.cfg
reboot
Running 4 ArchLinux including sh4twbox,server,notebook,desktop. my AUR packages
Offline
Pages: 1