Sponsored Content
Operating Systems Linux Red Hat How to make boot.iso image from rhel6 installation dvd iso ? Post 302645545 by admin_xor on Wednesday 23rd of May 2012 04:49:35 PM
Old 05-23-2012
Which version of RHEL DVD you have?

If it's 6.x, you can make a bootable ISO image with the "images", "isolinux" directories and "TRANS.TBL" file found on the root directory of the RHEL installation DVD. By the way, the boot.iso file can also be downloaded from Red Hat site for free.
 

9 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

mount iso image

I would like to mount an iso CD image on my Suse linux (SLES 9), the image has been copied to my suse linux machine. am able to mount the iso image manually by mount -oloop /iso/SLES-9-i386-CD1.iso /free but I would like to put the above entry in /etc/fstab so that when the machine is rebooted,... (2 Replies)
Discussion started by: hassan1
2 Replies

2. Solaris

iso files to make bootable dvd image

Hey all, I'm a newbie to iso files and I just downloaded the 2 iso files for *cough* ms2003 R2 *cough* trial software. After I downloaded the iso files I just dragged them to my burn software gui and sure enough it burned to dvd 2 iso files. When I attempted to boot the image using VMware... (0 Replies)
Discussion started by: bdsffl
0 Replies

3. Ubuntu

Writing ISO image to CD

I want to install Ubuntu 7.10 and I have ISO image ubuntu-7.10-desktop-i386.iso . How can I convert to a bootable CD on linux or on windows. Thanks, J. (5 Replies)
Discussion started by: superuser84
5 Replies

4. Solaris

Solaris 8/07 DVD ISO for SPARC

I'm in shock! Sorry =( Step 1. I'm download 2 segments of Sun Solaris 10 8/07 from Solaris Operating System - Get Solaris 10. After unzip they i have it: bash$ ls -l total 9705512 -rw-r--r-- 1 root root 321 Feb 1 11:13 checksum.md5 -rw-r--r-- 1 root root 1621098496... (5 Replies)
Discussion started by: jess_t03
5 Replies

5. Solaris

Solaris ISO image

Hi All, Can anyone give me the lnik to download the iso image file Solaris 10 . I need to install it on my local machine . Pls help me out. VINU (5 Replies)
Discussion started by: vinuvinod
5 Replies

6. Solaris

How to write DVD ISO?

Hi friends, I wish to know that how i can write a dvd or cd iso images to the blank dvd in solaris. Is there any software like Nero for windows? Pleas help me. Thanks | P.Bharathiraja.http://static.linuxquestions.org/questions/images/smilies/read.gif (1 Reply)
Discussion started by: bharathiraja
1 Replies

7. HP-UX

Need HP-UX 11i v1 ISO dvd

Hello, I need a dvd with HP-UX 11iv1 to perform a reinstall in a rp5430. I've looking all over hp but it doesn't seem to be available for download anywhere. Is there any possibility of obtaining an online copy?? Best regards (4 Replies)
Discussion started by: iperez
4 Replies

8. Solaris

solaris 10 update 10 8/11 dvd iso

Hi, I can not download iso file as it failed after downloading 1.1 or 1.2 gigs. I tried several times but each time it failed and the error messages like "File not found" or "Read error". My connection is stable (shown 32kbps and 18 hrs completion time) and I used jdownloader and flashgot... (10 Replies)
Discussion started by: vectrum
10 Replies

9. Solaris

How to Create ISO Image of a CD/DVD in Solaris 10?

Hi Solaris 10 Experts, How can I create an ISO Image of a CD/DVD from the cdrom to a temporary directory, and then use that image to burn it on a blank DVD in the cdrom in Solaris 10 1/13 OS environment? Please provide me with an example. With best regards, SS (1 Reply)
Discussion started by: ssabet
1 Replies
MKBOOTDISK(8)						      System Manager's Manual						     MKBOOTDISK(8)

NAME
mkbootdisk - creates a stand-alone boot floppy for the running system SYNOPSIS
mkbootdisk [--version] [--noprompt] [--verbose] [--device devicefile] [--size size] [--kernelargs <args>] [--iso] kernel DESCRIPTION
mkbootdisk creates a boot floppy appropriate for the running system. The boot disk is entirely self-contained, and includes an initial ramdisk image which loads any necessary SCSI modules for the system. The created boot disk looks for the root filesystem on the device sug- gested by /etc/fstab. The only required argument is the kernel version to put onto the boot floppy. OPTIONS
--device devicefile The boot image is created on devicefile. If --device is not specified, /dev/fd0 is used. If devicefile does not exist mkinitrd cre- ates a 1.44Mb floppy image using devicefile as the filename. --noprompt Normally, mkbootdisk instructs the user to insert a floppy and waits for confirmation before continuing. If --noprompt is specified, no prompt is displayed. --verbose Instructs mkbootdisk to talk about what it's doing as it's doing it. Normally, there is no output from mkbootdisk. --iso Instructs mkbootdisk to make a bootable ISO image as devicefile. --version Displays the version of mkbootdisk and exits. --kernelargs args Adds args to the arguments appended on the kernel command line. If this is not specified mkbootdisk uses grubby to parse the argu- ments for the default kernel from grub.conf, if possible. --size size Uses ize (in kilobytes) as the size of the image to use for the boot disk. If this is not specified, mkbootdisk will assume a stan- dard 1.44Mb floppy device. SEE ALSO
grubby(8) mkinitrd(1) AUTHOR
Erik Troan <ewt@redhat.com> 4th Berkeley Distribution Tue Mar 31 1998 MKBOOTDISK(8)
All times are GMT -4. The time now is 07:58 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy