0346.html 3.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. <!DOCTYPE html>
  2. <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <title>Dual Boot Windows 10 and Debian Keeping Windows Boot Manager</title>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  6. <meta charset="UTF-8">
  7. <meta name="keywords" content="Dual Boot Linux and Windows 10,Microsoft,Windows,Debian,Linux,Dual Boot,Boot Menu,GRUB,GRUB Bootloader,Boot Loader,How To,Tutorial,i12bretro">
  8. <meta name="author" content="i12bretro">
  9. <meta name="description" content="Dual Boot Windows 10 and Debian Keeping Windows Boot Manager">
  10. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  11. <link rel="icon" type="image/x-icon" href="includes/favicon.ico">
  12. <script type="text/javascript" src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
  13. <script type="text/javascript" src="includes/js/steps.js"></script>
  14. <link href="css/steps.css" rel="stylesheet" type="text/css" />
  15. </head>
  16. <body>
  17. <div id="gridContainer">
  18. <div class="topMargin"></div>
  19. <div id="listName" class="topMargin">
  20. <h1>Dual Boot Windows 10 and Debian Keeping Windows Boot Manager</h1>
  21. </div>
  22. <div></div>
  23. <div id="content">
  24. <h2>Installing the Operating Systems</h2>
  25. <ol>
  26. <li>Install Windows 10 normally, leaving enough space on the disk for Debian to be installed</li>
  27. <li>After Windows 10 is installed successfully, start the Debian installation</li>
  28. <li>At the partition setup screen, select Guided partitioning &gt; Manual</li>
  29. <li>Create two partitions as follows
  30. <ol start="1" style="list-style-type: lower-alpha;">
  31. <li>1 large ext4 partition to install Debian, note the partition identifier for installing GRUB later</li>
  32. <li>1 smaller (1-4 GB) swap partition</li>
  33. </ol>
  34. </li>
  35. <li>Continue through the installation normally</li>
  36. <li>At the GRUB setup screen, select No to installing GRUB boot loader to the master boot record &gt; Click Continue</li>
  37. <li>Select Enter device manually</li>
  38. <li>Enter the partition identifier noted above in the partitioning section</li>
  39. <li>Let the installation finish</li>
  40. </ol>
  41. <h2>Adding Linux to the Windows Bootloader</h2>
  42. <ol>
  43. <li>After rebooting, the device will only be able to boot into Windows 10</li>
  44. <li>Download and install EasyBCD&nbsp;<a href="https://archive.org/details/EasyBCD2.3_201801" target="_blank">Download</a></li>
  45. <li>Launch EasyBCD</li>
  46. <li>Choose a Language &gt; Click Go</li>
  47. <li>Click OK to launch the EasyBCD Community Edition</li>
  48. <li>Click the Add New Entry button on the left navigation</li>
  49. <li>Select the Linux/BSD tab</li>
  50. <li>Set the Type dropdown to GRUB 2</li>
  51. <li>Set the Name to Debian</li>
  52. <li>Set the drive to the Linux partition created during the Debian installation</li>
  53. <li>Click the green plus icon to add the entry</li>
  54. <li>Click the Edit Boot Menu&nbsp;button on the left navigation.</li>
  55. <li>Set the default operating system and the number of seconds to wait before auto booting the default OS</li>
  56. <li>Click the Save Settings button to save any changes</li>
  57. <li>Reboot to test the boot menu changes</li>
  58. <li>Test booting into Debian</li>
  59. <li>Reboot and test booting into Windows</li>
  60. </ol>
  61. <h2>Cleaning Up</h2>
  62. <ol>
  63. <li>After testing that Debian is now showing on the Windows Boot Manager and that both Windows and Debian are working, EasyBCD can be uninstalled from Windows</li>
  64. </ol>
  65. </div>
  66. </div>
  67. </body>
  68. </html>