bcdedit problem

maifs

maifs
Member
VIP
Local time
5:54 PM
Messages
133
Location
Lahore
Hi...

i am trying to made a hard drive bootable by using the bcdedit commands.

i have executed all entries successfuly but still i am not seeing it in boot menu as "Window 7 setup".

Can anybody help me?
 

My Computer

Computer Manufacturer/Model Number
Gericom/755CI
OS
windows7
CPU
mobile AMD Athlon(tm) XP-M 2600+, 1514 Mhz, 1 Core(s), 1 Log
Motherboard
Gericom 755CI 1.0,BIOS: American Megatrends Inc. 1.04G 07/09
Memory
768 MB
Monitor(s) Displays
15 inches TFT(XGA 1024x786)
Screen Resolution
1024x786
Hard Drives
40GB
Keyboard
compaq
Mouse
IBM
Internet Speed
512KB
Hello maifs.



Please be very specific about what you are trying to accomplish so we can help you; have you seen the tutorial at the link below?


BCDEDIT - How to Use
 

My Computer

Computer Manufacturer/Model Number
* BFK Customs *
OS
W 7 64-bit Ultimate
CPU
Intel Q9550 Yorkfield
Motherboard
ASUS P5Q Pro
Memory
8GB Dominator 8500C5D
Graphics Card(s)
ATI : XFX 5870
Sound Card
Realtek HD Audio 7-1
Monitor(s) Displays
1x 47" LCD HDMI & 3x 26" LCD HDMI
Screen Resolution
1920x1080P & 1920x1200
Hard Drives
1x 80GB Intel X25-M G2 SSD : 1x 500GB & 1x 640GB WD Caviar Black(s)
PSU
Corsair 620HX
Case
Cooler Master RC-690
Cooling
Tuniq Tower 120, 2x 140mm and 3x 120mm case fans
Keyboard
Microsoft 500
Mouse
Razer Diamondback 3G
Internet Speed
14 Mb/s
Other Info
1x Koutech 3Gb/s SATA HDD Hot Swap Rack
I have read the BCDEDIT article.

I want to install windows7 from selecting the boot menu after creation of boot entries.
->My hard disk have 4 drives (C:,D:,E:,F
smile.gif
drives. I have copied all Windows7 required files on the root of F: drive.
->Currently windows7 is installed on my D: drive and windowsxp is installed on C: drive.
->I am using bcdedit commands to creating boot entries. BCDEDIT commands are written below:
-> After the execution of first boot entry, it is generating an ID (I am using this UUID in all other bcdedit commands )
Generated UUID is "0cfde816-5060-11de-9aa1-96570576f263".
1>bcdedit /create /d "Windows 7 Setup" /application osloader
2>bcdedit /set {0cfde816-5060-11de-9aa1-96570576f263} device ramdisk=[d:]\sources\boot.wim,{7619dcc8-fafe-11d9-b411-000476eba25f}
3>bcdedit /set {0cfde816-5060-11de-9aa1-96570576f263} path \windows\system32\boot\winload.exe
4>bcdedit /set {0cfde816-5060-11de-9aa1-96570576f263} inherit {bootloadersettings}
5>bcdedit /set {0cfde816-5060-11de-9aa1-96570576f263} osdevice ramdisk=[d:]\sources\boot.wim,{7619dcc8-fafe-11d9-b411-000476eba25f}
6>bcdedit /set {0cfde816-5060-11de-9aa1-96570576f263} systemroot \windows
7>bcdedit /set {0cfde816-5060-11de-9aa1-96570576f263} detecthal YES
8>bcdedit /set {0cfde816-5060-11de-9aa1-96570576f263} winpe YES
9>bcdedit /set {0cfde816-5060-11de-9aa1-96570576f263} ems YES

After the execution of all commands successfully, a new boot menu "Windows 7 Setup [EMS]" is embbeded in the last of boot menu.
when i try to run it then it start installation process and display a blue screen message and then halt my machine.
 

My Computer

Computer Manufacturer/Model Number
Gericom/755CI
OS
windows7
CPU
mobile AMD Athlon(tm) XP-M 2600+, 1514 Mhz, 1 Core(s), 1 Log
Motherboard
Gericom 755CI 1.0,BIOS: American Megatrends Inc. 1.04G 07/09
Memory
768 MB
Monitor(s) Displays
15 inches TFT(XGA 1024x786)
Screen Resolution
1024x786
Hard Drives
40GB
Keyboard
compaq
Mouse
IBM
Internet Speed
512KB
I am using below BCDEDIT commands :
At the time of selecting the "Windows 7 Setup" boot menu, It fails to proceed the installation process and is displaying a blue screen and then halt.

bcdedit /create /d "Windows 7 Setup" /application osloader
bcdedit /set {0cfde816-5060-11de-9aa1-96570576f263} device ramdisk=[d:]\sources\boot.wim,{7619dcc8-fafe-11d9-b411-000476eba25f}
bcdedit /set {0cfde816-5060-11de-9aa1-96570576f263} path \windows\system32\boot\winload.exe
bcdedit /set {0cfde816-5060-11de-9aa1-96570576f263} inherit {bootloadersettings}
bcdedit /set {0cfde816-5060-11de-9aa1-96570576f263} osdevice ramdisk=[d:]\sources\boot.wim,{7619dcc8-fafe-11d9-b411-000476eba25f}
bcdedit /set {0cfde816-5060-11de-9aa1-96570576f263} systemroot \windows
bcdedit /set {0cfde816-5060-11de-9aa1-96570576f263} detecthal YES
bcdedit /set {0cfde816-5060-11de-9aa1-96570576f263} winpe YES
bcdedit /set {0cfde816-5060-11de-9aa1-96570576f263} ems YES
 

My Computer

Computer Manufacturer/Model Number
Gericom/755CI
OS
windows7
CPU
mobile AMD Athlon(tm) XP-M 2600+, 1514 Mhz, 1 Core(s), 1 Log
Motherboard
Gericom 755CI 1.0,BIOS: American Megatrends Inc. 1.04G 07/09
Memory
768 MB
Monitor(s) Displays
15 inches TFT(XGA 1024x786)
Screen Resolution
1024x786
Hard Drives
40GB
Keyboard
compaq
Mouse
IBM
Internet Speed
512KB
I have read the BCDEDIT article.

I want to install windows7 from selecting the boot menu after creation of boot entries.
->My hard disk have 4 drives (C:,D:,E:,F
smile.gif
drives. I have copied all Windows7 required files on the root of F: drive.
->Currently windows7 is installed on my D: drive and windowsxp is installed on C: drive.
->I am using bcdedit commands to creating boot entries. BCDEDIT commands are written below:
-> After the execution of first boot entry, it is generating an ID (I am using this UUID in all other bcdedit commands )
Generated UUID is "0cfde816-5060-11de-9aa1-96570576f263".
1>bcdedit /create /d "Windows 7 Setup" /application osloader
2>bcdedit /set {0cfde816-5060-11de-9aa1-96570576f263} device ramdisk=[d:]\sources\boot.wim,{7619dcc8-fafe-11d9-b411-000476eba25f}
3>bcdedit /set {0cfde816-5060-11de-9aa1-96570576f263} path \windows\system32\boot\winload.exe
4>bcdedit /set {0cfde816-5060-11de-9aa1-96570576f263} inherit {bootloadersettings}
5>bcdedit /set {0cfde816-5060-11de-9aa1-96570576f263} osdevice ramdisk=[d:]\sources\boot.wim,{7619dcc8-fafe-11d9-b411-000476eba25f}
6>bcdedit /set {0cfde816-5060-11de-9aa1-96570576f263} systemroot \windows
7>bcdedit /set {0cfde816-5060-11de-9aa1-96570576f263} detecthal YES
8>bcdedit /set {0cfde816-5060-11de-9aa1-96570576f263} winpe YES
9>bcdedit /set {0cfde816-5060-11de-9aa1-96570576f263} ems YES

After the execution of all commands successfully, a new boot menu "Windows 7 Setup [EMS]" is embbeded in the last of boot menu.
when i try to run it then it start installation process and display a blue screen message and then halt my machine.
 

My Computer

Computer Manufacturer/Model Number
Gericom/755CI
OS
windows7
CPU
mobile AMD Athlon(tm) XP-M 2600+, 1514 Mhz, 1 Core(s), 1 Log
Motherboard
Gericom 755CI 1.0,BIOS: American Megatrends Inc. 1.04G 07/09
Memory
768 MB
Monitor(s) Displays
15 inches TFT(XGA 1024x786)
Screen Resolution
1024x786
Hard Drives
40GB
Keyboard
compaq
Mouse
IBM
Internet Speed
512KB
Back
Top