Re: Cannot install any OS in Xen or KVM
Although there might be issues running on a Ryzen processor, I don't track that so is a bit out of what I'm familiar with.
A few things you might want to try as general purpose "best pracitce"
- Ensure plenty of storage space in your storage pool. If on an SSD, "discard" aka "trim" your disk to ensure max available disk space available for use.
- If on a brand new machine, run some tests, perhaps stress test some benchmarking to verify your disk performance. If on an HDD (not SSD) you ca even move (not copy) a few large files to and from the disks.
- If this is on storage that has been used a long time, defrag your disk files periodically. Short of running a defrag utility, you can move files completely off the partition to temporary storage and move back again. The move operation to a different partition essentially deletes the file fragments from the disk and when you re-write, re-organize and write as efficiently as possible. Note that this is mainly for optimizing I/O and general compaction so that a new Guest disk file has fewer fragments.
- If you're familiar with the boot process, it may be important to identify at what Installation step it freezes. It can matter if for instance, the problem might be during preparing the disk layout or device detection or application writing, and if a specific error is thrown like a "network unavailable" or "file not found" error is thrown.
- No matter your hardware resources available and for all virtualization technologies, set up your new Guest as follows... Of course, you can change the values later after installation
2 CPU, 1 core each
4GB RAM
Enable nested virtualization only if you intend to use it.
Remember, each of the above settings are only presented to the Guest environment, and the system can re-configure to adapt to any changes on each bootup. And, none of those settings has much to do with how those resources actually run on the HostOS.
- If you have any other services running on the same HostOS/physical machine, monitor closely so that there isn't disk I/O contention. A useful utility you can run is iotop.
HTH,
TSU
Beginner Wiki Quickstart - https://en.opensuse.org/User:Tsu2/Quickstart_Wiki
Solved a problem recently? Create a wiki page for future personal reference!
Learn something new?
Attended a computing event?
Post and Share!
Bookmarks