<div dir="ltr">Video issues like this are always frustrating.  It isn't quite clear when you are having issues here, but it sounds like you have booted from USB to install SuSE, and after the install when booting your disk drive are losing video after Grub once the boot sequence starts.  If this is the case, there are a few things that you can try to debug the issue - mostly editing your kernel parameters on boot.  Within Grub, you'll want to edit your current boot options.  You'll probably want to do a couple things here:<br><br>1.  If "quiet splash" exists, get rid of them.  This will disable the OS boot logos/animiations and show the kernel output on boot.  This might show some error in the process.<br>2.  If that doesn't help, try adding the "nomodeset" parameter.  This will disable the kernel from loading a video driver until after X is loaded.<div>3.  If that doesn't help, try adding a manual VESA vga mode.  Something like "vga=791" which should force it to VESA 1024x768 16bit.</div><div>4.  If there is a bad kernel module that is causing the issue and you know what module that is, you might want to blacklist it.  You can blacklist it on boot by adding this to your kernel parameters.  <span style="background-color:transparent;color:inherit;font-family:Consolas,Monaco,"Andale Mono",monospace;font-size:inherit;white-space:inherit"> </span> "module_name.blacklist=1 rd.driver.blacklist=<<module_name>>"   (fill in the << >> area with your module name)</div><div><br></div><div>Good luck!<br><br>Some reading on the topic:<br><a href="https://github.com/torvalds/linux/blob/master/Documentation/admin-guide/kernel-parameters.txt">https://github.com/torvalds/linux/blob/master/Documentation/admin-guide/kernel-parameters.txt</a><br><a href="https://askubuntu.com/questions/716957/what-do-the-nomodeset-quiet-and-splash-kernel-parameters-mean">https://askubuntu.com/questions/716957/what-do-the-nomodeset-quiet-and-splash-kernel-parameters-mean</a><br></div><div><br></div><div>Chris</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sun, Nov 14, 2021 at 3:16 PM Grand Rapids Linux Users Group <<a href="mailto:grlug@grlug.org">grlug@grlug.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Building a new system with an Asus B560-Plus & an i5; booting from USB<br>
works fine, but when switching between Grub2 and the install process the<br>
video switches and then disappears; tried two different distros, but DNW<br>
(SuSE 15.3 & 15.2) after initial boot; two different monitors also.<br>
<br>
Seems like the video mode of the 2nd stage is not supported, .. anyone<br>
seen anything like this before?<br>
<br>
        Thanks!<br>
-- <br>
grlug mailing list<br>
<a href="mailto:grlug@grlug.org" target="_blank">grlug@grlug.org</a><br>
<a href="https://shinobu.grlug.org/mailman/listinfo/grlug" rel="noreferrer" target="_blank">https://shinobu.grlug.org/mailman/listinfo/grlug</a><br>
</blockquote></div>