Page 5 of 5 FirstFirst ... 345
Results 41 to 50 of 50

Thread: Cloning old hard drive

  1. #41
    Join Date
    Mar 2014
    Beans
    144
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Cloning old hard drive

    Sorry, I'm nooby, I don't understand post #39, could you only put the commands to run in the code boxes? That confuses me...
    "I used to think I knew a lot about computers. Then I tried Ubuntu."
    MY SYSTEMS: Ubuntu 14.04.1 LTS on an HP EliteBook 6930p; Ubuntu 14.04 LTS on a 16GB flash drive; Ubuntu 12.04.4 LTS on a Dell Dimension 4550

  2. #42
    Join Date
    Nov 2011
    Location
    /dev/root
    Beans
    Hidden!

    Re: Cloning old hard drive

    Code:
    ps -A|grep dd
    identify the process ID number of dd
    in this example 8732 (in your real life something else)

    and run the command

    Code:
    sudo kill -USR1 8732
    to get three lines of output telling you how far it has proceeded.

    Edit: But it is only meaningful, while dd is running
    Last edited by sudodus; April 26th, 2014 at 06:35 PM.

  3. #43
    Join Date
    Nov 2011
    Location
    /dev/root
    Beans
    Hidden!

    Re: Cloning old hard drive

    Please explain what you want to do with the system that you extracted from the compressed dd image!

    I thought that you wanted to recover some personal files, maybe documents and photos. In that case, boot a live Ubuntu system and mount the partition, that you think contains the files.

    If it is a Windows system, you cannot expect that it will boot and run in another computer. Microsoft has made that impossible.

    But maybe you want to do something else. It will be easier to help if you tell us what you want to do.

  4. #44
    Join Date
    Mar 2014
    Beans
    144
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Cloning old hard drive

    https://www.virtualbox.org/wiki/Migrate_Windows
    I want this for two reasons:
    1. There are 4 or 5 nice old games and stuff on there you have to buy that I don't have the CD of
    2. I have a 64-bit OS and would like to be able to run some 16-bit applications
    Last edited by quadrplax; April 26th, 2014 at 06:46 PM.
    "I used to think I knew a lot about computers. Then I tried Ubuntu."
    MY SYSTEMS: Ubuntu 14.04.1 LTS on an HP EliteBook 6930p; Ubuntu 14.04 LTS on a 16GB flash drive; Ubuntu 12.04.4 LTS on a Dell Dimension 4550

  5. #45
    Join Date
    Nov 2011
    Location
    /dev/root
    Beans
    Hidden!

    Re: Cloning old hard drive

    From that link:
    Disclaimer: Migration of Windows guests from a physical host into a VirtualBox VM is not supported. These instructions are provided as-is in the hope that they are helpful.
    I think it is very difficult to migrate Windows installed directly into a computer into a VirtualBox system. Possible, yes, but extremely advanced, because you must make the virtual machine 'look like' the real computer.

  6. #46
    Join Date
    Mar 2014
    Beans
    144
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Cloning old hard drive

    It provides step-by-step instructions. If there is some other way you know for me to be able to do this (use 16-bit applications and the software and the software on the PC) that would work too.
    "I used to think I knew a lot about computers. Then I tried Ubuntu."
    MY SYSTEMS: Ubuntu 14.04.1 LTS on an HP EliteBook 6930p; Ubuntu 14.04 LTS on a 16GB flash drive; Ubuntu 12.04.4 LTS on a Dell Dimension 4550

  7. #47
    Join Date
    Nov 2011
    Location
    /dev/root
    Beans
    Hidden!

    Re: Cloning old hard drive


  8. #48
    Join Date
    Mar 2014
    Beans
    144
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Cloning old hard drive

    I don't own any unused copies of Windows, I tried using the reinstillation disk of XP and the product key said it was invalid. The only PC in my entire house I was the OEM of and have an OEM disk for is this one, Windows 7 64-bit
    Last edited by quadrplax; April 26th, 2014 at 08:58 PM.
    "I used to think I knew a lot about computers. Then I tried Ubuntu."
    MY SYSTEMS: Ubuntu 14.04.1 LTS on an HP EliteBook 6930p; Ubuntu 14.04 LTS on a 16GB flash drive; Ubuntu 12.04.4 LTS on a Dell Dimension 4550

  9. #49
    Join Date
    Nov 2011
    Location
    /dev/root
    Beans
    Hidden!

    Re: Cloning old hard drive

    It is possible, but I think quite difficult. I hope you can get help from some people who have migrated Windows guests from a physical host into a VirtualBox VM (I haven't done it). Maybe it would help to start a new thread with a good descriptive title to attract those interested and capable of helping you.

    Good luck

  10. #50
    Join Date
    Mar 2014
    Beans
    144
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Cloning old hard drive

    Ok, well I don't feel like messing with this idea for another month or so right now, so I'll mark this thread as solved, and maybe I'll start another topic some time in the future.
    "I used to think I knew a lot about computers. Then I tried Ubuntu."
    MY SYSTEMS: Ubuntu 14.04.1 LTS on an HP EliteBook 6930p; Ubuntu 14.04 LTS on a 16GB flash drive; Ubuntu 12.04.4 LTS on a Dell Dimension 4550

Page 5 of 5 FirstFirst ... 345

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •