create_bootable_usb_using_dd_command.html 53 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469
  1. <!DOCTYPE html>
  2. <html class="html" lang="en-US">
  3. <head>
  4. <meta charset="UTF-8">
  5. <link rel="profile" href="https://gmpg.org/xfn/11">
  6. <style type="text/css"> .heateorSssInstagramBackground{background:radial-gradient(circle at 30% 107%,#fdf497 0,#fdf497 5%,#fd5949 45%,#d6249f 60%,#285aeb 90%)}
  7. .heateor_sss_horizontal_sharing .heateorSssSharing,.heateor_sss_standard_follow_icons_container .heateorSssSharing{
  8. color: #fff;
  9. border-width: 0px;
  10. border-style: solid;
  11. border-color: transparent;
  12. }
  13. .heateor_sss_horizontal_sharing .heateorSssTCBackground{
  14. color:#666;
  15. }
  16. .heateor_sss_horizontal_sharing .heateorSssSharing:hover,.heateor_sss_standard_follow_icons_container .heateorSssSharing:hover{
  17. border-color: transparent;
  18. }
  19. .heateor_sss_vertical_sharing .heateorSssSharing,.heateor_sss_floating_follow_icons_container .heateorSssSharing{
  20. color: #fff;
  21. border-width: 0px;
  22. border-style: solid;
  23. border-color: transparent;
  24. }
  25. .heateor_sss_vertical_sharing .heateorSssTCBackground{
  26. color:#666;
  27. }
  28. .heateor_sss_vertical_sharing .heateorSssSharing:hover,.heateor_sss_floating_follow_icons_container .heateorSssSharing:hover{
  29. border-color: transparent;
  30. }
  31. @media screen and (max-width:783px) {.heateor_sss_vertical_sharing{display:none!important}}@media screen and (max-width:783px) {.heateor_sss_floating_follow_icons_container{display:none!important}}</style><meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' />
  32. <meta name="viewport" content="width=device-width, initial-scale=1">
  33. <!-- This site is optimized with the Yoast SEO plugin v16.2 - https://yoast.com/wordpress/plugins/seo/ -->
  34. <title>How to Create Bootable USB using the dd command - TREND OCEANS</title>
  35. <meta name="description" content="To create a Bootable Image using dd command require a couple of steps afterwards, your USB is ready to Boot into any System. Ste[p 1 Connect your USB drive" />
  36. <link rel="canonical" href="https://trendoceans.com/how-to-create-bootable-usb-using-the-dd-command/" />
  37. <meta property="og:locale" content="en_US" />
  38. <meta property="og:type" content="article" />
  39. <meta property="og:title" content="How to Create Bootable USB using the dd command - TREND OCEANS" />
  40. <meta property="og:description" content="To create a Bootable Image using dd command require a couple of steps afterwards, your USB is ready to Boot into any System. Ste[p 1 Connect your USB drive" />
  41. <meta property="og:url" content="https://trendoceans.com/how-to-create-bootable-usb-using-the-dd-command/" />
  42. <meta property="og:site_name" content="TREND OCEANS" />
  43. <meta property="article:publisher" content="https://www.facebook.com/trendoceans/" />
  44. <meta property="article:published_time" content="2021-02-10T07:24:42+00:00" />
  45. <meta property="article:modified_time" content="2021-04-27T05:33:39+00:00" />
  46. <meta property="og:image" content="https://trendoceans.com/wp-content/uploads/2021/02/maxresdefault.jpg" />
  47. <meta property="og:image:width" content="1280" />
  48. <meta property="og:image:height" content="720" />
  49. <meta name="twitter:card" content="summary_large_image" />
  50. <meta name="twitter:creator" content="@heythisisvivek" />
  51. <meta name="twitter:site" content="@heythisisvivek" />
  52. <meta name="twitter:label1" content="Written by">
  53. <meta name="twitter:data1" content="Gagan Mishra">
  54. <meta name="twitter:label2" content="Est. reading time">
  55. <meta name="twitter:data2" content="4 minutes">
  56. <!-- / Yoast SEO plugin. -->
  57. <link rel='dns-prefetch' href='//fonts.googleapis.com' />
  58. <link rel='dns-prefetch' href='//s.w.org' />
  59. <link rel="alternate" type="application/rss+xml" title="TREND OCEANS &raquo; Feed" href="https://trendoceans.com/feed/" />
  60. <link rel="alternate" type="application/rss+xml" title="TREND OCEANS &raquo; Comments Feed" href="https://trendoceans.com/comments/feed/" />
  61. <link rel="alternate" type="application/rss+xml" title="TREND OCEANS &raquo; How to Create Bootable USB using the dd command Comments Feed" href="https://trendoceans.com/how-to-create-bootable-usb-using-the-dd-command/feed/" />
  62. <!-- This site uses the Google Analytics by MonsterInsights plugin v7.17.0 - Using Analytics tracking - https://www.monsterinsights.com/ -->
  63. <script src="//www.googletagmanager.com/gtag/js?id=UA-155726479-1" type="text/javascript" data-cfasync="false"></script>
  64. <script type="text/javascript" data-cfasync="false">
  65. var mi_version = '7.17.0';
  66. var mi_track_user = true;
  67. var mi_no_track_reason = '';
  68. var disableStr = 'ga-disable-UA-155726479-1';
  69. /* Function to detect opted out users */
  70. function __gtagTrackerIsOptedOut() {
  71. return document.cookie.indexOf( disableStr + '=true' ) > - 1;
  72. }
  73. /* Disable tracking if the opt-out cookie exists. */
  74. if ( __gtagTrackerIsOptedOut() ) {
  75. window[disableStr] = true;
  76. }
  77. /* Opt-out function */
  78. function __gtagTrackerOptout() {
  79. document.cookie = disableStr + '=true; expires=Thu, 31 Dec 2099 23:59:59 UTC; path=/';
  80. window[disableStr] = true;
  81. }
  82. if ( 'undefined' === typeof gaOptout ) {
  83. function gaOptout() {
  84. __gtagTrackerOptout();
  85. }
  86. }
  87. window.dataLayer = window.dataLayer || [];
  88. if ( mi_track_user ) {
  89. function __gtagTracker() {dataLayer.push( arguments );}
  90. __gtagTracker( 'js', new Date() );
  91. __gtagTracker( 'set', {
  92. 'developer_id.dZGIzZG' : true,
  93. });
  94. __gtagTracker( 'config', 'UA-155726479-1', {
  95. forceSSL:true,link_attribution:true, } );
  96. window.gtag = __gtagTracker; (
  97. function () {
  98. /* https://developers.google.com/analytics/devguides/collection/analyticsjs/ */
  99. /* ga and __gaTracker compatibility shim. */
  100. var noopfn = function () {
  101. return null;
  102. };
  103. var newtracker = function () {
  104. return new Tracker();
  105. };
  106. var Tracker = function () {
  107. return null;
  108. };
  109. var p = Tracker.prototype;
  110. p.get = noopfn;
  111. p.set = noopfn;
  112. p.send = function (){
  113. var args = Array.prototype.slice.call(arguments);
  114. args.unshift( 'send' );
  115. __gaTracker.apply(null, args);
  116. };
  117. var __gaTracker = function () {
  118. var len = arguments.length;
  119. if ( len === 0 ) {
  120. return;
  121. }
  122. var f = arguments[len - 1];
  123. if ( typeof f !== 'object' || f === null || typeof f.hitCallback !== 'function' ) {
  124. if ( 'send' === arguments[0] ) {
  125. var hitConverted, hitObject = false, action;
  126. if ( 'event' === arguments[1] ) {
  127. if ( 'undefined' !== typeof arguments[3] ) {
  128. hitObject = {
  129. 'eventAction': arguments[3],
  130. 'eventCategory': arguments[2],
  131. 'eventLabel': arguments[4],
  132. 'value': arguments[5] ? arguments[5] : 1,
  133. }
  134. }
  135. }
  136. if ( typeof arguments[2] === 'object' ) {
  137. hitObject = arguments[2];
  138. }
  139. if ( typeof arguments[5] === 'object' ) {
  140. Object.assign( hitObject, arguments[5] );
  141. }
  142. if ( 'undefined' !== typeof (
  143. arguments[1].hitType
  144. ) ) {
  145. hitObject = arguments[1];
  146. }
  147. if ( hitObject ) {
  148. action = 'timing' === arguments[1].hitType ? 'timing_complete' : hitObject.eventAction;
  149. hitConverted = mapArgs( hitObject );
  150. __gtagTracker( 'event', action, hitConverted );
  151. }
  152. }
  153. return;
  154. }
  155. function mapArgs( args ) {
  156. var gaKey, hit = {};
  157. var gaMap = {
  158. 'eventCategory': 'event_category',
  159. 'eventAction': 'event_action',
  160. 'eventLabel': 'event_label',
  161. 'eventValue': 'event_value',
  162. 'nonInteraction': 'non_interaction',
  163. 'timingCategory': 'event_category',
  164. 'timingVar': 'name',
  165. 'timingValue': 'value',
  166. 'timingLabel': 'event_label',
  167. };
  168. for ( gaKey in gaMap ) {
  169. if ( 'undefined' !== typeof args[gaKey] ) {
  170. hit[gaMap[gaKey]] = args[gaKey];
  171. }
  172. }
  173. return hit;
  174. }
  175. try {
  176. f.hitCallback();
  177. } catch ( ex ) {
  178. }
  179. };
  180. __gaTracker.create = newtracker;
  181. __gaTracker.getByName = newtracker;
  182. __gaTracker.getAll = function () {
  183. return [];
  184. };
  185. __gaTracker.remove = noopfn;
  186. __gaTracker.loaded = true;
  187. window['__gaTracker'] = __gaTracker;
  188. }
  189. )();
  190. } else {
  191. console.log( "" );
  192. ( function () {
  193. function __gtagTracker() {
  194. return null;
  195. }
  196. window['__gtagTracker'] = __gtagTracker;
  197. window['gtag'] = __gtagTracker;
  198. } )();
  199. }
  200. </script>
  201. <!-- / Google Analytics by MonsterInsights -->
  202. <script type="text/javascript">
  203. window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/13.0.1\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/13.0.1\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/trendoceans.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=5.7.2"}};
  204. !function(e,a,t){var n,r,o,i=a.createElement("canvas"),p=i.getContext&&i.getContext("2d");function s(e,t){var a=String.fromCharCode;p.clearRect(0,0,i.width,i.height),p.fillText(a.apply(this,e),0,0);e=i.toDataURL();return p.clearRect(0,0,i.width,i.height),p.fillText(a.apply(this,t),0,0),e===i.toDataURL()}function c(e){var t=a.createElement("script");t.src=e,t.defer=t.type="text/javascript",a.getElementsByTagName("head")[0].appendChild(t)}for(o=Array("flag","emoji"),t.supports={everything:!0,everythingExceptFlag:!0},r=0;r<o.length;r++)t.supports[o[r]]=function(e){if(!p||!p.fillText)return!1;switch(p.textBaseline="top",p.font="600 32px Arial",e){case"flag":return s([127987,65039,8205,9895,65039],[127987,65039,8203,9895,65039])?!1:!s([55356,56826,55356,56819],[55356,56826,8203,55356,56819])&&!s([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]);case"emoji":return!s([55357,56424,8205,55356,57212],[55357,56424,8203,55356,57212])}return!1}(o[r]),t.supports.everything=t.supports.everything&&t.supports[o[r]],"flag"!==o[r]&&(t.supports.everythingExceptFlag=t.supports.everythingExceptFlag&&t.supports[o[r]]);t.supports.everythingExceptFlag=t.supports.everythingExceptFlag&&!t.supports.flag,t.DOMReady=!1,t.readyCallback=function(){t.DOMReady=!0},t.supports.everything||(n=function(){t.readyCallback()},a.addEventListener?(a.addEventListener("DOMContentLoaded",n,!1),e.addEventListener("load",n,!1)):(e.attachEvent("onload",n),a.attachEvent("onreadystatechange",function(){"complete"===a.readyState&&t.readyCallback()})),(n=t.source||{}).concatemoji?c(n.concatemoji):n.wpemoji&&n.twemoji&&(c(n.twemoji),c(n.wpemoji)))}(window,document,window._wpemojiSettings);
  205. </script>
  206. <style type="text/css">
  207. img.wp-smiley,
  208. img.emoji {
  209. display: inline !important;
  210. border: none !important;
  211. box-shadow: none !important;
  212. height: 1em !important;
  213. width: 1em !important;
  214. margin: 0 .07em !important;
  215. vertical-align: -0.1em !important;
  216. background: none !important;
  217. padding: 0 !important;
  218. }
  219. </style>
  220. <link rel='stylesheet' id='wp-block-library-css' href='https://trendoceans.com/wp-includes/css/dist/block-library/style.min.css?ver=5.7.2' type='text/css' media='all' />
  221. <link rel='stylesheet' id='wp-block-library-theme-css' href='https://trendoceans.com/wp-includes/css/dist/block-library/theme.min.css?ver=5.7.2' type='text/css' media='all' />
  222. <link rel='stylesheet' id='contact-form-7-css' href='https://trendoceans.com/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=5.4.1' type='text/css' media='all' />
  223. <link rel='stylesheet' id='email-subscribers-css' href='https://trendoceans.com/wp-content/plugins/email-subscribers/lite/public/css/email-subscribers-public.css?ver=4.7.2' type='text/css' media='all' />
  224. <link rel='stylesheet' id='same-category-posts-css' href='https://trendoceans.com/wp-content/plugins/same-category-posts/same-category-posts.css?ver=5.7.2' type='text/css' media='all' />
  225. <link rel='stylesheet' id='wpdiscuz-frontend-css-css' href='https://trendoceans.com/wp-content/plugins/wpdiscuz/themes/default/style.css?ver=7.2.1' type='text/css' media='all' />
  226. <style id='wpdiscuz-frontend-css-inline-css' type='text/css'>
  227. #wpdcom .wpd-blog-administrator .wpd-comment-label{color:#ffffff;background-color:#ff451f;border:none}#wpdcom .wpd-blog-administrator .wpd-comment-author, #wpdcom .wpd-blog-administrator .wpd-comment-author a{color:#ff451f}#wpdcom.wpd-layout-1 .wpd-comment .wpd-blog-administrator .wpd-avatar img{border-color:#ff451f}#wpdcom.wpd-layout-2 .wpd-comment.wpd-reply .wpd-comment-wrap.wpd-blog-administrator{border-left:3px solid #ff451f}#wpdcom.wpd-layout-2 .wpd-comment .wpd-blog-administrator .wpd-avatar img{border-bottom-color:#ff451f}#wpdcom.wpd-layout-3 .wpd-blog-administrator .wpd-comment-subheader{border-top:1px dashed #ff451f}#wpdcom.wpd-layout-3 .wpd-reply .wpd-blog-administrator .wpd-comment-right{border-left:1px solid #ff451f}#wpdcom .wpd-blog-editor .wpd-comment-label{color:#ffffff;background-color:#d36000;border:none}#wpdcom .wpd-blog-editor .wpd-comment-author, #wpdcom .wpd-blog-editor .wpd-comment-author a{color:#d36000}#wpdcom.wpd-layout-1 .wpd-comment .wpd-blog-editor .wpd-avatar img{border-color:#d36000}#wpdcom.wpd-layout-2 .wpd-comment.wpd-reply .wpd-comment-wrap.wpd-blog-editor{border-left:3px solid #d36000}#wpdcom.wpd-layout-2 .wpd-comment .wpd-blog-editor .wpd-avatar img{border-bottom-color:#d36000}#wpdcom.wpd-layout-3 .wpd-blog-editor .wpd-comment-subheader{border-top:1px dashed #d36000}#wpdcom.wpd-layout-3 .wpd-reply .wpd-blog-editor .wpd-comment-right{border-left:1px solid #d36000}#wpdcom .wpd-blog-author .wpd-comment-label{color:#ffffff;background-color:#327324;border:none}#wpdcom .wpd-blog-author .wpd-comment-author, #wpdcom .wpd-blog-author .wpd-comment-author a{color:#327324}#wpdcom.wpd-layout-1 .wpd-comment .wpd-blog-author .wpd-avatar img{border-color:#327324}#wpdcom.wpd-layout-2 .wpd-comment .wpd-blog-author .wpd-avatar img{border-bottom-color:#327324}#wpdcom.wpd-layout-3 .wpd-blog-author .wpd-comment-subheader{border-top:1px dashed #327324}#wpdcom.wpd-layout-3 .wpd-reply .wpd-blog-author .wpd-comment-right{border-left:1px solid #327324}#wpdcom .wpd-blog-contributor .wpd-comment-label{color:#ffffff;background-color:#a240cd;border:none}#wpdcom .wpd-blog-contributor .wpd-comment-author, #wpdcom .wpd-blog-contributor .wpd-comment-author a{color:#a240cd}#wpdcom.wpd-layout-1 .wpd-comment .wpd-blog-contributor .wpd-avatar img{border-color:#a240cd}#wpdcom.wpd-layout-2 .wpd-comment .wpd-blog-contributor .wpd-avatar img{border-bottom-color:#a240cd}#wpdcom.wpd-layout-3 .wpd-blog-contributor .wpd-comment-subheader{border-top:1px dashed #a240cd}#wpdcom.wpd-layout-3 .wpd-reply .wpd-blog-contributor .wpd-comment-right{border-left:1px solid #a240cd}#wpdcom .wpd-blog-subscriber .wpd-comment-label{color:#ffffff;background-color:#31839e;border:none}#wpdcom .wpd-blog-subscriber .wpd-comment-author, #wpdcom .wpd-blog-subscriber .wpd-comment-author a{color:#31839e}#wpdcom.wpd-layout-2 .wpd-comment .wpd-blog-subscriber .wpd-avatar img{border-bottom-color:#31839e}#wpdcom.wpd-layout-3 .wpd-blog-subscriber .wpd-comment-subheader{border-top:1px dashed #31839e}#wpdcom .wpd-blog-wpseo_manager .wpd-comment-label{color:#ffffff;background-color:#31839e;border:none}#wpdcom .wpd-blog-wpseo_manager .wpd-comment-author, #wpdcom .wpd-blog-wpseo_manager .wpd-comment-author a{color:#31839e}#wpdcom.wpd-layout-1 .wpd-comment .wpd-blog-wpseo_manager .wpd-avatar img{border-color:#31839e}#wpdcom.wpd-layout-2 .wpd-comment .wpd-blog-wpseo_manager .wpd-avatar img{border-bottom-color:#31839e}#wpdcom.wpd-layout-3 .wpd-blog-wpseo_manager .wpd-comment-subheader{border-top:1px dashed #31839e}#wpdcom.wpd-layout-3 .wpd-reply .wpd-blog-wpseo_manager .wpd-comment-right{border-left:1px solid #31839e}#wpdcom .wpd-blog-wpseo_editor .wpd-comment-label{color:#ffffff;background-color:#31839e;border:none}#wpdcom .wpd-blog-wpseo_editor .wpd-comment-author, #wpdcom .wpd-blog-wpseo_editor .wpd-comment-author a{color:#31839e}#wpdcom.wpd-layout-1 .wpd-comment .wpd-blog-wpseo_editor .wpd-avatar img{border-color:#31839e}#wpdcom.wpd-layout-2 .wpd-comment .wpd-blog-wpseo_editor .wpd-avatar img{border-bottom-color:#31839e}#wpdcom.wpd-layout-3 .wpd-blog-wpseo_editor .wpd-comment-subheader{border-top:1px dashed #31839e}#wpdcom.wpd-layout-3 .wpd-reply .wpd-blog-wpseo_editor .wpd-comment-right{border-left:1px solid #31839e}#wpdcom .wpd-blog-post_author .wpd-comment-label{color:#ffffff;background-color:#07B290;border:none}#wpdcom .wpd-blog-post_author .wpd-comment-author, #wpdcom .wpd-blog-post_author .wpd-comment-author a{color:#07B290}#wpdcom .wpd-blog-post_author .wpd-avatar img{border-color:#07B290}#wpdcom.wpd-layout-1 .wpd-comment .wpd-blog-post_author .wpd-avatar img{border-color:#07B290}#wpdcom.wpd-layout-2 .wpd-comment.wpd-reply .wpd-comment-wrap.wpd-blog-post_author{border-left:3px solid #07B290}#wpdcom.wpd-layout-2 .wpd-comment .wpd-blog-post_author .wpd-avatar img{border-bottom-color:#07B290}#wpdcom.wpd-layout-3 .wpd-blog-post_author .wpd-comment-subheader{border-top:1px dashed #07B290}#wpdcom.wpd-layout-3 .wpd-reply .wpd-blog-post_author .wpd-comment-right{border-left:1px solid #07B290}#wpdcom .wpd-blog-guest .wpd-comment-label{color:#ffffff;background-color:#898989;border:none}#wpdcom .wpd-blog-guest .wpd-comment-author, #wpdcom .wpd-blog-guest .wpd-comment-author a{color:#898989}#wpdcom.wpd-layout-3 .wpd-blog-guest .wpd-comment-subheader{border-top:1px dashed #898989}#comments, #respond, .comments-area, #wpdcom{}#wpdcom .ql-editor > *{color:#777777}#wpdcom .ql-editor::before{}#wpdcom .ql-toolbar{border:1px solid #DDDDDD;border-top:none}#wpdcom .ql-container{border:1px solid #DDDDDD;border-bottom:none}#wpdcom .wpd-form-row .wpdiscuz-item input[type="text"], #wpdcom .wpd-form-row .wpdiscuz-item input[type="email"], #wpdcom .wpd-form-row .wpdiscuz-item input[type="url"], #wpdcom .wpd-form-row .wpdiscuz-item input[type="color"], #wpdcom .wpd-form-row .wpdiscuz-item input[type="date"], #wpdcom .wpd-form-row .wpdiscuz-item input[type="datetime"], #wpdcom .wpd-form-row .wpdiscuz-item input[type="datetime-local"], #wpdcom .wpd-form-row .wpdiscuz-item input[type="month"], #wpdcom .wpd-form-row .wpdiscuz-item input[type="number"], #wpdcom .wpd-form-row .wpdiscuz-item input[type="time"], #wpdcom textarea, #wpdcom select{border:1px solid #DDDDDD;color:#777777}#wpdcom .wpd-form-row .wpdiscuz-item textarea{border:1px solid #DDDDDD}#wpdcom input::placeholder, #wpdcom textarea::placeholder, #wpdcom input::-moz-placeholder, #wpdcom textarea::-webkit-input-placeholder{}#wpdcom .wpd-comment-text{color:#777777}#wpdcom .wpd-thread-head .wpd-thread-info{border-bottom:2px solid #00B38F}#wpdcom .wpd-thread-head .wpd-thread-info.wpd-reviews-tab svg{fill:#00B38F}#wpdcom .wpd-thread-head .wpdiscuz-user-settings{border-bottom:2px solid #00B38F}#wpdcom .wpd-thread-head .wpdiscuz-user-settings:hover{color:#00B38F}#wpdcom .wpd-comment .wpd-follow-link:hover{color:#00B38F}#wpdcom .wpd-comment-status .wpd-sticky{color:#00B38F}#wpdcom .wpd-thread-filter .wpdf-active{color:#00B38F;border-bottom-color:#00B38F}#wpdcom .wpd-comment-info-bar{border:1px dashed #33c3a6;background:#e6f8f4}#wpdcom .wpd-comment-info-bar .wpd-current-view i{color:#00B38F}#wpdcom .wpd-filter-view-all:hover{background:#00B38F}#wpdcom .wpdiscuz-item .wpdiscuz-rating > label{color:#DDDDDD}#wpdcom .wpdiscuz-item .wpdiscuz-rating:not(:checked) > label:hover, .wpdiscuz-rating:not(:checked) > label:hover ~ label{}#wpdcom .wpdiscuz-item .wpdiscuz-rating > input ~ label:hover, #wpdcom .wpdiscuz-item .wpdiscuz-rating > input:not(:checked) ~ label:hover ~ label, #wpdcom .wpdiscuz-item .wpdiscuz-rating > input:not(:checked) ~ label:hover ~ label{color:#FFED85}#wpdcom .wpdiscuz-item .wpdiscuz-rating > input:checked ~ label:hover, #wpdcom .wpdiscuz-item .wpdiscuz-rating > input:checked ~ label:hover, #wpdcom .wpdiscuz-item .wpdiscuz-rating > label:hover ~ input:checked ~ label, #wpdcom .wpdiscuz-item .wpdiscuz-rating > input:checked + label:hover ~ label, #wpdcom .wpdiscuz-item .wpdiscuz-rating > input:checked ~ label:hover ~ label, .wpd-custom-field .wcf-active-star, #wpdcom .wpdiscuz-item .wpdiscuz-rating > input:checked ~ label{color:#FFD700}#wpd-post-rating .wpd-rating-wrap .wpd-rating-stars svg .wpd-star{fill:#DDDDDD}#wpd-post-rating .wpd-rating-wrap .wpd-rating-stars svg .wpd-active{fill:#FFD700}#wpd-post-rating .wpd-rating-wrap .wpd-rate-starts svg .wpd-star{fill:#DDDDDD}#wpd-post-rating .wpd-rating-wrap .wpd-rate-starts:hover svg .wpd-star{fill:#FFED85}#wpd-post-rating.wpd-not-rated .wpd-rating-wrap .wpd-rate-starts svg:hover ~ svg .wpd-star{fill:#DDDDDD}.wpdiscuz-post-rating-wrap .wpd-rating .wpd-rating-wrap .wpd-rating-stars svg .wpd-star{fill:#DDDDDD}.wpdiscuz-post-rating-wrap .wpd-rating .wpd-rating-wrap .wpd-rating-stars svg .wpd-active{fill:#FFD700}#wpdcom .wpd-comment .wpd-follow-active{color:#ff7a00}#wpdcom .page-numbers{color:#555;border:#555 1px solid}#wpdcom span.current{background:#555}#wpdcom.wpd-layout-1 .wpd-new-loaded-comment > .wpd-comment-wrap > .wpd-comment-right{background:#FFFAD6}#wpdcom.wpd-layout-2 .wpd-new-loaded-comment.wpd-comment > .wpd-comment-wrap > .wpd-comment-right{background:#FFFAD6}#wpdcom.wpd-layout-2 .wpd-new-loaded-comment.wpd-comment.wpd-reply > .wpd-comment-wrap > .wpd-comment-right{background:transparent}#wpdcom.wpd-layout-2 .wpd-new-loaded-comment.wpd-comment.wpd-reply > .wpd-comment-wrap{background:#FFFAD6}#wpdcom.wpd-layout-3 .wpd-new-loaded-comment.wpd-comment > .wpd-comment-wrap > .wpd-comment-right{background:#FFFAD6}#wpdcom .wpd-follow:hover i, #wpdcom .wpd-unfollow:hover i, #wpdcom .wpd-comment .wpd-follow-active:hover i{color:#00B38F}#wpdcom .wpdiscuz-readmore{cursor:pointer;color:#00B38F}.wpd-custom-field .wcf-pasiv-star, #wpcomm .wpdiscuz-item .wpdiscuz-rating > label{color:#DDDDDD}.wpd-wrapper .wpd-list-item.wpd-active{border-top:3px solid #00B38F}#wpdcom.wpd-layout-2 .wpd-comment.wpd-reply.wpd-unapproved-comment .wpd-comment-wrap{border-left:3px solid #FFFAD6}#wpdcom.wpd-layout-3 .wpd-comment.wpd-reply.wpd-unapproved-comment .wpd-comment-right{border-left:1px solid #FFFAD6}#wpdcom .wpd-prim-button{background-color:#07B290;color:#FFFFFF}#wpdcom .wpd_label__check i.wpdicon-on{color:#07B290;border:1px solid #83d9c8}#wpd-bubble-wrapper #wpd-bubble-all-comments-count{color:#1DB99A}#wpd-bubble-wrapper > div{background-color:#1DB99A}#wpd-bubble-wrapper > #wpd-bubble #wpd-bubble-add-message{background-color:#1DB99A}#wpd-bubble-wrapper > #wpd-bubble #wpd-bubble-add-message::before{border-left-color:#1DB99A;border-right-color:#1DB99A}#wpd-bubble-wrapper.wpd-right-corner > #wpd-bubble #wpd-bubble-add-message::before{border-left-color:#1DB99A;border-right-color:#1DB99A}.wpd-inline-icon-wrapper path.wpd-inline-icon-first{fill:#1DB99A}.wpd-inline-icon-count{background-color:#1DB99A}.wpd-inline-icon-count::before{border-right-color:#1DB99A}.wpd-inline-form-wrapper::before{border-bottom-color:#1DB99A}.wpd-inline-form-question{background-color:#1DB99A}.wpd-inline-form{background-color:#1DB99A}.wpd-last-inline-comments-wrapper{border-color:#1DB99A}.wpd-last-inline-comments-wrapper::before{border-bottom-color:#1DB99A}.wpd-last-inline-comments-wrapper .wpd-view-all-inline-comments{background:#1DB99A}.wpd-last-inline-comments-wrapper .wpd-view-all-inline-comments:hover,.wpd-last-inline-comments-wrapper .wpd-view-all-inline-comments:active,.wpd-last-inline-comments-wrapper .wpd-view-all-inline-comments:focus{background-color:#1DB99A}#wpdcom .ql-snow .ql-tooltip[data-mode="link"]::before{content:"Enter link:"}#wpdcom .ql-snow .ql-tooltip.ql-editing a.ql-action::after{content:"Save"}.comments-area{width:auto}
  228. </style>
  229. <link rel='stylesheet' id='wpdiscuz-fa-css' href='https://trendoceans.com/wp-content/plugins/wpdiscuz/assets/third-party/font-awesome-5.13.0/css/fa.min.css?ver=7.2.1' type='text/css' media='all' />
  230. <link rel='stylesheet' id='wpdiscuz-combo-css-css' href='https://trendoceans.com/wp-content/plugins/wpdiscuz/assets/css/wpdiscuz-combo.min.css?ver=5.7.2' type='text/css' media='all' />
  231. <link rel='stylesheet' id='font-awesome-css' href='https://trendoceans.com/wp-content/themes/oceanwp/assets/fonts/fontawesome/css/all.min.css?ver=5.15.1' type='text/css' media='all' />
  232. <link rel='stylesheet' id='simple-line-icons-css' href='https://trendoceans.com/wp-content/themes/oceanwp/assets/css/third/simple-line-icons.min.css?ver=2.4.0' type='text/css' media='all' />
  233. <link rel='stylesheet' id='magnific-popup-css' href='https://trendoceans.com/wp-content/themes/oceanwp/assets/css/third/magnific-popup.min.css?ver=1.0.0' type='text/css' media='all' />
  234. <link rel='stylesheet' id='slick-css' href='https://trendoceans.com/wp-content/themes/oceanwp/assets/css/third/slick.min.css?ver=1.6.0' type='text/css' media='all' />
  235. <link rel='stylesheet' id='oceanwp-style-css' href='https://trendoceans.com/wp-content/themes/oceanwp/assets/css/style.min.css?ver=2.0.8' type='text/css' media='all' />
  236. <link rel='stylesheet' id='oceanwp-google-font-poppins-css' href='//fonts.googleapis.com/css?family=Poppins%3A100%2C200%2C300%2C400%2C500%2C600%2C700%2C800%2C900%2C100i%2C200i%2C300i%2C400i%2C500i%2C600i%2C700i%2C800i%2C900i&#038;subset=latin&#038;display=swap&#038;ver=5.7.2' type='text/css' media='all' />
  237. <link rel='stylesheet' id='oceanwp-google-font-montserrat-css' href='//fonts.googleapis.com/css?family=Montserrat%3A100%2C200%2C300%2C400%2C500%2C600%2C700%2C800%2C900%2C100i%2C200i%2C300i%2C400i%2C500i%2C600i%2C700i%2C800i%2C900i&#038;subset=latin&#038;display=swap&#038;ver=5.7.2' type='text/css' media='all' />
  238. <link rel='stylesheet' id='heateor_sss_frontend_css-css' href='https://trendoceans.com/wp-content/plugins/sassy-social-share/public/css/sassy-social-share-public.css?ver=3.3.20' type='text/css' media='all' />
  239. <link rel='stylesheet' id='heateor_sss_sharing_default_svg-css' href='https://trendoceans.com/wp-content/plugins/sassy-social-share/admin/css/sassy-social-share-svg.css?ver=3.3.20' type='text/css' media='all' />
  240. <link rel='stylesheet' id='oe-widgets-style-css' href='https://trendoceans.com/wp-content/plugins/ocean-extra/assets/css/widgets.css?ver=5.7.2' type='text/css' media='all' />
  241. <script type='text/javascript' id='monsterinsights-frontend-script-js-extra'>
  242. /* <![CDATA[ */
  243. var monsterinsights_frontend = {"js_events_tracking":"true","download_extensions":"doc,pdf,ppt,zip,xls,docx,pptx,xlsx","inbound_paths":"[{\"path\":\"\\\/go\\\/\",\"label\":\"affiliate\"},{\"path\":\"\\\/recommend\\\/\",\"label\":\"affiliate\"}]","home_url":"https:\/\/trendoceans.com","hash_tracking":"false","ua":"UA-155726479-1"};
  244. /* ]]> */
  245. </script>
  246. <script type='text/javascript' src='https://trendoceans.com/wp-content/plugins/google-analytics-for-wordpress/assets/js/frontend-gtag.min.js?ver=7.17.0' id='monsterinsights-frontend-script-js'></script>
  247. <script type='text/javascript' src='https://trendoceans.com/wp-includes/js/jquery/jquery.min.js?ver=3.5.1' id='jquery-core-js'></script>
  248. <script type='text/javascript' src='https://trendoceans.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.3.2' id='jquery-migrate-js'></script>
  249. <script type='text/javascript' id='email-subscribers-js-extra'>
  250. /* <![CDATA[ */
  251. var es_data = {"messages":{"es_empty_email_notice":"Please enter email address","es_rate_limit_notice":"You need to wait for sometime before subscribing again","es_single_optin_success_message":"Successfully Subscribed.","es_email_exists_notice":"Email Address already exists!","es_unexpected_error_notice":"Oops.. Unexpected error occurred.","es_invalid_email_notice":"Invalid email address","es_try_later_notice":"Please try after some time"},"es_ajax_url":"https:\/\/trendoceans.com\/wp-admin\/admin-ajax.php"};
  252. /* ]]> */
  253. </script>
  254. <script type='text/javascript' src='https://trendoceans.com/wp-content/plugins/email-subscribers/lite/public/js/email-subscribers-public.js?ver=4.7.2' id='email-subscribers-js'></script>
  255. <link rel="https://api.w.org/" href="https://trendoceans.com/wp-json/" /><link rel="alternate" type="application/json" href="https://trendoceans.com/wp-json/wp/v2/posts/3242" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://trendoceans.com/xmlrpc.php?rsd" />
  256. <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://trendoceans.com/wp-includes/wlwmanifest.xml" />
  257. <meta name="generator" content="WordPress 5.7.2" />
  258. <link rel='shortlink' href='https://trendoceans.com/?p=3242' />
  259. <link rel="alternate" type="application/json+oembed" href="https://trendoceans.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Ftrendoceans.com%2Fhow-to-create-bootable-usb-using-the-dd-command%2F" />
  260. <link rel="alternate" type="text/xml+oembed" href="https://trendoceans.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Ftrendoceans.com%2Fhow-to-create-bootable-usb-using-the-dd-command%2F&#038;format=xml" />
  261. <meta name="generator" content="Site Kit by Google 1.32.0" /> <meta name="onesignal" content="wordpress-plugin"/>
  262. <script>
  263. window.OneSignal = window.OneSignal || [];
  264. OneSignal.push( function() {
  265. OneSignal.SERVICE_WORKER_UPDATER_PATH = "OneSignalSDKUpdaterWorker.js.php";
  266. OneSignal.SERVICE_WORKER_PATH = "OneSignalSDKWorker.js.php";
  267. OneSignal.SERVICE_WORKER_PARAM = { scope: "/" };
  268. OneSignal.setDefaultNotificationUrl("https://trendoceans.com");
  269. var oneSignal_options = {};
  270. window._oneSignalInitOptions = oneSignal_options;
  271. oneSignal_options['wordpress'] = true;
  272. oneSignal_options['appId'] = '69a46bbd-a05e-45ef-90b0-06ecbcacbe5b';
  273. oneSignal_options['allowLocalhostAsSecureOrigin'] = true;
  274. oneSignal_options['welcomeNotification'] = { };
  275. oneSignal_options['welcomeNotification']['title'] = "Trend Oceans";
  276. oneSignal_options['welcomeNotification']['message'] = "Thanks for subscribing! Get ready to get latest Linux and Open-Source notification in your Browser.";
  277. oneSignal_options['welcomeNotification']['url'] = "https://trendoceans.com/";
  278. oneSignal_options['path'] = "https://trendoceans.com/wp-content/plugins/onesignal-free-web-push-notifications/sdk_files/";
  279. oneSignal_options['promptOptions'] = { };
  280. oneSignal_options['promptOptions']['actionMessage'] = "Get the latest Linux and Open-Source related articles to help you become a better and more informed Linux user.";
  281. oneSignal_options['promptOptions']['cancelButtonText'] = "Sorry";
  282. oneSignal_options['promptOptions']['autoAcceptTitle'] = "Yes, I'm in";
  283. OneSignal.init(window._oneSignalInitOptions);
  284. OneSignal.showNativePrompt(); });
  285. function documentInitOneSignal() {
  286. var oneSignal_elements = document.getElementsByClassName("OneSignal-prompt");
  287. var oneSignalLinkClickHandler = function(event) { OneSignal.push(['registerForPushNotifications']); event.preventDefault(); }; for(var i = 0; i < oneSignal_elements.length; i++)
  288. oneSignal_elements[i].addEventListener('click', oneSignalLinkClickHandler, false);
  289. }
  290. if (document.readyState === 'complete') {
  291. documentInitOneSignal();
  292. }
  293. else {
  294. window.addEventListener("load", function(event){
  295. documentInitOneSignal();
  296. });
  297. }
  298. </script>
  299. <script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script><script>(adsbygoogle = window.adsbygoogle || []).push({"google_ad_client":"ca-pub-8292788843997175","enable_page_level_ads":true,"tag_partner":"site_kit"});</script><link rel="icon" href="https://trendoceans.com/wp-content/uploads/2020/11/cropped-EVm9rV0UcAUlG8h-32x32.jpg" sizes="32x32" />
  300. <link rel="icon" href="https://trendoceans.com/wp-content/uploads/2020/11/cropped-EVm9rV0UcAUlG8h-192x192.jpg" sizes="192x192" />
  301. <link rel="apple-touch-icon" href="https://trendoceans.com/wp-content/uploads/2020/11/cropped-EVm9rV0UcAUlG8h-180x180.jpg" />
  302. <meta name="msapplication-TileImage" content="https://trendoceans.com/wp-content/uploads/2020/11/cropped-EVm9rV0UcAUlG8h-270x270.jpg" />
  303. <style type="text/css" id="wp-custom-css">
  304. /** Start Template Kit CSS:Digital Product (css/customizer.css) **/.envato-kit-128-grad-border .elementor-button-wrapper{display:inline-block;background:linear-gradient(to left,#e11da3,#3b68ff);border-radius:50px;padding:2px}/** End Template Kit CSS:Digital Product (css/customizer.css) **//** Start Block Kit CSS:141-3-1d55f1e76be9fb1a8d9de88accbe962f **/.envato-kit-138-bracket .elementor-widget-container >*:before{content:"[";color:#ffab00;display:inline-block;margin-right:4px;line-height:1em;position:relative;top:-1px}.envato-kit-138-bracket .elementor-widget-container >*:after{content:"]";color:#ffab00;display:inline-block;margin-left:4px;line-height:1em;position:relative;top:-1px}/** End Block Kit CSS:141-3-1d55f1e76be9fb1a8d9de88accbe962f **//** Start Block Kit CSS:69-3-4f8cfb8a1a68ec007f2be7a02bdeadd9 **/.envato-kit-66-menu .e--pointer-framed .elementor-item:before{border-radius:1px}.envato-kit-66-subscription-form .elementor-form-fields-wrapper{position:relative}.envato-kit-66-subscription-form .elementor-form-fields-wrapper .elementor-field-type-submit{position:static}.envato-kit-66-subscription-form .elementor-form-fields-wrapper .elementor-field-type-submit button{position:absolute;top:50%;right:6px;transform:translate(0,-50%);-moz-transform:translate(0,-50%);-webmit-transform:translate(0,-50%)}.envato-kit-66-testi-slider .elementor-testimonial__footer{margin-top:-60px !important;z-index:99;position:relative}.envato-kit-66-featured-slider .elementor-slides .slick-prev{width:50px;height:50px;background-color:#ffffff !important;transform:rotate(45deg);-moz-transform:rotate(45deg);-webkit-transform:rotate(45deg);left:-25px !important;-webkit-box-shadow:0 1px 2px 1px rgba(0,0,0,0.32);-moz-box-shadow:0 1px 2px 1px rgba(0,0,0,0.32);box-shadow:0 1px 2px 1px rgba(0,0,0,0.32)}.envato-kit-66-featured-slider .elementor-slides .slick-prev:before{display:block;margin-top:0;margin-left:0;transform:rotate(-45deg);-moz-transform:rotate(-45deg);-webkit-transform:rotate(-45deg)}.envato-kit-66-featured-slider .elementor-slides .slick-next{width:50px;height:50px;background-color:#ffffff !important;transform:rotate(45deg);-moz-transform:rotate(45deg);-webkit-transform:rotate(45deg);right:-25px !important;-webkit-box-shadow:0 1px 2px 1px rgba(0,0,0,0.32);-moz-box-shadow:0 1px 2px 1px rgba(0,0,0,0.32);box-shadow:0 1px 2px 1px rgba(0,0,0,0.32)}.envato-kit-66-featured-slider .elementor-slides .slick-next:before{display:block;margin-top:-5px;margin-right:-5px;transform:rotate(-45deg);-moz-transform:rotate(-45deg);-webkit-transform:rotate(-45deg)}.envato-kit-66-orangetext{color:#f4511e}.envato-kit-66-countdown .elementor-countdown-label{display:inline-block !important;border:2px solid rgba(255,255,255,0.2);padding:9px 20px}/** End Block Kit CSS:69-3-4f8cfb8a1a68ec007f2be7a02bdeadd9 **/.wp-block-code,.wp-block-preformatted{background:#111}.wp-block-code code,.wp-block-preformatted{color:#83e85a}.es_subscription_form{text-align:center}header[class="page-header"]{display:none} </style>
  305. <!-- OceanWP CSS -->
  306. <style type="text/css">
  307. /* General CSS */a:hover,a.light:hover,.theme-heading .text::before,.theme-heading .text::after,#top-bar-content >a:hover,#top-bar-social li.oceanwp-email a:hover,#site-navigation-wrap .dropdown-menu >li >a:hover,#site-header.medium-header #medium-searchform button:hover,.oceanwp-mobile-menu-icon a:hover,.blog-entry.post .blog-entry-header .entry-title a:hover,.blog-entry.post .blog-entry-readmore a:hover,.blog-entry.thumbnail-entry .blog-entry-category a,ul.meta li a:hover,.dropcap,.single nav.post-navigation .nav-links .title,body .related-post-title a:hover,body #wp-calendar caption,body .contact-info-widget.default i,body .contact-info-widget.big-icons i,body .custom-links-widget .oceanwp-custom-links li a:hover,body .custom-links-widget .oceanwp-custom-links li a:hover:before,body .posts-thumbnails-widget li a:hover,body .social-widget li.oceanwp-email a:hover,.comment-author .comment-meta .comment-reply-link,#respond #cancel-comment-reply-link:hover,#footer-widgets .footer-box a:hover,#footer-bottom a:hover,#footer-bottom #footer-bottom-menu a:hover,.sidr a:hover,.sidr-class-dropdown-toggle:hover,.sidr-class-menu-item-has-children.active >a,.sidr-class-menu-item-has-children.active >a >.sidr-class-dropdown-toggle,input[type=checkbox]:checked:before{color:#6948d6}input[type="button"],input[type="reset"],input[type="submit"],button[type="submit"],.button,#site-navigation-wrap .dropdown-menu >li.btn >a >span,.thumbnail:hover i,.post-quote-content,.omw-modal .omw-close-modal,body .contact-info-widget.big-icons li:hover i,body div.wpforms-container-full .wpforms-form input[type=submit],body div.wpforms-container-full .wpforms-form button[type=submit],body div.wpforms-container-full .wpforms-form .wpforms-page-button{background-color:#6948d6}.widget-title{border-color:#6948d6}blockquote{border-color:#6948d6}#searchform-dropdown{border-color:#6948d6}.dropdown-menu .sub-menu{border-color:#6948d6}.blog-entry.large-entry .blog-entry-readmore a:hover{border-color:#6948d6}.oceanwp-newsletter-form-wrap input[type="email"]:focus{border-color:#6948d6}.social-widget li.oceanwp-email a:hover{border-color:#6948d6}#respond #cancel-comment-reply-link:hover{border-color:#6948d6}body .contact-info-widget.big-icons li:hover i{border-color:#6948d6}#footer-widgets .oceanwp-newsletter-form-wrap input[type="email"]:focus{border-color:#6948d6}blockquote,.wp-block-quote{border-left-color:#6948d6}input[type="button"]:hover,input[type="reset"]:hover,input[type="submit"]:hover,button[type="submit"]:hover,input[type="button"]:focus,input[type="reset"]:focus,input[type="submit"]:focus,button[type="submit"]:focus,.button:hover,#site-navigation-wrap .dropdown-menu >li.btn >a:hover >span,.post-quote-author,.omw-modal .omw-close-modal:hover,body div.wpforms-container-full .wpforms-form input[type=submit]:hover,body div.wpforms-container-full .wpforms-form button[type=submit]:hover,body div.wpforms-container-full .wpforms-form .wpforms-page-button:hover{background-color:#846bd6}table th,table td,hr,.content-area,body.content-left-sidebar #content-wrap .content-area,.content-left-sidebar .content-area,#top-bar-wrap,#site-header,#site-header.top-header #search-toggle,.dropdown-menu ul li,.centered-minimal-page-header,.blog-entry.post,.blog-entry.grid-entry .blog-entry-inner,.blog-entry.thumbnail-entry .blog-entry-bottom,.single-post .entry-title,.single .entry-share-wrap .entry-share,.single .entry-share,.single .entry-share ul li a,.single nav.post-navigation,.single nav.post-navigation .nav-links .nav-previous,#author-bio,#author-bio .author-bio-avatar,#author-bio .author-bio-social li a,#related-posts,#comments,.comment-body,#respond #cancel-comment-reply-link,#blog-entries .type-page,.page-numbers a,.page-numbers span:not(.elementor-screen-only),.page-links span,body #wp-calendar caption,body #wp-calendar th,body #wp-calendar tbody,body .contact-info-widget.default i,body .contact-info-widget.big-icons i,body .posts-thumbnails-widget li,body .tagcloud a{border-color:#efefef}a:hover{color:#846bd6}#scroll-top{background-color:#4a6af2}#scroll-top:hover{background-color:rgba(255,255,255,0.8)}#scroll-top:hover{color:#846bd6}body .theme-button,body input[type="submit"],body button[type="submit"],body button,body .button,body div.wpforms-container-full .wpforms-form input[type=submit],body div.wpforms-container-full .wpforms-form button[type=submit],body div.wpforms-container-full .wpforms-form .wpforms-page-button{background-color:#6948d6}body .theme-button:hover,body input[type="submit"]:hover,body button[type="submit"]:hover,body button:hover,body .button:hover,body div.wpforms-container-full .wpforms-form input[type=submit]:hover,body div.wpforms-container-full .wpforms-form input[type=submit]:active,body div.wpforms-container-full .wpforms-form button[type=submit]:hover,body div.wpforms-container-full .wpforms-form button[type=submit]:active,body div.wpforms-container-full .wpforms-form .wpforms-page-button:hover,body div.wpforms-container-full .wpforms-form .wpforms-page-button:active{background-color:#846bd6}/* Header CSS */#site-header.has-header-media .overlay-header-media{background-color:rgba(0,0,0,0.5)}.effect-one #site-navigation-wrap .dropdown-menu >li >a.menu-link >span:after,.effect-three #site-navigation-wrap .dropdown-menu >li >a.menu-link >span:after,.effect-five #site-navigation-wrap .dropdown-menu >li >a.menu-link >span:before,.effect-five #site-navigation-wrap .dropdown-menu >li >a.menu-link >span:after,.effect-nine #site-navigation-wrap .dropdown-menu >li >a.menu-link >span:before,.effect-nine #site-navigation-wrap .dropdown-menu >li >a.menu-link >span:after{background-color:#6948d6}.effect-four #site-navigation-wrap .dropdown-menu >li >a.menu-link >span:before,.effect-four #site-navigation-wrap .dropdown-menu >li >a.menu-link >span:after,.effect-seven #site-navigation-wrap .dropdown-menu >li >a.menu-link:hover >span:after,.effect-seven #site-navigation-wrap .dropdown-menu >li.sfHover >a.menu-link >span:after{color:#6948d6}.effect-seven #site-navigation-wrap .dropdown-menu >li >a.menu-link:hover >span:after,.effect-seven #site-navigation-wrap .dropdown-menu >li.sfHover >a.menu-link >span:after{text-shadow:10px 0 #6948d6,-10px 0 #6948d6}/* Sidebar CSS */.widget-area{padding:0 0 0 20px!important}.widget-title{margin-bottom:15px}/* Footer Widgets CSS */#footer-widgets{background-color:rgba(105,72,214,0.96)}#footer-widgets li,#footer-widgets #wp-calendar caption,#footer-widgets #wp-calendar th,#footer-widgets #wp-calendar tbody,#footer-widgets .contact-info-widget i,#footer-widgets .oceanwp-newsletter-form-wrap input[type="email"],#footer-widgets .posts-thumbnails-widget li,#footer-widgets .social-widget li a{border-color:#846bd6}#footer-widgets .footer-box a:hover,#footer-widgets a:hover{color:#d6d6d6}/* Footer Bottom CSS */#footer-bottom{background-color:#222082}#footer-bottom,#footer-bottom p{color:#ffffff}#footer-bottom a:hover,#footer-bottom #footer-bottom-menu a:hover{color:#bb93e2}/* Typography CSS */body{font-family:Poppins;font-size:17px;color:#494949}#site-logo a.site-logo-text{font-family:Montserrat;font-weight:500}#top-bar-content,#top-bar-social-alt{font-weight:500;font-style:normal;letter-spacing:1px;text-transform:uppercase}#site-navigation-wrap .dropdown-menu >li >a,#site-header.full_screen-header .fs-dropdown-menu >li >a,#site-header.top-header #site-navigation-wrap .dropdown-menu >li >a,#site-header.center-header #site-navigation-wrap .dropdown-menu >li >a,#site-header.medium-header #site-navigation-wrap .dropdown-menu >li >a,.oceanwp-mobile-menu-icon a{font-family:Poppins;font-size:14px;letter-spacing:.7px;text-transform:uppercase}.sidebar-box .widget-title{font-size:15px}#footer-widgets .footer-box .widget-title{font-family:Montserrat;font-weight:600;line-height:0.5;text-transform:uppercase}#footer-bottom #copyright{font-family:Poppins;font-weight:400;font-size:14px}#footer-bottom #footer-bottom-menu{font-family:Poppins;line-height:1.2}
  308. </style><script async src='/cdn-cgi/bm/cv/669835187/api.js'></script></head>
  309. <body class="post-template-default single single-post postid-3242 single-format-standard wp-embed-responsive oceanwp-theme dropdown-mobile default-breakpoint has-sidebar content-right-sidebar post-in-category-foss post-in-category-linux post-in-category-tools post-in-category-topic has-topbar has-breadcrumbs has-parallax-footer elementor-default elementor-kit-10" itemscope="itemscope" itemtype="https://schema.org/Article">
  310. <div id="outer-wrap" class="site clr">
  311. <div id="wrap" class="clr">
  312. <header id="site-header" class="minimal-header effect-four clr" data-height="74" itemscope="itemscope" itemtype="https://schema.org/WPHeader" role="banner">
  313. </div>
  314. </header><!-- #site-header -->
  315. <main id="main" class="site-main clr" role="main">
  316. <header class="page-header">
  317. </header><!-- .page-header -->
  318. <div id="content-wrap" class="container clr">
  319. <div id="primary" class="content-area clr">
  320. <div id="content" class="site-content clr">
  321. <article id="post-3242">
  322. <header class="entry-header clr">
  323. <h2 class="single-post-title entry-title" itemprop="headline">How to Create Bootable USB using the dd command</h2><!-- .single-post-title -->
  324. </header><!-- .entry-header -->
  325. <ul class="meta ospm-none clr">
  326. <li class="meta-mod-date" itemprop="dateModified"><span class="screen-reader-text">Post last modified:</span><i class="icon-note" aria-hidden="true"></i>April 27, 2021</li>
  327. <li class="meta-cat"><span class="screen-reader-text">Reading time:</span><i class="icon-cup" aria-hidden="true"></i>5 mins read</li>
  328. </ul>
  329. <p>We have several options to create bootable USB drive in Linux such as <strong><a href="https://trendoceans.com/create-bootable-usb-using-etcher-in-linux/">balenaEtcher</a></strong>, <strong><a href="https://trendoceans.com/easily-create-a-multiboot-usb-with-ventoy/">Ventoy</a></strong>, <strong>Unetbootin</strong> and many others. </p>
  330. <p>Today we will see a unique way to create a bootable disk, In this method, you do not need to install any third-party applications or libraries, and it is a most simple way to create a bootable disk. Do you want to know how to do? Follow our instructions.</p>
  331. <p>In this article, I&#8217;ll perform this task into my Ubuntu Focal Fossa (20.4), and I believe this method will work on all Linux Distributions.</p>
  332. <h2>Prerequisite</h2>
  333. <p>If you are just taking overview of this article you don&#8217;t need to full fill any requirement, For those who want to implement they need to have:</p>
  334. <ul><li>Pre-installed Linux Distribution(<a href="https://trendoceans.com/how-to-install-opensuse-leap-15-2/">OpenSUSE</a>, <a href="https://trendoceans.com/how-to-install-centos-stream-8-x86_64/">Centos</a>)</li><li>ISO Image (Ubuntu,OpenSUSE,Windows 10) </li><li>USB Drive (At least 8GB)</li></ul>
  335. <p>I don&#8217;t think, so I haven&#8217;t asked much from your side, isn&#8217;t it? &#8216;No&#8217;, Let&#8217;s move to How to create a Bootable USB using dd command prior to that first understand what is the dd command?</p>
  336. <h2>What is dd Command?</h2>
  337. <p>A <strong><code>dd</code></strong> command is a command-line utility that is main work is used to convert and copy, and It stands for <strong>&#8220;Data Duplicator&#8221;</strong>.</p>
  338. <p>This command does not only used to Create Bootable Disk It can do a various task such as </p>
  339. <ul><li>Clone Disk</li><li>Create Backup partition table</li><li>Install Bootloader to Disk</li><li>Convert text and files.</li><li>Performance of Storage Disk</li></ul>
  340. <p>To use the <strong>dd</strong> command, you don&#8217;t need to download anything from a repository because it preinstalled in all Linux Distributions, and it is a part of <a href="https://www.gnu.org/software/coreutils/manual/html_node/dd-invocation.html#dd-invocation" target="_blank" rel="noreferrer noopener">GNU Coreutils</a>.</p>
  341. <p>It interesting to note command starts from <strong>dd </strong>instead of <strong>cc</strong> If anyone knows the reason why the developer ain&#8217;t used <strong>cc</strong> over to <strong>dd</strong> please let me know in the comment section.</p>
  342. <figure class="wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
  343. <p class="responsive-video-wrap clr"><iframe loading="lazy" title="How to create Bootable USB using DD command in Linux [Hindi]" width="1200" height="675" src="https://www.youtube.com/embed/x65P-B3E_FY?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe></p>
  344. </div></figure>
  345. <h2>Steps to Create Bootable Image</h2>
  346. <p>To create a Bootable Image using dd command require a couple of steps afterwards, your USB is ready to Boot any System.</p>
  347. <blockquote class="wp-block-quote"><p><em><strong>Note:- This below step will format your USB drive, so it requests you to make a backup of your USB drive else you may lose your valuable data.</strong></em></p></blockquote>
  348. <h3>Step 1:- Attach USB </h3>
  349. <p>I assume you have already Downloaded the required ISO file, To create bootable disk attach your USB drive to System and Open Linux terminal and pass the following command:</p>
  350. <pre class="wp-block-code"><code><strong>$ sudo fdisk -l</strong></code></pre>
  351. <p>This command will list out all the Disk storage details that are available to your system, from the output note down your attached USB drive name.</p>
  352. <p>In my case USB Drive name is listed <strong>/dev/sdb</strong> of 16 GB USB disk, If you have attached multiple storage disk name /dev/sd<strong>X</strong> can differ.</p>
  353. <pre class="wp-block-code"><code><strong>Disk <span class="has-inline-color has-luminous-vivid-amber-color">/dev/sdb:</span> 14.33 GiB, 15376318464 bytes, 30031872 sectors
  354. Disk model: Dual Drive
  355. Units: sectors of 1 * 512 = 512 bytes
  356. Sector size (logical/physical): 512 bytes / 512 bytes
  357. I/O size (minimum/optimal): 512 bytes / 512 bytes
  358. Disklabel type: dos
  359. Disk identifier: 0x864c3080
  360. Device Boot Start End Sectors Size Id Type
  361. /dev/sdb1 2048 30031871 30029824 14.3G 83 Linux</strong></code></pre>
  362. <blockquote class="wp-block-quote"><p><strong>Note: </strong>In case you have already created bootable disk using <a href="https://trendoceans.com/create-bootable-usb-using-etcher-in-linux/">balenaEtcher</a>, <a href="https://trendoceans.com/easily-create-a-multiboot-usb-with-ventoy/">ventoy</a> or Rufus, please<strong><a href="https://trendoceans.com/how-to-restore-usb-normal-after-bootable-usb/"> restore your USB disk normal</a></strong> to Create a bootable disk using dd command to avoid failure.</p></blockquote>
  363. <h3>Step 2:- Flash ISO Image to USB Drive</h3>
  364. <p>We are almost ready to flash ISO Image to a USB drive, First, open Linux Terminal and type the following command:</p>
  365. <h4>Command Syntax</h4>
  366. <pre class="wp-block-code"><code>$ sudo dd if=/<strong>&#91;ISOFILE-LOCATION]</strong> of=/dev/<strong>&#91;PARTITION NAME]</strong> status=progress </code></pre>
  367. <ul><li><code><strong>dd</strong></code> command used to create a bootable disk.</li><li><strong><code>if</code></strong> flag stands for &#8216;<strong>Input file&#8217;, </strong>and it is used to read a file from the system (Provide ISO file location).</li><li><strong><code>of</code></strong> parameter stands for <strong>&#8216;Output file&#8217;</strong> is used to specify the location where you need to write the file.</li><li><strong><code>status=progress</code></strong> It is optional to use By default dd command will not show the progress of a current task. </li></ul>
  368. <p>Make sure to replace <code><strong>[ISOFILE-LOCATION]</strong> </code>and <code><strong>[PARTITION]</strong> </code>with the above following details.</p>
  369. <p>For example, In my external drive <strong><code>(/media/trendoceans/Shen\ Default)</code></strong> ISO file is stored, and my USB drive name is<code> <strong>/dev/sdb</strong></code> .</p>
  370. <p>So, I type the following command in my Linux terminal to create bootable disk:</p>
  371. <pre class="wp-block-code"><code><strong>$ sudo dd if=/media/trendoceans/Shen\ Default/ISO/ubuntu-20.04.1-desktop-amd64.iso of=/dev/sdb status=progress </strong>
  372. <span class="has-inline-color has-vivid-cyan-blue-color">Output
  373. </span>2780705280 bytes (2.8 GB, 2.6 GiB) copied, 531 s, 5.2 MB/s
  374. 5439488+0 records in
  375. 5439488+0 records out
  376. 2785017856 bytes (2.8 GB, 2.6 GiB) copied, 531.445 s, 5.2 MB/s</code></pre>
  377. <h3>Step 3:- Reboot and Use</h3>
  378. <p>Once the process gets complete, you need to restart your system, get into Boot options and select the USB drive to boot.</p>
  379. <p>In every computer system, Boot options key is different please confirm with the respective Hardware manufacturer or else you can try <strong><code>"ESC"</code></strong> or <code><strong>"F2"</strong> </code>or <strong><code>"F8"</code></strong> or <code><strong>"F9"</strong> </code>or <code><strong>"F12</strong>"</code>.</p>
  380. <h3>Step 4:- Reformat Bootable USB Drive (Optional) </h3>
  381. <p>This is the optional step but later you need this for sure to use a bootable USB drive as a normal USB drive to store some files.</p>
  382. <p>When you create a bootable drive using <strong><code>dd</code> command</strong> or any third party tool it will create multiple partition, usually thumb drive has single partition to store data.</p>
  383. <p>To recover bootable USB drive, we have already published article and video on this make sure to check it out <a href="https://trendoceans.com/how-to-restore-usb-normal-after-bootable-usb/">How to restore USB normal after bootable USB</a>.</p>
  384. <figure class="wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
  385. <p class="responsive-video-wrap clr"><iframe loading="lazy" title="How to restore USB normal after bootable USB" width="1200" height="675" src="https://www.youtube.com/embed/Fw_7-vsNDQE?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe></p>
  386. </div></figure>
  387. <h2>Wrap-up</h2>
  388. <p>That&#8217;s it to create bootable USB drive using dd command, If you need any help from my end, please let me know in the comment section.</p>
  389. <p>If you want to share some insightful topic or want me to cover let me know in the comment sections.</p>
  390. </div><!-- .entry -->
  391. </html>
  392. <!-- Page generated by LiteSpeed Cache 3.6.4 on 2021-05-18 21:12:14 -->