> Yes.
> A. Copy the ISO files to your local drive. Make sure they do -not- sit
> on an LVM/MD partition.
> B. Copy the vmlinuz and initrd.img (from [1]) files into your /boot.
> C. Add a new entry to your grub.conf:
> title Fedora Core Upgrade
> root (hd0,0)
> kernel /vmlinuz
> initrd /initrd.img
> D. Reboot.
>
> - Gilboa
This is exactly what I am looking for. Thanks!