AROS Hosted on CentOS 7: Error: 0x84000009 - unknown type of system screen

gooofy · 1339

gooofy

  • Newbie
  • *
    • Posts: 2
    • Karma: +0/-0
Hi everyone,


I just compiled aros hosted on Centos 7 but when I try to run boot/linux/AROSBootstrap it fails with

Code: [Select]
################################################################################
#                               Software Failure!                              #
#                    Task : 0xF43F1390 - Exec Bootstrap Task                   #
#               Error: 0x84000009 - unknown type of system screen              #
################################################################################
PC   : 0xF32FA983
Module dosboot.resource Segment 1 .text (0xF32F8280) Offset 0x00002703
################################################################################
any ideas what could be causing this?

Cheers,

   Guenter




gooofy

  • Newbie
  • *
    • Posts: 2
    • Karma: +0/-0
...turns out adding

Code: [Select]
module Devs/Drivers/x11gfx.hidd
to AROSBootstrap.conf fixed the issue.