Windows NT guest doesn't boot

Discussions about using Windows guests in VirtualBox.
fixedwheel
Volunteer
Posts: 1699
Joined: 13. Sep 2008, 02:18

Re: Windows NT guest doesn't boot

Post by fixedwheel »

Rolf Fankhauser wrote:Maybe it would be easier to reformat the usb harddisk with ntfs and dd the whole disk.
yes!
If the live linux will recognize the ntfs disk it should be no problem, shouldn't it?
the new ntfs-3g will support all ntfs operations, the old linux ntfs was read-only. Any recent distribution or live-CD will do, give it a try.
baf
Volunteer
Posts: 829
Joined: 27. Sep 2008, 06:18
Primary OS: Mac OS X Leopard
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: linux,xp,win7
Location: Luleå or Skellefteå, Sweden

Re: Windows NT guest doesn't boot

Post by baf »

Yup that is the sequence of commands I meant.

Adding them should be possible with something like:
copy f:file1 /b + f:file2 /b out.raw /b
( /b ) means binary not text.
And yes you could use cygwin as well (which is not linux)
cat /cygdrive/f/file1 /cygdrive/f/file2 ... > out.raw

then after that:
VBoxManage convertfromraw out.raw newname.vdi --format VDI --variant Standard

Should do the trick.
Some say: "You learn as long as you live".
My way: "You live as long as you learn".
Rolf Fankhauser
Posts: 10
Joined: 15. Jun 2009, 10:30
Primary OS: MS Windows XP
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: DOS, ReactOS, Linux, Windows NT, Windows 7
Location: Switzerland

Re: Windows NT guest doesn't boot

Post by Rolf Fankhauser »

Ok, I created the virtual harddisk as explained but I get the following error when I try to boot the vm:
A disk read error occurred.
Insert a system diskette and restart the system.

When I boot with Knoppix Live-CD I can see all partitions and all files. All seems to be ok. I tried it also with a BartPE-CD and can access the drives c, d, e,f and g without problems.

I think I give it up! I have already spend so many hours to get this system working....

Thank you all for your hints and help!!
vbox4me2
Volunteer
Posts: 5218
Joined: 21. Nov 2008, 20:27
Location: Rotterdam
Contact:

Re: Windows NT guest doesn't boot

Post by vbox4me2 »

Fyi. I got NT to install perfectly via a working w95, after NT workstation I installed NT server via NT workstation, also perfectly working.
Rolf Fankhauser
Posts: 10
Joined: 15. Jun 2009, 10:30
Primary OS: MS Windows XP
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: DOS, ReactOS, Linux, Windows NT, Windows 7
Location: Switzerland

Re: Windows NT guest doesn't boot

Post by Rolf Fankhauser »

vbox4me2 wrote:Fyi. I got NT to install perfectly via a working w95, after NT workstation I installed NT server via NT workstation, also perfectly working.
I don't want a new installation of NT (see my earlier posts). I want to virtualize an existing NT installation. But I don't understand what you have exactly done. What do you mean with 'via a working w95'? w95 as host and NT as guest system?
vbox4me2
Volunteer
Posts: 5218
Joined: 21. Nov 2008, 20:27
Location: Rotterdam
Contact:

Re: Windows NT guest doesn't boot

Post by vbox4me2 »

No, start install from a running w95 Guest, etc.
p2v conversion of NT is easier then later versions.
Rolf Fankhauser
Posts: 10
Joined: 15. Jun 2009, 10:30
Primary OS: MS Windows XP
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: DOS, ReactOS, Linux, Windows NT, Windows 7
Location: Switzerland

Re: Windows NT guest doesn't boot

Post by Rolf Fankhauser »

Sorry, but I still don't understand what you mean. So, you have a w95 as vm and install Windows NT over it? Or do you upgrade from w95 to Windows NT? How do you perform the p2v conversion?

I guess that I have problems to convert my NT installation to a vm because I have a domain account on it but no domain server available. In fact this shouldn't be a problem (the domain account works fine on my physical pc without a (physical) domain server).
vbox4me2
Volunteer
Posts: 5218
Joined: 21. Nov 2008, 20:27
Location: Rotterdam
Contact:

Re: Windows NT guest doesn't boot

Post by vbox4me2 »

Upgrade from w95 to NT which does nuke w95. You could use ntbackup to transfer P to an existing V, mostly I find it much easier to restore a P machine into an already running V, just don't overwrite system files.
Post Reply