Hello,
On 01.06.23 15:43, David Pfeiffer wrote:
Following the guide I get an error at step 7 of the guide: https://genode.org/documentation/articles/sculpt-23-04#Building_the_boot_image
7. Create the Sculpt boot image (defined by the run script at /repos/gems/run/sculpt.run/)
make -C build/x86_64 run/sculpt KERNEL=nova BOARD=pc DEPOT=omit
The error is:
make: Entering directory '/home/dave/Downloads/genode/build/x86_64' /bin/bash: line 1: /usr/local/genode/tool/21.05/bin/genode-x86-g++: No such file or directory dirname: missing operand Try 'dirname --help' for more information./bin/bash: /home/dave/Downloads/genode/tool/run/run: /usr/bin/expect: bad interpreter: No such file or directory make: *** [Makefile:431: run/sculpt] Error 126 make: Leaving directory '/home/dave/Downloads/genode/build/x86_64'
you seem to over-read the following of the guide:
"The following steps assume that you have the Genode tool chain installed on a GNU/Linux system. For reference, Ubuntu LTS is known to work well. If you don't know your way around Genode's source tree yet, please consider the "Getting started" section of the Genode Foundations book that is available as a free download at https://genode.org."
So, you seem not to setup the Genode tool chain and additional necessary tools. If one follow the description, you get to https://genode.org/documentation/genode-foundations/23.05/getting_started/in...
So then I simply tried to boot from a prebuilt image and upon booting I couldn't get past the Genode boot.png
I'm running on a Lenovo YOGA intel i7-8565U, building on Void Linux.
it seems to be an very early boot issue, which will not be easy to debug remotely (- to get an idea follow the thread of [0] for).
In principle, your notebook should be fine. So, either try another machine if you just want to get an idea of Sculpt, or we may try different things along the lines of [0], if you are interested.
Cheers,
Alex.
[0] https://lists.genode.org/pipermail/users/2023-February/008492.html
Any help is much appreciated.
Dave
Genode users mailing list users@lists.genode.org https://lists.genode.org/listinfo/users
Hello again,
On 02.06.23 16:34, Alexander Boettcher wrote:
So then I simply tried to boot from a prebuilt image and upon booting I couldn't get past the Genode boot.png
I'm running on a Lenovo YOGA intel i7-8565U, building on Void Linux.
it seems to be an very early boot issue, which will not be easy to debug remotely (- to get an idea follow the thread of [0] for).
In principle, your notebook should be fine. So, either try another machine if you just want to get an idea of Sculpt, or we may try different things along the lines of [0], if you are interested.
I created and uploaded a simple debug image [0], which contains several boot entries which tries different drivers. Can you please test and tell me, if any and in case, which entries work for you ?
Cheers,
Alex.
[0] https://depot.genode.org/alex-ab/images/debug.img
Sorry for the delay in replying.
The standard pre-built images do not boot on my desktop machine either, but they do boot on my old Thinkpad X230.
I will try the debug.img as soon as I can and will let you know the results.
Thanks, Dave
On Fri, Jun 2, 2023 at 5:30 PM Alexander Boettcher < alexander.boettcher@genode-labs.com> wrote:
Hello again,
On 02.06.23 16:34, Alexander Boettcher wrote:
So then I simply tried to boot from a prebuilt image and upon booting I
couldn't get past the Genode boot.png
I'm running on a Lenovo YOGA intel i7-8565U, building on Void Linux.
it seems to be an very early boot issue, which will not be easy to debug
remotely (- to get an idea follow the thread of [0] for).
In principle, your notebook should be fine. So, either try another
machine if you just want to get an idea of Sculpt, or we may try different
things along the lines of [0], if you are interested.
I created and uploaded a simple debug image [0], which contains several boot entries which tries different drivers. Can you please test and tell me, if any and in case, which entries work for you ?
Cheers,
Alex.
[0] https://depot.genode.org/alex-ab/images/debug.img
-- Alexander Boettcher Genode Labs
https://www.genodians.org - https://www.genode.org
Genode users mailing list users@lists.genode.org https://lists.genode.org/listinfo/users
Hello,
another option, I forgot to mention, is to try to setup the report_dump component [0]. In case Sculpt OS comes up far enough, it would dump all logs kept in memory to your USB stick, which can be extracted afterwards from the USB stick. However, this would require another machine, where Sculpt OS boots up fine and you can configure it according to [0].
[0] https://genode.org/documentation/articles/sculpt-vc#Sculpt_as_a_hardware-pro...
Cheers,
Alex.
On 06.06.23 02:04, David Pfeiffer wrote:
Sorry for the delay in replying.
The standard pre-built images do not boot on my desktop machine either, but they do boot on my old Thinkpad X230.
I will try the debug.img as soon as I can and will let you know the results.
Thanks, Dave
On Fri, Jun 2, 2023 at 5:30 PM Alexander Boettcher < alexander.boettcher@genode-labs.com> wrote:
Hello again,
On 02.06.23 16:34, Alexander Boettcher wrote:
So then I simply tried to boot from a prebuilt image and upon booting I
couldn't get past the Genode boot.png
I'm running on a Lenovo YOGA intel i7-8565U, building on Void Linux.
it seems to be an very early boot issue, which will not be easy to debug
remotely (- to get an idea follow the thread of [0] for).
In principle, your notebook should be fine. So, either try another
machine if you just want to get an idea of Sculpt, or we may try different
things along the lines of [0], if you are interested.
I created and uploaded a simple debug image [0], which contains several boot entries which tries different drivers. Can you please test and tell me, if any and in case, which entries work for you ?
Cheers,
Alex.
[0] https://depot.genode.org/alex-ab/images/debug.img
-- Alexander Boettcher Genode Labs
https://www.genodians.org - https://www.genode.org
Genode users mailing list users@lists.genode.org https://lists.genode.org/listinfo/users
Genode users mailing list users@lists.genode.org https://lists.genode.org/listinfo/users
I have tried each boot entry from the debug.img and none of them sucessfully boot on my Lenovo Yoga.
I will attempt to set up a report dump on my other machine (X230) at some point and report back. Unless it's a simple task for you to provide an image with report_dump enabled for me to test? I'm a Genode noob with limited time so it just might take me a while to be able to do this correctly.
Cheers,
Dave
On Tue, Jun 6 2023 at 07:53:40 +0200, Alexander Boettcher alexander.boettcher@genode-labs.com wrote:
Hello,
another option, I forgot to mention, is to try to setup the report_dump component [0]. In case Sculpt OS comes up far enough, it would dump all logs kept in memory to your USB stick, which can be extracted afterwards from the USB stick. However, this would require another machine, where Sculpt OS boots up fine and you can configure it according to [0].
[0] https://genode.org/documentation/articles/sculpt-vc#Sculpt_as_a_hardware-probing_instrument
Cheers,
Alex.
On 06.06.23 02:04, David Pfeiffer wrote:
Sorry for the delay in replying.
The standard pre-built images do not boot on my desktop machine either, but they do boot on my old Thinkpad X230.
I will try the debug.img as soon as I can and will let you know the results.
Thanks, Dave
On Fri, Jun 2, 2023 at 5:30 PM Alexander Boettcher < alexander.boettcher@genode-labs.com mailto:alexander.boettcher@genode-labs.com> wrote:
Hello again,
On 02.06.23 16:34, Alexander Boettcher wrote:
So then I simply tried to boot from a prebuilt image and upon booting I
couldn't get past the Genode boot.png
I'm running on a Lenovo YOGA intel i7-8565U, building on Void Linux.
it seems to be an very early boot issue, which will not be easy to debug
remotely (- to get an idea follow the thread of [0] for).
In principle, your notebook should be fine. So, either try another
machine if you just want to get an idea of Sculpt, or we may try different
things along the lines of [0], if you are interested.
I created and uploaded a simple debug image [0], which contains several boot entries which tries different drivers. Can you please test and tell me, if any and in case, which entries work for you ?
Cheers,
Alex.
[0] https://depot.genode.org/alex-ab/images/debug.img
-- Alexander Boettcher Genode Labs
https://www.genodians.org https://www.genodians.org/ - https://www.genode.org https://www.genode.org/
Genode users mailing list users@lists.genode.org mailto:users@lists.genode.org https://lists.genode.org/listinfo/users
Genode users mailing list users@lists.genode.org mailto:users@lists.genode.org https://lists.genode.org/listinfo/users
-- Alexander Boettcher Genode Labs
https://www.genodians.org https://www.genodians.org/ - https://www.genode.org https://www.genode.org/
Genode users mailing list users@lists.genode.org mailto:users@lists.genode.org https://lists.genode.org/listinfo/users
Hello,
On 06.06.23 14:38, David Pfeiffer wrote:
I have tried each boot entry from the debug.img and none of them sucessfully boot on my Lenovo Yoga.
not good. May you please edit the grub entries in the grub2 menu (with e), and edit the entry as following:
@@ -9,7 +9,6 @@ menuentry 'Genode on NOVA' { insmod multiboot2 insmod gzio - multiboot2 /boot/boot_fb_simple/bender serial intel_hwp_performance serial_fallback - module2 /boot/boot_fb_simple/hypervisor hypervisor iommu novpid novga serial logmem + multiboot2 /boot/boot_fb_simple/hypervisor hypervisor iommu novpid novga serial logmem module2 /boot/boot_fb_simple/image.elf.gz image.elf }
You may also try to remove the "iommu" and "serial" entry from the hypervisor line.
Cheers,
Alex.
I will attempt to set up a report dump on my other machine (X230) at some point and report back. Unless it's a simple task for you to provide an image with report_dump enabled for me to test? I'm a Genode noob with limited time so it just might take me a while to be able to do this correctly.
Since none of the "simple" debug entries worked for you, the report_dump will neither work.
Cheers,
Dave
On Tue, Jun 6 2023 at 07:53:40 +0200, Alexander Boettcher alexander.boettcher@genode-labs.com wrote:
Hello,
another option, I forgot to mention, is to try to setup the report_dump component [0]. In case Sculpt OS comes up far enough, it would dump all logs kept in memory to your USB stick, which can be extracted afterwards from the USB stick. However, this would require another machine, where Sculpt OS boots up fine and you can configure it according to [0].
[0] https://genode.org/documentation/articles/sculpt-vc#Sculpt_as_a_hardware-probing_instrument
Cheers,
Alex.
On 06.06.23 02:04, David Pfeiffer wrote:
Sorry for the delay in replying.
The standard pre-built images do not boot on my desktop machine either, but they do boot on my old Thinkpad X230.
I will try the debug.img as soon as I can and will let you know the results.
Thanks, Dave
On Fri, Jun 2, 2023 at 5:30 PM Alexander Boettcher < alexander.boettcher@genode-labs.com mailto:alexander.boettcher@genode-labs.com> wrote:
Hello again,
On 02.06.23 16:34, Alexander Boettcher wrote:
So then I simply tried to boot from a prebuilt image and upon booting I
couldn't get past the Genode boot.png
I'm running on a Lenovo YOGA intel i7-8565U, building on Void Linux.
it seems to be an very early boot issue, which will not be easy to debug
remotely (- to get an idea follow the thread of [0] for).
In principle, your notebook should be fine. So, either try another
machine if you just want to get an idea of Sculpt, or we may try different
things along the lines of [0], if you are interested.
I created and uploaded a simple debug image [0], which contains several boot entries which tries different drivers. Can you please test and tell me, if any and in case, which entries work for you ?
Cheers,
Alex.
[0] https://depot.genode.org/alex-ab/images/debug.img
-- Alexander Boettcher Genode Labs
https://www.genodians.org https://www.genodians.org/ - https://www.genode.org https://www.genode.org/
Genode users mailing list users@lists.genode.org mailto:users@lists.genode.org https://lists.genode.org/listinfo/users
Genode users mailing list users@lists.genode.org mailto:users@lists.genode.org https://lists.genode.org/listinfo/users
-- Alexander Boettcher Genode Labs
https://www.genodians.org https://www.genodians.org/ - https://www.genode.org https://www.genode.org/
Genode users mailing list users@lists.genode.org mailto:users@lists.genode.org https://lists.genode.org/listinfo/users
Genode users mailing list users@lists.genode.org https://lists.genode.org/listinfo/users