Re: Disable graphics completly

2017-03-20 Thread Andrei Borzenkov
On Mon, Mar 20, 2017 at 2:57 PM, Andrei Borzenkov wrote: > On Mon, Mar 20, 2017 at 1:47 PM, Gailu Singh wrote: >> Thanks Daniel. >> >> I do not see video specific modules in the below list (guessing based on the >> names though, so may be wrong) >> > > Default output driver on coreboot platform i

Re: Disable graphics completly

2017-03-20 Thread Andrei Borzenkov
On Mon, Mar 20, 2017 at 1:47 PM, Gailu Singh wrote: > Thanks Daniel. > > I do not see video specific modules in the below list (guessing based on the > names though, so may be wrong) > Default output driver on coreboot platform in text mode VGA. Unfortunately GRUB starts output even before evalua

Re: Disable graphics completly

2017-03-20 Thread Gailu Singh
Thanks Daniel. I do not see video specific modules in the below list (guessing based on the names though, so may be wrong) ./grub-mkstandalone --grub-mkimage=./grub-mkimage -O i386-coreboot -o default_payload.elf --modules='ls ahci pata ehci uhci ohci usb_keyboard usbms part_msdos ext2 fat at_key

Re: Disable graphics completly

2017-03-20 Thread Daniel Kiper
On Mon, Mar 20, 2017 at 02:58:01PM +0530, Gailu Singh wrote: > Hi Experts, > > We are using coreboot + grub to load Linux. We display splash screen in > coreboot but this splash screen is wiped out by GRUB. Our requirement is to > continue same splash screen (loaded by coreboot) on display until Li