Code Monkey home page Code Monkey logo

Comments (4)

evangreen avatar evangreen commented on July 18, 2024 1

@Stepanov-Sergey Do you see a command prompt? Out of curiosity, does plugging in a USB keyboard work?

@drawkula FFFFFFE3 is STATUS_DRIVER_FUNCTION_MISSING, which suggests to me we're in boot/fatboot/fatboot.c, line 621. This means the boot manager failed and returned back (boot/bootman/bootman.c). I'm guessing this error is printed in blue and white rather than our normal green? That seems to suggest it was FwpPcatInitializeVideo (boot/lib/pcat/int10.c) that failed to find a suitable video mode on this machine. You could try to create an image with FwVideoTextMode set to TRUE (line 387 of int10.c). It's been awhile since I've tested text mode, but firing it up in Qemu just now seemed to work.

Since we don't have those laptops in house, we'd be reliant on you guys for debugging info. If the text mode thing worked, the next step would be to figure out what video modes, if any, are enumerated on this machine, and why we couldn't find a suitable one.

from os.

drawkula avatar drawkula commented on July 18, 2024

On Ideapad S10-3G a homegrown x86rel-2fa9de8 image booted from USB stick yields Error FFFFFFE3.

from os.

drawkula avatar drawkula commented on July 18, 2024

A real textmode!!!
Brilliant!

20161107-222537-gmt--minoca-real-text-mode

Definitely a FAQworthy bit of information! \o/

I need to play with this a bit... not only with the S10...

from os.

evangreen avatar evangreen commented on July 18, 2024

@Stepanov-Sergey We just pushed some new builds to the website. If you were using images from the website, can you try the new ones? I'm not super hopeful since we never really root caused what was going on with your machine, but hey, it's worth a shot.

Without a kernel debugger, physical access to the machine, or some serious Harry Potter wizardry, there's probably not much more we can do to diagnose this.

Let me know if you're able to try the new images.

from os.

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.