Results 1 to 9 of 9
I have recently re-installed openSUSE 10.2 due to some obscure error that I couldn't fix. Everything works fine, apart from two things. The first isn't very important, but on boot ...
- 04-14-2007 #1
Screen resoultion in virtual terminal.
I have recently re-installed openSUSE 10.2 due to some obscure error that I couldn't fix. Everything works fine, apart from two things. The first isn't very important, but on boot the blue spashscreen isn't there. I always push Esc to get rid of it anyway, but I'm still wondering why that happened. Also, when I use a virtual terminal (By pressing Ctrl-Alt-F1) The text is large. It's like the resolution has been changed from 1280 x 1024 to 640 x 480.
- 04-14-2007 #2
post the contents of /boot/grub/menu.lst file.
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 04-15-2007 #3
# Modified by YaST2. Last modification on Tue Apr 10 16:07:32 BST 2007
default 0
timeout 8
gfxmenu (hd0,5)/boot/message
title openSUSE 10.2
root (hd0,5)
kernel /boot/vmlinuz-2.6.18.8-0.1-default root=/dev/sda6 resume=/dev/sda7 splash=silent showopts
initrd /boot/initrd-2.6.18.8-0.1-default
title Windows
rootnoverify (hd0,0)
chainloader (hd0,0)+1
###Don't change this comment - YaST2 identifier: Original name: failsafe###
title Failsafe -- openSUSE 10.2
root (hd0,5)
kernel /boot/vmlinuz root=/dev/sda6 vga=normal showopts ide=nodma apm=off acpi=off noresume nosmp noapic maxcpus=0 edd=off 3
initrd /boot/initrd
###Don't change this comment - YaST2 identifier: Original name: linux###
title openSUSE 10.2 - Old Kernel
root (hd0,5)
kernel /boot/vmlinuz root=/dev/sda6 resume=/dev/sda7 splash=silent showopts
initrd /boot/initrd
- 04-15-2007 #4
You have to add a boot parameter in grub. Open YaST->System->Configuration of the bootloader. Select the default suse line, press 'modify'(?), in the line 'VGA mode' you enter 0x31a (that is 1280x1024, 16 bit color). Then save and reboot.
- 04-15-2007 #5
OR log in as root, open menu.lst file and add vga=0x31a at the end of kernel line.
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 04-15-2007 #6
Thanks guys, that fixed the resolution problem. How about the splash screen? I've had a poke around and it seems that the splash="silent" line in menu.lst has something to do with it.
- 04-15-2007 #7
The splash screen setting should be before any of the settings for OSs and look like this;
You can use any image as long as its of th type .xpm.gzCode:splashimage=(hd0,3)/grub/splash.xpm.gz
splash="silent" is the image you see after choosing openSuSE 10.2.
errr... hope thats not explaining the obvious
later" I didn't know it was a picture of his wife! I thought it was a publicity shot form Planet Of the Apes."
- 04-16-2007 #8
I had a look in the /boot/grub folder but there's no .xpm.gz file there.
- 04-16-2007 #9
Thats ok. I was talking out of arse anyway, in SuSE grub uses gfxmenu instead which i see you already have listed. The only other thing i can think of is whether grub is looking in the right partition;
but this is a last ditch suggestion on my part.Code:gfxmenu (hd0,5)/boot/message
i'm out
" I didn't know it was a picture of his wife! I thought it was a publicity shot form Planet Of the Apes."


Reply With Quote