GithubHelp home page GithubHelp logo

Can this container boot Windows 11 (with virtio drivers installed) installed on a physical disk (e.g. /dev/mmcblk1)? about windows HOT 7 OPEN

christyler80 avatar christyler80 commented on June 16, 2024
Can this container boot Windows 11 (with virtio drivers installed) installed on a physical disk (e.g. /dev/mmcblk1)?

from windows.

Comments (7)

kroese avatar kroese commented on June 16, 2024

In theory that should work.. What version of Windows is installed on /dev/mmcblk1?

BTW: The windows_plain mode does not exist anymore. The only ones are windows and windows_secure (for Secure Boot) now.

from windows.

christyler80 avatar christyler80 commented on June 16, 2024

from windows.

kroese avatar kroese commented on June 16, 2024

If you start a working container (with a data.img) and you add this line to that compose file:

devices:
  - /dev/mmcblk1:/disk2

After you start Windows and go to Disk Management from the Adminstrative Tools, do you see the second drive? Can you assign a drive letter to the partitions and browse them?

from windows.

christyler80 avatar christyler80 commented on June 16, 2024

from windows.

christyler80 avatar christyler80 commented on June 16, 2024

from windows.

kroese avatar kroese commented on June 16, 2024

Okay, if it can be read then I have not really a clue why QEMU doesnt want to boot it.

There might be a workaround. If you download a tool like EasyBCD (or bcdedit that comes with Windows), you should be able to add that secondary drive as a multi-boot entry.

In that case it will not be the QEMU bios that boots the drive directly, but a dummy Windows install on the first drive that boots the secondary (physical) drive entry via its own bootloader.

I think there is a good chance it will work that way. And if you make the secondary drive the default entry, the end-result will be undistinguishable from directly booting it.

from windows.

christyler80 avatar christyler80 commented on June 16, 2024

from windows.

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.