Here's how I generated and tested the file:
> dd if=/dev/zero bs=1M count=2 of=a.bin
2+0 records in
2+0 records out
2097152 bytes (2.1 MB, 2.0 MiB) copied, 0.00165875 s, 1.3 GB/s
> ./mlbinstall a.bin bzImage 'root=/dev/root'
> qemu-system-x86_64 -display curses -m 32M -drive format=raw,file=a.bin
bzImage is 876400 bytes. The output I can see is:
Booting from Hard Disk...
R
Did I miss a step?
Here's how I generated and tested the file:
bzImage is 876400 bytes. The output I can see is:
Did I miss a step?