gpt4 book ai didi

arm - 从树莓派中提取 MBR

转载 作者:行者123 更新时间:2023-12-05 03:14:33 25 4
gpt4 key购买 nike

我尝试从我的树莓派中提取 MBR(在 SDCARD 上加载了 raspbian),就像我在任何 Linux 机器上所做的那样。

dd if=/dev/<devname> of=mbr.bin bs=512 count=1

但是,在 mbr.bin 上执行 file 后,我收到以下消息:-

mbr.bin:x86 引导扇区;分区1:ID=0xc,starthead 130,startsector 8192,114688扇区; partition 2: ID=0x83, starthead 0, startsector 122880, 15400960 sectors, code offset 0xb8

为什么说它是一个x86引导扇区

[编辑]我还阅读了有关启动顺序的信息 here ;树莓派甚至使用 MBR 吗?

最佳答案

Why does it say that it is an x86 boot sector?

因为它是。从技术上讲,即使是“x86”也过于宽泛,而“IBM PC-XT 兼容”更为准确,但如今,由于多年来 IBM 兼容机无处不在,MBR 已成为那些最低公分母的事实标准之一。

does the raspberry pi even use the MBR?

是也不是。自 the MBR contains both (16-bit) BIOS bootstrap code and the partition table ,任何不通过与 IBM 兼容的 BIOS* 启动的都关心后者,但可以忽略前者。由于 MBR 和 FAT 格式的简单性(考虑到已有 30 年历史),固件很容易简单地钻入数据结构,拉出第一个分区并查找它想要的文件,这正是包括 Pi 在内的许多系统都在做——引用问题中链接的页面:

Also notice that there is no partition marked as Active (bootable). The RPi firmware is coded to look for the file bootcode.bin in the first FAT32 partition - the normal MBR - partition boot process is not followed.

整个复杂的 BIOS 链式 Bootstrap 设置是具有 128k RAM 的 16 位机器的遗留问题。现在多亏了 EFI 和 GPT,它终于实现了该机器的其他功能,例如 ROM BASIC 和录音带接口(interface);)


* 包括现在大多数 x86 PC,因为 EFI 解决了“以 16 位实模式启动并伪装成 8086”的愚蠢行为

关于arm - 从树莓派中提取 MBR,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24073478/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com