ユーザ用ツール

サイト用ツール


サイドバー

最新の10件
一覧
linux:mobian

Mobian

USB memory Install(amd64)

先ずはUSB memory で試す

Mobian Images から amd64_nonfree の最新を入手
今回はDebian Bookworm ベースの mobian-amd64-nonfree-phosh-12.0.img.gz を入手

$ wget https://images.mobian.org/amd64-nonfree/mobian-amd64-nonfree-phosh-12.0.img.gz \
       https://images.mobian.org/amd64-nonfree/mobian-amd64-nonfree-phosh-12.0.sha256sums \
       https://images.mobian.org/amd64-nonfree/mobian-amd64-nonfree-phosh-12.0.sha256sums.sig
$ sha256sum -c ./mobian-amd64-nonfree-phosh-12.0.sha256sums
$ gpg --verify ./mobian-amd64-nonfree-phosh-12.0.sha256sums.sig

dd でイメージをUSB memory に流し込む.(.bmap もあるけど未検証)

$ zcat mobian-amd64-nonfree-phosh-12.0.img.gz | sudo dd of=/dev/sdb bs=16M oflag=direct status=progress

Secure boot を無効にした 状態でUSB から起動. 初回起動時に3つ目のパーティションがストレージいっぱいまで広げられる.

internal disk Install(amd64)

Windows Tabret のARROWS Tab Q508/SE に導入

Mobian Images から amd64_nonfree の最新を入手
今回はDebian Bookworm ベースの mobian-amd64-nonfree-phosh-12.0.img.gz を入手

$ wget https://images.mobian.org/amd64-nonfree/mobian-amd64-nonfree-phosh-12.0.img.gz \
       https://images.mobian.org/amd64-nonfree/mobian-amd64-nonfree-phosh-12.0.sha256sums \
       https://images.mobian.org/amd64-nonfree/mobian-amd64-nonfree-phosh-12.0.sha256sums.sig
$ sha256sum -c ./mobian-amd64-nonfree-phosh-12.0.sha256sums
$ gpg --verify ./mobian-amd64-nonfree-phosh-12.0.sha256sums.sig

dd でイメージをUSB memory に流し込む.一旦USB memory で起動してUSB memory からdd で書き込んだ.(.bmap もあるけど未検証)

今回はTailsOS の永続化領域に mobian image を置いて書き込んだ.

$ zcat mobian-amd64-nonfree-phosh-12.0.img.gz | sudo dd of=/dev/mmcblk0 bs=16M oflag=direct status=progress

コメント

コメントを入力. Wiki文法が有効です:
  ____  __  __   ____   ____   ___ 
 /_  / / / / /  / __/  /  _/  / _ |
  / /_/ /_/ /  / _/   _/ /   / __ |
 /___/\____/  /___/  /___/  /_/ |_|
 
linux/mobian.txt · 最終更新: 2023/08/20 06:36 by matoken