Boot XP from VMware

Discussion in 'Virtualization' started by NoTears, Aug 31, 2020.

  1. NoTears

    NoTears MDL Member

    Joined:
    Aug 24, 2020
    Messages:
    172
    Likes Received:
    80
    Trophy Points:
    10
  2. Enthousiast

    Enthousiast MDL Tester

    Joined:
    Oct 30, 2009
    Messages:
    35,561
    Likes Received:
    59,627
    Trophy Points:
    450
  3. NoTears

    NoTears MDL Member

    Joined:
    Aug 24, 2020
    Messages:
    172
    Likes Received:
    80
    Trophy Points:
    10
    i already did this multiple times but it does not work.
    It works when i try to install all others OS (vista, win7, win8.1, win10) but it does not work with xp. I don't know why.
    I suppose there is some setting to configure to make this work but no idea which one.
     
  4. Enthousiast

    Enthousiast MDL Tester

    Joined:
    Oct 30, 2009
    Messages:
    35,561
    Likes Received:
    59,627
    Trophy Points:
    450
  5. hotmusik4u

    hotmusik4u MDL Novice

    Joined:
    Jan 8, 2018
    Messages:
    17
    Likes Received:
    9
    Trophy Points:
    0
    follow the instructions on the gif provided, select the appropriate operating system (XP Prof 64 or 32) and in the Firmware select BIOS
     
  6. LostED

    LostED SVF Patch Lover

    Joined:
    Jul 30, 2009
    Messages:
    6,477
    Likes Received:
    17,572
    Trophy Points:
    210
    is your xp iso bootable?
     
  7. NoTears

    NoTears MDL Member

    Joined:
    Aug 24, 2020
    Messages:
    172
    Likes Received:
    80
    Trophy Points:
    10
    Okay so the problem was from the iso i was using, yes it is bootable iso and working fine but it contains multiple sata drivers that i had integrated long time ago to be able to install xp on old machines and it seems that these drivers prevent the iso from being used in virtual machine for some reason.

    I downloaded official xp iso and it worked on VMware, i was able to install xp on it with no problems.
     
  8. Sajjo

    Sajjo MDL Expert

    Joined:
    Feb 6, 2018
    Messages:
    1,652
    Likes Received:
    2,254
    Trophy Points:
    60
    Windows XP in VMware is by default set to ide.
    Modify *.vmx
    - from
    ide0:0.fileName = "name of virtual machine.vmdk"
    ide0:0.present = "TRUE"
    - to
    sata0:0.fileName = "name of virtual machine.vmdk"
    sata0:0.present = "TRUE"

    Note: you will need apropriate drivers