1. Welcome Guest! In order to create a new topic or reply to an existing one, you must register first. It is easy and free. Click here to sign up now!.
    Dismiss Notice

Moving from SCSI Raid array to internal IDE disk

Discussion in 'Microsoft Windows' started by BertieBigBollox@gmail.com, Oct 22, 2009.

  1. Got a server that, at the moment, runs from hardware RAID array which
    basically presents as a 36GB logical drive. This is then partitioned
    into C, D and E (with windows 2000 on C).

    We want to get rid of the RAID and just use a single internal 40Gb
    drive.

    Tried using Ghost and it backs up the RAID disks no problem, and seems
    to install on the new internal disk.

    Trouble is it fails to boot with UNACCESSIBLE_BOOT_DEVICE. I assume
    this because the boot disk is now totally different?

    Is there any way to fix this? Would editing boot.ini or using bootcfg
    () sort this out?

    Or maybe use Acronis true image with universal restore because I know
    this will restore to different hardware (unlike ghost)?
     
  2. "BertieBigBollox@gmail.com" <bertiebigbollox@gmail.com> wrote in message
    news:7a17e43b-b6af-474d-abe6-a995e5acda77@m20g2000vbp.googlegroups.com...<!--coloro:blue--><span style="color:blue <!--/coloro-->
    > Got a server that, at the moment, runs from hardware RAID array which
    > basically presents as a 36GB logical drive. This is then partitioned
    > into C, D and E (with windows 2000 on C).
    >
    > We want to get rid of the RAID and just use a single internal 40Gb
    > drive.
    >
    > Tried using Ghost and it backs up the RAID disks no problem, and seems
    > to install on the new internal disk.
    >
    > Trouble is it fails to boot with UNACCESSIBLE_BOOT_DEVICE. I assume
    > this because the boot disk is now totally different?
    >
    > Is there any way to fix this? Would editing boot.ini or using bootcfg
    > () sort this out?
    >
    > Or maybe use Acronis true image with universal restore because I know
    > this will restore to different hardware (unlike ghost)?<!--colorc--><!--/colorc-->

    Windows is probably still looking for the SCSI RAID array driver. I would do
    this to make it use an IDE controller.
    1. Create or obtain a Bart PE boot CD.
    2. Test the Bart CD. It must give you full access to the Windows System
    partition.
    3. Back up the System hive of the registry.
    4. Boot the machine with the Bart CD and check if you can see both the
    System hive and its backup copy.
    5. Working through the Control Panel / System / Device Manager, change the
    IDE ATA/ATAPI Controller from whatever it is to the Standard Dual Channel
    PCI/IDE Controller.
    6. Create your clone disk.
    7. Disconnect the SCSI RAID controller and boot the machine with the IDE
    disk.
    8. If this fails, restore the original System hive from its backup copy,
    using the Bart boot CD.

    By the way, I think it is short-sighted to use a 40 GByte IDE disk for your
    server. Use a 150 or 200 GByte disk to give you some elbow room! Make the
    System partition 20 GBytes and use the rest for your data.
     
  3. On Oct 22, 12:54 pm, "Pegasus [MVP]" <n...@microsoft.com> wrote:<!--coloro:blue--><span style="color:blue <!--/coloro-->
    > "BertieBigBol...@gmail.com" <bertiebigbol...@gmail.com> wrote in message
    >
    > news:7a17e43b-b6af-474d-abe6-a995e5acda77@m20g2000vbp.googlegroups.com...
    >
    >
    >
    >
    ><!--coloro:green--><span style="color:green <!--/coloro-->
    > > Got a server that, at the moment, runs from hardware RAID array which
    > > basically presents as a 36GB logical drive. This is then partitioned
    > > into C, D and E (with windows 2000 on C).<!--colorc--><!--/colorc-->
    ><!--coloro:green--><span style="color:green <!--/coloro-->
    > > We want to get rid of the RAID and just use a single internal 40Gb
    > > drive.<!--colorc--><!--/colorc-->
    ><!--coloro:green--><span style="color:green <!--/coloro-->
    > > Tried using Ghost and it backs up the RAID disks no problem, and seems
    > > to install on the new internal disk.<!--colorc--><!--/colorc-->
    ><!--coloro:green--><span style="color:green <!--/coloro-->
    > > Trouble is it fails to boot with UNACCESSIBLE_BOOT_DEVICE. I assume
    > > this because the boot disk is now totally different?<!--colorc--><!--/colorc-->
    ><!--coloro:green--><span style="color:green <!--/coloro-->
    > > Is there any way to fix this? Would editing boot.ini or using bootcfg
    > > () sort this out?<!--colorc--><!--/colorc-->
    ><!--coloro:green--><span style="color:green <!--/coloro-->
    > > Or maybe use Acronis true image with universal restore because I know
    > > this will restore to different hardware (unlike ghost)?<!--colorc--><!--/colorc-->
    >
    > Windows is probably still looking for the SCSI RAID array driver. I would do
    > this to make it use an IDE controller.
    > 1. Create or obtain a Bart PE boot CD.
    > 2. Test the Bart CD. It must give you full access to the Windows System
    > partition.
    > 3. Back up the System hive of the registry.
    > 4. Boot the machine with the Bart CD and check if you can see both the
    > System hive and its backup copy.
    > 5. Working through the Control Panel / System / Device Manager, change the
    > IDE ATA/ATAPI Controller from whatever it is to the Standard Dual Channel
    > PCI/IDE Controller.
    > 6. Create your clone disk.
    > 7. Disconnect the SCSI RAID controller and boot the machine with the IDE
    > disk.
    > 8. If this fails, restore the original System hive from its backup copy,
    > using the Bart boot CD.
    >
    > By the way, I think it is short-sighted to use a 40 GByte IDE disk for your
    > server. Use a 150 or 200 GByte disk to give you some elbow room! Make the
    > System partition 20 GBytes and use the rest for your data.- Hide quoted text -
    >
    > - Show quoted text -<!--colorc--><!--/colorc-->

    Couldnt I get windows to look for the IDE disk using bootcfg?

    BTW. Its actually a server PCI card with a 2.5" onboard drive hence
    the reason for only 40gb.
     
  4. Desk Rabbit

    Desk Rabbit Guest

    BertieBigBollox@gmail.com wrote:<!--coloro:blue--><span style="color:blue <!--/coloro-->
    > Got a server that, at the moment, runs from hardware RAID array which
    > basically presents as a 36GB logical drive. This is then partitioned
    > into C, D and E (with windows 2000 on C).
    >
    > We want to get rid of the RAID and just use a single internal 40Gb
    > drive.
    >
    > Tried using Ghost and it backs up the RAID disks no problem, and seems
    > to install on the new internal disk.
    >
    > Trouble is it fails to boot with UNACCESSIBLE_BOOT_DEVICE. I assume
    > this because the boot disk is now totally different?
    >
    > Is there any way to fix this? Would editing boot.ini or using bootcfg
    > () sort this out?
    >
    > Or maybe use Acronis true image with universal restore because I know
    > this will restore to different hardware (unlike ghost)?<!--colorc--><!--/colorc-->

    Putting aside the fact that running a server on a single drive is a bad
    idea (For bad read "a really stupid and dumb thing to do"), googling for
    the correct error message will bring forth any number of solutions for
    this very common question.

    This for example:-
     
  5. On Oct 22, 2:43 pm, Desk Rabbit <m...@example.com> wrote:<!--coloro:blue--><span style="color:blue <!--/coloro-->
    > BertieBigBol...@gmail.com wrote:<!--coloro:green--><span style="color:green <!--/coloro-->
    > > Got a server that, at the moment, runs from hardware RAID array which
    > > basically presents as a 36GB logical drive. This is then partitioned
    > > into C, D and E (with windows 2000 on C).<!--colorc--><!--/colorc-->
    ><!--coloro:green--><span style="color:green <!--/coloro-->
    > > We want to get rid of the RAID and just use a single internal 40Gb
    > > drive.<!--colorc--><!--/colorc-->
    ><!--coloro:green--><span style="color:green <!--/coloro-->
    > > Tried using Ghost and it backs up the RAID disks no problem, and seems
    > > to install on the new internal disk.<!--colorc--><!--/colorc-->
    ><!--coloro:green--><span style="color:green <!--/coloro-->
    > > Trouble is it fails to boot with UNACCESSIBLE_BOOT_DEVICE. I assume
    > > this because the boot disk is now totally different?<!--colorc--><!--/colorc-->
    ><!--coloro:green--><span style="color:green <!--/coloro-->
    > > Is there any way to fix this? Would editing boot.ini or using bootcfg
    > > () sort this out?<!--colorc--><!--/colorc-->
    ><!--coloro:green--><span style="color:green <!--/coloro-->
    > > Or maybe use Acronis true image with universal restore because I know
    > > this will restore to different hardware (unlike ghost)?<!--colorc--><!--/colorc-->
    >
    > Putting aside the fact that running a server on a single drive is a bad
    > idea (For bad read "a really stupid and dumb thing to do"), googling for
    > the correct error message will bring forth any number  of solutions for
    > this very common question.
    >
    > This for example:-http://www.motherboard.windowsreinstall.com/problems.htm- Hide quoted text -
    >
    > - Show quoted text -<!--colorc--><!--/colorc-->

    OK. It might run Windows 2000 server but its not a server as such. Its
    a single board PC in a chassis of 6 of them, that runs windows 2000
    and an application.
     
  6. Sid Elbow

    Sid Elbow Guest

    BertieBigBollox@gmail.com wrote:
    <!--coloro:blue--><span style="color:blue <!--/coloro-->
    > Tried using Ghost and it backs up the RAID disks no problem, and seems
    > to install on the new internal disk.
    >
    > Trouble is it fails to boot with UNACCESSIBLE_BOOT_DEVICE. I assume
    > this because the boot disk is now totally different?<!--colorc--><!--/colorc-->


    Assuming the hardware is in order (correct drive jumpering, good cables,
    drive recognised properly in the BIOS ....

    If you restored to a fresh (unpartitioned) drive, Ghost won't
    automatically make any partition it creates it active (bootable). Check
    with FDisk, Partition Magic or whatever partitioning program you have to
    see if that's the case and make it bootable.

    If that works and the partition then boots, you may yet have some
    problems with the Windows installation if it has been set up for the
    raid hardware.
     
  7. philo

    philo Guest

    Sid Elbow wrote:<!--coloro:blue--><span style="color:blue <!--/coloro-->
    > BertieBigBollox@gmail.com wrote:
    > <!--coloro:green--><span style="color:green <!--/coloro-->
    >> Tried using Ghost and it backs up the RAID disks no problem, and seems
    >> to install on the new internal disk.
    >>
    >> Trouble is it fails to boot with UNACCESSIBLE_BOOT_DEVICE. I assume
    >> this because the boot disk is now totally different?<!--colorc--><!--/colorc-->
    >
    >
    > Assuming the hardware is in order (correct drive jumpering, good cables,
    > drive recognised properly in the BIOS ....
    >
    > If you restored to a fresh (unpartitioned) drive, Ghost won't
    > automatically make any partition it creates it active (bootable). Check
    > with FDisk, Partition Magic or whatever partitioning program you have to
    > see if that's the case and make it bootable.
    >
    > If that works and the partition then boots, you may yet have some
    > problems with the Windows installation if it has been set up for the
    > raid hardware.<!--colorc--><!--/colorc-->



    That's not it. K-man is right

    need to run fixboot (and/or fixmbr) from the repair console

    a RAID device uses a boot *signature* in boot.ini so when cloned to a
    single drive the RAID signature is invalid
     
  8. Zootal

    Zootal Guest

    "BertieBigBollox@gmail.com" <bertiebigbollox@gmail.com> wrote in message
    news:7a17e43b-b6af-474d-abe6-a995e5acda77@m20g2000vbp.googlegroups.com...<!--coloro:blue--><span style="color:blue <!--/coloro-->
    > Got a server that, at the moment, runs from hardware RAID array which
    > basically presents as a 36GB logical drive. This is then partitioned
    > into C, D and E (with windows 2000 on C).
    >
    > We want to get rid of the RAID and just use a single internal 40Gb
    > drive.
    >
    > Tried using Ghost and it backs up the RAID disks no problem, and seems
    > to install on the new internal disk.
    >
    > Trouble is it fails to boot with UNACCESSIBLE_BOOT_DEVICE. I assume
    > this because the boot disk is now totally different?
    >
    > Is there any way to fix this? Would editing boot.ini or using bootcfg
    > () sort this out?
    >
    > Or maybe use Acronis true image with universal restore because I know
    > this will restore to different hardware (unlike ghost)?<!--colorc--><!--/colorc-->


    Bite the bullet and just reinstall Windows from scratch. If you had, you
    would be done by now instead of still reading usenet messages trying to
    figure out how to get it to work :)
     
  9. Sid Elbow

    Sid Elbow Guest

    philo wrote:<!--coloro:blue--><span style="color:blue <!--/coloro-->
    > Sid Elbow wrote:<!--coloro:green--><span style="color:green <!--/coloro-->
    >> BertieBigBollox@gmail.com wrote:<!--colorc--><!--/colorc--><!--colorc--><!--/colorc-->
    <!--coloro:blue--><span style="color:blue <!--/coloro-->
    > That's not it. K-man is right<!--colorc--><!--/colorc-->

    It was my assumption the message was coming from the initial (BIOS)
    boot. But If it's coming from the Windows boot, then yes, I agree.
     
  10. philo

    philo Guest

    Sid Elbow wrote:<!--coloro:blue--><span style="color:blue <!--/coloro-->
    > philo wrote:<!--coloro:green--><span style="color:green <!--/coloro-->
    >> Sid Elbow wrote:<!--coloro:darkred--><span style="color:darkred <!--/coloro-->
    >>> BertieBigBollox@gmail.com wrote:<!--colorc--><!--/colorc--><!--colorc--><!--/colorc-->
    > <!--coloro:green--><span style="color:green <!--/coloro-->
    >> That's not it. K-man is right<!--colorc--><!--/colorc-->
    >
    > It was my assumption the message was coming from the initial (BIOS)
    > boot. But If it's coming from the Windows boot, then yes, I agree.<!--colorc--><!--/colorc-->


    I hate it when the k-man is right

    LOL
     
  11. "BertieBigBollox@gmail.com" <bertiebigbollox@gmail.com> wrote in message
    news:2a5fd3de-d6f6-4460-a330-564df96ba911@g31g2000vbr.googlegroups.com...
    On Oct 22, 12:54 pm, "Pegasus [MVP]" <n...@microsoft.com> wrote:<!--coloro:blue--><span style="color:blue <!--/coloro-->
    > "BertieBigBol...@gmail.com" <bertiebigbol...@gmail.com> wrote in message
    >
    > news:7a17e43b-b6af-474d-abe6-a995e5acda77@m20g2000vbp.googlegroups.com...
    >
    >
    >
    >
    ><!--coloro:green--><span style="color:green <!--/coloro-->
    > > Got a server that, at the moment, runs from hardware RAID array which
    > > basically presents as a 36GB logical drive. This is then partitioned
    > > into C, D and E (with windows 2000 on C).<!--colorc--><!--/colorc-->
    ><!--coloro:green--><span style="color:green <!--/coloro-->
    > > We want to get rid of the RAID and just use a single internal 40Gb
    > > drive.<!--colorc--><!--/colorc-->
    ><!--coloro:green--><span style="color:green <!--/coloro-->
    > > Tried using Ghost and it backs up the RAID disks no problem, and seems
    > > to install on the new internal disk.<!--colorc--><!--/colorc-->
    ><!--coloro:green--><span style="color:green <!--/coloro-->
    > > Trouble is it fails to boot with UNACCESSIBLE_BOOT_DEVICE. I assume
    > > this because the boot disk is now totally different?<!--colorc--><!--/colorc-->
    ><!--coloro:green--><span style="color:green <!--/coloro-->
    > > Is there any way to fix this? Would editing boot.ini or using bootcfg
    > > () sort this out?<!--colorc--><!--/colorc-->
    ><!--coloro:green--><span style="color:green <!--/coloro-->
    > > Or maybe use Acronis true image with universal restore because I know
    > > this will restore to different hardware (unlike ghost)?<!--colorc--><!--/colorc-->
    >
    > Windows is probably still looking for the SCSI RAID array driver. I would
    > do
    > this to make it use an IDE controller.
    > 1. Create or obtain a Bart PE boot CD.
    > 2. Test the Bart CD. It must give you full access to the Windows System
    > partition.
    > 3. Back up the System hive of the registry.
    > 4. Boot the machine with the Bart CD and check if you can see both the
    > System hive and its backup copy.
    > 5. Working through the Control Panel / System / Device Manager, change the
    > IDE ATA/ATAPI Controller from whatever it is to the Standard Dual Channel
    > PCI/IDE Controller.
    > 6. Create your clone disk.
    > 7. Disconnect the SCSI RAID controller and boot the machine with the IDE
    > disk.
    > 8. If this fails, restore the original System hive from its backup copy,
    > using the Bart boot CD.
    >
    > By the way, I think it is short-sighted to use a 40 GByte IDE disk for
    > your
    > server. Use a 150 or 200 GByte disk to give you some elbow room! Make the
    > System partition 20 GBytes and use the rest for your data.- Hide quoted
    > text -
    >
    > - Show quoted text -<!--colorc--><!--/colorc-->

    Couldnt I get windows to look for the IDE disk using bootcfg?

    ===============

    Acronis TrueImage with Universal Restore will cause this to happen - at a
    price.
     
  12. John Holmes

    John Holmes Guest

    BertieBigBollox@gmail.com "contributed" in 24hoursupport.helpdesk:
    <!--coloro:blue--><span style="color:blue <!--/coloro-->
    > On Oct 22, 2:43 pm, Desk Rabbit <m...@example.com> wrote:<!--coloro:green--><span style="color:green <!--/coloro-->
    >> BertieBigBol...@gmail.com wrote:<!--coloro:darkred--><span style="color:darkred <!--/coloro-->
    >> > Got a server that, at the moment, runs from hardware RAID array
    >> > which basically presents as a 36GB logical drive. This is then
    >> > partitioned into C, D and E (with windows 2000 on C).<!--colorc--><!--/colorc-->
    >><!--coloro:darkred--><span style="color:darkred <!--/coloro-->
    >> > We want to get rid of the RAID and just use a single internal 40Gb
    >> > drive.<!--colorc--><!--/colorc-->
    >><!--coloro:darkred--><span style="color:darkred <!--/coloro-->
    >> > Tried using Ghost and it backs up the RAID disks no problem, and
    >> > seems to install on the new internal disk.<!--colorc--><!--/colorc-->
    >><!--coloro:darkred--><span style="color:darkred <!--/coloro-->
    >> > Trouble is it fails to boot with UNACCESSIBLE_BOOT_DEVICE. I assume
    >> > this because the boot disk is now totally different?<!--colorc--><!--/colorc-->
    >><!--coloro:darkred--><span style="color:darkred <!--/coloro-->
    >> > Is there any way to fix this? Would editing boot.ini or using
    >> > bootcfg () sort this out?<!--colorc--><!--/colorc-->
    >><!--coloro:darkred--><span style="color:darkred <!--/coloro-->
    >> > Or maybe use Acronis true image with universal restore because I
    >> > know this will restore to different hardware (unlike ghost)?<!--colorc--><!--/colorc-->
    >>
    >> Putting aside the fact that running a server on a single drive is a
    >> bad idea (For bad read "a really stupid and dumb thing to do"),
    >> googling for the correct error message will bring forth any number
    >>  of solutions for this very common question.
    >>
    >> This for
    >> example:-http://www.motherboard.windowsreinstall.com/problems.ht <!--colorc--><!--/colorc-->
    > m- Hide quoted text -<!--coloro:green--><span style="color:green <!--/coloro-->
    >>
    >> - Show quoted text -<!--colorc--><!--/colorc-->
    >
    > OK. It might run Windows 2000 server but its not a server as such. Its
    > a single board PC in a chassis of 6 of them, that runs windows 2000
    > and an application.<!--colorc--><!--/colorc-->

    Do you even know what a "server" is supposed to do?

    --
    <snip>
     
  13. Desk Rabbit

    Desk Rabbit Guest

    BertieBigBollox@gmail.com wrote:<!--coloro:blue--><span style="color:blue <!--/coloro-->
    > On Oct 22, 2:43 pm, Desk Rabbit <m...@example.com> wrote:<!--coloro:green--><span style="color:green <!--/coloro-->
    >> BertieBigBol...@gmail.com wrote:<!--coloro:darkred--><span style="color:darkred <!--/coloro-->
    >>> Got a server that, at the moment, runs from hardware RAID array which
    >>> basically presents as a 36GB logical drive. This is then partitioned
    >>> into C, D and E (with windows 2000 on C).
    >>> We want to get rid of the RAID and just use a single internal 40Gb
    >>> drive.
    >>> Tried using Ghost and it backs up the RAID disks no problem, and seems
    >>> to install on the new internal disk.
    >>> Trouble is it fails to boot with UNACCESSIBLE_BOOT_DEVICE. I assume
    >>> this because the boot disk is now totally different?
    >>> Is there any way to fix this? Would editing boot.ini or using bootcfg
    >>> () sort this out?
    >>> Or maybe use Acronis true image with universal restore because I know
    >>> this will restore to different hardware (unlike ghost)?<!--colorc--><!--/colorc-->
    >> Putting aside the fact that running a server on a single drive is a bad
    >> idea (For bad read "a really stupid and dumb thing to do"), googling for
    >> the correct error message will bring forth any number of solutions for
    >> this very common question.
    >>
    >> This for example:-http://www.motherboard.windowsreinstall.com/problems.htm- Hide quoted text -
    >>
    >> - Show quoted text -<!--colorc--><!--/colorc-->
    >
    > OK. It might run Windows 2000 server but its not a server as such. Its
    > a single board PC in a chassis of 6 of them, that runs windows 2000
    > and an application.<!--colorc--><!--/colorc-->

    I can only assume then that this is not a critical application and when
    this single disk dies you can cope with the downtime required for
    obtaining a replacement drive and restoring the O/S & data.
     
  14. <!--coloro:blue--><span style="color:blue <!--/coloro-->
    > Do you even know what a "server" is supposed to do?<!--colorc--><!--/colorc-->


    Ho Hum. Cant go into details because of the nature of the application.
    But its a specifically built chassis running several PC 'cards'
    running windows 2000 server and running specific custom applications.
     
  15. Desk Rabbit

    Desk Rabbit Guest

    John Holmes wrote:<!--coloro:blue--><span style="color:blue <!--/coloro-->
    > BertieBigBollox@gmail.com "contributed" in 24hoursupport.helpdesk:
    > <!--coloro:green--><span style="color:green <!--/coloro-->
    >> On Oct 22, 2:43 pm, Desk Rabbit <m...@example.com> wrote:<!--coloro:darkred--><span style="color:darkred <!--/coloro-->
    >>> BertieBigBol...@gmail.com wrote:
    >>>> Got a server that, at the moment, runs from hardware RAID array
    >>>> which basically presents as a 36GB logical drive. This is then
    >>>> partitioned into C, D and E (with windows 2000 on C).
    >>>> We want to get rid of the RAID and just use a single internal 40Gb
    >>>> drive.
    >>>> Tried using Ghost and it backs up the RAID disks no problem, and
    >>>> seems to install on the new internal disk.
    >>>> Trouble is it fails to boot with UNACCESSIBLE_BOOT_DEVICE. I assume
    >>>> this because the boot disk is now totally different?
    >>>> Is there any way to fix this? Would editing boot.ini or using
    >>>> bootcfg () sort this out?
    >>>> Or maybe use Acronis true image with universal restore because I
    >>>> know this will restore to different hardware (unlike ghost)?
    >>> Putting aside the fact that running a server on a single drive is a
    >>> bad idea (For bad read "a really stupid and dumb thing to do"),
    >>> googling for the correct error message will bring forth any number
    >>> of solutions for this very common question.
    >>>
    >>> This for
    >>> example:-http://www.motherboard.windowsreinstall.com/problems.ht <!--colorc--><!--/colorc-->
    >> m- Hide quoted text -<!--coloro:darkred--><span style="color:darkred <!--/coloro-->
    >>> - Show quoted text -<!--colorc--><!--/colorc-->
    >> OK. It might run Windows 2000 server but its not a server as such. Its
    >> a single board PC in a chassis of 6 of them, that runs windows 2000
    >> and an application.<!--colorc--><!--/colorc-->
    >
    > Do you even know what a "server" is supposed to do?
    > <!--colorc--><!--/colorc-->
    IMHO it is evident from the fact that the question was even asked in the
    first place that this computing stuff is new to him.
     
  16. On Oct 23, 9:30 am, Desk Rabbit <m...@example.com> wrote:<!--coloro:blue--><span style="color:blue <!--/coloro-->
    > John Holmes wrote:<!--coloro:green--><span style="color:green <!--/coloro-->
    > > BertieBigBol...@gmail.com "contributed" in 24hoursupport.helpdesk:<!--colorc--><!--/colorc-->
    ><!--coloro:green--><span style="color:green <!--/coloro--><!--coloro:darkred--><span style="color:darkred <!--/coloro-->
    > >> On Oct 22, 2:43 pm, Desk Rabbit <m...@example.com> wrote:
    > >>> BertieBigBol...@gmail.com wrote:
    > >>>> Got a server that, at the moment, runs from hardware RAID array
    > >>>> which basically presents as a 36GB logical drive. This is then
    > >>>> partitioned into C, D and E (with windows 2000 on C).
    > >>>> We want to get rid of the RAID and just use a single internal 40Gb
    > >>>> drive.
    > >>>> Tried using Ghost and it backs up the RAID disks no problem, and
    > >>>> seems to install on the new internal disk.
    > >>>> Trouble is it fails to boot with UNACCESSIBLE_BOOT_DEVICE. I assume
    > >>>> this because the boot disk is now totally different?
    > >>>> Is there any way to fix this? Would editing boot.ini or using
    > >>>> bootcfg () sort this out?
    > >>>> Or maybe use Acronis true image with universal restore because I
    > >>>> know this will restore to different hardware (unlike ghost)?
    > >>> Putting aside the fact that running a server on a single drive is a
    > >>> bad idea (For bad read "a really stupid and dumb thing to do"),
    > >>> googling for the correct error message will bring forth any number
    > >>>  of solutions for this very common question.<!--colorc--><!--/colorc--><!--colorc--><!--/colorc-->
    ><!--coloro:green--><span style="color:green <!--/coloro--><!--coloro:darkred--><span style="color:darkred <!--/coloro-->
    > >>> This for
    > >>> example:-http://www.motherboard.windowsreinstall.com/problems.ht
    > >> m- Hide quoted text -
    > >>> - Show quoted text -
    > >> OK. It might run Windows 2000 server but its not a server as such. Its
    > >> a single board PC in a chassis of 6 of them, that runs windows 2000
    > >> and an application.<!--colorc--><!--/colorc--><!--colorc--><!--/colorc-->
    ><!--coloro:green--><span style="color:green <!--/coloro-->
    > > Do you even know what a "server" is supposed to do?<!--colorc--><!--/colorc-->
    >
    > IMHO it is evident from the fact that the question was even asked in the
    > first place that this computing stuff is new to him.- Hide quoted text -
    >
    > - Show quoted text -<!--colorc--><!--/colorc-->

    Oh dear. Someone thinks they know everything here...
     
  17. §nühw¤£f

    §nühw¤£f Guest

    John Holmes <nospam.13inch@gmail.com> pinched out a steaming pile of
    news:200910222125.n9MLPht21735@smtp.cobalt.loc:
    <!--coloro:blue--><span style="color:blue <!--/coloro-->
    > BertieBigBollox@gmail.com "contributed" in 24hoursupport.helpdesk:
    > <!--coloro:green--><span style="color:green <!--/coloro-->
    >> On Oct 22, 2:43 pm, Desk Rabbit <m...@example.com> wrote:<!--coloro:darkred--><span style="color:darkred <!--/coloro-->
    >>> BertieBigBol...@gmail.com wrote:
    >>> > Got a server that, at the moment, runs from hardware RAID array
    >>> > which basically presents as a 36GB logical drive. This is then
    >>> > partitioned into C, D and E (with windows 2000 on C).
    >>>
    >>> > We want to get rid of the RAID and just use a single internal <!--colorc--><!--/colorc--><!--colorc--><!--/colorc--><!--colorc--><!--/colorc-->
    40Gb<!--coloro:blue--><span style="color:blue <!--/coloro--><!--coloro:green--><span style="color:green <!--/coloro--><!--coloro:darkred--><span style="color:darkred <!--/coloro-->
    >>> > drive.
    >>>
    >>> > Tried using Ghost and it backs up the RAID disks no problem, and
    >>> > seems to install on the new internal disk.
    >>>
    >>> > Trouble is it fails to boot with UNACCESSIBLE_BOOT_DEVICE. I <!--colorc--><!--/colorc--><!--colorc--><!--/colorc--><!--colorc--><!--/colorc-->
    assume<!--coloro:blue--><span style="color:blue <!--/coloro--><!--coloro:green--><span style="color:green <!--/coloro--><!--coloro:darkred--><span style="color:darkred <!--/coloro-->
    >>> > this because the boot disk is now totally different?
    >>>
    >>> > Is there any way to fix this? Would editing boot.ini or using
    >>> > bootcfg () sort this out?
    >>>
    >>> > Or maybe use Acronis true image with universal restore because I
    >>> > know this will restore to different hardware (unlike ghost)?
    >>>
    >>> Putting aside the fact that running a server on a single drive is a
    >>> bad idea (For bad read "a really stupid and dumb thing to do"),
    >>> googling for the correct error message will bring forth any number
    >>>  of solutions for this very common question.
    >>>
    >>> This for
    >>> example:-http://www.motherboard.windowsreinstall.com/problems.ht <!--colorc--><!--/colorc-->
    >> m- Hide quoted text -<!--coloro:darkred--><span style="color:darkred <!--/coloro-->
    >>>
    >>> - Show quoted text -<!--colorc--><!--/colorc-->
    >>
    >> OK. It might run Windows 2000 server but its not a server as such. <!--colorc--><!--/colorc--><!--colorc--><!--/colorc-->
    Its<!--coloro:blue--><span style="color:blue <!--/coloro--><!--coloro:green--><span style="color:green <!--/coloro-->
    >> a single board PC in a chassis of 6 of them, that runs windows 2000
    >> and an application.<!--colorc--><!--/colorc-->
    >
    > Do you even know what a "server" is supposed to do?
    > <!--colorc--><!--/colorc-->

    Depends. RADIUS, nntp,dns, pop...

    Did I miss much?
    [​IMG]

    --

    cageprisoners.com|

    _____ ____ ____ __ /\_/\ __ _ ______ _____
    / __/ |/ / / / / // // . . \\ \ |\ | / __ \ \ \ __\
    _\ \/ / /_/ / _ / \ / \ \| \| \ \_\ \ \__\ _\
    /___/_/|_/\____/_//_/ \_@_/ \__|\__|\____/\____\_\
     
  18. Desk Rabbit

    Desk Rabbit Guest

    BertieBigBollox@gmail.com wrote:<!--coloro:blue--><span style="color:blue <!--/coloro-->
    > On Oct 23, 9:30 am, Desk Rabbit <m...@example.com> wrote:<!--coloro:green--><span style="color:green <!--/coloro-->
    >> John Holmes wrote:<!--coloro:darkred--><span style="color:darkred <!--/coloro-->
    >>> BertieBigBol...@gmail.com "contributed" in 24hoursupport.helpdesk:
    >>>> On Oct 22, 2:43 pm, Desk Rabbit <m...@example.com> wrote:
    >>>>> BertieBigBol...@gmail.com wrote:
    >>>>>> Got a server that, at the moment, runs from hardware RAID array
    >>>>>> which basically presents as a 36GB logical drive. This is then
    >>>>>> partitioned into C, D and E (with windows 2000 on C).
    >>>>>> We want to get rid of the RAID and just use a single internal 40Gb
    >>>>>> drive.
    >>>>>> Tried using Ghost and it backs up the RAID disks no problem, and
    >>>>>> seems to install on the new internal disk.
    >>>>>> Trouble is it fails to boot with UNACCESSIBLE_BOOT_DEVICE. I assume
    >>>>>> this because the boot disk is now totally different?
    >>>>>> Is there any way to fix this? Would editing boot.ini or using
    >>>>>> bootcfg () sort this out?
    >>>>>> Or maybe use Acronis true image with universal restore because I
    >>>>>> know this will restore to different hardware (unlike ghost)?
    >>>>> Putting aside the fact that running a server on a single drive is a
    >>>>> bad idea (For bad read "a really stupid and dumb thing to do"),
    >>>>> googling for the correct error message will bring forth any number
    >>>>> of solutions for this very common question.
    >>>>> This for
    >>>>> example:-http://www.motherboard.windowsreinstall.com/problems.ht
    >>>> m- Hide quoted text -
    >>>>> - Show quoted text -
    >>>> OK. It might run Windows 2000 server but its not a server as such. Its
    >>>> a single board PC in a chassis of 6 of them, that runs windows 2000
    >>>> and an application.
    >>> Do you even know what a "server" is supposed to do?<!--colorc--><!--/colorc-->
    >> IMHO it is evident from the fact that the question was even asked in the
    >> first place that this computing stuff is new to him.- Hide quoted text -
    >>
    >> - Show quoted text -<!--colorc--><!--/colorc-->
    >
    > Oh dear. Someone thinks they know everything here...<!--colorc--><!--/colorc-->

    I don't know everything but it's pretty obvious that I know a darn sight
    more than you do.
     

Share This Page