Archived from groups: microsoft.public.windowsnt.setup (
More info?)
Thanks, but now I am getting "windows nt could not start because of a
computer disk hardware configuration problem......"
"Jiri Tuma" <jiri.tuma@nospam.seznam.cz> wrote in message news:<OqBYMgdLEHA.3216@tk2msftngp13.phx.gbl>...
> If you can exchange boot order of your disks, you can do this:
>
> * start installation on the target disk up to first reboot request (which
> will prepare MBR structure on this disk). do not boot up, simply turn off
> machine when it asks for reboot.
> * exchange disks
> * install temporary (minimal) OS instance as workgroup type (to skip network
> part of installation)
> * use this installation to delete partition created on target disk during
> the first step and create new one. It should be primary partition, max.
> 7.8GB and format it as NTFS.
> * After partition is reformatted, you can turn off machine and exchange disk
> boot order.
> * Install NT server as BDC using prepared partition on target disk
>
> If you cannot exchange boot order, you need to use another trick. install
> minimal (workgroup) OS instance using small (like 300MB) partition on target
> disk. Use this OS instance to create and format other partitions on target
> disk and install your BDC server instance to them. In such case there are
> not size limits for partition with main system. After this you can delete
> temporary OS instance, but you cannot get rid of this small partition (it is
> now C: drive and is hosting NT OS loader files).
>
> You can also use third party tools to expand partition sizes (either
> partitioning tools like Partition magic or backup/restore tools like Norton
> Ghost - you can make image of main instance to your second disk and restore
> it to greater space).
>
>
>
>
> "Dan" <ddurgin@fons.com> píse v diskusním príspevku
> news:f0030d72.0404281857.1c065957@posting.google.com...
> > I am trying to upgrade my NT 4 network. I have a new gateway server
> > with 2 35GB HDD's. I have to load NT4 on this server as a BDC, then
> > upgrade it to a PDC. I then want to upgrade the newly assigned PDC to
> > a Windows 2000 advance server. My question is, I want more than a 4
> > GB partition so I will have plenty of room to put 2000 on. I do not
> > have any other servers with SCSI support to plug a drive into and make
> > an 8 or 10GB NTFS partition. I also do not have any partition
> > programs. How can I load NT server onto an 8 or 10GB partition given
> > my circumstance?
> >
> > Thanks