General :: Make Or Download Boot.iso For Rhel5?

Sep 22, 2010

I want to know from where i can got the boot.iso for network installation.Can i got this from rhel5 server installation dvd.

View 2 Replies


ADVERTISEMENT

Server :: Make Bootable Iso Of RHEL5.2 - Error 'no-emul-boot'

Jan 21, 2010

I am having a problem making an iso image using mkisofs. I currently have all the files I want to make a RHEL5.2 iso image from in /tmp/RHEL5.2-server-x86_64. There are the typical directories needed for a RHEL distro in here.

Cluster ClusterStorage images isolinux Server VT. In the isolinux directory I have the following files:

[code]...

I was able to build an image earlier off of this, only to find that I didnt create a bootable iso :-( and have to start the process over again. I am trying to make a bootable iso of RHEL5.2, and here is the command I am passing, but it is throwing an error:

[code]...

View 1 Replies View Related

General :: Make A File System Like Ntfs Like RHEL5.0 ?

Apr 7, 2010

How to make a file system like ntfs in linux like RHEL5.0 ?

View 3 Replies View Related

Red Hat / Fedora :: Make Machine To PXE Boot Windows From Another Machine Having RHEL5.2?

Jul 23, 2010

I want to make my machine to PXE boot windows from another machine having RHEL5.2. I know the procedure to PXE boot linux, but I want to know is it possible to PXE boot your client machine with windows XP.

View 1 Replies View Related

General :: RHEL5 Virtual Machine Will Not Go To Boot Prompt

Feb 7, 2010

VMware Fusion
RHEL5 Server

After messing about with a vm I need to go into rescue mode and fix the problem I have tried all settings in the CD/DVD window and cannot get a boot prompt Just goes straight to grub I only used the rescue mode on a 'real' host before and had no problem.

View 1 Replies View Related

General :: Configure A System To Boot Windows XP / CentOS 4 And RHEL5

May 21, 2010

I am trying to configure a system to boot Windows XP, CentOS 4 and RHEL5. I have one hard drive that contains both Windows XP and CentOS 4, and a separate drive that contains RHEL5. Until recently, I only had one SATA cable, so I could only connect one drive at a time. Under this configuration, everything works fine. When the RHEL5 drive is connected, I can boot into it. When the Windows/CentOS drive is connected, I can dual-boot into either OS. (GRUB was configured on this drive automatically when I installed CentOS into a new partition.)

Opening the box and moving the SATA cable is a lot of trouble, so I finally got a second SATA cable and enabled both SATA0 and SATA1 in the BIOS. I currently have the Windows/Centos drive as the primary, and I can still boot into both Windows/Centos. Now, I want to add RHEL5 to menu, but I can't find the file GRUB is using to present its menu at startup.

I have configured GRUB before on other systems, but I just know the very basics, such as where the grub.conf file should be. So, I spent a whole day reading advice online and asking friends who might have experience with these issues. Here are the steps I have taken so far:

I confirmed there is no /boot/grub directory, and /etc/grub.conf is a broken soft-link to /boot/grub/grub.conf. I did a find for grub.conf, which found nothing. I did a find for menu.lst, which found one item -- an example GRUB config file in /usr/share/doc/grub-0.95. I noticed that when CentOS boots, I see the GRUB commands printed to the screen, the first of which is:

root (hd0,2)

So, I did a grep -R "(hd0" * at the / directory, which also found only one item -- the example menu.lst file in /usr/share/doc/grub-0.95. I discovered that I can go to the command line grub from the grub menu and do:

cat (hd0,2)/grub/grub.conf

The cat command returns a printout of the grub configuration the system is obviously using. I didn't create this file, but the titles are identical to what I see in the GRUB menu, the default boot is Windows, and the timeout is very short. This must be the file. It looks like:

default=2
timeout=5
splashimage=(hd0,2)/grub/splash.xpm.gz
hiddenmenu
title CentOS (2.6.9-89.ELsmp)

[Code].....

I've also tried making the RHEL5 drive the primary drive. In that case, I can modify the existing /boot/grub/grub.conf file and see my changes at the GRUB boot menu. However, I can't get Windows to boot in this configuration. I've done a lot of google searching on the topic and added map commands to make Windows think it is on the primary drive. But, I'm still unsuccessful on this front as well. I think I'm closer to solving the problem with Windows/CentOS as the primary. However, if you think I will have more success with RHEL5 as the primary drive, I can provide more details as to my current grub.conf on that drive in a later post.

View 6 Replies View Related

General :: RHEL5 Boot To A Blank Screen And Unresponsive Keys On HP DV6000?

May 26, 2011

I made my HP DV6000 into a single boot system. Red Hat Enterprise Linux 5, 64bit. I have been trying every cure I can find on the internet. I can seem to find the problem. My monitor show's everything on the screen as it's booting but then, when it's done, it goes blank and no keys/buttons work. I have it on the GNU GRUB screen right now. (The monitor is working fine (on this screen)

View 1 Replies View Related

Networking :: RHEL5 - Can't Make ETH1 To Work Properly

May 24, 2010

I have a problem with new installed machine. i have installed RHEL5 2.6.18-92.el5xen kernel and configured 2 network cards.

DEVICE=eth0
BOOTPROTO=static
#HWADDR=xx:xx:xx:xx:xx:xx
ONBOOT=yes
NETWORK=192.168.6.0
NETMASK=255.255.255.0

[Code]...

View 3 Replies View Related

General :: Make Sure That An ISO Download Continues From Where It Left, After A Hard Reboot?

Jul 7, 2010

OpenSuse 11.2Firefox 3.6.6DownThemAll 1.1.1.0I am downloading Slackware 13.1 (32 bit) from Softpedia using the firefox Add-on, DownThemAll.My computer is not on a UPS, so if the electricity is off, how should I make sure after restarting the computer, the download continues from where it left rather than restarting the whole process again

View 14 Replies View Related

Server :: RHEL5 Won't Boot From LUN ID 1 - Where To Change It

May 8, 2010

I'm trying to get RHEL5.3 booting on an IBM Blade off a SAN disk, but it refuses.Our storage is presented on LUN 1 as due to the IBM XIV SAN, we cannot use LUN 0 when presenting volumes. We believe that when the installer tries to configure the boot LUN, it expects to see it on LUN 0 but we can't use that. This leads to a problem where after installed Red Hat, it asks me to remove the CD and reboot, but doesn't load anything other than a cursor blinking at me on the monitor.I currently can't change the LUN ID on the SAN, so I've been trying to amend things to get it to work with no joy.

View 3 Replies View Related

Ubuntu Installation :: 10.04 And RHEL5 Dual Boot

May 16, 2011

I have a system with RHEL 5 installed on it. I installed Edubuntu 10.04 LTSP side-by-side without installing the boot-loader. Now I can detect Edubuntu thro RHEL, but have to make an entry for Edubuntu in the grub menu through RHEL. I need to know how I can find the kernel version number etc.

View 5 Replies View Related

General :: "make" Command In The Tar.gz Download?

Nov 10, 2010

I have downloaded a few tar.gz programs and trying to follow the instructions always come to the command "make". The result is a printout stating there is no make command. The last program had a "makeinstall" but that wasn't recognised either. I am no a new comer. I have been using Ubuntu for nearly four years and I have only succeeded in installing two programs and that was at least two and a half years ago. Since then I've had no luck whatsoever. Is there anyone out there that can tell me, in simple English, leaving out no steps, how in the h*** I can download and install a tar.gz program?

View 1 Replies View Related

Server :: Build A PXE Boot On Rhel5/centos5 From Which All Type Of OS?

Sep 15, 2010

I want to build a PXE boot server on rhel5/centos5 from which all type of OS(Linux distros,Windows - xp,vista,7) these can be installed on any client on my LAN . I have tried it for some linux distros with TFTP ,but unable to add windows.

View 2 Replies View Related

General :: Successfully Boot And Install Centos If Download 3rd Disc From Net?

Aug 13, 2010

if i download 3 disc from here [URL] will i be able to sucessfuly boot and install centos?

View 11 Replies View Related

General :: Not Able To Boot / Make It Possible?

Jan 13, 2011

I have installed Linux on separate drive.
And XP on another drive.
By mistake I deleted the Linux Drive from Disk Management.
Now the message is like this

Please Insert Bootable CD(some thing like this)
Press any key to restart.

View 3 Replies View Related

General :: Windows 7 - Make A Boot Loader Load The Existing Boot Loader From The First Partition?

Jun 14, 2010

I installed ubuntu using wubi and then I tried installing grub 2 but it failed. I need a way to reinstall the mbr sp it will load the windows 7 loader from the first partition.

View 1 Replies View Related

Ubuntu :: Can't Download Any / Make It Possible?

Feb 11, 2010

I am trying to download from the download center i am ubuntu 9.10 and there is windows that said ---waiting for other software managers to quit i waited for a while and it never stops any idea what can i do is being performing this?

View 3 Replies View Related

General :: Make Grub2 Boot Into Windows 7?

Jan 30, 2010

I had Windows 7 installed on my system, then I installed Debian testing with grub2 as its boot manager.Initially I couldn't see windows entry in grub at all, so I ran:aptitude install os-prober kcpuload update-grub Now I can see the entry, but when I select it I get only Win7 system restore, instead of the the real thing. Any ides how to make it work?

EDIT: I tried the suggested approach to add a new file to /etc/grub.d, which generated an entry in grub.cfg, but it does not appear in the grub menu on boot :(

I have this:
grzes:/home/ga# cat /etc/grub.d/11_Windows
#! /bin/sh -e
echo Adding Windows >&2
cat << EOF
menuentry "Windows 7″ {

[Code]...

View 1 Replies View Related

General :: How To Make A Boot Profile Permanent

Feb 15, 2010

I have a Finnix live CD. I can customize it by remastering it. When I boot with the live CD I need to make a little change in the boot profileThe boot profile before making the changes islinux apm=power-off vga=791 initrd=minirt quiethe boot profile after making the change become linux apm=power-off vga=791 initrd=minirt quiet root=/dev/sr0Now, I need to make this change (adding root=/dev/sr0) permanent. How can I do that?

View 1 Replies View Related

General :: Boot - Make Bootable USB With Kernel Alone?

Jul 24, 2011

I would like to boot the Linux kernel alone and run busybox, not including a GUI.

How can I do that? How can I make a custom bzImage, initrd.img and how can I change the file structures in that images?

View 2 Replies View Related

General :: DOS Partition Won't Boot With GRUB / Make It Possible?

Oct 4, 2010

I'm trying to install MS Windows from my Linux box. Because I have no CD drives nor USB ports, I can't use any live media to boot the computer and install Windows from the installation disk. So I've created a FAT partition and copy DOS files on that, so that I can boot this partition and install Windows from there. But the problem is I still haven't able to get it to boot.

Here's the output of fdisk -l code...

I created the partition by using cfdisk to format it as type 0B: WIN95 FAT32, and made dos filesystem on it using:

Code:
mkfs.msdos /dev/hda1
But when I reboot and select the DOS entry in GRUB, it tells me that:
"This is not a bootable disk. Please insert a bootable floppy and press any key to try again."

what I'm missing or doing wrong here? Do I need to change something on the MBR of hda1 etc...

View 4 Replies View Related

General :: How To Make System Dual Boot

Feb 22, 2011

can any one tell me how i can make my system dual boot ie how can i install Linux with XP on my system.

View 5 Replies View Related

Fedora :: Couldn't Make The Torrents To Download

Oct 13, 2009

I couldn't make the torrents to download. it is always in the checking state.

View 5 Replies View Related

Fedora :: Download The Iso File Through Wget Make It Bad?

Jun 21, 2010

is it recommended to download an iso file of fedora 13, will the file be destroyed?because i did it twice and it seems not working.

View 6 Replies View Related

Fedora :: Download All Packages Of 14 And Make A Repo

Nov 8, 2010

I want to download all packages of fedora(14) and make a repo but I don't know how it is.

View 9 Replies View Related

General :: Make Dhclient Start At Boot In Opensuse 11.0?

Jun 15, 2009

I looked into the handbook,googled for it,but found no working solution to this "problem". Everytime I use Opensuse I must su and then type dhclient,how can I make sure my connection will be up as soon as I log in?

View 7 Replies View Related

General :: Make GRUB Automatically Boot Ubuntu

Feb 17, 2011

I am running a dual-boot with Ubuntu (10.10) and Windows 7. Recently I edited my /boot/grub/grub.cfg file to only show one version of Ubuntu (as opposed to several kernel versions) and Windows, simply by commenting out all other menu entries. My question is if I can edit GRUB to just boot a specific entry automatically.

I tried removing all other menu entries, but GRUB still showed the menu with only one entry. I've also considered just setting the timeout to either 0 or 1 second, as this would basically achieve the same thing.

View 3 Replies View Related

General :: Can't Make Boot File From Slackware ISO / Resolve It?

Apr 12, 2011

As part of instructions from Slackware Installation site, I am trying to make a boot file from the ISO (10.2VER). The command given: 'dd if=[image file name] of=/dev/fd0'
Tried image file 'bare.i' and also 'pportide.i'
Error from Red Hat OS: "opening 'pportide.i' no such file, directory" Also tried 'C:>RAWRITE bare.i a:' from WinXP command line with negative result.

Slackware help site:
'http://www.slackware.com/install/bootdisk.php'
I have not seen a command w/ 2 = symbols??
Installing to stand-alone desktop, PATA IDE Controllers. (ISO was copied with process: 'image burned to disk').v

View 9 Replies View Related

General :: Make Boot Parameters Permanent In Sugar?

Feb 2, 2010

I have a generic monitor which has problems with many Linux distros. We can boos Sugar on a Stick v2 by pressing <tab> at the Sugar splash screen and adding the boot parameter "nomodeset". I'm handy enough to do this, but my wife, well, not so much. So is there a way to make that boot parameter permanent?

View 1 Replies View Related

General :: Make A Win7 And Backtrack 4 Dual Boot?

Jun 7, 2010

I want to install boh win 7 and backtrack4 on my pc. how can I do that?

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved