Author Topic: vga=788 deprecated  (Read 1135 times)

Offline seeley11

  • New Friend
  • *
  • Posts: 8
vga=788 deprecated
« on: July 30, 2012, 09:11:50 AM »
Hi!
After having installed PCLinuxOS Phoenix with success I can't start it. Error message:
Code: [Select]
vga =788 deprecated, use set gfypayload=800x600 before linux commandI changed the menu.lst several times, but I always got  the same error message -
although I was replacing vga=788. Nevertheless the same message was displayed!
seeley
 
Edit: last try:
Code: [Select]
timeout 10
color black/cyan yellow/cyan
gfxmenu (hd0,10)/boot/gfxmenu
default 0

title PCL Phoenix
kernel (hd0,10)/boot/vmlinuz BOOT_IMAGE=PCL_Phoenix root=LABEL=Linux  quiet nokmsboot vmalloc=256M acpi=on splash=silent set gfxpayload=800x600x16
initrd (hd0,10)/boot/initrd.img

title linux-nonfb
kernel (hd0,10)/boot/vmlinuz BOOT_IMAGE=linux-nonfb root=LABEL=Linux  quiet nokmsboot vmalloc=256M acpi=on
initrd (hd0,10)/boot/initrd.img

title failsafe
kernel (hd0,10)/boot/vmlinuz BOOT_IMAGE=failsafe root=LABEL=Linux  quiet nokmsboot failsafe vmalloc=256M acpi=on
initrd (hd0,10)/boot/initrd.img
« Last Edit: July 30, 2012, 09:25:44 AM by seeley11 »

Offline seeley11

  • New Friend
  • *
  • Posts: 8
Re: vga=788 deprecated
« Reply #1 on: July 31, 2012, 02:27:00 AM »
HI!
After having searched in forums and with Google - no chance.
I give up.

Online gseaman

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 3791
Re: vga=788 deprecated
« Reply #2 on: July 31, 2012, 04:15:51 AM »
I have not seen this message before. If no one has reported this problem in the forum before, then you probably have a problem with the installation. You say that you installed with success. Does that mean it booted successfully at least once after the installation? If not, then the boot media (cd or usb?) has an error or the installation failed. Also, did you download the iso from here: http://www.pclinuxos.com/?page_id=213 ?

Galen

Offline Bald Brick

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 6372
  • I'm going South
Re: vga=788 deprecated
« Reply #3 on: July 31, 2012, 04:36:26 AM »
Some Googling indicates that the message "vga=788 deprecated, use set gfxpayload=800x600 before linux command" is very common -- but only in distros that use GRUB2. And even there using the traditional boot option "vga=XXX" should not lead to a failed start; you should get a warning and then the option should just be ignored.

"vga=XXX" works without warnings or error messages on all my systems (although they are a bit picky when it comes to which values for "XXX" that they find acceptable). If you leave out the option, a default resolution is specified in the file gfxboot.cfg in the archive /boot/gfxmenu, and you should be able to boot in text mode even if that file is missing or corrupt.

I think you have a failed install.
« Last Edit: August 01, 2012, 04:36:02 PM by Bald Brick »
Feed the trolls!
They need it!

AMD Athlon 7450 Dual-Core Processor, 7.80 GiB RAM, Nvidia GeForce GT 120/PCIe/SSE2, OpenGL/ES-version: 3.3 0 NVIDIA 295.40, SBx00 Azalia (Intel HDA) soundcard, ‎Logitech B500 webcam, SAA7146 DVB card, HDDs: Seagate 250824AS, Western Digital WD10EAVS-00D

Offline gdesilva

  • Jr. Member
  • **
  • Posts: 27
Re: vga=788 deprecated
« Reply #4 on: August 03, 2012, 07:08:42 PM »
Probably the problem is already solved... but I did get the same message when using Grub2 installed by Ubuntu on my PC. However, the boot process continues. In my case, the reason why boot failed was because for some reason, root was not set correctly. Once this was set to point to the correct partition, everything worked OK despite the vga=788 deprecated message.


Offline Bald Brick

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 6372
  • I'm going South
Re: vga=788 deprecated
« Reply #5 on: August 03, 2012, 09:49:06 PM »
Probably the problem is already solved... but I did get the same message when using Grub2 installed by another distro on my PC. However, the boot process continues.

That was my point. If you are using Grub2 the message is more or less correct, but the boot process should continue.

Quote
In my case, the reason why boot failed was because for some reason, root was not set correctly. Once this was set to point to the correct partition, everything worked OK despite the vga=788 deprecated message.


« Last Edit: August 16, 2012, 09:22:07 PM by Bald Brick »
Feed the trolls!
They need it!

AMD Athlon 7450 Dual-Core Processor, 7.80 GiB RAM, Nvidia GeForce GT 120/PCIe/SSE2, OpenGL/ES-version: 3.3 0 NVIDIA 295.40, SBx00 Azalia (Intel HDA) soundcard, ‎Logitech B500 webcam, SAA7146 DVB card, HDDs: Seagate 250824AS, Western Digital WD10EAVS-00D

Offline gdesilva

  • Jr. Member
  • **
  • Posts: 27
Re: vga=788 deprecated
« Reply #6 on: September 04, 2012, 06:07:30 PM »
HI!
After having searched in forums and with Google - no chance.
I give up.


Did you run 'update-grub' after making the modifications to your menu.lst? If you didn't your changes will not come into effect.