Hi,
I have a few boot images which I have dumped in the root of C:, which can be loaded fine from boot.ini. i.e.
The problem I am having is I can't get these images to boot from a different partition (D
.
I want all these images to reside in a second partition (D
on the first hard drive, and still be able to boot them from D: drive, so my boot.ini entry would look like this:
-OR-
From what I have read, any images need to be on the windows boot partition. I have no success with this so far, and get hal.dll errors. I have also tried copying the Windows Dir to this drive and have had no luck.
The main reason why I want to be able to boot images off D: is due to ghost. It just seems silly to launch ghost from C: drive then ghost back to it.
I guess I really want to know the following:
1. Can windows boot an image from a different partition or hard drive?
2. If this isn't possible, will loading the image into a RAM disk suffice (by that I mean not cause problems with Ghost)?
I already have boot CDs and bootable USB pens with all this on it working, but I still need a hard drive solution.
Any ideas?
Thanks,
Adam
------------------------------------
There's no place like 127.0.0.1
------------------------------------
I have a few boot images which I have dumped in the root of C:, which can be loaded fine from boot.ini. i.e.
Code:
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Windows XP [DEFAULT]" /fastdetect /NoExecute=OptIn
C:\XPBOOT.bin="SYSTEM RECOVERY"
C:\GHOST.bin="Ghost"
The problem I am having is I can't get these images to boot from a different partition (D
I want all these images to reside in a second partition (D
Code:
D:\XPBOOT.bin="SYSTEM RECOVERY"
D:\GHOST.bin="Ghost"
-OR-
Code:
multi(0)disk(0)rdisk(0)partition(2)\XPBOOT.bin="SYSTEM RECOVERY"
multi(0)disk(0)rdisk(0)partition(2)\GHOST.bin="Ghost"
From what I have read, any images need to be on the windows boot partition. I have no success with this so far, and get hal.dll errors. I have also tried copying the Windows Dir to this drive and have had no luck.
The main reason why I want to be able to boot images off D: is due to ghost. It just seems silly to launch ghost from C: drive then ghost back to it.
I guess I really want to know the following:
1. Can windows boot an image from a different partition or hard drive?
2. If this isn't possible, will loading the image into a RAM disk suffice (by that I mean not cause problems with Ghost)?
I already have boot CDs and bootable USB pens with all this on it working, but I still need a hard drive solution.
Any ideas?
Thanks,
Adam
------------------------------------
There's no place like 127.0.0.1
------------------------------------