Jump to content

Windows 11 UEFI Shell


Recommended Posts

  • 2 months later...
  • 2 months later...

I'm getting the same result when installing W7, W10, Ubuntu desktop 23.10, Ubuntu server 23.10. I've attempted to change the boot orders in Unraid, patched to the latest release, specified the VHD storage location, Change boot order in the UEFI/shell. Change from OVMP to Seabios etc. etc.

 

On other Server OS like WS2019, ESXi and KVM on Ubuntu which I've been able to use basic configs and get a VM running in less than 2 mins. Unraid is really really frustrating. I feel like I've missed something really basic.

I've followed numerous YT videos like this one https://www.youtube.com/watch?v=5iR9Cn0t22E copied the wizard/setup exactly. Always boots to UEFI, and have NEVER actually booted from the virtual CDROM under any configuration.

 

I'm really hoping one of y'all found the right button to click and can come back to this forum post in 2023 and SAVE THE DAY!

Th

Unraid UEFI .jpg

Unraid Ubuntu config file.odt Unraid Ubuntu log file.odt

Link to comment

Hi,

looking in your xml for the vm i see that your cdrom is set as the 2nd boot device

 

    <disk type='file' device='cdrom'>
      <driver name='qemu' type='raw'/>
      <source file='/mnt/user/isos/ubuntu-23.10.1-desktop-amd64.iso'/>
      <target dev='hda' bus='sata'/>
      <readonly/>
      <boot order='2'/>
      <address type='drive' controller='0' bus='0' target='0' unit='0'/>
    </disk>


This should be the first device to install your OS.

Goto the template and set the cd to boot order 1    and   vdisk to boot order 2. Save the template and start it will boot from the cd and you can install

vm.png.c54c6dd007c6198f91cfe2b23a2af18f.png

Link to comment
  • 4 weeks later...

<disk type='file' device='disk'>
      <driver name='qemu' type='raw' cache='writeback'/>
      <source file='/mnt/user/domains/Box/vdisk1.img' index='2'/>
      <backingStore/>
      <target dev='hdc' bus='virtio'/>
      <serial>vdisk1</serial>
      <boot order='2'/>
      <alias name='virtio-disk2'/>
      <address type='pci' domain='0x0000' bus='0x03' slot='0x00' function='0x0'/>
    </disk>
    <disk type='file' device='cdrom'>
      <driver name='qemu' type='raw'/>
      <source file='/mnt/user/isos/ubuntu-23.10.1-desktop-amd64.iso' index='1'/>
      <backingStore/>
      <target dev='hda' bus='sata'/>
      <readonly/>
      <boot order='1'/>
      <alias name='sata0-0-0'/>
      <address type='drive' controller='0' bus='0' target='0' unit='0'/>

 

VNC still boots to blinky shell. Thanks for trying to help.

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...