Very slow boot if i allocate large amounts of ram


Recommended Posts

  • 10 months later...
  • 1 year later...

For me I went from 5 - 10min VM boot load to about 30 seconds. SeaBIOS was incredibly slow to boot the VM but once I transitioned the system to UEFI I can now boot with a usable speed.

 

The steps I took to resolve the problem were;

 

  • Backup your vdisk. Reduce your problematic VM CPU core count and RAM (4 cores, 8GB worked for me). Run the following commands in the windows VM which is slow to boot. This prepares the system for UEFI booting. 

   

// The first line checks if your system is valid for UEFI
mbr2gpt /validate /allowFullOS

// The second line will convert your boot to UEFI (less than 1m)
mbr2gpt /convert /disk:0 /allowFullOS

 

  • Enable Unraids UEFI boot under the flash device settings. 

 

240127065_ScreenShot2022-05-06at8_53_03PM.thumb.png.e7ff2b4a5b92016d3f3768883cc44781.png

 

  • Enable UEFI in motherboard (leave CSM enabled).
  • Reboot the server.
  • Create a new VM changing SeaBIOS to OVMF and whatever RAM/CPU core count you desire. Point the vdisk to your old image.

 

Please let me know if this works :)

Edited by wolfNZ
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.