LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 07-12-2009, 07:49 PM   #1
eric666
LQ Newbie
 
Registered: Jun 2009
Posts: 21

Rep: Reputation: 15
Reboot and other problems!


#1
ATM my reboot is
Choose program:
-Ubuntu
-XP
--XP
--Ubuntu#2

What I want is
Choose Program:
-Ubuntu
-XP

Also, you should keep in mind that Ubuntu#2 was a failed download attempt and does not work. And i think deleteing Ubuntu#2 will make the boot to how i want it to.
So the question is, how do i delete Ubuntu#2? (its not the acutal name, its the one i gave it.)

#2
Ive seen some youtube video where he had Ubuntu and XP load in different desk, dont know if thats how you call it.
The link to the video http://www.youtube.com/watch?v=pTRsLW0eet0, Around 1:26 he loads a XP desk while on linux.
So the question is, how do i run XP and Linux, but on different desk (or workplace, however u name it)

#3
Sometimes when i click the "Menu bar" the custom one, it takes me a few clicks for it to work. Eg, when i click it, nothing happenes, after the 2-3th one, it works.

#4
Some of my XP items have a blue font, this happened after i installed Ubuntu. for example my C:\Hard drive is in blue font. It is normally in black font. Some other files have it too. What does it mean?

-Thanks in advance
-Eric666
 
Old 07-12-2009, 08:10 PM   #2
corbintechboy
Member
 
Registered: Sep 2003
Location: Kentucky
Posts: 480
Blog Entries: 1

Rep: Reputation: 51
You can add/remove entries from grub in /boot/grub/grub.conf (sudo nano /boot/grub/grub.conf)

In the video he is using a virtual machine to run XP. If you want to do that you will have to run something to do that (virtualbox etc....).

Can't help you with your other problems!
 
Old 07-12-2009, 08:21 PM   #3
jay73
LQ Guru
 
Registered: Nov 2006
Location: Belgium
Distribution: Ubuntu 11.04, Debian testing
Posts: 5,019

Rep: Reputation: 133Reputation: 133
It seems to me that the guy (?) is running xp inside a virtual machine (virtualbox). The basic idea is that you install virtualbox, then install xp into the virtual machine. vmware virtual machines provide tools to migrate existing xp installs to virtual machines so a new install isn't needed but I don't know whether that is possible yet with virtualbox.

Note: xp run inside virtual machines require a new license key if you already have a copy running on bare metal! So, technically, you would need two licenses. I believe this was changed starting with vista.

Last edited by jay73; 07-12-2009 at 08:23 PM.
 
Old 07-13-2009, 03:33 PM   #4
eric666
LQ Newbie
 
Registered: Jun 2009
Posts: 21

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by corbintechboy View Post
You can add/remove entries from grub in /boot/grub/grub.conf (sudo nano /boot/grub/grub.conf)
i tried that and it only changes the
Choose program:
-XP
-Ubuntu


the other part inside the XP i think has to be change while im on XP. anyone know how to do that?

Also, how do i download Virtualbox
 
Old 07-13-2009, 03:36 PM   #5
Hern_28
Member
 
Registered: Mar 2007
Location: North Carolina
Distribution: Slackware 12.0, Gentoo, LFS, Debian, Kubuntu.
Posts: 906

Rep: Reputation: 38
Not absolutely sure.

Been a while since i ran xp, but you can try playing with the theme settings.
 
Old 07-13-2009, 03:43 PM   #6
texasone
Member
 
Registered: Jun 2008
Location: /home/lorax
Distribution: Debian Testing
Posts: 141

Rep: Reputation: Disabled
http://www.virtualbox.org/ is the website to get the binaries for both the free and non free versions. (difference is that the nonfree can handle usb while the nonfree can't).

since your running Ubuntu, just go to the download page and pick the link near the top for linux. then do as it says for your version of Ubuntu.

hope this helps.
 
Old 07-13-2009, 04:09 PM   #7
jay73
LQ Guru
 
Registered: Nov 2006
Location: Belgium
Distribution: Ubuntu 11.04, Debian testing
Posts: 5,019

Rep: Reputation: 133Reputation: 133
System > Admin > Synaptic Package Manager, from there select Edit > Search and enter "virtualbox", check item, click on Apply.
 
Old 07-13-2009, 04:27 PM   #8
texasone
Member
 
Registered: Jun 2008
Location: /home/lorax
Distribution: Debian Testing
Posts: 141

Rep: Reputation: Disabled
Thank you jay73, forgot that it was there. I haven't used it in a couple months.
 
Old 07-15-2009, 09:58 AM   #9
eric666
LQ Newbie
 
Registered: Jun 2009
Posts: 21

Original Poster
Rep: Reputation: 15
say i just want two screens instead of four, and nothing else fancy, can that work? and will it slow down my comp by alot?

-thanks!!

EDIT: since i am a complete noob, I followed jay73, and when i typed virtualbox, there was more than 1 result, which one do i click to download? the binary and the kernal module source?

Last edited by eric666; 07-15-2009 at 10:03 AM.
 
Old 07-15-2009, 01:40 PM   #10
texasone
Member
 
Registered: Jun 2008
Location: /home/lorax
Distribution: Debian Testing
Posts: 141

Rep: Reputation: Disabled
eric666: http://chirale.wordpress.com/2007/12...install-howto/ Its a website that shows you how to build the virtualbox-ose from debian repositories.
These are the ones it says to install from the link:
Code:
virtualbox-ose virtualbox-ose-source virtualbox-ose-modules-2.6-xxx virtualbox-ose-guest-utils virtualbox-ose-guest-source
Of course replace xxx with your kernel architecture. the are more instructions that you have to do after this that are stated on the page.

**This is the free source version which means that it won't have usb ability. Everything else is the same as the proprietary version.**
 
Old 07-15-2009, 06:05 PM   #11
jay73
LQ Guru
 
Registered: Nov 2006
Location: Belgium
Distribution: Ubuntu 11.04, Debian testing
Posts: 5,019

Rep: Reputation: 133Reputation: 133
Just check the "virtualbox" item, the rest are dependencies or recommends and such as are required will be pulled in automatically.

Quote:
**This is the free source version which means that it won't have usb ability. Everything else is the same as the proprietary version.**
Yes, that is true. For me, that is still a reason to prefer vmware-server over virtualbox.

Last edited by jay73; 07-15-2009 at 06:08 PM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
fc6 reboot problems MindOfChrist Linux - Software 1 06-01-2008 06:33 AM
alsa reboot problems MrLobster Linux - Hardware 1 01-03-2006 12:44 AM
Problems with ststem reboot Bassy Linux - Software 4 10-24-2005 12:43 PM
Reboot Problems sidmark-2850 Linux - Hardware 1 11-20-2003 04:20 PM
reboot problems DAChristen29 Linux - General 3 01-07-2003 04:14 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 08:41 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration