Problem installing Win7
Verfasst: 24 Jun 2009, 09:11
I'm having some difficulty installing Win7. I have winxppro installing fine.
It could be related to translation issues : google translate is terrible at translating this section of the manual. I got some help from a dutch guy whos german isn't great, but unfortunately it's still not working for me.
Files seem to be copied across fine, but after reboot I get this message :
Datenträger entfernen
Neustart: Taste drücken
I've included my own notes on what I'm doing. Hopefully they are clear :
# 1) Copy boot.wim image file from your OS install disk to a directory on your C: drive
# eg. C:\winpe_amd64\ISO\sources\
# (On Win7 boot.wim is in \sources)
#
# 2) Allow read and write access to this boot.wim file.
#
# 3) To mount this image file :
# Right-click the WinPE Command Prompt icon (in the MS Win AIK menu) and click
# "Run as Administrator", then create the directory c:\winpe_amd64\mount . Execute
# the following command :
# "C:\Program Files\Windows AIK\Tools\amd64\imagex.exe" /mountrw C:\winpe_amd64\ISO\sources\boot.wim 1 c:\winpe_amd64\mount
#
# 4) Now you can navigate inside the image file and edit :
# C:\WinPE_amd64\mount\Windows\System32\startnet.cmd
#
# From the translated german instructions :
# Wpeinit the entry and remove the following line:
# c: \ opsi \ startnet.cmd
# (Note: The startnet.cmd by opsi-linux boot image in the
# winvista.py created alongside the wpeinit call)
#
# Hmmmmmm... I THINK this means to delete the wpeinit statement and
# add c:\opsi\startnet.cmd . (I've checked and wpeinit is called
# inside startnet.cmd.
#
# I guess the winvista stuff is an explanation of what the pxe boot image does???
#
# 5) Unmount the file and copy it to the winpe directory :
# imagex.exe /unmount /commit C:\winpe_amd64\mount
#
# 6) Repeat the previous mount operation subsituting "2" for "1" in the mount command.
# The edits to startnet.cmd need to happen again.
#
# It's important to also delete setup.exe from the root and /sources directory of
# boot.wim.
#
# 7) Copy the boot.wim file to winpe/sources/boot.wim in the win7 directory.
#
# 8) Copy entire CD contents to /opt/pcbin/install/win7/installfiles and
# change permissions ie.
# chown -R opsiconfd.pcpatch /opt/pcbin/install/win7/installfiles
It could be related to translation issues : google translate is terrible at translating this section of the manual. I got some help from a dutch guy whos german isn't great, but unfortunately it's still not working for me.
Files seem to be copied across fine, but after reboot I get this message :
Datenträger entfernen
Neustart: Taste drücken
I've included my own notes on what I'm doing. Hopefully they are clear :
# 1) Copy boot.wim image file from your OS install disk to a directory on your C: drive
# eg. C:\winpe_amd64\ISO\sources\
# (On Win7 boot.wim is in \sources)
#
# 2) Allow read and write access to this boot.wim file.
#
# 3) To mount this image file :
# Right-click the WinPE Command Prompt icon (in the MS Win AIK menu) and click
# "Run as Administrator", then create the directory c:\winpe_amd64\mount . Execute
# the following command :
# "C:\Program Files\Windows AIK\Tools\amd64\imagex.exe" /mountrw C:\winpe_amd64\ISO\sources\boot.wim 1 c:\winpe_amd64\mount
#
# 4) Now you can navigate inside the image file and edit :
# C:\WinPE_amd64\mount\Windows\System32\startnet.cmd
#
# From the translated german instructions :
# Wpeinit the entry and remove the following line:
# c: \ opsi \ startnet.cmd
# (Note: The startnet.cmd by opsi-linux boot image in the
# winvista.py created alongside the wpeinit call)
#
# Hmmmmmm... I THINK this means to delete the wpeinit statement and
# add c:\opsi\startnet.cmd . (I've checked and wpeinit is called
# inside startnet.cmd.
#
# I guess the winvista stuff is an explanation of what the pxe boot image does???
#
# 5) Unmount the file and copy it to the winpe directory :
# imagex.exe /unmount /commit C:\winpe_amd64\mount
#
# 6) Repeat the previous mount operation subsituting "2" for "1" in the mount command.
# The edits to startnet.cmd need to happen again.
#
# It's important to also delete setup.exe from the root and /sources directory of
# boot.wim.
#
# 7) Copy the boot.wim file to winpe/sources/boot.wim in the win7 directory.
#
# 8) Copy entire CD contents to /opt/pcbin/install/win7/installfiles and
# change permissions ie.
# chown -R opsiconfd.pcpatch /opt/pcbin/install/win7/installfiles