LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
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


Reply
  Search this Thread
Old 05-10-2006, 09:35 PM   #1
microsoft/linux
Senior Member
 
Registered: May 2004
Location: Sebec, ME, USA
Distribution: Debian Etch, Windows XP Home, FreeBSD
Posts: 1,445
Blog Entries: 9

Rep: Reputation: 48
vmware server issues


So I'm running VMWare server Beta3, and it installed fine, everything seems to be working correctly. However, when I try to power on my Windows XP Virtual Machine, it give me this error
Code:
Cannot open the disk '/var/lib/vmware/Virtual Machines/Windows XP Home Edition/Windows XP Home Edition.vmdk' or one of the snapshot disks it depends on.
Reason: The specified device is not a valid physical disk device.
I've got window installed on the HD(hda1), and I'm trying to access this directly. Suggestions?
 
Old 05-11-2006, 03:10 AM   #2
twantrd
Senior Member
 
Registered: Nov 2002
Location: CA
Distribution: redhat 7.3
Posts: 1,440

Rep: Reputation: 52
I'm assuming this is VMware ESX Server? All my vmdk's reside in a VMFS-2 volume. Is that vmdk of yours in a VMFS-2 volume?

-twantrd
 
Old 05-11-2006, 08:50 AM   #3
microsoft/linux
Senior Member
 
Registered: May 2004
Location: Sebec, ME, USA
Distribution: Debian Etch, Windows XP Home, FreeBSD
Posts: 1,445

Original Poster
Blog Entries: 9

Rep: Reputation: 48
no, it's vmware server. http://www.vmware.com/products/server/. Mine are in a folder that the rpm set up. I'll have to get back to you as to which directory, I'm at school right now.
 
Old 05-12-2006, 07:47 AM   #4
microsoft/linux
Senior Member
 
Registered: May 2004
Location: Sebec, ME, USA
Distribution: Debian Etch, Windows XP Home, FreeBSD
Posts: 1,445

Original Poster
Blog Entries: 9

Rep: Reputation: 48
someone's gotta know?
 
Old 05-12-2006, 01:25 PM   #5
robbbert
Member
 
Registered: Oct 2005
Location: Hannover, Germany
Distribution: Let there be Ubuntu... :o)
Posts: 573

Rep: Reputation: 32
Does the file
Quote:
/var/lib/vmware/Virtual Machines/Windows XP Home Edition/Windows XP Home Edition.vmdk
exist?

If it does (probably), this should be a Windows OS message:
Quote:
The specified device is not a valid physical disk device
Somewhere there should be a config file where that path is in. Change it to a relative ("..\Windows XP Home Edition.vmdk") or absolute ("c:\path\Windows XP Home Edition.vmdk") Windows path.

- Just a guess.
 
Old 05-12-2006, 03:49 PM   #6
microsoft/linux
Senior Member
 
Registered: May 2004
Location: Sebec, ME, USA
Distribution: Debian Etch, Windows XP Home, FreeBSD
Posts: 1,445

Original Poster
Blog Entries: 9

Rep: Reputation: 48
yes, I'm almost positive that file exists, as I created it with vmware. I'll check when I get home. Where's the config file?
 
Old 05-12-2006, 04:12 PM   #7
robbbert
Member
 
Registered: Oct 2005
Location: Hannover, Germany
Distribution: Let there be Ubuntu... :o)
Posts: 573

Rep: Reputation: 32
Quote:
grep -i "Windows XP Home Edition.vmdk"
should find the files containing the term "Windows XP Home Edition.vmdk"...

You can also specify a more specific path if there's an assumption where this file could be, as otherwise, the search might take a long time...

Thanks
P.S.: As a newbie, I'm only responding as there aren't no better suggestions yet as it appears.
 
Old 05-12-2006, 05:20 PM   #8
microsoft/linux
Senior Member
 
Registered: May 2004
Location: Sebec, ME, USA
Distribution: Debian Etch, Windows XP Home, FreeBSD
Posts: 1,445

Original Poster
Blog Entries: 9

Rep: Reputation: 48
again, I'll have to check at home. As far as I know, everything is the way the binary file set it up to be.
 
Old 05-13-2006, 01:49 PM   #9
microsoft/linux
Senior Member
 
Registered: May 2004
Location: Sebec, ME, USA
Distribution: Debian Etch, Windows XP Home, FreeBSD
Posts: 1,445

Original Poster
Blog Entries: 9

Rep: Reputation: 48
ok, the file exists. When I run the grep command, it just sits there. I'll look around some more, other suggestions?
 
Old 05-15-2006, 12:26 PM   #10
microsoft/linux
Senior Member
 
Registered: May 2004
Location: Sebec, ME, USA
Distribution: Debian Etch, Windows XP Home, FreeBSD
Posts: 1,445

Original Poster
Blog Entries: 9

Rep: Reputation: 48
noone knows? please?
 
Old 05-15-2006, 03:06 PM   #11
uselpa
Senior Member
 
Registered: Oct 2004
Location: Luxemburg
Distribution: Slackware, OS X
Posts: 1,507

Rep: Reputation: 47
Can you post the contents of the .vmx file?
On a side note, does VMWare Server fully support starting Windows from a physical partition? That used to be experimental.
 
Old 05-15-2006, 04:08 PM   #12
microsoft/linux
Senior Member
 
Registered: May 2004
Location: Sebec, ME, USA
Distribution: Debian Etch, Windows XP Home, FreeBSD
Posts: 1,445

Original Poster
Blog Entries: 9

Rep: Reputation: 48
I had it working, before I upgraded to beta3. I'll have to wait until I get home to get the contents, but yes, I can.
 
Old 05-15-2006, 10:06 PM   #13
microsoft/linux
Senior Member
 
Registered: May 2004
Location: Sebec, ME, USA
Distribution: Debian Etch, Windows XP Home, FreeBSD
Posts: 1,445

Original Poster
Blog Entries: 9

Rep: Reputation: 48
the contents of the .vmx file are
Code:
#!/usr/bin/vmware
config.version = "8"
virtualHW.version = "4"
scsi0.present = "TRUE"
memsize = "192"
ide0:0.present = "TRUE"
ide0:0.fileName = "Windows XP Home Edition.vmdk"
ide0:0.writeThrough = "TRUE"
ide0:0.deviceType = "rawDisk"
ide1:0.present = "TRUE"
ide1:0.fileName = "/dev/hdc"
ide1:0.deviceType = "cdrom-raw"
floppy0.startConnected = "FALSE"
floppy0.fileName = "/dev/fd0"
Ethernet0.present = "TRUE"
usb.present = "TRUE"
displayName = "Windows XP Home Edition"
guestOS = "winxphome"
autostart = "poweron"
priority.grabbed = "normal"
priority.ungrabbed = "normal"
powerType.powerOff = "hard"
powerType.powerOn = "hard"
powerType.suspend = "hard"
powerType.reset = "hard"

uuid.location = "56 4d 42 76 1c 9e 75 0d-44 d1 23 ab 7b c0 5c 01"
uuid.bios = "56 4d 42 76 1c 9e 75 0d-44 d1 23 ab 7b c0 5c 01"
I'm not fully sure what any of that means
 
Old 05-16-2006, 01:07 AM   #14
uselpa
Senior Member
 
Registered: Oct 2004
Location: Luxemburg
Distribution: Slackware, OS X
Posts: 1,507

Rep: Reputation: 47
I was hoping to find in that config file some reference to a non-existent device, but that one seems normal.

1 - Just to be sure: does native booting into Windows still work?

2 - The other thing that strikes me with your initial error message is that it mentions snapshots. Did you use snapshots before upgrading? If so, you could try to apply the deltas or revert to the original image in order to get rid of the snapshot files, in case they are not readable by the new version?

3 - If native booting is still OK, I would consider defining a new VM for the same raw partition in the GUI, giving it a new name. See if that works.
 
Old 05-16-2006, 07:41 AM   #15
microsoft/linux
Senior Member
 
Registered: May 2004
Location: Sebec, ME, USA
Distribution: Debian Etch, Windows XP Home, FreeBSD
Posts: 1,445

Original Poster
Blog Entries: 9

Rep: Reputation: 48
native booting works. What do you mean by snapshots?
 
  


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
Q: VMware Server on SuSE10 performance issues adam_j_bradley SUSE / openSUSE 1 05-10-2006 10:41 AM
LXer: VMware Introduces Free VMware Server LXer Syndicated Linux News 0 02-07-2006 08:46 AM
LXer: VMware cuts VMware Server price to zero LXer Syndicated Linux News 0 02-04-2006 03:31 AM
vmware issues on mandrake 10.2 mattfraunfelter Linux - Software 5 05-11-2005 07:20 AM
VMware xserver issues vanpelt Linux - Software 2 05-09-2002 05:25 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 01:18 AM.

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