How to create boot disc in Red Hat Linux?

Asked By 20 points N/A Posted on -
qa-featured

Hi, I want to create a boot disk for Red Hat Linux in shell prompt?

Is it possible to create boot disc on USB drive?

SHARE
Answered By 0 points N/A #132888

How to create boot disc in Red Hat Linux?

qa-featured

Hi Yorath,

This is very easy job to create a boot disc in Linux OS? 

Yes, this is very much possible to create boot disc in USB device.

You need to make sure your OS can find your mass device then you need to confirm that your device name is sda or sdb or sdc .

A command is given below:
# dd < diskboot.img > /dev/sda     (This is for USB device)
# dd < diskboot.img > /dev/hdc    (This is for CD )

Hope you got USB boot disc for Red Hat Linux 🙂

Britnu Salu

Related Questions