ef3b031a81
On my machine, it happens once in a while that the virtualised machine
boots too fast for the rootfs to be available at the time the kernel
tries to mount it.
For example, board/qemu/arm-vexpress/readme.txt suggested changing
"-smp 1" up to "-smp 4". But doing so here causes a kernel panic:
VFS: Cannot open root device "mmcblk0" or unknown-block(0,0): error -6
Please append a correct "root=" boot option; here are the available partitions:
1f00 131072 mtdblock0
(driver?)
1f01 32768 mtdblock1
(driver?)
Kernel panic - not syncing: VFS: Unable to mount root fs on
unknown-block(0,0)
So, add the oh-so-useful 'rootwait' option to all kernel command lines
for qemu defconfigs.
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
Cc: Joel Stanley <joel@jms.id.au>
Cc: Mark Corbin <mark.corbin@embecosm.com>
Cc: Matt Weber <matthew.weber@rockwellcollins.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
(cherry picked from commit
|
||
---|---|---|
.. | ||
aarch64-efi | ||
acmesystems | ||
altera/socrates_cyclone5 | ||
amarula | ||
arcturus | ||
arm | ||
armadeus | ||
asus/tinker | ||
atmel | ||
avnet/s6lx9_microboard | ||
bananapi | ||
beagleboardx15 | ||
beaglebone | ||
boundarydevices/common | ||
chromebook/snow | ||
ci20 | ||
csky | ||
cubietech/cubieboard2 | ||
embest/riotboard | ||
engicam | ||
freescale | ||
friendlyarm | ||
grinn | ||
hardkernel | ||
intel/galileo | ||
lego/ev3 | ||
lemaker/bananapro | ||
linksprite/pcduino | ||
minnowboard | ||
nexbox/a95x | ||
olimex | ||
openblocks/a6 | ||
orangepi | ||
pandaboard | ||
pc | ||
pine64 | ||
qemu | ||
raspberrypi | ||
roseapplepi | ||
sheevaplug | ||
sinovoip/m2-plus | ||
solidrun | ||
stmicroelectronics | ||
synopsys | ||
technexion | ||
technologic | ||
toradex/apalis-imx6 | ||
udoo | ||
wandboard | ||
warp7 | ||
zynq | ||
zynqmp | ||
raspberrypi0 | ||
raspberrypi0w | ||
raspberrypi2 | ||
raspberrypi3 | ||
raspberrypi3-64 |