Boot on 2nd Hard Drive

H

Herny Leung

Hi,

I have the first drive on C, and second new dynamic drive
on E. Drive E was formated in NTFS, type simple, in
Administration Tool.

I followed the "How to" guide line to configure the
setting as followings:

- Boot Drive: C
- Windows folder: E:\windows
- Program file folder: E:\Program Files
- Documents and Setting: E:\Documents and Settings
- Boot ARC path: multi(0)disk(1)rdisk(0)partition(1)

After I built the image, I copied all the files in
C:\Windows Embedded Images to E:\ and all the folder under
C:\Windows Embedded Images\DriveE to E:\.

Also, I added the following line to the boot.ini:
multi(0)disk(1)rdisk(0)partition(1)\WINDOWS="Microsoft
Windows XP Embedded" /fastdetect

I can't boot up the image. Is there anything I overlook?
 
S

Slobodan Brcin

I can't boot up the image. Is there anything I overlook?
Yes at least two things.

It should be multi(0)disk(0)rdisk(1)partition(1)\WINDOWS
Also E: is not guarantied drive letter, it could be, but
make sure.

Best regards,
Slobodan
 
A

Andy Allred [MS]

Ignore the drive letters assigned by Windows in the safe build you're
referring to. You need to specify the drive letter as seen in Real Mode. If
this is the first partition of the second drive then you specify "D", not E.

--
Andy

This posting is provided "AS IS" with no warranties, and confers no
rights.
=====================================================
 
H

Howard Hao

Henry,
Does your 2nd hdd work now? I need to do the same thing
too.
Howard Hao
 
H

Henry Leung

Thanks every body for the tips. My problems are fixed.
Both Slobodan and Andy pointed out my problems. After I
changed the boot.ini to multi(0)disk(0)rdisk(1)partition
(1), Windows found the boot up files. However, it reset
itself every time installing components in the first
boot. The problem was on the drive letter for my second
drive. I changed to D:\... for the target image paths in
Target Designer and changed the drive letter of my second
hard drive to D: in Administrative Tool. The image booted
after all these changes.

Hope it can help.

Henry
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top