Comments on: LFCS: How to Configure and Troubleshoot Grand Unified Bootloader (GRUB) – Part 13 https://www.tecmint.com/configure-and-troubleshoot-grub-boot-loader-linux/ Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks. Thu, 28 Mar 2019 05:42:02 +0000 hourly 1 By: Amol https://www.tecmint.com/configure-and-troubleshoot-grub-boot-loader-linux/comment-page-1/#comment-1120150 Thu, 28 Mar 2019 05:42:02 +0000 http://www.tecmint.com/?p=19583#comment-1120150 Very Nice article…

]]>
By: Sokurntoank Srey https://www.tecmint.com/configure-and-troubleshoot-grub-boot-loader-linux/comment-page-1/#comment-1021663 Tue, 07 Aug 2018 15:52:35 +0000 http://www.tecmint.com/?p=19583#comment-1021663 I tried `awk -F\’ ‘$1==”menuentry ” {print $2}’ /boot/grub/grub.cfg` on ubuntu 16.04 but it didn’t work.

Using `awk -F\’ ‘$1==”\tmenuentry ” {print $2}’ /boot/grub/grub.cfg` works for me.

]]>
By: Gabriel Cánepa https://www.tecmint.com/configure-and-troubleshoot-grub-boot-loader-linux/comment-page-1/#comment-766676 Tue, 29 Mar 2016 03:52:42 +0000 http://www.tecmint.com/?p=19583#comment-766676 In reply to Bill Turner.

@Bill,
Thank you for sharing that with us. Just for the record, neither ArchLinux nor its derivatives has yet made it to the list of available distributions in the Linux Foundation certifications exams.

]]>
By: Bill Turner https://www.tecmint.com/configure-and-troubleshoot-grub-boot-loader-linux/comment-page-1/#comment-764742 Fri, 25 Mar 2016 05:18:38 +0000 http://www.tecmint.com/?p=19583#comment-764742 Recently installed “Apricity” OS – a version of Arch Linux. One thing has cropped up in it so far – grub,cfg is only created by grub-mkconfig, there seems not to be any “update-grub” script as per Ubuntu etc, and this takes absolutely no notice of /etc/default/grub whatsoever. To change anything one needs to edit grub.cfg and keep on editing it everytime a change occurs. Otherwise, I like it.

]]>