Giter Site home page Giter Site logo

panic at boot about elks HOT 8 CLOSED

sparky4 avatar sparky4 commented on June 3, 2024
panic at boot

from elks.

Comments (8)

ghaerr avatar ghaerr commented on June 3, 2024

Hello @sparky4,

Can you by chance post a screenshot of the boot? That would help me determine more as to exactly what is happening.

Are you compiling this from scratch with a custom .config? Perhaps try cp ibmpc-1440.config .config and make clean; make, or download a binary image from the v0.7.0 release page. We can then determine if the reason is something under current development or not.

Thank you!

from elks.

sparky4 avatar sparky4 commented on June 3, 2024

okay will do

from elks.

sparky4 avatar sparky4 commented on June 3, 2024

custom
20231120_010150

from elks.

sparky4 avatar sparky4 commented on June 3, 2024

it worked with defaults

from elks.

sparky4 avatar sparky4 commented on June 3, 2024

it was the 8.0 dev version

from elks.

ghaerr avatar ghaerr commented on June 3, 2024

Hello @sparky4,

The boot problem is that, for some reason, your system is trying to use CONFIG_BLK_DEV_FD, the new DF ('Direct to hw floppy support') driver, and the system isn't configured for CONFIG_ASYNCIO ('Use Async I/O in kernel'). This is shown by the line "root device 0400" but only "1 request hdrs".

The boot should default to using the BIOS disk driver (root device 0320) unless /bootopts has been modified with the line root=df0. Is that present on your system?

To fix this, either unset CONFIG_BLK_DEV_FD to remove the DF driver, or set CONFIG_ASYNCIO to enable async kernel I/O.

I will likely make a change that disallows including the DF driver when async I/O is not enabled so this isn't possible in the future.

Was there a particular approach you took to your custom system configuration?

Thank you!

from elks.

sparky4 avatar sparky4 commented on June 3, 2024

no not really. and thank you! <3

from elks.

ghaerr avatar ghaerr commented on June 3, 2024

@sparky4, can you please zip up and post your .config file? I will use that to determine why the system tried to boot /dev/df0 (DF driver) rather than /dev/fd0 (BIOS driver).

Is your BIOS configure to boot from HD rather than floppy? That could possibly be a reason this occured when linked with DF driver, although "BIOS drive 0" indicates the BIOS will boot from floppy. Also, can you check that your /bootopts has the line root=df0 in it, not commented out?

from elks.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.