分类: LINUX
2014-07-02 14:55:10
How to install RHEL7 by grub
download vmlinuz and initrd.img to fodler /boot/ from the following url
http://download.englab.nay.redhat.com/pub/rhel/rel-eng/RHEL-7.0-20131127.1/compose/Server/x86_64/os/images/pxeboot/
Add the following words to /etc/grub.conf:
title (3.10.0-54.el7-20131127.1-x86_64)
boot (hd0,0)
kernel
/boot/vmlinuz biosdevname=0
root=live:
initrd /boot/initrd.img
Then reboot the OS, select the rhel7 when next boot