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}"
Hey guys, I'd appreciate any help with this, as I have very little experience with LVM, LUKS, and Fedora in general.
I tried to add a few boot options to my kernel, so I edited /etc/defaults/grub, and ran grub2-mkconfig -o /boot/efi/EFI/redhat/grub.conf (which appeared to be the GRUB configuration file ot update).
The options I added were: "fastboot i915.i915_enable_rc6=1 i915.i915_ena
Many thanks for your suggestions. I tried it the way you described it. However i am not able to boot from my sd card. In general my laptop is able to boot sd cards. But in my case there seem to be some problems.i find my sd card under /dev/mmcblkp0 therefore i have to use grub2.
Here is my grub.cfg.
Going through LFS 7.3 and about ready to make it bootable but Fedora's grub is giving me issue.
The plan was to share /boot between LFS and Fedora 18 as I have done in the past (been awhile since I ran LFS - LFS 4.something last time). Hell, I've shared /boot between Fedora, CentOS, Ubuntu, and LFS.
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.
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
hi!
i want set password in grub2.
1- i create hash of my password :
Code:
grub2-mkpasswd-pbkdf2
2- i add these code to end of /etc/grub.d/40_custom file :
Code:
set superusers="root"
password_pbkdf2 root grub.pbkdf2.sha512.10000.20F6422.....
3- run this code for apply config :
Code:
grub2-mkconfig -o /boot/grub2/grub.cfg
but when i reboot system, grub do not ask u