<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[How to enlarge GRUB boot screen text]]></title><description><![CDATA[<p dir="auto">Hi - I tried editing the grub file in /etc/default to specifically set a resolution that would be readable, but it's not working.  Nothing changed.  Do you have some custom file or setting somewhere to adjust the size of the text displayed on grub boot?<br />
Thanks</p>
]]></description><link>https://forums.soplos.org/topic/37/how-to-enlarge-grub-boot-screen-text</link><generator>RSS for Node</generator><lastBuildDate>Sun, 20 Sep 2026 21:06:30 GMT</lastBuildDate><atom:link href="https://forums.soplos.org/topic/37.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 30 Aug 2026 14:27:50 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to How to enlarge GRUB boot screen text on Wed, 02 Sep 2026 08:34:34 GMT]]></title><description><![CDATA[<p dir="auto">Great to hear it worked! Good catch on <code>item_height</code> too — makes sense, a bigger font needs more vertical room per menu entry, and that's exactly the kind of detail the Font Selector doesn't handle automatically yet. Thanks for sticking with it and reporting back what fixed it, that's useful for anyone else who runs into the same thing.</p>
]]></description><link>https://forums.soplos.org/post/222</link><guid isPermaLink="true">https://forums.soplos.org/post/222</guid><dc:creator><![CDATA[subdes]]></dc:creator><pubDate>Wed, 02 Sep 2026 08:34:34 GMT</pubDate></item><item><title><![CDATA[Reply to How to enlarge GRUB boot screen text on Tue, 01 Sep 2026 22:04:00 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/subdes" aria-label="Profile: subdes">@<bdi>subdes</bdi></a> Ah! That did it! (editing the theme file).   I also had to edit the item_height property too, to fit the larger font on a line, but it works.   Thanks for the help <img src="https://forums.soplos.org/assets/plugins/nodebb-plugin-emoji/emoji/android/1f44d.png?v=e12d99ab516" class="not-responsive emoji emoji-android emoji--+1" style="height:23px;width:auto;vertical-align:middle" title=":+1:" alt="👍" /></p>
]]></description><link>https://forums.soplos.org/post/221</link><guid isPermaLink="true">https://forums.soplos.org/post/221</guid><dc:creator><![CDATA[HappySoplosUser]]></dc:creator><pubDate>Tue, 01 Sep 2026 22:04:00 GMT</pubDate></item><item><title><![CDATA[Reply to How to enlarge GRUB boot screen text on Tue, 01 Sep 2026 05:36:09 GMT]]></title><description><![CDATA[<p dir="auto">Hi again,</p>
<p dir="auto">Ah, that explains it — the Font Selector only <strong>generates</strong> the .pf2 font file, it doesn't automatically wire it into the theme. You still need to edit <code>theme.txt</code> by hand and point it to the new font you generated, otherwise GRUB keeps using the original font reference in the theme.</p>
<p dir="auto">The font file itself should be sitting wherever the Font Selector saved it (likely <code>/boot/grub/fonts/</code>). You'd need to open <code>theme.txt</code> (usually under <code>/boot/grub/themes/&lt;theme-name&gt;/theme.txt</code>) and change the relevant <code>font=</code> line to point to that new file.</p>
<p dir="auto">I'll look into making the Font Selector apply this automatically in a future update, since right now it's a manual step. Thanks for testing it and reporting back — no worries that it's not urgent for you!</p>
]]></description><link>https://forums.soplos.org/post/209</link><guid isPermaLink="true">https://forums.soplos.org/post/209</guid><dc:creator><![CDATA[subdes]]></dc:creator><pubDate>Tue, 01 Sep 2026 05:36:09 GMT</pubDate></item><item><title><![CDATA[Reply to How to enlarge GRUB boot screen text on Mon, 31 Aug 2026 23:46:26 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/subdes" aria-label="Profile: subdes">@<bdi>subdes</bdi></a> Hello<br />
Thanks for the information. I tried that Font Selector thing (I selected  NotoSansDisplayBold) and set the size to 50 and it says it generated it successfully, and then I clicked apply and it said it worked and updated the config, but no change.  GRUB screen still really small.<br />
It's not a huge problem, I can still read it if I try, and it's not like I need GRUB for anything on a regular basis, but it would be nice if the changes did apply.<br />
Oh well.  Probably some weird bug with Panther Lake and/or my screen.</p>
]]></description><link>https://forums.soplos.org/post/208</link><guid isPermaLink="true">https://forums.soplos.org/post/208</guid><dc:creator><![CDATA[HappySoplosUser]]></dc:creator><pubDate>Mon, 31 Aug 2026 23:46:26 GMT</pubDate></item><item><title><![CDATA[Reply to How to enlarge GRUB boot screen text on Sun, 30 Aug 2026 23:09:08 GMT]]></title><description><![CDATA[<p dir="auto">Hi again,</p>
<p dir="auto">Actually the Soplos Grub Editor itself has a font conversion/installation feature built in (the "Font Selector" tab, TTF/OTF → PF2 conversion), so you don't need to use <code>grub-mkfont</code> manually — you can generate a larger font right from there.</p>
<p dir="auto">Try going to that section of the editor, picking a TTF/OTF font, generating it at a larger size (e.g. 48-60px given your resolution on the XPS 16), and applying it from there. The "size" field you tried earlier in the general settings had no effect because it doesn't regenerate the actual font file — that has to be done through the font converter.</p>
<p dir="auto">Let us know if it still doesn't look right after generating the font at a bigger size.</p>
]]></description><link>https://forums.soplos.org/post/184</link><guid isPermaLink="true">https://forums.soplos.org/post/184</guid><dc:creator><![CDATA[subdes]]></dc:creator><pubDate>Sun, 30 Aug 2026 23:09:08 GMT</pubDate></item><item><title><![CDATA[Reply to How to enlarge GRUB boot screen text on Sun, 30 Aug 2026 17:32:34 GMT]]></title><description><![CDATA[<p dir="auto">Hi again - actually I just noticed your post in a different forum section about the Soplos Grub Editor.  So I just tried that.   It didn't help.    I switched the resolution down to 1920x1200 and also made the font 30px.  But when I boot the computer it still shows everything super tiny.</p>
]]></description><link>https://forums.soplos.org/post/183</link><guid isPermaLink="true">https://forums.soplos.org/post/183</guid><dc:creator><![CDATA[HappySoplosUser]]></dc:creator><pubDate>Sun, 30 Aug 2026 17:32:34 GMT</pubDate></item><item><title><![CDATA[Reply to How to enlarge GRUB boot screen text on Sun, 30 Aug 2026 15:01:52 GMT]]></title><description><![CDATA[<p dir="auto">Hi, the best way to editing te grub is the Soplos Grub Editor Application, but if you have manually edit a grub configuration file you must run the <code>sudo upgrade-grub</code> command in the terminal.<br />
Please remember: manually editing configuration files can lead to system problems and instability.</p>
]]></description><link>https://forums.soplos.org/post/187</link><guid isPermaLink="true">https://forums.soplos.org/post/187</guid><dc:creator><![CDATA[Simnandez]]></dc:creator><pubDate>Sun, 30 Aug 2026 15:01:52 GMT</pubDate></item></channel></rss>