Chinaunix首页 | 论坛 | 博客
  • 博客访问: 272509
  • 博文数量: 56
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 642
  • 用 户 组: 普通用户
  • 注册时间: 2013-12-16 15:11
文章分类

全部博文(56)

文章存档

2017年(6)

2015年(3)

2014年(41)

2013年(6)

我的朋友

分类: 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

阅读(1007) | 评论(0) | 转发(0) |
0

上一篇:kernel启动问题

下一篇:GRUB启动命令详解

给主人留下些什么吧!~~