You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I followed the instructions to generate the disk image for QEMU but came across some errors while booting.
OpenSBI version: v0.8
Linux version: v5.10.0
U-Boot version: v2020.04
Disk image: pre-built Ubuntu Focal tarball with wget -O rootfs.tar.bz2 https://github.com/carlosedp/riscv-bringup/releases/download/v1.0/UbuntuFocal-riscv64-rootfs.tar.gz
While generating initrd on rootfs by using chroot, I got the following message:
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = (unset),
LC_CTYPE = "en_US.UTF-8",
LANG = "en_US.UTF-8"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
update-initramfs: Generating /boot/initrd.img-5.10.0
W: Couldn't identify type of root file system for fsck hook
(Since I am not sure whether this is the cause to the problem, I would just paste it there.)
May I know how I could solve this problem? Thanks in advance.
The text was updated successfully, but these errors were encountered:
yslys
changed the title
run-init: can't execute '/sbin/init': No such file or directory
VFS: Cannot open root device "vda1" or unknown-block(0,0): error -6
Mar 24, 2022
Hi, I followed the instructions to generate the disk image for QEMU but came across some errors while booting.
OpenSBI version: v0.8
Linux version: v5.10.0
U-Boot version: v2020.04
Disk image: pre-built Ubuntu Focal tarball with
wget -O rootfs.tar.bz2 https://github.com/carlosedp/riscv-bringup/releases/download/v1.0/UbuntuFocal-riscv64-rootfs.tar.gz
While generating initrd on rootfs by using chroot, I got the following message:
(Since I am not sure whether this is the cause to the problem, I would just paste it there.)
The command to boot the system I executed was:
Below is the error message I got during boot: (The error message is shown on the last few lines.)
May I know how I could solve this problem? Thanks in advance.
The text was updated successfully, but these errors were encountered: