Convertered VMDK Starting 10% of The Time

 
Thread Tools Search this Thread
Special Forums Windows & DOS: Issues & Discussions Convertered VMDK Starting 10% of The Time
# 1  
Old 04-10-2014
Convertered VMDK Starting 10% of The Time

I created a vdmk image from a system that was having hardware issues using:

(How to create a Virtualbox image from a physical partition by one command)
Code:
sudo dd if=/dev/sda | VBoxManage convertfromraw stdin MyLinuxImage.vmdk 120034123776 --format VMDK

the next thing I did was install VM Player 6.0.1 build-1379776 on a windows 8 machine. The steps that I used was:

http://(http://smallbusiness.chron.c...le-44318.html)

So finally after all of this is done, VM Player will boot 10% of the time. Usually if I remove all the *.lck file from the virtualmachine directory and the directory where the actual VM resides, it will reboot. I have attached the log files to give you a better understanding on the inconsistency of this important VM.
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Grep a log file starting from a specific time to the end of file

I have a log file which have a date and time at the start of every line. I need to search the log file starting from a specific time to the end of file. For example: Starting point: July 29 2018 21:00:00 End point : end of file My concern is what if the pattern of `July 29 2018 21:00:00`... (3 Replies)
Discussion started by: erin00
3 Replies

2. UNIX for Dummies Questions & Answers

How to grep a line not starting with # from a file (there are two lines starting with # and normal)?

e.g. File name: File.txt cat File.txt Result: #INBOUND_QUEUE=FAQ1 INBOUND_QUEUE=FAQ2 I want to get the value for one which is not commented out. Thanks, (3 Replies)
Discussion started by: Tanu
3 Replies

3. Shell Programming and Scripting

Convert UTC time into current UNIX sever time zone

Hi guys thanks for the help for my previous posts.Now i have a requirement that i download a XMl file which has UTC time stamp.I need to convert UTC time into Unix server timezone. For ex if the time zone of unix server is CDT then i need to convert into CDT.whatever may be the system time... (5 Replies)
Discussion started by: mohanalakshmi
5 Replies

4. Solaris

modifying date and time and time zone on solaris 5.10 with (redundant server) veritas

I have a cluster of two Solaris server (veritas cluster). one working and the other is standby I am going to change the date on them , and am looking for a secure solution as it is giving an important service. my opinion is that the active one doesn't need to be restarted (if I don't change the... (1 Reply)
Discussion started by: barry1946
1 Replies

5. Infrastructure Monitoring

Solaris 10 - starting snmpdx at boot time on a port other than 161

Hi All, Can we start the snmpdx on another port at boot time on solaris 10 instead of the default 161 port? What is the configuration file to set this? We can make it run in a different port after the system boots up by using snmpdx -p port_number This requirement is because i have an... (1 Reply)
Discussion started by: Mr. Zer0
1 Replies

6. Shell Programming and Scripting

Convert Epoch Time to Standard Date and Time & Vice Versa

Hi guys, I know that this topic has been discuss numerous times, and I have search the net and this forum for it. However, non able to address the problem I faced so far. I am on Solaris Platform and unable to install additional packages like the GNU date and gawk to make use of their... (5 Replies)
Discussion started by: DrivesMeCrazy
5 Replies

7. SuSE

Time resetting to 00 HRS on starting

I Have a SUSE Linux Enterprise server 9.0. When I start the server , using date command I daily find that the time it is showing is 00.00 Hrs. It shows the date correctly. Every day I have to set the time using the date command. I am facing this proble from last 3 weeks but couldn't find a... (4 Replies)
Discussion started by: V.V.KUMAR
4 Replies

8. UNIX for Advanced & Expert Users

How To Provide Time Sync Using Nts-150 Time Server On Unix Network?

can anybody tel lme,how to instal NTS -150 on a unix network,it needs some patch to fetch time frm serve,,?? (2 Replies)
Discussion started by: pesty
2 Replies
Login or Register to Ask a Question
atari-hd-image(1)						 Hatari utilities						 atari-hd-image(1)

NAME
atari-hd-image - tool for creating a harddisk image for use with Hatari SYNOPSIS
atari-hd-image size [filename] [partition name] [directory] DESCRIPTION
Create an ACSI/IDE harddisk image for Hatari with a single Atari compatible DOS partition (using sfdisk, mkdosfs and dd). OPTIONS
size Harddisk image size in megabytes, 8-256 filename Name for the harddisk image (default: hd.img) partition name Name for the single partition (default: DOS) directory directory for initial content copied to the image EXAMPLES
16MB 'hd.img' HD image: atari-hd-image 16 8MB image with partition named 'TEST', and files from content/: atari-hd-image 8 8mb-disk.img TEST content/ SEE ALSO
hmsa(1), zip2st(1), hatari(1), mkdosfs(1), sfdisk(1), dd(1) AUTHOR
Written by Eero Tamminen <oak at helsinkinet fi>. This manual page was written by Teemu Hukkanen <tjhukkan@iki.fi> for the Debian project and later modified by Eero Tamminen to suit the latest version of Hatari. LICENSE
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. NO WARRANTY
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MER- CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. Hatari 2010-11-21 atari-hd-image(1)