====== 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