dd:Arch Linuxのインストール中にカーネルをパーティションにフラッシュするときに認識できないオペランド

dd:Arch Linuxのインストール中にカーネルをパーティションにフラッシュするときに認識できないオペランド

もし間違った場所であれば、どこに問い合わせるべきか教えてください。私は現在フォロー中ですこれマップ時間。手順10で問題が発生し、インストールする別のミラーリンクを見つけました。今は11段階です。入力後

dd if=root/boot/vmlinux.kpart of/=/dev/sda1

次のエラーが発生します。dd: unrecognized operand ‘of/=/dev/sda1’

前にsudoと入力してみましたが、役に立ちませんでした。最初の4つの検索結果で見つけた情報をスタックに実装してみましたが、1.正直にはチュートリアルだけに従っただけで、bashの実際の経験はありません。 2. その内容は適用されないようですが、正確ではないかもしれません!

私の構文が間違っていることを確認するためにドキュメントを確認しましたが、私が知っている限り正しく書かれています。誰かが私を助けて、私が間違っていることを教えてもらえますか?私は一日中この仕事をしてきたし、自分自身のために努力しています。重要なのは、これが私がステップ10で入力したものです。

localhost /tmp # mkdir root
mkdir: cannot create directory ‘root’: File exists
localhost /tmp # mount /dev/sda2 root
mount: /tmp/root: /dev/sda2 already mounted on /tmp/root.
localhost /tmp # tar -xf ArchLinuxARM-oak-latest.tar.gz -C root
tar: Ignoring unknown extended header keyword 'LIBARCHIVE.xattr.security.capability'
tar: Ignoring unknown extended header keyword 'LIBARCHIVE.xattr.security.capability'
tar: Ignoring unknown extended header keyword 'LIBARCHIVE.xattr.security.capability' #according to a thread on here, this just comes from when i used my mac to flash it and doesn't affect anything

編集:これは私のパーティションの下にリストされています。

localhost /tmp # fdisk -l
Disk /dev/loop0: 7.3 GiB, 7875706880 bytes, 15382240 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes


Disk /dev/loop1: 373.7 MiB, 391835648 bytes, 765304 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes


Disk /dev/loop2: 4 KiB, 4096 bytes, 8 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes


Disk /dev/loop3: 4 KiB, 4096 bytes, 8 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes


Disk /dev/loop4: 7.3 MiB, 7610368 bytes, 14864 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop6: 1.9 GiB, 2063953920 bytes, 4031160 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes


GPT PMBR size mismatch (61063167 != 61071359) will be corrected by write.
The backup GPT table is not on the end of the device. This problem will be corrected by write.
Disk /dev/mmcblk0: 29.1 GiB, 31268536320 bytes, 61071360 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: gpt
Disk identifier: D18EA7A7-761A-2E49-A17C-EE32240E7514

Device            Start      End  Sectors  Size Type
/dev/mmcblk0p1  8704000 61063119 52359120   25G Microsoft basic data
/dev/mmcblk0p2    20480    53247    32768   16M ChromeOS kernel
/dev/mmcblk0p3  4509696  8703999  4194304    2G ChromeOS root fs
/dev/mmcblk0p4    53248    86015    32768   16M ChromeOS kernel
/dev/mmcblk0p5   315392  4509695  4194304    2G ChromeOS root fs
/dev/mmcblk0p6    16448    16448        1  512B ChromeOS kernel
/dev/mmcblk0p7    16449    16449        1  512B ChromeOS root fs
/dev/mmcblk0p8    86016   118783    32768   16M Microsoft basic data
/dev/mmcblk0p9    16450    16450        1  512B ChromeOS reserved
/dev/mmcblk0p10   16451    16451        1  512B ChromeOS reserved
/dev/mmcblk0p11      64    16447    16384    8M unknown
/dev/mmcblk0p12  249856   315391    65536   32M EFI System

Partition table entries are not in disk order.

Disk /dev/mmcblk0boot1: 4 MiB, 4194304 bytes, 8192 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes


Disk /dev/mmcblk0boot0: 4 MiB, 4194304 bytes, 8192 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes


Disk /dev/dm-0: 2 GiB, 2087714816 bytes, 509696 sectors
Units: sectors of 1 * 4096 = 4096 bytes
Sector size (logical/physical): 4096 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes


Disk /dev/mapper/encstateful: 7.3 GiB, 7875706880 bytes, 15382240 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes


Disk /dev/sda: 7.5 GiB, 8006926336 bytes, 15638528 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: gpt
Disk identifier: 991D5A3D-42FB-7341-83B0-335B9F2F54BA
Device     Start      End  Sectors  Size Type
/dev/sda1   8192    73727    65536   32M ChromeOS kernel
/dev/sda2  73728 15638494 15564767  7.4G Linux filesystem

ベストアンサー1

エラーメッセージは、問題が何であるかを非常に明確に伝えます。

dd if=root/boot/vmlinux.kpart of=/dev/sda1

おすすめ記事