Differences

This shows you the differences between two versions of the page.

Link to this comparison view

bcd [2015/05/01 16:24]
bcd [2022/04/16 12:22] (current)
Line 1: Line 1:
 +===== windows xp vs 7 =====
 +
 +  * https://social.technet.microsoft.com/Forums/en-US/f279269e-b550-41df-81a5-84ddafdbea89/how-to-set-windows-xp-to-be-default-boot-
 +
 +  bcdedit /default {legacy}
 +  
 +@TaG: [[WindowsXP]]
 +===== EASYBCD ======
 +
 +  * https://en.wikipedia.org/wiki/EasyBCD
 +  * http://neosmart.net/download.php?id=1# BcD GuI 
 +  * md5=49BC31BCF96D98566B800FBDCB2C663D EasyBCD 2.2.exe
 +    * http://dl1.downloadray.com/EasyBCDCommunityEdition/EasyBCD%202.2.exe
 +    * http://s.dyjh.tyc.edu.tw/w5/pub/win7/EasyBCD%202.2.exe
 +
 +===== MISC =====
 +
 +  * http://rzr.online.fr/q/bcd# I am looking for an equivalent to #WindoW 's BootSect.exe on #GnuLinux to BooT W. part from #GruB or #MbR ?
 +  * http://ubuntuforums.org/showthread.php?t=1043760
 +  * https://wiki.archlinux.org/index.php/GRUB2#Chainload_Microsoft_Windows_x86_64_UEFI-GPT
 +
 +
 +  \\?\Device\Harddisk1\Partition0
 +
 +http://www.chrysocome.net/dd
 +
 +  dd bs=512
 +
 +  dd --list
 +  dd if="\\?\Device\Harddisk0\Partition5"  of=p6.bin bs=1024 count=1
 +
 +@more: LenovO UnC MicroSoft
 +
 +<code>
 +
 +bcdedit  /create /d p7 /application bootsector
 +# set ID=...
 +
 +bcdedit /set %ID% path \local\p7.bin
 +
 +bcdedit /displayorder %ID% /addlast
 +
 +bcdedit /default %ID%
 +
 +</code>
 +  
 +
 +  * http://www.iceflatline.com/2009/09/how-to-dual-boot-windows-7-and-linux-using-bcdedit/
 +  * http://cdn.neosmart.net/software/EasyBCD/community/EasyBCD%202.1.2.exe?AWSAccessKeyId=1HCB7Z221V5CV2K1ZDG2&Expires=1341350315&Signature=m6xKIov9RkwkQjtA2poVPbnGouc%3D&response-content-disposition=attachment;%20filename=%22EasyBCD%202.1.2.exe%22
 +  * http://neosmart.net/wiki/display/EBCD/# GruB
 +
 +
 +  * http://www.nextofwindows.com/making-a-bootable-windows-to-go-usb-device-with-windows-8-1/# BcD
 +  * http://superuser.com/questions/367043/need-to-fix-windows-mbr-without-using-a-cd# Is it possible to run bcdboot from linux or using vm ... ?
 +
 +ChainLoad :
 +
 +  * http://www.gnu.org/software/grub/manual/grub.html#DOS_002fWindows
 +
 +
 +===== BCDEDIT =====
 +
 +  * https://support.microsoft.com/en-us/help/4010143/windows-boot-error-inaccessible-boot-device-or-boot-failure-in-an-azur# BcdBooT
 +  * https://social.technet.microsoft.com/Forums/en-US/b228ae18-a637-4887-992f-e3e128e33d74/how-to-fix-inaccessiblebootdevice-windows-10-pro?forum=win10itprogeneral
 +
 +===== EASY BCD =====
 +
 +EasyBcd 2.2 / Neogrub :
 +
 +  * http://cf.cdn.neosmart.net/software/EasyBCD/community/EasyBCD%202.2.exe
 +
 +
 +<code>
 +# NeoSmart NeoGrub Bootloader Configuration File
 +#
 +# This is the NeoGrub configuration file, and should be located at C:\NST\menu.lst
 +# Please see the EasyBCD Documentation for information on how to create/modify entries:
 +# http://neosmart.net/wiki/display/EBCD/
 +
 +# 0 1 2 3 4 5
 +
 +#menuentry "sda1" {
 +title sda1
 +root (hd0,0)
 +makeactive
 +chainloader +1
 +boot
 +#}
 +
 +#menuentry "sda2" {
 +title sda2
 +root (hd0,1)
 +makeactive
 +chainloader +1
 +boot
 +#}
 +
 +#menuentry "sda3" {
 +title sda3
 +root (hd0,2)
 +makeactive
 +chainloader +1
 +boot
 +#}
 +
 +
 +#menuentry "sda4" {
 +title sda4
 +root (hd0,3)
 +#makeactive
 +chainloader +1
 +#boot
 +#}
 +
 +#menuentry "sda5" {
 +title sda5
 +root (hd0,4)
 +#makeactive
 +chainloader +1
 +#boot
 +#}
 +
 +
 +#menuentry "sda6" {
 +title sda6
 +set root (hd0,5)
 +#makeactive
 +chainloader +1
 +#boot
 +#}
 +
 +
 +#menuentry "sda7" {
 +title sda7
 +root (hd0,6)
 +#makeactive
 +chainloader +1
 +#boot
 +#}
 +
 +#menuentry "sda8" {
 +title sda8
 +root (hd0,7)
 +#makeactive
 +chainloader +1
 +#boot
 +#}
 +</code>
 +
 +
 +  * https://neosmart.net/EasyBCD/
 +
 +
 +===== ERRORS =====
 +
 +==== "INACCESSIBLE_BOOT_DEVICE"  ====
 +
 +Status: In progress
 +
 +sata to usb moved 
 +
 +  E:\Windows\System32\Logfiles\Srt\SrtTrial.txt
 +
 +  # 0x1f corrupt filesystem ?
 +  chkdsk e:
 +  # Failed to transfer logged messages to the event log with status 50" error message 
 +  chkdsk e: /r /f /v
 +
 +  * https://ugetfix.com/ask/how-to-fix-error-code-0x1f-on-windows-10/
 +  * https://www.easeus.com/resource/failed-to-transfer-logged-messages-status-50.html
 +  * https://www.quora.com/What-does-failed-to-transfer-logged-messages-to-the-event-log-with-status-50-after-chkdsk-mean#
 +
 +
 +<code>
 +detail volume
 +detail partition
 +diskpart> attribute volume set hidden
 +</code>
 +
 +  * https://askubuntu.com/questions/1158175/windows-10-inaccessible-boot-device-after-dual-boot-ubuntu-18-04-installation
 +  * https://superuser.com/questions/1280141/switch-raid-to-ahci-without-reinstalling-windows-10/1359471#1359471#
 +  * https://support.microsoft.com/en-us/help/4010143/windows-boot-error-inaccessible-boot-device-or-boot-failure-in-an-azur#%20BcdBooT
 +  * https://www.repairwin.com/fix-inaccessible-boot-device-in-windows-10-8-7-or-vista/
 +
 +
 +
 +
 +==== 0xc00000f ====
 +
 +<code>
 +  File: \Boot\BCD
 +  Status: 0xc000000f
 +</code>
 +
 +  * http://answers.microsoft.com/en-us/windows/forum/windows_vista-performance/vista-start-up-problem/3df8c662-2076-4d1a-8e3e-7fbabc800445
 +
 +
 +==== 0xd00000f ====
 +
 +  * https://answers.microsoft.com/en-us/windows/forum/windows_10-windows_install/error-code-d000000f-gone-wrong/5b159443-63c2-4236-bcae-50bec94d6e5e# d000000f
 +
 +==== 0xc000007b ====
 +
 +  "\NTS\AutoNeoGrub3.mbr"
 +  
 +  * http://forums.linuxmint.com/viewtopic.php?f=90&t=132053&p=718451
 +  * https://neosmart.net/forums/threads/dual-boot-problem.10302/
 +
 +==== misc ====
 +
 +  * https://www.lifewire.com/how-to-rebuild-the-bcd-in-windows-2624508
 +  * https://superuser.com/questions/1184810/windows-does-not-boot-after-dd-to-new-disc#
 +===== MISC ====
 +
 +  * http://xpt.sourceforge.net/techdocs/nix/disk/boot/boot11-WindowsSpecificBooting/ar01s02.html# BootIni
 +  * https://docs.microsoft.com/en-us/windows-hardware/drivers/devtest/boot-options-in-windows# 
 +  * https://neosmart.net/EasyBCD/# Windows7 "Earlier version of Windows" 
 +===== MORE =====
 +
 +@TaG: GruB WindowS BooT 
 +
 +
 +{{http://www.neowin.net/images/uploaded/aol-1996-vs_-microsoft-windows-8.jpg}}
 +
  
bcd.txt ยท Last modified: 2022/04/16 12:22 (external edit)
 
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 3.0 Unported
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki