document.write('<script src="https://cdn.jsdelivr.net/highlight.js/9.0.0/highlight.min.js" type="text/javascript"></script>');
document.write('<link media="all" type="text/css" rel="stylesheet" href="https://cdn.jsdelivr.net/highlight.js/9.0.0/styles/default.min.css">');
document.write('<link media="all" type="text/css" rel="stylesheet" href="https://cdn.jsdelivr.net/highlight.js/9.0.0/styles/tomorrow.min.css">');
document.write('<style>#pastee-P3mgB3t8RRat40Iz-content { margin-top: 0px !important; background-color: #f7f7f9; border: 1px solid #e1e1e8; white-space: pre-wrap; } #pastee-P3mgB3t8RRat40Iz-content > code { margin-top: 0px !important; }</style>');
document.write('Paste provided by <a href="https://pastee.dev">Paste.ee</a> - <a href="https://pastee.dev/p/l99Id">View Original</a> - <a href="https://pastee.dev/r/l99Id/0">View Raw</a> - <a href="https://pastee.dev/d/l99Id/0">Download</a><br />');
document.write('<pre id="pastee-P3mgB3t8RRat40Iz-content"><code>Igen, használom a Grub Customizert.\n\nEgy kis pontosbítás. Most vettem észre, hogy az MX Linux /etc/default könyvtárában nincs ez a grub.ucf-dist file.\nDe a Linux Mint /etc/default könyvtárában viszont megvan.\nA boot folyamat az MX Linux grub-ját használhatja, mert ha abban módosítottam pl. a várakozási időt a Grub Customizerrel, \naz rögtön érvénybe lépett a következő rendszerindításkor,. Továbbá  a korábban telepített Mint esetén a grubnak nem volt &quot;képes&quot; háttere,\naz MX linux grub már háttérképpel indul, ezt látom induláskor. Szóval ebből gondoltam, hogy az MX grub az &quot;aktív&quot;. \n\nMindkét Linuxba telepítettem az apt-file alaklamzást. \nRákerestettem a apt-file search grub.ucf-dist paranccsal, de a grub.ucf-dist fájlt egyikben sem találta meg.\n\nAz UCF telepítve van, ezt írta ki a terminál:\ncourage@OptiPlex-9020:~$ apt-cache policy ucf\nucf:\n  Telepítve: 3.0043\n  Jelölt:    3.0043\n  Verziótáblázat:\n *** 3.0043 500\n        500 http://archive.ubuntu.com/ubuntu jammy/main amd64 Packages\n        500 http://archive.ubuntu.com/ubuntu jammy/main i386 Packages\n        100 /var/lib/dpkg/status\n\nVégül a grub fájlok tartalma:\n\nA Linux Mint-ben /etc/default/grub\n\n# If you change this file, run \&#039;update-grub\&#039; afterwards to update\n# /boot/grub/grub.cfg.\n# For full documentation of the options in this file, see:\n#   info -f grub -n \&#039;Simple configuration\&#039;\n\nGRUB_DEFAULT=&quot;0&quot;\nGRUB_TIMEOUT_STYLE=&quot;hidden&quot;\nGRUB_TIMEOUT=&quot;30&quot;\nGRUB_DISTRIBUTOR=&quot;`lsb_release -i -s 2&gt; /dev/null || echo Debian`&quot;\nGRUB_CMDLINE_LINUX_DEFAULT=&quot;quiet splash apm=power-off&quot;\nGRUB_CMDLINE_LINUX=&quot;&quot;\n\n# Uncomment to enable BadRAM filtering, modify to suit your needs\n# This works with Linux (no patch required) and with any kernel that obtains\n# the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)\n#GRUB_BADRAM=&quot;0x01234567,0xfefefefe,0x89abcdef,0xefefefef&quot;\n\n# Uncomment to disable graphical terminal (grub-pc only)\n#GRUB_TERMINAL=&quot;console&quot;\n\n# The resolution used on graphical terminal\n# note that you can use only modes which your graphic card supports via VBE\n# you can see them in real GRUB with the command `vbeinfo\&#039;\n#GRUB_GFXMODE=&quot;1024x768x16&quot;\n\n# Uncomment if you don\&#039;t want GRUB to pass &quot;root=UUID=xxx&quot; parameter to Linux\n#GRUB_DISABLE_LINUX_UUID=&quot;true&quot;\n\n# Uncomment to disable generation of recovery mode menu entries\n#GRUB_DISABLE_RECOVERY=&quot;true&quot;\n\n# Uncomment to get a beep at grub start\n#GRUB_INIT_TUNE=&quot;480 440 1&quot;\n\n\nA Linux Mint-ben /etc/default/grub.ucf-dist\n\n# If you change this file, run \&#039;update-grub\&#039; afterwards to update\n# /boot/grub/grub.cfg.\n# For full documentation of the options in this file, see:\n#   info -f grub -n \&#039;Simple configuration\&#039;\n\nGRUB_DEFAULT=0\nGRUB_TIMEOUT_STYLE=hidden\nGRUB_TIMEOUT=10\nGRUB_DISTRIBUTOR=`lsb_release -i -s 2&gt; /dev/null || echo Debian`\nGRUB_CMDLINE_LINUX_DEFAULT=&quot;quiet splash apm=power-off&quot;\nGRUB_CMDLINE_LINUX=&quot;&quot;\n\n# Uncomment to enable BadRAM filtering, modify to suit your needs\n# This works with Linux (no patch required) and with any kernel that obtains\n# the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)\n#GRUB_BADRAM=&quot;0x01234567,0xfefefefe,0x89abcdef,0xefefefef&quot;\n\n# Uncomment to disable graphical terminal (grub-pc only)\n#GRUB_TERMINAL=console\n\n# The resolution used on graphical terminal\n# note that you can use only modes which your graphic card supports via VBE\n# you can see them in real GRUB with the command `vbeinfo\&#039;\n#GRUB_GFXMODE=640x480\n\n# Uncomment if you don\&#039;t want GRUB to pass &quot;root=UUID=xxx&quot; parameter to Linux\n#GRUB_DISABLE_LINUX_UUID=true\n\n# Uncomment to disable generation of recovery mode menu entries\n#GRUB_DISABLE_RECOVERY=&quot;true&quot;\n\n# Uncomment to get a beep at grub start\n#GRUB_INIT_TUNE=&quot;480 440 \n\n\n\nVégül az MX Linux grub fájl:\n\n# If you change this file, run \&#039;update-grub\&#039; afterwards to update\n# /boot/grub/grub.cfg.\n# For full documentation of the options in this file, see:\n#   info -f grub -n \&#039;Simple configuration\&#039;\n\nGRUB_DEFAULT=&quot;0&quot;\nGRUB_TIMEOUT=&quot;60&quot;\nGRUB_DISTRIBUTOR=&quot;$(unset PRETTY_NAME; (. /etc/lsb-release; echo ${PRETTY_NAME:?}) 2&gt;/dev/null || echo Debian)&quot;\nGRUB_CMDLINE_LINUX_DEFAULT=&quot;quiet splash apm=power-off&quot;\nGRUB_CMDLINE_LINUX=&quot;&quot;\n\n# Uncomment to enable BadRAM filtering, modify to suit your needs\n# This works with Linux (no patch required) and with any kernel that obtains\n# the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)\n#GRUB_BADRAM=&quot;0x01234567,0xfefefefe,0x89abcdef,0xefefefef&quot;\n\n# Uncomment to disable graphical terminal (grub-pc only)\n#GRUB_TERMINAL=&quot;console&quot;\n\n# The resolution used on graphical terminal\n# note that you can use only modes which your graphic card supports via VBE\n# you can see them in real GRUB with the command `vbeinfo\&#039;\nGRUB_GFXMODE=&quot;1024x768&quot;\n\n# Uncomment if you don\&#039;t want GRUB to pass &quot;root=UUID=xxx&quot; parameter to Linux\n#GRUB_DISABLE_LINUX_UUID=&quot;true&quot;\n\n# Uncomment to disable generation of recovery mode menu entries\n#GRUB_DISABLE_RECOVERY=&quot;true&quot;\n\n# Uncomment to get a beep at grub start\n#GRUB_INIT_TUNE=&quot;480 440 1&quot;\n\nGRUB_DISABLE_OS_PROBER=&quot;false&quot;\n#export GRUB_MENU_PICTURE=&quot;/usr/share/backgrounds/MXLinux/grub/linen-gradientblu-grub.png&quot;\n#export GRUB_MENU_PICTURE=&quot;/usr/share/backgrounds/MX18ALPHAWALL.png&quot;\n\nGRUB_THEME=&quot;/boot/grub/themes/mx_linux/theme.txt&quot;\n\n#GRUB_DISABLE_LINUX_RECOVERY=&quot;true&quot;\n\n\n\n\n</code></pre>');

function initEmbeddedPaste_P3mgB3t8RRat40Iz() {
	hljs.highlightBlock(document.getElementById('pastee-P3mgB3t8RRat40Iz-content'));
}

addEventListener('DOMContentLoaded', initEmbeddedPaste_P3mgB3t8RRat40Iz, false);
addEventListener('load', initEmbeddedPaste_P3mgB3t8RRat40Iz, false);