General :: RedHat Enterprise 6 And Windows 7 Dual Boot?
Mar 2, 2011
I have currently Windows 7 running and installed on partition C.I have partition D empty , and I would like to install Red Hat on it without affecting Windows seven ( i.e., dual boot Windows 7 & Red Hat6 ).
View 2 Replies
ADVERTISEMENT
Jan 11, 2011
I had Windows XP working. I then put in a new hard disk and installed Redhat 5 on it. rom then i could only boot into Redhat. Further, everyting is very slow. Anothe rproblem is that Redhat does not see my netwrok so I cannot get onto the Internet. I need to have the choice of booting into XP or Redhat.
View 2 Replies
View Related
Jul 3, 2011
I have one hard disk partitioned into four logical drives.
1.20gb for red hat 5 //installed after installing window xp
2.40gb for Win xp //Installed first
3.40gb not formatted yet
4.more than 50gb for data storage.
After all the installation,I can just boot Red hat 5 but it shows the prompt for window xp also to boot in boot selection screen.When I entered for window to boot,I have this message-
[Code]...
View 5 Replies
View Related
Jul 5, 2010
Actually i want to know if i don't want any support or software update from redhat, can i continue to use RHEL after 30 days evaluation ?
View 3 Replies
View Related
Jan 10, 2011
I would like to know the difference between redhat enterprise linux 5.4 and redhat linux 9.0. Also, if redhat linux 9.0 could be used as a server os.
View 2 Replies
View Related
Jul 11, 2011
at work place I have an HP ProLiant DL580 with RedHat Enterprise Server 5.4 x64. Today I cloned this machine using clonezilla. What I would like to do is restore the image to VMWare machine for personal purpose (I cannot perform tests on production machine). But after restoring on VMWare I got "Kernel Panic". That's normal due to different hardware.
Now, is there a way to remove the Kernel Panic and correctly boot the machine? I ask our tech department for the RedHat CD1 to enter the "linux rescue" enviromnent, then try to re-read the hardware list with
# chroot /mnt/sysimage
# kudzu
View 3 Replies
View Related
Jan 31, 2011
Where can i download Redhat Enterprise.Linux.ES.V4.0?
View 5 Replies
View Related
Mar 22, 2011
Wish to download RedHat Enterprise Linux 5
View 2 Replies
View Related
Oct 26, 2010
I want to enable ftpd, but there is none in /etc/init.d/vsftpd, /etc/init.d/wuftpd...in Redhat Entierprise Linux release 5.1 (Tikanga)
Also I could not find yum in this version --- to be able to install ftp pkg if there is non-exist.
How could I have ftp or enable ftp in the Redhat 5.1 version: Redhat Entierprise Linux release 5.1 (Tikanga)
Also I could not run : "service vsftpd start" <--- it seems the service is not existing.
View 8 Replies
View Related
Mar 2, 2011
The message I get when I try and activate is "3c501 device eth0 does not seem to be present. delaying initialization."
Does anybody know what cards are compatible without downloading drivers and other such exercises?
View 1 Replies
View Related
Jun 10, 2010
Want to access usb drive in redhat enterprise linux
View 2 Replies
View Related
Jan 27, 2011
I;m using RHEL5, i have a problem with my wireless lan card, my laptop wireless cant be enable , i always show a inactive in the network configuration property, i know it detect in my box code...
View 10 Replies
View Related
Mar 16, 2011
I am a first timer in setting up a mail server. As I heard that Postfix is a very simple mail server to configure I decided to use it on the same server where we have our squid. It seems that it is really simple enough because immediately after configuring,I can send and receive internal e-mails and send external emails. As I replied to the external emails that I received myself I found out that all of them just landed on the mail queue and this is where my problem starts. I cannot make Postfix deliver the messages to my outlook mailbox. By the way, I am sending the emails the through outlook also.
View 109 Replies
View Related
Apr 6, 2010
I am trying to install Redhat linux 4.0 Enterprise edition in my system. The system starts booting from CD-ROM and starts installation. It prompts for language selection(By default English) and then key board type ( By default US type). After this it is prompting to select the drivers with the following options.
" SELECT DRIVERS", "CHOOSE DRIVERS FROM LOCATION", "BACK". Why it is prompting for drivers?. what type of drivers it is looking for? what is the solution? My system mother board type is Intel 80865.
View 2 Replies
View Related
Feb 14, 2011
I don't know about how to install nokia pcsuite in redhat enterprise linux 6.
View 5 Replies
View Related
May 7, 2010
I have a server x86 architecture and my problem is lost my username & password. Hope anyone can help about this matter as i need to log in to the server for maintenance purpose.
View 1 Replies
View Related
Nov 15, 2010
command to show the luns mapped to redhat enterprise server 6.1 host. And how do i known the WWNN for the FC HBA attach to the host.
View 6 Replies
View Related
Oct 5, 2010
I have red hat linux installed then I want to install win XP in dual boot.
View 2 Replies
View Related
Sep 11, 2010
Is it possible to have the Windows bootloader point to Windows 7 and a Linux partition instead of using GRUB to point to Windows 7 and Linux?
View 2 Replies
View Related
Jul 5, 2011
The problem is this: I have a 320gb HDD splitted in 4 partitions. When I first installed Windows XP I formatted the HDD in 3 (Windows system partition, Media partition and another one I left for Linux). However Linux requires another partition for swap. Everything was just fine. One day Windows stopped working and I tried re-installing it. After the system was ready to start, Windows failed to boot with "NTLDR is missing" message. I tried to recover the Master boot record, even replaced NTLDR manually - nothing worked. I read that in order a HDD to be partitioned in more than 3 parts the so called "extended" partitions must be created. I think this may cause the problem but I don't want to wipe out everything (I have more than 100 GB of books most of which are not available anymore in the same locations I have downloaded them)
View 1 Replies
View Related
May 11, 2009
Installation of CVS on Redhat linux
Installing CVS on Redhat Linux Redhat Enterprise 4.0
The following steps give simple steps to install CVS software on Redhat Enterprise Linux 4.0.
1) Download the tarball cvs-1.11.1p1.tar.gz
2) Run "gunzip cvs-1.11.1p1.tar". You will get file called cvs-1.11.1p1.tar.
3) Then extract this file using command
"tar -xvf cvs-1.11.1p1.tar".
4) Then go to directory cvs-1.11.1p1.
5) There you will find a file called INSTALL. Read it once carefully.
6) Now run the command "./configure."
7) Build it using the command "make".
8) Install binaries/documentation using command "make install".
9) Now open file called /etc/services and add the following lines.
Cvspserver 2401/tcp # CVS client/server operations
cvspserver 2401/udp # CVS client/server operations
10) Open file called /etc/xinetd.conf and add the following lines to that file.
service cvspserver
{
Port = 2401
socket_type = stream
protocol = tcp
wait = no
user = root
passenv =
server = /opt/bin/cvs
server_args = --allow-root=/home/cvs -f pserver
env = HOME=/home/cvs
log = /var/log/cvslog
}
11) Space on both sides of = in the above file is a must.
12) Restart xinetd services by running command " services xinted restart "
13) Check whether CVS is running on the port 2401 by using the following command "nmap IP |grep 2401". If the CVS server is running correctly it will give output as "2401/tcp open cvspserver ".
It doesn't output like "2401/tcp open cvspserver"
View 1 Replies
View Related
Sep 26, 2009
I have a problem in connecting from windows xp OS to the REDHAT LINUX through vncviewer. The first connection works fine. However, if I want to add more than one connection by establishing the hostname:2 through vncviewer, it stops working. I have tried modifying the file /etc/sysconfig/vncservers to add more than one allowable connections. It still fails...
View 4 Replies
View Related
Jan 5, 2010
What is the step by step procedure of creating simple DNS in redhat enterprise linux?
or by using simply named.conf,resolve.conf, with forward zone & reverse zone.
View 4 Replies
View Related
Dec 14, 2010
I am using RHEL 5.2. I want to configure Dynamic DNS on it. Can anyone tell me how to configure Dynamic DNS on RHEL 5.2
View 1 Replies
View Related
Mar 15, 2011
Im am working on a system which runs on RedHat Enterprise I have been asked by superiors to see if the following is possible. (sudoers file config change i guess)
Example
User1 has root access
user2 has root access, but must not be able to access ctmag (user account)
I know the obvious here is that if user2 can switch to root then it won't work. But i just need to prevent user2 from su - ctmag. A password is set on the account ctmag, but as user2 has root access it switches without a password prompt
Is there anyway i can prevent user2 from switching to ctmag but still have access to root?
View 6 Replies
View Related
Mar 10, 2010
I am trying to install openldap 2.4.21 in redhat enterprise 5 version and I am having some issues. When I ran the configure command, I had the following error.
checking for Berkeley DB major version in db.h... 4
checking for Berkeley DB minor version in db.h... 3
checking if Berkeley DB version supported by BDB/HDB backends... no
configure: error: BerkeleyDB version incompatible with BDB/HDB backends
So I downloaded and installed Berkeley DB 4.8.26 version. But my problem is how do I make openldap to point to this.
View 3 Replies
View Related
Dec 18, 2010
I've been reading many threads on the ability to dual boot. I am not a "newbe" but have installed linux and Fedora many times, included starting from Windows 7 using EasyBCD. I wish to install Ubuntu Studio 64AMD on my PC:
CPU: AMD Phenom II x4 965
RAM: 8GB
HD: Hitachi HDT721064SLA360 SATA ~600GB C: 200GB & D: 200GB, Fedora: 100GB the remainder for Ubuntu.
My problem is that the installation instructions don't seem to talk about NOT installing grub on MBR as it was on the Fedora install. I don't want to accidentally overwrite my MBR. Is this option available? Will EasyBCD work with Ubuntu? No, I want Windows 7 left intact and do not want to dual boot from Grub!
View 5 Replies
View Related
Feb 7, 2011
I Would like to dual boot my computer for it to have suse linux and windows xp professional I have an 80 GB hard drive partitioned in NTFS is it possible to dual boot and what software do you suggest to partition the hard drive.
View 1 Replies
View Related
Nov 15, 2010
install on my machine with windows xp an Ubuntu 10.10 server without losing windows xp..I can't find some step-by-step procedure on how to set up a dual boot
View 10 Replies
View Related
Jun 10, 2010
I'm looking for a good partition scheme to install BT4 dual boot with windows 7, I've freed up about 160 G for my install and was going to use BT4 as an everyday distro and wanted enough space to install extra packages like vlc and what not as well as use wordlist.sh to create a substantial dictionary. These are my initial partitioning plans 3G /,6G usr, and about 3G swap with the rest being /home for word lists and whatnot would you mind sharing your partitioning setups so I can make this efficient as possible?
View 2 Replies
View Related