Re: [coreboot] Coreboot + Seabios Asus F2A85-M LE card

2017-06-11 Thread Piotr Kubaj via coreboot
My F2A85-M has UEFI by default, you probably also have UEFI. That means bios_extract won't work. You can keep trying to extract with UEFITool, or try this path https://www.coreboot.org/VGA_support#Retrieval_via_Linux_kernel On 17-06-09 10:41:31, Gabriel Bosque wrote: > Okay. I tried a path,

Re: [coreboot] Coreboot + Seabios Asus F2A85-M LE card

2017-06-09 Thread qma ster
It takes some skill to extract a vgabios from official BIOS image, in some cases (for some types of the official BIOS) it is hardly doable. I recommend that you follow this path - https://www.coreboot.org/VGA_support#Retrieval_via_Linux_kernel Install the official BIOS image again, then boot Linux

Re: [coreboot] Coreboot + Seabios Asus F2A85-M LE card

2017-06-09 Thread Gabriel Bosque
Okay. I tried a path, which I thought was the most practical, but I have a problem: _I downloaded the .cap file from the card in Asus site _Using the UEFITool draw for asus.rom _By using ./bios_extract asus.rom, it gives msg: Error: Unable to detect BIOS Image type. Any tips? 2017-06-08 12:19

Re: [coreboot] Coreboot + Seabios Asus F2A85-M LE card

2017-06-08 Thread Piotr Kubaj via coreboot
https://www.coreboot.org/VGA_support On 17-06-08 11:01:55, Gabriel Bosque wrote: > Internal. Where do I find firmware for it? > > Tanks in advance > > 2017-06-08 10:45 GMT-03:00 Piotr Kubaj : > > > Do you use the internal GPU or external? If you use internal, you probably >

Re: [coreboot] Coreboot + Seabios Asus F2A85-M LE card

2017-06-08 Thread Gabriel Bosque
Internal. Where do I find firmware for it? Tanks in advance 2017-06-08 10:45 GMT-03:00 Piotr Kubaj : > Do you use the internal GPU or external? If you use internal, you probably > need firmware from AMD (SeaVGABIOS won't work). If you have external GPU, > you don't need VGA

Re: [coreboot] Coreboot + Seabios Asus F2A85-M LE card

2017-06-08 Thread Piotr Kubaj via coreboot
Do you use the internal GPU or external? If you use internal, you probably need firmware from AMD (SeaVGABIOS won't work). If you have external GPU, you don't need VGA option ROM at all. Anyway, you don't need SeaVGABIOS. You also put CONFIG_QEMU_HARDWARE=y, which is unnecessary.

Re: [coreboot] Coreboot + Seabios Asus F2A85-M LE card

2017-06-08 Thread Gabriel Bosque
I forgot the .configs... 2017-06-08 8:21 GMT-03:00 Gabriel Bosque : > Thanks for the feedback! > I imagine I just need to put the vbios file if the video card is not > default ... anyway could you suggest a file for me to test? (For this > motherboard model) > >

Re: [coreboot] Coreboot + Seabios Asus F2A85-M LE card

2017-06-08 Thread Gabriel Bosque
Thanks for the feedback! I imagine I just need to put the vbios file if the video card is not default ... anyway could you suggest a file for me to test? (For this motherboard model) 2017-06-08 0:01 GMT-03:00 Rafael Machado : > Hi Gabriel. > Since you are

Re: [coreboot] Coreboot + Seabios Asus F2A85-M LE card

2017-06-07 Thread Rafael Machado
Hi Gabriel. Since you are beginning in this world, be really carefull about using binaries you do not know the content. You could have a virus or a something similar installed on your system. :) Happy studies! Em Qua, 7 de jun de 2017 16:18, taii...@gmx.com escreveu: > You

Re: [coreboot] Coreboot + Seabios Asus F2A85-M LE card

2017-06-07 Thread taii...@gmx.com
You probably forgot to include the required VBIOS file required to use the integrated video. Any serial output? On 06/07/2017 09:43 AM, Gabriel Bosque wrote: Hello everyone, thank you for accepting me in the group. I am totally newbie, however, I would very much like to have a pc running

[coreboot] Coreboot + Seabios Asus F2A85-M LE card

2017-06-07 Thread Gabriel Bosque
Hello everyone, thank you for accepting me in the group. I am totally newbie, however, I would very much like to have a pc running coreboot + seabios on an Asus F2A85-M LE card, could someone send me a .rom to write to memory? I have tried to compile, but nothing appears on the display ... I think