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 guide in strata github and encounter some problems.
After I use kernel-4.8.12 within strata github in my own machine, my machine couldn't work, it showed "failed to mount /sysroot; Dependency failed for Initrd Root File System; Dependency failed for Reload Configuration from Real boot"
I thought there might be something wrong in kernel-4.8.12. So I tried kernel-4.14(which is from https://www.kernel.org/ , it works for my machine. Do you think it is appropriate to use kernel 4.14 in strata?(It could provide pmem emulation)
I skip the third instruction and tried fourth and fifth instruction. What does <dev id> mean? I tried sudo ./bin/mkfs.mlfs 1, ./bin/mkfs.mlfs 2; they couldn;t work. The result is shown below:
result of ./bin/mkfs.mlfs 1:
result of ./bin/mkfs.mlfs 2:
"dev id is a device identifier used in Strata (hardcoded)",
Does this mean that the code about device identifier should be modified with different machines and storage device?
Looking forward to your reply
Best regard
The text was updated successfully, but these errors were encountered:
Hi,
I followed the guide in strata github and encounter some problems.
After I use kernel-4.8.12 within strata github in my own machine, my machine couldn't work, it showed
"failed to mount /sysroot; Dependency failed for Initrd Root File System; Dependency failed for Reload Configuration from Real boot"
I thought there might be something wrong in kernel-4.8.12. So I tried kernel-4.14(which is from https://www.kernel.org/ , it works for my machine. Do you think it is appropriate to use kernel 4.14 in strata?(It could provide pmem emulation)
I am confused about the third instruction here(https://github.com/ut-osa/strata#3-setup-storage-size). What does this step do and how should it be done?
I skip the third instruction and tried fourth and fifth instruction. What does <dev id> mean? I tried sudo ./bin/mkfs.mlfs 1, ./bin/mkfs.mlfs 2; they couldn;t work. The result is shown below:
result of ./bin/mkfs.mlfs 1:
result of ./bin/mkfs.mlfs 2:
"dev id is a device identifier used in Strata (hardcoded)",
Does this mean that the code about device identifier should be modified with different machines and storage device?
Looking forward to your reply
Best regard
The text was updated successfully, but these errors were encountered: