Description of problem: Fedora don't boot after unrestricted option added to menuentry in grub2.cfg, the error i get is error: unknown argument "--unrestricted" Version-Release number of selected component (if applicable): grub2-2.00-26.fc20.x86_64 grub2-tools-2.00-26.fc20.x86_64 How reproducible: Steps to Reproduce: 1. create a grub2.cfg with grub2-mkconfig 2. 3. Actual results: --unrestricted is added to menuentry in grub2.cfg and unless I delete that option, the system won't boot Expected results: Additional info:
Please include the non-working config file.
Created attachment 950299 [details] grub2.cfg As requested the grub2.cfg
I am unable to reproduce this. I installed from a F20 DVD which has grub2-2.00-25 on it, added --unrestricted by hand and rebooted just fine. Upgraded to -26 and ran grub2-mkconfig (which now includes --unrestricted) and was still able to reboot. The only thing I can think of is the grub2 version in your mbr may not support --unrestricted. You could try rerunning grub2-install --no-floppy <boot device> to make sure the current version is installed.
It seeems the problem is gone, I don't know if was the grub2-install or un update of some package, but I don't have the error anymore. Thanks
This is caused by incompatible version of grub2 installed in bootloader on the disk and the one that is generated by newer grub2-tools.