ユーザ用ツール

サイト用ツール


tipsmemo:tips:hw:minisforum

差分

このページの2つのバージョン間の差分を表示します。

この比較画面へのリンク

次のリビジョン
前のリビジョン
tipsmemo:tips:hw:minisforum [2026/04/13 09:16] – 作成 hayashitipsmemo:tips:hw:minisforum [2026/04/14 20:30] (現在) – [ネットワークブート] hayashi
行 1: 行 1:
 ====== MinisForum ====== ====== MinisForum ======
 +
 +====== MS-01 ======
 +
 +===== 電源断の後で、電源復旧時に自動的にPowerONにしたい =====
 +BIOSで Advanced⇒ACPI Settings⇒Restory On AC Power Loss (Always On) を選択
 +
 +
 +====== UM330 ======
 +===== インストール時にStorageでOperation not permitted =====
 +FreeBSDをインストールする際に Operation not permitted や Table 'nda0' is corrupt というエラーが出る場合、主な原因はNVMeドライブのパーティションテーブルの不整合、あるいは既存のOS(Windows等)によるディスク保護
 +
 +  - BIOSでSecure BootをOFF
 +  - インストーラーの Shell に入る
 +  - sysctl kern.geom.debugflags=16 を実行
 +  - gpart destroy -F nda0 でテーブルをクリア
 +  - exit して通常のインストール手順に戻る
 +
 +これで Operation not permitted を回避してクリーンなインストールが可能になるはず
 +
 +===== ネットワークブート =====
 +  * Advanced -> Network Stack Configuration -> Network stack -> Enabled
 +    * Ipv4 PXE Support -> Enabled
 +  * Advanced -> CMS Configuration -> Network -> UEFI/Legacy
 +  * Security -> Secure Boot -> Secure Boot -> Disabled
 +
 +===== 電源断の後で、電源復旧時に自動的にPowerONにしたい =====
 +
 +  * Advanced -> PowerManagement Configuration -> AC Failure Resume -> Always On
  
tipsmemo/tips/hw/minisforum.1776071769.txt.gz · 最終更新: by hayashi