1

In order to emulate a Pi in the Qemu emulator, I will need to identify which (if any) of the files in /boot is the RAM disk, and which is the appropriate kernel.

Booting Raspbian however, there is no file called initrd.gz or similar.

How can I determine which file is the initrd, and which is the appropriate kernel?

wudude
  • 407
  • 1
  • 4
  • 10

1 Answers1

2

The Raspberry Pi OS does not use an Init RAM Disk. If you need one you have to create it by yourself. In addition to the ramdisk you have to add some settings in /boot/config.txt. I have an example to load storage drivers on an early stage. You may have a look at Easy backups and snapshots of a running system with LVM. To get an idea just only look at the section Prepare the installation with LVM drivers.

Ingo
  • 42,107
  • 20
  • 85
  • 197