Code Monkey home page Code Monkey logo

Comments (2)

kentonv avatar kentonv commented on June 17, 2024

Unfortunately, the UEFI version of iPXE cannot load a disk image larger than 4GB (initrd win10.iso throws "Not enough space"), and cannot chainload the memdisk utility since it is not UEFI. So the whole approach to booting the Windows installer doesn't work.

Possible alternatives:

  • I actually managed to get a regular Windows 10 installer USB stick to see the iSCSI drive as a boot target, when I set up my machine to first try booting iPXE and then fall back to USB. iPXE seems to have left the appropriate iBFT in memory in this case. So the process might be much simpler! However, I hit a BSOD in the installer shortly after it began copying files. Same as this thread describes: https://forum.ipxe.org/showthread.php?tid=23709 This seems like an installer bug. Going to try an older version...
  • Another option to investigate is "wimboot": https://ipxe.org/howto/winpe

from lanparty.

kentonv avatar kentonv commented on June 17, 2024

I believe the Windows installer BSOD was likely a bad network driver. The Windows 11 installer got further, managing to copy files to disk and reboot. But, it BSODed when trying to boot into the full OS, claiming INACCESSIBLE_BOOT_DEVICE. This could ALSO be due to a bad network driver, though it's not clear.

Perhaps I could have solved these issues by creating a custom boot image with the correct drivers. However, that seemed like a lot of work, using arcane tools.

Instead, I tried the approach of installing to a real disk, updating all drivers, and then taking the disk image and serving it over iSCSI. To my utter shock, this just worked. Well OK, then. I guess that's the process, then.

from lanparty.

Related Issues (4)

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.