/etc/crypttab
/etc/fstab
cat (hdpartitionnumber,drivenumber)/grub/grub.conf
/boot
directory. If you do not know the location, boot the machine using a Fedora live CD to find out and then reboot to return to the GRUB command line. See the GRUB documentation at http://www.gnu.org/software/grub/grub-documentation.html for help with partition numbering.
linux
and initrd
lines and paste them as individual commands. For example:
linux /vmlinuz-3.3.0-1.fc17.x86_64 ro root=/dev/mapper/VolGroup-lv_root rd_LVM_LV=VolGroup/lv_root rd_LVM_LV=VolGroup/lv_swap rd_NO_LUKS rd_NO_MD rd_NO_DM LANG=en_US.UTF-8 SYSFONT=latarcyrheb-sun16 KEYTABLE=us rhgb quiet
initrd /initramfs-3.3.0-1.fc17.x86_64.img
boot
command.
grub2-mkconfig --output=/boot/grub2/grub.cfg