LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   How to make a bootable pendrive for rhel using its ISO image? (https://www.linuxquestions.org/questions/linux-newbie-8/how-to-make-a-bootable-pendrive-for-rhel-using-its-iso-image-4175446709/)

kct 01-22-2013 03:27 AM

How to make a bootable pendrive for rhel using its ISO image?
 
Hie ,
I am also trying to build basics of linux and i expect this forum will help me out a ton. I stuck somewhere , could anybody help on one question.

How to make a bootable pendrive of rhel using its ISO image in terminal window n,ot by any software?

I already have the iso of rhel , although there are many softwares available in web but i want to do it using command line terminal.
I am using fedora 17 and want to make a virtual machine having RHEL.

Shall wait eagerly for the response from the mentors :)

Thanks and Regards

tsester 01-22-2013 03:59 AM

i am not sure, you can try
Code:

dd if=/path/to/iso of=/path/to/dev bs=4M
(example: /path/to/dev = /dev/sda)

(i use blkid or lsblk to see where is the usb disk)


All times are GMT -5. The time now is 09:21 PM.