Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
|
06-04-2004, 03:58 AM
|
#1
|
Member
Registered: May 2004
Posts: 57
Rep:
|
VMware Workstation 4.5.1 Problems..
Hi,
I've made a Windows XP Pro system on VMware but when I go and start it, it runs through the install process but cant find my Windows XP Pro cd in ethier of my cdrom drives? It seems to check my floppy and HD but doesnt scan the cd roms? Any ideas?
Thanks
EG
|
|
|
06-04-2004, 04:19 AM
|
#2
|
Member
Registered: May 2004
Location: @ Lake Constance, Germany
Distribution: FC3, Kernel 2.6.10
Posts: 46
Rep:
|
Try to change the configuration of your cdrom drive.
There is an option called "Legacy support" which has to be checked.
That worked for me.
|
|
|
06-04-2004, 08:11 AM
|
#3
|
Member
Registered: May 2004
Posts: 57
Original Poster
Rep:
|
Hi,
I've clicked "Legacy support" but still no suscess... It only still seems to scan floppy and HD (HD and Floppy Icons lite up green for a second down bottom but not the CD-Rom)?
Thanks
EG
|
|
|
06-04-2004, 08:14 AM
|
#4
|
Member
Registered: May 2004
Location: @ Lake Constance, Germany
Distribution: FC3, Kernel 2.6.10
Posts: 46
Rep:
|
Yes, that's in deed the same problem I head but as I wrote Legacy worked for me. So I have no idea to fix it. Sorry!
Hope someone else can help you...
|
|
|
06-04-2004, 08:23 AM
|
#5
|
Member
Registered: May 2004
Posts: 57
Original Poster
Rep:
|
for some reason it says the CD-Rom/DVD Rom is in /dev/cdrom but mine is /mnt/cdrom on Fedora Core 2, But when I change it, it says its not a CD-Rom device?
|
|
|
06-04-2004, 09:05 AM
|
#6
|
Member
Registered: May 2004
Posts: 57
Original Poster
Rep:
|
Is there anyway to move my cdrom drive to /dev/cdrom because I think thats the prob?
|
|
|
06-04-2004, 01:01 PM
|
#7
|
Member
Registered: May 2004
Location: @ Lake Constance, Germany
Distribution: FC3, Kernel 2.6.10
Posts: 46
Rep:
|
Yes, you can do this.
Find out which device your cdrom is. For example hdc (if it's secondary master) or hdb (for primary slave).
Then type
ln -s /dev/hdc /dev/cdrom
Second method:
configure your vmware with "/dev/hdc"
Good luck!
|
|
|
06-04-2004, 01:04 PM
|
#8
|
Member
Registered: May 2004
Location: @ Lake Constance, Germany
Distribution: FC3, Kernel 2.6.10
Posts: 46
Rep:
|
By the way... I hope you have a 2.6.x kernel.
Otherwise "hdc" or something like that will be not okay.
Would you please tell me which kernel you use?
|
|
|
06-04-2004, 01:29 PM
|
#9
|
LQ Newbie
Registered: Dec 2001
Posts: 27
Rep:
|
Same....
I also had the same problem and legacy helped my work.
One thing you can try, once FC mounts the CD, wait then unmount it.
After that start VMware and it normally finds the CD.
I take it you have changed the boot order in the VM, this sometimes stops the process.
Also, ensure that the USB ports are turned off for install, this causes major lockups in a virutal Win 2003 Server/200 Server install. Once installed, just add them and it works fine.
Simon
|
|
|
06-04-2004, 11:02 PM
|
#10
|
Member
Registered: May 2004
Posts: 57
Original Poster
Rep:
|
Hi,
How do you unmount stuff in FC2? Also I'm just running the default kernal that comes with FC2, watever that is :S...
Last edited by Elite_Gamer04; 06-04-2004 at 11:07 PM.
|
|
|
06-04-2004, 11:51 PM
|
#11
|
Member
Registered: Jul 2003
Location: Dallas, TX
Distribution: Ubuntu 10.04 LTS
Posts: 987
Rep:
|
default kernel is a 2.6, so you should be okay there
make sure /dev/hdc has proper permissions
as root do chmod 66 /dev/hdc
vmware does not want to access something that is mounted, it wants direct access to the cd drive, which is why you need to make sure the cd is not mounted and that vmware is configured to use /dev/hdc
enabling legacy also worked for me.....
*edit: in a terminal, type mount to see what is mounted; if the cdrom is mounted (/dev/hdc or /dev/cdrom), unmount it with (as root) umount /dev/cdrom
Last edited by TheOneAndOnlySM; 06-04-2004 at 11:52 PM.
|
|
|
06-05-2004, 12:35 AM
|
#12
|
Member
Registered: May 2004
Posts: 57
Original Poster
Rep:
|
Kool thanks all, Installed and all up and running . Also is there anyway to add more HD to XP Pro after u've installed and setup?
|
|
|
06-05-2004, 05:11 AM
|
#13
|
LQ Newbie
Registered: Dec 2001
Posts: 27
Rep:
|
Yup, another HDD
The only way to increase the space is to add another HDD to the VMware PC....
I have come across this lots of times, accept the default 4Gb then realise you want more........
I generally select 10Gb as the HDD size, after all you only use the space physically on your PC if you use it in the VIrtual machine, i.e. my current WinXP virtual has 20Gb Hdd in, but is only using 2Gb on the Linux drive.
Si
|
|
|
06-05-2004, 11:10 AM
|
#14
|
Member
Registered: Jul 2003
Location: Dallas, TX
Distribution: Ubuntu 10.04 LTS
Posts: 987
Rep:
|
Elite_gamer: could you post here how you got it working? it might help others (and me) in the future....
also, the only way to increase hdd space is, like stated, to add another virtual hdd, but if you want only 1 harddrive, the only way around that (according to vmware support) is to use norton ghost to make a copy of your install, create a new larger virtual harddrive, make sure it is listed in the devices for the virtual machine, copy the norton image to the new larger drive, then make the new disk the primary master in the devices setup (so that it will boot by default)
if you have problems booting, put in the winxp cdrom and go to recovery and let it "repair" the mbr and boot sectors
|
|
|
07-30-2004, 10:52 PM
|
#15
|
Member
Registered: Jun 2004
Location: Chicago, IL USA
Distribution: Mandrake 10
Posts: 103
Rep:
|
chmod 66 worked for me, installing win2000 under vmware 4.51 on mandrake 10.
thanks!!!!
|
|
|
All times are GMT -5. The time now is 02:23 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|