Comment 1 for bug 1294286

Revision history for this message
Miroslav Anashkin (manashkin) wrote : Re: Remove all conflicting options from GRUB GRUB_CMDLINE_LINUX and make them configurable

It was reported the following settings also work well with problematic hardware:
self.late("sed -i "
                  "-e 's/.*GRUB_TERMINAL.*/GRUB_TERMINAL=console/g' "
                  "-e 's/.*GRUB_GFXMODE.*/#GRUB_GFXMODE=640x480/g' "
                  "-e 's/.*GRUB_CMDLINE_LINUX.*/"
                  "GRUB_CMDLINE_LINUX=\"console=tty0 "
                  "rootdelay=90 nomodeset nofb"
                  "console=ttyS0,9600\"/g' /etc/default/grub", True)
        self.late("umount /target/proc")