LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   xp on linux (https://www.linuxquestions.org/questions/linux-newbie-8/xp-on-linux-883073/)

naendy 05-27-2011 01:34 PM

xp on linux
 
could someone please help a way to install xp on a system which has red hat already installed on in,

second but an important issue is that system logs into the - bash 3$ with in the vtys, xterminal and also the terminal in graphical window. Please let me know how to fix it.

pljvaldez 05-27-2011 01:41 PM

Install virtualbox, vmware player, or qemu. Then use your XP install disk to create a virtual machine.

Nylex 05-27-2011 02:50 PM

Quote:

Originally Posted by naendy (Post 4368869)
second but an important issue is that system logs into the - bash 3$ with in the vtys, xterminal and also the terminal in graphical window. Please let me know how to fix it.

What do you mean? What exactly is the problem?

jefro 05-27-2011 03:12 PM

Try startx command. If it fails then see reasons in log shown in error.

Might use telinit 5 too.

Nylex 05-27-2011 03:16 PM

Quote:

Originally Posted by jefro (Post 4368939)
Try startx command. If it fails then see reasons in log shown in error.

Might use telinit 5 too.

But the OP is saying they have a problem even in X, at least that's what I understood by "terminal in graphical window".

John VV 05-27-2011 04:44 PM

naendy

this looks like two different issues

the first one xp on a rhel box
Google it . That has been asked and answered 1,000,000 times in the last 10 years

the second ?
it sounds like a normal every day text only install of red hat
if so then there is no error

naendy 05-28-2011 02:40 AM

thanks all for the earlier replies
but, actually im able to login as "root" in the graphic interface and even the vtys but unable to execute any command or administrative task from either; as the the login prompt shows "- bash 3$"
that's where im facing a problem as i have not root access to the system even if i have logged in with the root user authorities

John VV 05-28-2011 03:05 AM

Quote:

but, actually im able to login as "root" in the graphic interface
Gnome i am assuming .

Also this sounds like you inherited this computer with "RHEL 5.something ( 1,2,3,4,5,6)" already on it.
If so the BEST thing to do would do a fresh install -- i do not even trust my daughter in using a second hand computer.
Who knows what is on it .

-----------------------
so during boot you get to the login gui window
it has your NORMAL user name then "other "
you are clicking on "other"
type in "root" as the user and then the root password

------- or ------------
is there a name called root in the login window
if so that might not be the real root account -- unless YOU SET THAT

try this
login as the normal ( NOT ROOT) account
in gnome under applications/accessories
should be terminal
-- start the terminal ---
then type in
Code:

cd /home
ls -la

then as root

Code:

su -
/* then the root password when asked */
cd /home
ls -la

that will just give a list of what is in the home folder


All times are GMT -5. The time now is 05:49 AM.