Q1. In /boot/grub/grub there are many references to a UUID.
Where does grub get this reference? I would like to change the source and then run update-grub.
I prefer not to edit the grub file manually because then when I do run update-grub the UUID will come back.
Q2.
I have both Precise and Quantal installed on separate partitions on same HDD.
While installing Quantal, in my forgetfulness I let it install Grub. No issues so far. Machine works fine.
However, whenever there is Grub version upgrade on either versions of Ubuntu or if I run update-grub in either the Grub gets replaced by the version where the upgrade or update happened.
Let me be more clear.
I am running Ubuntu 12.04.
I cannot for the life of me get the grub menu (with options) to go away.
I would like it to auto-boot into the first option.
I edit : /boot/grub/menu.lst and /etc/default/grub, but the terminal did not allow to update the grub
the code from the terminal:
user@user-desktop:~$ sudo update-grub
/etc/default/grub: 29: menuentry: not found
Hi,
For some reason my laptop is not showing my hidden grub menu, either the splash to let you know that grub has loaded or the menu itself by pressing the escape key.
I setup a new ubuntu quantal system and edited /etc/default/grub as follows:
# If you change this file, run update-grub afterwards to update
# /boot/grub/grub.cfg.
GRUB_DEFAULT=0
GRUB_TIMEOUT=5
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT=""
GRUB_CMDLINE_LINUX=""
# Uncomment to enable BadRAM filtering, modify to suit your needs
# This works with
I use the latest version of Grub Customizer (3.0.2) and Ubuntu 12.04. On "appearance settings" I changed the background image and the font, but once I reboot the system they don't appear on grub, there's always the default ubuntu background image and the font seems a bit changed but not very well... Why?
Hello all,
since upgrading to 12.04 my grub.cfg file keeps getting overwritten with a blank one so my system always fails to reboot after a package update.
I know the grub.cfg is autogenerated, but I'm not sure why it isn't getting generated correctly.
I have reinstalled grub, and run a grub-update to no avail.
Could anyone provide some advice as to how to debug this?
Hi folks,
Have just come back from hols to find large upgrade for QQ and after it was complete update grub gives the following error.
Code:
sudo update-grubGRUB >= 2.00 has been unpacked but not yet configured.
grub-mkconfig will not work until the upgrade is complete.
It should run later as part of configuring the new GRUB packages.
Can't find anything that tels me how to fix it.