AROS ABIv0 20201110 Development

deadwood · 46515

deadwood

  • AROS Developer
  • Legendary Member
  • *****
    • Posts: 1524
    • Karma: +118/-0
Reply #75 on: January 16, 2023, 08:38:20 AM
Thanks for tests, for Dell Inspiron Mini 910, are you booting from CD or USB pendrive?



AMIGASYSTEM

  • Global Moderator
  • Legendary Member
  • *****
    • Posts: 3755
    • Karma: +69/-2
  • AROS One
    • AROS One
Reply #76 on: January 16, 2023, 12:16:47 PM
Started from From Pendrive, Dell Inspiron Mini 910 is a "Netbook" does not have CD/DVD drive, as said before from penDrive it booted quietly.

On Dell Inspiron Mini 910 in the Internal SSD is installed Windows XP


deadwood

  • AROS Developer
  • Legendary Member
  • *****
    • Posts: 1524
    • Karma: +118/-0
Reply #77 on: January 16, 2023, 12:27:02 PM
Ok, got it. For -D4 please try adding "noacpi" option to grub command line to see if that helps.

Can you also boot -D3 version on it with "noacpi" option and let me know what is the result.



Jeff1138

  • Newbie
  • *
    • Posts: 37
    • Karma: +6/-0
Reply #78 on: January 16, 2023, 12:40:23 PM
Hi,

Not sure if this this is the same issue but the acer aspire r3610 nettop with ion 2 le nvidia gfx, the usb D4 version boot stops in the same place as previous Aros USB versions. 1% of the time it will go through without issue but most of the time stuck on the below. Any idea why this is?

D4 usb native with noacpi sysdebug=all, last lines are

[Exec] RamLib: OpenLibrary("utility.library", 36)
[Exec] RamLib: OpenLibrary(utility.library", 36) = B0304250

D4 usb native with sysdebug=all

[Exec] RamLib: OpenLibrary("utility.library", 36)
[Exec] RamLib: OpenLibrary(utility.library", 36) = B0327760

afterwhich both times just hangs indefinitely

Jeff




deadwood

  • AROS Developer
  • Legendary Member
  • *****
    • Posts: 1524
    • Karma: +118/-0
Reply #79 on: January 16, 2023, 12:52:45 PM
@Jeff1138

Does -D3 or reference release work on this computer?



Jeff1138

  • Newbie
  • *
    • Posts: 37
    • Karma: +6/-0
Reply #80 on: January 16, 2023, 01:00:06 PM
Hi,

Reference iso put installed to usb via virtualbox hangs same place

reference usb native with noacpi sysdebug=all, last lines are

[Exec] RamLib: OpenLibrary("utility.library", 36)
[Exec] RamLib: OpenLibrary(utility.library", 36) = B02D80E0

D3 stuck in the same place

Jeff



nikos

  • Senior Member
  • ****
    • Posts: 374
    • Karma: +71/-3
    • aspireos
Reply #81 on: January 16, 2023, 01:07:12 PM
Everything good with DELL Latitude D520.
I ran GPMark and got same results as before.


deadwood

  • AROS Developer
  • Legendary Member
  • *****
    • Posts: 1524
    • Karma: +118/-0
Reply #82 on: January 16, 2023, 01:18:04 PM
@Jeff1138

Unfortunately it seems to be breaking very early in kernel initialization. That's nothing I can "debug" remotely.

Try booting ABIv1 bootiso (pc-i386-boot-iso) : http://www.aros.org/nightly1.php

It contains a more advanced kernel than current ABIv0, so maybe the issue has been solved "in future".



deadwood

  • AROS Developer
  • Legendary Member
  • *****
    • Posts: 1524
    • Karma: +118/-0
Reply #83 on: January 16, 2023, 01:19:42 PM
Everything good with DELL Latitude D520.
I ran GPMark and got same results as before.

Thanks for the test. :)



Jeff1138

  • Newbie
  • *
    • Posts: 37
    • Karma: +6/-0
Reply #84 on: January 16, 2023, 01:39:41 PM
Hi,

@deadwood Thanks will do

Jeff



AMIGASYSTEM

  • Global Moderator
  • Legendary Member
  • *****
    • Posts: 3755
    • Karma: +69/-2
  • AROS One
    • AROS One
Reply #85 on: January 16, 2023, 02:37:36 PM
Ok, got it. For -D4 please try adding "noacpi" option to grub command line to see if that helps.

Not working, error ->  uhci Init/1260:  uhci Init return TRUE ...

Quote
Can you also boot -D3 version on it with "noacpi" option and let me know what is the result.

Build D3 + Native + "noacpi" -> errore ->  uhci Init/1260:  uhci Init return TRUE ...

Build D3 + VESA + "noacpi" ->  works well

Build D3 + Native (without noacpi) works well



deadwood

  • AROS Developer
  • Legendary Member
  • *****
    • Posts: 1524
    • Karma: +118/-0
Reply #86 on: January 16, 2023, 11:18:58 PM
Ok, what about:

Build D4 + VESA (without noacpi)?



AMIGASYSTEM

  • Global Moderator
  • Legendary Member
  • *****
    • Posts: 3755
    • Karma: +69/-2
  • AROS One
    • AROS One
Reply #87 on: January 17, 2023, 01:54:43 AM
Build D4 + VESA (without noacpi)

No starts anymore, Error -> uhci InitCode/991: Host ERROR !

Dell Inspiron Mini 910, slightly different video card from Acer ACER Aspire One ZG5

ACER Aspire One ZG5 -> Intel GMA 945SE

Dell Inspiron Mini 910 -> IntelGMA 945GSE


deadwood

  • AROS Developer
  • Legendary Member
  • *****
    • Posts: 1524
    • Karma: +118/-0
Reply #88 on: January 17, 2023, 02:36:10 AM
Ok, it looks like disabling IOAPIC which was needed for nVidia cards to start working breaks boot on this computer. It might be that the BIOS is set to require an ACPI-compatible operating system.

For now I create a bug report: https://github.com/deadw00d/AROS/issues/88

Once we upgrade to final version, I can build you a custom kernel that matches -D3 behavior. It might be needed on other machines as well, so would be good to include it in grub config options.



deadwood

  • AROS Developer
  • Legendary Member
  • *****
    • Posts: 1524
    • Karma: +118/-0
Reply #89 on: January 17, 2023, 03:08:52 AM
New ISO available - this time base is updated to 20191209. See the changelog below. No fixes of reported issues vs -D4, so just do general regression testing

https://axrt.org/development/AROS-20191209-D7-pc-i386-boot-iso.zip.zip

Code: [Select]
AROS ABIv0 20191209-D7 changes:

  Functionalities:
    Display free video memory in SysMon where supported (Kalamatee)
    Initial work on supporting 3D acceleration in VMWare video driver (Kalamatee)
    Implemented network driver for certain nVidia chipsets (Neil)
-------------
    Initial work on scsi.device (Kalamatee)
    Signal CxObject support implemented (Hakan Thorngren)
    Support PUBSCREEN argument in Prefs/Appearance, BoingIconBar (Kalamatee)
    Support PUBSCREEN argument in Tools/Clock and multiple Prefs applications (Hakan Thorngren)
    Support PUBSCREEN variable support in intuition.library (o1i)
    Improvements to rendering screen and window title bars (Kalamatee)

  64-bit support:
-------------
    Application.mui (deadwood)


  68k support:
-------------
    Major extensions to amigavideo.hidd (Kalamatee, Toni Wilen)
    Kernel (Kalamatee, Michal Schulz)
    Detect ROM sizes and CPU types (Kalamatee, Hakan Thorngren)
    Initial work on wd33c93 SCSI support (Kalamatee)
    Decrease sizes of ROM and boot floppy (Kalamatee)
    Improve speed of line drawing in p96gfx.hidd (Hakan Thorngren)
    Kernel Vampire support (Kalamatee)
    Fix loading and saving Wanderer global.prefs (Bo Kopperud)
    Work on screen compositing in amigavideo.hidd (Kalamatee)
    Separate preferences set for classic look & feel (Kalamatee, wawa)
    Support user copper lists (Kalamatee)

  ARM support:
-------------
    BetterString.mcc fixes (Michal Schulz)

  Updates:
    AROS build system (Kalamatee, deadwood, Michal Schulz, Matthias Rustler)
    Polish catalogs for SysExplorer, SysMon (wawa)
-------------
    BetterString.mcc v11.33 (wawa)
    Documentation (o1i)
    Italian catalog for BoingIconBar (Paolo Besser)
    Norwegian catalogs for large number of programs in AROS (Stale Kopperud)
    Prefs/Wanderer (Kalamatee)
    VPDF (wawa)

  Functional fixes:
    Prefs/ScreenMode (Kalamatee)
    autoinit (bugs: #40) (deadwood)
    hostgl.library (make it work with newer 64-bit hosts) (deadwood)
    Workaround for GF8xxx+ cards not working with AROS (Kalamatee, deadwood)
-------------
    posixc.library (Kalamatee)
    amigaguide.datatype (bugs: initial rendering no always working) (Hakan Thorngren)

  Stability fixes:
    graphics.library (bugs: boot driver not unregistered correctly) (deadwood)
    mesa3dgl.library (bugs: crash in shared program compiler) (deadwood)
-------------