Hello All,
I am trying to perform a hard drive installation of RHEL 5.5. I specify the installation method and the partition and directory holding the ISO image in /etc/grub.conf
Code:
title Remote Install
root (hd0,0)
kernel /vmlinuz_remote lang=en_US keymap=us repo=hd:/dev/sda2:/remote
initrd /initrd_remote.img
However, I am still presented with the "Installation Method" and "Select Partition" screens when anaconda runs. Is the syntax of the repo boot option correct? What am I missisng here? I appreciate any effort to help me.
Thanks,
TAD