2014年4月21日 星期一

Install RHEL with RAID driver

Install RHEL with RAID driver


RHEL 6 series

The boot option should be "linux dd blacklist=ahci nodmraid".



RHEL 7 series
linux dd modprobe.blacklist=ahci
--------------------------------------------------------------------------
Make a USB DUD key:
       1). Insert the USB key into a linux system
       2). Open a terminal
       3). Type “fdisk –l” to find out what device the USB key is (e.g. "/dev/sda”)
       4). Make sure the USB key is unmounted by typing “umount /dev/sdX” where sdX is the device name
       5). Navigate to where the DUD .img file is located
       6). Type “dd if=nameofDUD.img of=/dev/sdX” where nameofDUD.img is the file name of the DUD image and sdX is the
           device name of the USB key


or
linux inst.dd
Put dirver *.iso in USB key.




沒有留言:

張貼留言

(TOP)Temp for soulin only

123