1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374 |
- <!DOCTYPE html>
- <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <title>Running a SteamOS 3 Holo VM in ProxMox VE with HoloISO</title>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
- <meta charset="UTF-8">
- <meta name="keywords" content="Virtualization,Proxmox Video Card Passthrough,Self-Hosted,SteamOS VM,SteamOS Virtual Machine,VM,Virtual Machine,SteamOS,Steam,Install Guide,Linux,Proxmox,Proxmox Add Physical Graphics Card,Proxmox Hardware Passthrough,Proxmox Step By Step,Proxmox Tutorial,Proxmox VE,Hypervisor,How To Run SteamOS On Proxmox VE,How To Install SteamOS On Proxmox,Home Lab Ideas,Graphics Card,GPU,HoloISO,How To,Tutorial,i12bretro">
- <meta name="author" content="i12bretro">
- <meta name="description" content="Running a SteamOS 3 Holo VM in ProxMox VE with HoloISO">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <meta name="revised" content="12/08/2022 08:26:27 PM" />
- <link rel="icon" type="image/x-icon" href="includes/favicon.ico">
- <script type="text/javascript" src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
- <script type="text/javascript" src="includes/js/steps.js"></script>
- <link href="css/steps.css" rel="stylesheet" type="text/css" />
- </head>
- <body>
- <div id="gridContainer">
- <div class="topMargin"></div>
- <div id="listName" class="topMargin">
- <h1>Running a SteamOS 3 Holo VM in ProxMox VE with HoloISO</h1>
- </div>
- <div></div>
- <div id="content">
- <h2>What is HoloISO?</h2>
- <blockquote><em>[HoloISO] attempts to bring the Steam Deck's SteamOS Holo into a generic, installable format, and provide a close-to-official SteamOS experience. Main point of this project focuses in re-implementing proprietary (as in runs-only-on-deck) components that Steam client, OS itself, gamescope and user-created applications for Deck rely on. -<a href="https://github.com/theVakhovskeIsTaken/holoiso" target="_blank">https://github.com/theVakhovskeIsTaken/holoiso</a> </em></blockquote>
- <ol>
- <li>Log into the ProxMox web UI</li>
- <li>Select a storage from the left navigation pane to download the .iso to</li>
- <li>Select ISO Images in the left sub-navigation pane</li>
- <li>If running ProxMox 6, download HoloISO <a href="https://gdrivecdn.thevakhovske.pw/3:/HoloISO/HoloISO_Stable_OfflineInstaller-20221106_1516-x86_64.iso" target="_blank">Download</a> and upload it to the ProxMox ISO image library</li>
- <li>If on ProxMox 7, click Download from URL and paste the download URL from above > Click Query URL > Click Download</li>
- <li>Right click the ProxMox node name > Create VM</li>
- <li>Give the VM a unique ID and Name > Next</li>
- <li>On the OS tab, Select the HoloISO installation .iso file, leave the Type as Linux and the Version as 5.x - 2.6 Kernel > Next</li>
- <li>On the System tab, set the BIOS field to OVMF (UEFI), Check the Add EFI Disk checkbox, Uncheck the Pre-Enroll Keys checkbox, Machine field to q35 and the SCSI Controller to VirtIO SCSI > Next</li>
- <li>On the Hard Disk tab, set the Disk size to 16 GiB or more > Next</li>
- <li>On the CPU tab, set Cores to 2 or more and Type to host > Next</li>
- <li>On the Memory tab, set the Memory to 8192 or more (Must be at least 8 GB to reach the installer desktop environment) > Next</li>
- <li>Leave the defaults on the Network tab > Next</li>
- <li>Verify the summary and click Finish</li>
- <li>Select Hardware from the left sub-navigation menu</li>
- <li>A physical GPU passthrough is required to run SteamOS and games (A full tutorial can be found <a href="https://youtu.be/x01oOUltTfY" target="_blank">here</a>)</li>
- <li>Passthrough a USB keyboard and mouse by clicking Add > USB Device > Select the USB device(s) or port(s) to pass to the VM</li>
- <li>Right click the HoloISO VM in the left navigation pane > Start</li>
- <li>Press Enter to select SteamOS installer</li>
- <li>Wait while the SteamOS installer initializes</li>
- <li>Once a desktop environment displays, double click the Install SteamOS icon</li>
- <li>When prompted, select Installation type #2 deck-experience > Click OK</li>
- <li>Select sda from the list of available disks > Click OK</li>
- <li>Select Erase entire drive > Click OK</li>
- <li>Click Yes to confirm the installation</li>
- <li>When prompted, enter and confirm a root password</li>
- <li>Enter a username and enter and confirm the user's password</li>
- <li>After the HoloISO install completes, click the Applications menu > Shutdown > Shutdown</li>
- <li>In the Proxmox web UI, select Hardware from the left sub-navigation menu > Double click the CD/DVD drive > Select Do not use any media > Click OK</li>
- <li>Right click the HoloISO VM in the left navigation pane > Start</li>
- <li>The initial boot will sit at Loading initial ramdisk... for a few moments, be patient</li>
- <li>Select a Language</li>
- <li>Select a Timezone</li>
- <li>Select Wired connection 1</li>
- <li>Wait while SteamOS downloads and installs updates</li>
- <li>The VM will reboot</li>
- <li>Log in with an existing Steam account</li>
- <li>Welcome to HoloISO / SteamOS 3 Holo</li>
- </ol>
- <p>A full tutorial for passing a physical disk to a VM can be found <a href="https://youtu.be/ASwS8hZP5fE" target="_blank">here</a></p> </div>
- </div>
- </body>
- </html>
-
|