Hi,
I'm running the downloaded sculpt-20.02.img according to https://genode.org/download/sculpt
qemu-system-x86_64 -display sdl -cpu core2duo -machine q35 \ -m 1024 -drive format=raw,file=sculpt-20.02.img
(and also a built scultp according to the document sculpt-20-02.pdf) and I always see the following messages.
[init -> config_fs] tar archive 'launcher.tar' local at 0x184000, size is 12288
[init -> config_fs_rom] /fonts ROM file is missing [init -> config_fs_rom] /fonts ROM file is missing [init -> config_fs_rom] /nic_router ROM file is missing [init -> config_fs_rom] /nic_router ROM file is missing [init -> config_fs_rom] /wifi ROM file is missing [init -> config_fs_rom] /wifi ROM file is missing [init -> report_fs_rom] /runtime/launcher_query/listing ROM file is missing [init -> report_fs_rom] /runtime/launcher_query/listing ROM file is missing [init -> config_fs_rom] /managed/deploy ROM file is missing [init -> config_fs_rom] /managed/deploy ROM file is missing [init -> config_fs_rom] /installation ROM file is missing [init -> config_fs_rom] /installation ROM file is missing [init -> report_fs_rom] /runtime/editor/saved ROM file is missing [init -> report_fs_rom] /runtime/editor/saved ROM file is missing [init -> config_fs_rom] /runtime ROM file is missing [init -> config_fs_rom] /runtime ROM file is missing [init -> report_fs_rom] /runtime/depot_query/scan ROM file is missing [init -> report_fs_rom] /runtime/depot_query/scan ROM file is missing [init -> report_fs_rom] /runtime/depot_query/index ROM file is missing [init -> report_fs_rom] /runtime/depot_query/index ROM file is missing [init -> report_fs_rom] /runtime/ahci-0.part_block/partitions ROM file is missing [init -> report_fs_rom] /runtime/ahci-0.part_block/partitions ROM file is missing [init -> report_fs_rom] /runtime/ahci-0.part_block/partitions ROM file is missing [init -> report_fs_rom] /runtime/ahci-0.part_block/partitions ROM file is missing [init -> report_fs_rom] /runtime/ahci-0.part_block/partitions ROM file is missing [init -> report_fs_rom] /runtime/ahci-0.part_block/partitions ROM file is missing [init -> report_fs_rom] /runtime/ahci-0.part_block/partitions ROM file is missing [init -> report_fs_rom] /runtime/ahci-0.part_block/partitions ROM file is missing
Is this normal?
If not, what should I do?
Best regards,
S.P.
That's normal.
On Mon, Apr 20, 2020, 8:59 AM Shlomo Pongratz shlomopongratz@gmail.com wrote:
Hi,
I'm running the downloaded sculpt-20.02.img according to https://genode.org/download/sculpt
qemu-system-x86_64 -display sdl -cpu core2duo -machine q35 \ -m 1024 -drive format=raw,file=sculpt-20.02.img
(and also a built scultp according to the document sculpt-20-02.pdf) and I always see the following messages.
[init -> config_fs] tar archive 'launcher.tar' local at 0x184000, size is 12288
[init -> config_fs_rom] /fonts ROM file is missing [init -> config_fs_rom] /fonts ROM file is missing [init -> config_fs_rom] /nic_router ROM file is missing [init -> config_fs_rom] /nic_router ROM file is missing [init -> config_fs_rom] /wifi ROM file is missing [init -> config_fs_rom] /wifi ROM file is missing [init -> report_fs_rom] /runtime/launcher_query/listing ROM file is missing [init -> report_fs_rom] /runtime/launcher_query/listing ROM file is missing [init -> config_fs_rom] /managed/deploy ROM file is missing [init -> config_fs_rom] /managed/deploy ROM file is missing [init -> config_fs_rom] /installation ROM file is missing [init -> config_fs_rom] /installation ROM file is missing [init -> report_fs_rom] /runtime/editor/saved ROM file is missing [init -> report_fs_rom] /runtime/editor/saved ROM file is missing [init -> config_fs_rom] /runtime ROM file is missing [init -> config_fs_rom] /runtime ROM file is missing [init -> report_fs_rom] /runtime/depot_query/scan ROM file is missing [init -> report_fs_rom] /runtime/depot_query/scan ROM file is missing [init -> report_fs_rom] /runtime/depot_query/index ROM file is missing [init -> report_fs_rom] /runtime/depot_query/index ROM file is missing [init -> report_fs_rom] /runtime/ahci-0.part_block/partitions ROM file is missing [init -> report_fs_rom] /runtime/ahci-0.part_block/partitions ROM file is missing [init -> report_fs_rom] /runtime/ahci-0.part_block/partitions ROM file is missing [init -> report_fs_rom] /runtime/ahci-0.part_block/partitions ROM file is missing [init -> report_fs_rom] /runtime/ahci-0.part_block/partitions ROM file is missing [init -> report_fs_rom] /runtime/ahci-0.part_block/partitions ROM file is missing [init -> report_fs_rom] /runtime/ahci-0.part_block/partitions ROM file is missing [init -> report_fs_rom] /runtime/ahci-0.part_block/partitions ROM file is missing
Is this normal?
If not, what should I do?
Best regards,
S.P.
Genode users mailing list users@lists.genode.org https://lists.genode.org/listinfo/users
qemu-system-x86_64 -display sdl -cpu core2duo -machine q35 \ -m 1024 -drive format=raw,file=sculpt-20.02.img
Sorry about hijacking the thread, but on the website their is a small typo with this command. The qemu command has 20.02, but the image is named 20-02. Which make things hard for the lazy copy-pasters like me :)
Hi Paul,
On 20.04.20 17:22, Paul Irofti wrote:
qemu-system-x86_64 -display sdl -cpu core2duo -machine q35 \ -m 1024 -drive format=raw,file=sculpt-20.02.img
Sorry about hijacking the thread, but on the website their is a small typo with this command. The qemu command has 20.02, but the image is named 20-02. Which make things hard for the lazy copy-pasters like me :)
thanks a lot for reporting! I fixed the information on the website now.
Cheers Norman