HI, thanks for looking.
No changes in /etc/default/grub since then.Here it is my grub.cfg:#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#
### BEGIN /etc/grub.d/00_header ###
insmod part_gpt
insmod part_msdos
if [ -s $prefix/grubenv ]; then
load_env
fi
set default="6"
if [ x"${feature_menuentry_id}"
Well, it is created with LinuxLive usb creator, so it is write protected anyway.The one I have is created with the grub-mkconfig command.
heya,Nope, I'm not using subvolumes.Here is my grub.cfg:#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#
### BEGIN /etc/grub.d/00_header ###
insmod part_gpt
insmod part_msdos
if [ -s $prefix/grubenv ]; then
load_env
fi
set default="0"
if [ x"${feature_menuentry_id}" = x
Here is my grub.cfg.
/etc/boot/grub.cfg:#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#
### BEGIN /etc/grub.d/00_header ###
insmod part_gpt
insmod part_msdos
if [ -s $prefix/grubenv ]; then
load_env
fi
set default="0"
if [ x"${feature_menuentry_id}" = xy ]; then
menuentry_id_option="--id
I just got a new ASUS UX32a, and put Fedora 17 on it, and to optimize the power settings, I added the following arguments to etc/default/grub:
Code:
pcie_aspm=force drm.vblankoffdelay=1 i915.semaphores=1
Then, I ran the following:
Code:
grub2-mkconfig -o /boot/grub2/grub.cfg
And when I look at /boot/grub2/grub.conf, the new arguments are in there:
Code:
#
# DO NOT EDIT THIS FI
Hi, always remember to save the output of grub-mkconfig to your /boot/grub/grub.cfg, that doesn't happen automatically. I suppose that is your problem since GRUB2 shows all entries it finds in its config file even if they are garbage e.g. the partition or loader doesn't exist.I have this alias in my .bashrc so I won't ever forget.
I have installed Ubuntu 11.04 and I would like to see the boot menu when the system starts (by default it is hidden or the timeout=0)
#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#
### BEGIN /etc/grub.d/00_header ###
if [ -s $prefix/grubenv ]; then
set have_grubenv=true
load_env
fi
set defa