add auto fetch ssl certs

This commit is contained in:
2021-08-26 12:11:25 +08:00
parent 11ca254bed
commit 509ac048fc
237 changed files with 4968 additions and 7406 deletions

View File

@@ -13,7 +13,7 @@
"articleSection" : "post",
"name" : "用DELL 6 i\/R 建立RAID並在上面安裝ubuntu 18.04 ",
"headline" : "用DELL 6 i\/R 建立RAID並在上面安裝ubuntu 18.04 ",
"description" : "\x3cp\x3e買了一張 DELL 6\/iR 低階的raid 卡\x3c\/p\x3e\n\n\x3cp\x3e來測試把系統裝在硬體做的RAID上結果沒想到居然不能開機\x26hellip;\x3c\/p\x3e",
"description" : "\x3cp\x3e買了一張 DELL 6\/iR 低階的raid 卡\x3c\/p\x3e\n\x3cp\x3e來測試把系統裝在硬體做的RAID上結果沒想到居然不能開機\x26hellip;\x3c\/p\x3e",
"inLanguage" : "en",
"author" : "Eric Chang",
"creator" : "Eric Chang",
@@ -45,9 +45,9 @@
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css" integrity="sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU" crossorigin="anonymous">
<link href="https://h.cowbay.org/css/style.css?v=1626744134" rel="stylesheet" id="theme-stylesheet" type='text/css' media='all'>
<link href="https://h.cowbay.org/css/style.css?v=1629951055" rel="stylesheet" id="theme-stylesheet" type='text/css' media='all'>
<link href="https://h.cowbay.org/css/custom.css?v=1626744134" rel="stylesheet" type='text/css' media='all'>
<link href="https://h.cowbay.org/css/custom.css?v=1629951055" rel="stylesheet" type='text/css' media='all'>
<link rel="shortcut icon" href="https://h.cowbay.org/img/favicon.ico" type="image/x-icon">
<link rel="icon" href="https://h.cowbay.org/img/favicon.ico" type="image/x-icon">
@@ -81,10 +81,6 @@ if (!doNotTrack) {
<ul id="menu-secondary-items" class="menu-secondary-items">
<li class="menu-item menu-item-type-taxonomy menu-item-object-category">
<a href="/categories/"></a>
</li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category">
<a href="/categories/ansible">ansible</a>
</li>
@@ -309,23 +305,14 @@ if (!doNotTrack) {
<div class="entry-content">
<article>
<p>買了一張 DELL 6/iR 低階的raid 卡</p>
<p>來測試把系統裝在硬體做的RAID上結果沒想到居然不能開機&hellip;</p>
<p>都2019年了 DELL 6/iR 這張卡出了快十年了,不懂為什麼在安裝過程都正常</p>
<p>但是裝完之後,都會發生 &ldquo; no boot device &ldquo;的錯誤</p>
<p>但是裝完之後,都會發生 &quot; no boot device &ldquo;的錯誤</p>
<p>測試過 ubuntu 16.04 / 18.04 , Debian 9 都是一樣的問題</p>
<p>翻了很久google發現有人提到要修改一個grub的設定</p>
<p>先裝完系統,然後改用 ubuntu 18.04 Live DVD 開機</p>
<p>然後開啟 terminal</p>
<p>依序執行</p>
<pre><code>sudo mount /dev/sdf1 /mnt (RAID磁碟代號不一定是 /dev/sdf 先用fdisk -l 確認)
sudo mount --bind /dev /mnt/dev
@@ -333,24 +320,15 @@ sudo mount --bind /proc /mnt/proc
sudo mount --bind /sys /mnt/sys
sudo chroot /mnt
</code></pre>
<p>chroot 完成之後,再進行下面的修改</p>
</code></pre><p>chroot 完成之後,再進行下面的修改</p>
<pre><code>vi /etc/default/grub
找到
GRUB_CMDLINE_LINUX=&quot;&quot;
修改成
GRUB_CMDLINE_LINUX=&quot;rootdelay=90&quot;
</code></pre>
<p>存檔後離開,再更新 grub</p>
</code></pre><p>存檔後離開,再更新 grub</p>
<pre><code>update-grub
</code></pre>
<p>然後重新開機,開機時間會比較久一點,但是這樣就可以正常開機了。</p>
</code></pre><p>然後重新開機,開機時間會比較久一點,但是這樣就可以正常開機了。</p>
<p>還是不懂,這到底是 ubuntu的問題還是raid Controller的問題還是 grub 的問題?</p>
</article>
</div>
@@ -626,7 +604,7 @@ title="pinterest icon"></i>
</ul> <div class="design-credit">
<p>&copy; 2018 Göran Svensson</p>
<p>© 2018 Göran Svensson</p>
<p>Nederburg Hugo Theme by <a href="https://appernetic.io">Appernetic</a>.</p>
@@ -638,7 +616,7 @@ title="pinterest icon"></i>
</div>
<script src="https://h.cowbay.org/js/jquery.min.js"></script>
<script src="https://h.cowbay.org/js/jquerymigrate.js"></script>
<script src="https://h.cowbay.org/js/production.min.js?v=1626744134"></script>
<script src="https://h.cowbay.org/js/production.min.js?v=1629951055"></script>
</body>
</html>