{"id":3507,"date":"2015-01-21T13:49:44","date_gmt":"2015-01-21T13:49:44","guid":{"rendered":"http:\/\/blog.bachi.net\/?p=3507"},"modified":"2021-08-26T18:58:47","modified_gmt":"2021-08-26T18:58:47","slug":"bitlocker","status":"publish","type":"post","link":"https:\/\/blog.bachi.net\/?p=3507","title":{"rendered":"Bitlocker"},"content":{"rendered":"<h1>Encrypt<\/h1>\n<p><a href=\"https:\/\/docs.microsoft.com\/en-us\/windows-server\/administration\/windows-commands\/manage-bde-status\">manage-bde status<\/a>, Provides information about all drives on the computer; whether or not they are BitLocker-protected.<br \/>\n<a href=\"https:\/\/docs.microsoft.com\/en-us\/windows-server\/administration\/windows-commands\/manage-bde-protectors\">manage-bde protectors<\/a>, Manages the protection methods used for the BitLocker encryption key.<br \/>\n<a href=\"https:\/\/www.der-windows-papst.de\/2017\/10\/28\/bitlocker-cmd-bde-commands\/\">Kommandozeilenbefehle f\u00fcr Bitlocker<\/a><br \/>\n<a href=\"https:\/\/blog.kopfteam.de\/bitlocker-wiederherstellungsschluessel-aus-activedirectory-auslesen\/\">BitLocker-Wiederherstellungsschl\u00fcssel aus ActiveDirectory auslesen<\/a><\/p>\n<h1>Boot<\/h1>\n<p><a href=\"http:\/\/blogs.technet.com\/b\/voy\/archive\/2006\/10\/13\/how-to-use-windows-vista-s-boot-manager-to-boot-linux.aspx\">How to use Windows Vista\u2019s Boot Manager to boot Linux<\/a><br \/>\n<a href=\"http:\/\/www.coderforlife.com\/projects\/win7boot\/extras\/#OpenHiddenSystemDrive\">OpenHiddenSystemDrive<\/a><br \/>\n<a href=\"http:\/\/www.techfeb.com\/how-to-open-windows-7-hidden-system-reserved-partition\/\">How to Open Windows 7 Hidden System Reserved Partition<\/a><br \/>\n<a href=\"https:\/\/technet.microsoft.com\/de-ch\/library\/cc709667%28v=WS.10%29.aspx\">BCDEdit (Befehlszeilenoptionen)<\/a><br \/>\n<a href=\"http:\/\/www.windowspro.de\/andreas-kroschel\/bootmenue-konfigurieren-mit-bcdedit\">Mit bcdedit das Boot-Men\u00fc von Windows 7 konfigurieren<\/a><\/p>\n<pre class=\"brush: plain; title: ; notranslate\" title=\"\">\r\n1. Create \/boot Partition with EXT4, ex. \/dev\/sda9\r\n2. Extract boot sector\r\n   $ dd if=\/dev\/sda9 of=\/tmp\/linux_boot.bin bs=512 count=1\r\n3. Copy 'linux_boot.bin' to USB-Stick\r\n4. Boot Windows with F8-Key pressed\r\n5. Go to the command-line\r\n   bootrec.exe \/fixboot\r\n   bootrec.exe \/fixmbr\r\n6. Boot Windows normally\r\n7. Find file 'bootmgr' in root directory of 'System Reserved' partition (OpenHiddenSystemDrive64.exe)\r\n8. Copy 'linux_boot.bin' from USB-Stick to root directory beside 'bootmgr'\r\n9. Start BCDEdit (An example of {LinuxID} is {81ed7925-47ee-11db-bd26-cbb4e160eb27})\r\n   bcdedit \/create \/d \u201cGRUB\u201d \/application BOOTSECTOR\r\n   bcdedit \/set {LinuxID} device boot\r\n   bcdedit \/set {LinuxID}  PATH \\linux_boot.bin\r\n   bcdedit \/displayorder {LinuxID} \/addlast\r\n   bcdedit \/timeout 10\r\n\r\nFinish!\r\n<\/pre>\n<p><a href=\"http:\/\/blogs.technet.com\/b\/voy\/archive\/2006\/10\/13\/building-a-dual-boot-system-with-windows-vista-bitlocker-protection-with-tpm-support.aspx\">Building a dual boot system with Windows Vista BitLocker protection with TPM support<\/a><br \/>\n<a href=\"http:\/\/social.technet.microsoft.com\/wiki\/contents\/articles\/9528.how-to-multiboot-with-bitlocker-tpm-and-a-non-windows-os.aspx\">How to Multiboot with Bitlocker, TPM, and a Non-Windows OS<\/a><br \/>\n<a href=\"http:\/\/geekpeek.net\/bitlocker-dual-boot-windows7-fedora\/\">BitLocker dual boot \u2013 Windows 7 and Fedora<\/a><br \/>\n<a href=\"http:\/\/blogs.technet.com\/b\/keithcombs\/archive\/2009\/09\/05\/windows-7-dual-boot-revisited-with-bitlocker.aspx\">Windows 7 Dual Boot Revisited with Bitlocker<\/a><\/p>\n<p><a href=\"http:\/\/wiki.ubuntuusers.de\/GRUB_2\/Installation\">GRUB 2 &#8211; Installation<\/a><br \/>\n<a href=\"http:\/\/wiki.ubuntuusers.de\/GRUB\/Sonderformen_der_Installation\">GRUB &#8211; Sonderformen der Installation<\/a><br \/>\n<a href=\"https:\/\/help.ubuntu.com\/community\/BootPartition\">Boot-Partition<\/a><br \/>\n<a href=\"https:\/\/help.ubuntu.com\/community\/CreateBootPartitionAfterInstall\">Create Boot-Partition after Install<\/a><\/p>\n<p>Die UUID der neuen Partition ermittelt man mittels folgendem Kommando:<\/p>\n<pre class=\"brush: plain; title: ; notranslate\" title=\"\">\r\n$ ls -l \/dev\/disk\/by-uuid\r\n<\/pre>\n<p><a href=\"http:\/\/unix.stackexchange.com\/questions\/174206\/warning-file-system-ext2-doesnt-support-embedding-but-my-system-isnt-emb\">\u201cwarning: File system `ext2&#8242; doesn&#8217;t support embedding.\u201d but my system isn&#8217;t embedded either, why is grub trying?<\/a><br \/>\n<a href=\"http:\/\/askubuntu.com\/questions\/420778\/i-need-step-by-step-guidence-to-recover-grub\">I need step by step guidence to recover grub [duplicate]<\/a><\/p>\n<pre class=\"brush: plain; title: ; notranslate\" title=\"\">\r\n$ mount \/dev\/sda5 \/mnt \r\n$ mount \/dev\/sda9 \/mnt\/boot \r\n$ mount -o bind \/dev \/mnt\/dev \r\n$ mount -o bind \/sys \/mnt\/sys \r\n$ mount -t proc \/proc \/mnt\/proc \r\n$ chroot \/mnt \/bin\/bash\r\n\r\n# grub-install --force \/dev\/sda9\r\nInstalling for i386-pc platform.\r\ngrub-install: warning: File system `ext2' doesn't support embedding.\r\ngrub-install: warning: Embedding is not possible.  GRUB can only be installed in this setup by using blocklists.  However, blocklists are UNRELIABLE and their use is discouraged..\r\nInstallation finished. No error reported.\r\n\r\n$ dd if=\/dev\/sda9 of=\/tmp\/linux_boot.bin bs=512 count=1\r\n<\/pre>\n<p>You are getting the warning because you are installing grub to a partition instead of the MBR. This means grub can not be embedded in the unused space between the MBR and the first partition. <\/p>\n","protected":false},"excerpt":{"rendered":"<p>Encrypt manage-bde status, Provides information about all drives on the computer; whether or not they are BitLocker-protected. manage-bde protectors, Manages the protection methods used for the BitLocker encryption key. Kommandozeilenbefehle f\u00fcr Bitlocker BitLocker-Wiederherstellungsschl\u00fcssel aus ActiveDirectory auslesen Boot How to use Windows Vista\u2019s Boot Manager to boot Linux OpenHiddenSystemDrive How to Open Windows 7 Hidden System [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-3507","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"_links":{"self":[{"href":"https:\/\/blog.bachi.net\/index.php?rest_route=\/wp\/v2\/posts\/3507","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/blog.bachi.net\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blog.bachi.net\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blog.bachi.net\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/blog.bachi.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=3507"}],"version-history":[{"count":18,"href":"https:\/\/blog.bachi.net\/index.php?rest_route=\/wp\/v2\/posts\/3507\/revisions"}],"predecessor-version":[{"id":12611,"href":"https:\/\/blog.bachi.net\/index.php?rest_route=\/wp\/v2\/posts\/3507\/revisions\/12611"}],"wp:attachment":[{"href":"https:\/\/blog.bachi.net\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=3507"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blog.bachi.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=3507"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blog.bachi.net\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=3507"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}