Man, this feels just like home. Having fun with the boys messing with tech, overclocking, pushing the hardware and the softwares to do cool things. I'm so thankful LMG has been a part in my life and the life of so many people for so many years now.
A few things I've learned from running VMs on AMD Zen... 1. Pin the virtual CPUs to physical cores. Pin QEMU's IOThreads and emulator thread to a certain CCX as well. That one should be obvious. 2. Never, under any circumstances, let a VM use cores from different CCXes. They'll just fall over and die with random latency spikes because of InfinityFabric. 3. Don't assign hyperthreads to VMs. Windows can't deal with it. Performance dies if you do that. 4. Apply the "performance" CPUFreq governor on the host system. 5. Configure the VM's threads to use the realtime (FIFO) scheduler. (Only do this when the threads are already pinned.) 6. Expose the host CPU model (host-passthrough) and its various CPUID features that are normally masked (especially hardware vulnerability mitigation flags such as mds-no). 7. Important emulated CPU features: invtsc (invariant timestamp counter; games will hate you due to timer jitter / latency if you don't enable it), pdpe1gb (huge pages), mds-no ("no meltdown vuln" flag), and other vulnerability-related flags (check the QEMU docs for which ones you need) 8. Expose native TSC for fast RDTSC (games love that instruction), disable HPET 9. Use the virtio-scsi controller for attaching disks (needs special Windows drivers); the default SATA one is insanely slow. And while you're at it, set discard=unmap for all disks so TRIM works and Windows automatically shrinks the VM image when you delete files from the VM's filesystem. Note that virtio-scsi currently has a bug that makes it peg a CPU core at 100% but a patch is already on the mailing list. (Edit: The bug has now been fixed at least in Debian Testing and possibly in other distros too.) 10. Replicate the GPU's function-level PCIe device numbering inside of the VM (multifunction device) 11. Use the virtio ethernet device (needs drivers) 12. If you want Windows 11, use swtpm to get Secure Boot; no "No TPM Win11" patch needed 13. memballoon model=none
Linus you REALLY need to look into UNRAID emulation thread pinning. You'd be better off giving 5 CPU's to each machine and pinning the emulation overhead to a single CPU core per VM that's separate to the gaming cores (you could also get away with one thread per VM). It will cut down the inter-core latencies and the VM will perform at around 95% of bear metal performance, even when CPU bound. I run a similar setup at home and once I pinned the Emulation threads to separate cores from my gaming cores my FPS shot up in CPU bound games. It also has a positive effect on 1% and .1% lows when not CPU bound. There are multiple UNRAID forum threads discussing this topic.
its some ridiculous bullshit, pinning is just that you "pin", as name suggest, specific cores to specific VM's. It only makes sense if you find out, which cores are sitting on one amd chiplet to not use cross-chiplet connection. For Intel this is totally useless. And i even don't know....if it will give any real performance boost, taking into account that main purpose are the gaming and GPU are more important
Replaced my i5 2500K and RX 570 with a Ryzen 5 5600 and RX 6600 XT a couple weeks back. I still can't believe this is actually mine, the speed is amazing.
I've gone the VM way myself. We used to have 2 computers for gaming. Me and my wife. Now I've made 1 single PC with beefy hardware, and two GPUs. Unraid is SO amazing. Our kid is a little too young to be playing games, (just 42 days old :D) but in the future, this will most likely be our setup too. Amazing stuff. Saves on energy too.
So, I know this is a long while away, but I'm getting pumped for a glorious hour-long full house tour video when it's done.... that is gonna happen, right?
Actually this is just backwards faddish is and is going the opposite direction. It hasn’t been “attempted” it’s how early computing w@s done and is still done to this day. Just with actual mainframes instead of consoomer fad technology
You need the full x16 slot on the USB cards to get the full 66 watts of 12v from the socket. Anything less than X16 is limited to 25 watts of 12v. They likely need the 66 watts to power the PCI-E switch and the 4 controllers, plus 2.5 watts per port.
Check the pci-e pinout, all the 12V and 3.3V pins are on the front side. Source: I repair GPUs all the time :D You could saw off all the pins and just leave the 1x part and even a 3090 would run just fine.
@@TheEpicAppleEater01 more like PCI-E's lol. Sonnet makes great products, if a bit pricey. That extra prices goes into over-engineering everything. So instead of making it a x8 card with external port, they made it x16 with no power, because almost every consumer x8 slot is physical x16 anyway. Also on a consumer level board you could run a PCI-E 4.0 GPU at x8 for only 1-2% loss in performance, and run this card at full speed in the other x16 slot.
@@pp3v42_g3h That may be possible, but that isn't up to PCI-E specifications, and Sonnet isn't going to release a hacky product like that. You need to have a physical x16 device to go into x16 "high power device" mode, anything less than that only gets the x1 "high power device" mode at 25W of 12V. This is so that a main-board manufacture has the correct power delivery. If you look on boards with 3+ x16 slots they generally have extra power connectors just for the PCI-E power, as the ATX 24 pin can only provide 144W of 12V. The EPS 12V connectors are generally on a separate power plane for CPU and memory, so the PCI-E slots draw only from the ATX 24pin.
I would love to see the energy statistics behind this. benchmarking the setup as a whole for average watts VS having separate machines and work out the performance per watt. Could it be better on power usage, even with it running 24/7 factoring in idle / use time.
Honestly during use its most certainly more power efficient and im not convinced it would be powered on 24/7. Or if it is linus will probably install some idle miner
@@holeinthesest yeah i think a shared drive would be the move, especially if you enabled deduplication so youd really only need one copy of each game installed
A few years back, a server manufacturer we do business with ran out of PCI bus numbers on a CPU (256 of which, in this case split into 64 x 4 bus numbers across CPU's) via risers with bridges connecting to truely absurd numbers of devices that required UEFI changes to resolve. The server stuff has already been stress tested beyond anything you could do without specialty hardware.
It would be nice if you'd also talk about games that you can't run on this setup: Game devs that prevent or even BAN people that run their games in a virtualized env.
There are workarounds, but you effectively have to go as far as tricking the OS into thinking it’s bare metal, and is a pain in the ass. Definitely a subject I’d like to see LTT cover.
@@airgeadlamh With sensible software that is the case since a developer has absolutely no need to know or even care if it is running in a virtual machine. However considering we are talking about games that unpatched refused to run on any Intel 12th generation processor with both P and E cores present, these games are not sensible software... The anti cheat and DRM solutions used by such games look for irregularities of virtual machines that are difficult to mask. For example if the processor advertised does not match the expected specification, if the processing cores seem to behave inconsistently (P core vs E core), if some operations show virtualisation latency overhead, e.t.c. These are hardware and platform specific hacks to detect virtualisation which is why something like Intel coming along with a hybrid core processor can cause the games to stop working on legitimate hardware. The reason why a game developer wants to detect and block virtualisation is that there is a lack of trust in the hypervisor integrity by the very nature of it being a hypervisor. A well behaved hypervisor should not be eavesdropping on the memory content of the virtual machines it is running. Cheaters do not use well behaved hypervisors... Instead their hypervisor's entire point is to read the content of the game memory inside the virtual machine for features such as wall hacks, or to modify the games memory inside the virtual machine for features such as speed hacks and aim bots. Conventional detection techniques cannot stop this since the hypervisor can detect such checks and replace everything to make it look normal. This was needed after untrusted operating systems started to be blocked (why such games do not work on Linux) as those can do similar. This is not just a problem for game developers. Compromised hypervisors is a major consideration for cloud computing and is why there is a large movement towards TPM, secure boot and even hardware support for virtual machines to run code and store data in a way that hypervisors cannot intercept or tamper with it. Hopefully in the future we will see anti cheat and DRM solutions support virtual machines using these features.
As a side note, you can actually fit two mini-ITX boards into one 19“ rack, so you could actually easily have two PCs per rack. So assuming 4U per rack you could fit 5 entire PCs into 12 U rack space which isn‘t all that bad. I think if you plan it properly you could probably even fit three mini-ITX boards into one rack (the boards themself fit but you might have to stagger them because the cards are longer; you would have the arranged in an L-shape with the PSU in the ‚hole‘). So that lowers it to 8U.
I never thought about that but yeah. Just put 5 ITX or micro-ATX boards into the rack. Maybe make some homemade holding plates to screw them into. Then use 5 colour coded PCIe riser cables and put the GPUs next to each other similarly to the mining test setup they did in the video. I'm not entirely sure about sizes but i'd say it sounds realistic.
There was so much tech lingo in this video, of which I couldn't understand no more than 5% (at best), that I watched it as a dog would. I was just somewhat happy to be a part of it. And oh, Jake... I bet his amazing at what he does. Like, other companies try to steal him out all the time. Fricking dude is so knowledgeable and friendly.
@@Edf4m3 i would like that too. in fact most of this house series would be nice to have that. its so cool to see everything being done, but HOW is it done. I'm personally not familiar with AV stuff, so more on that side would be very interesting. And also, what is possible on a non LTT budget.
I bought monitor and wireless mouse keyboard, and wrote them off as business expense (mixed use at home). I felt guilty so then I watched Linus's house videos.
I sincerely hope that everyone involved in error 43 at nvidia is cursed with ants no matter where they go. More than a decade of fighting error 43 just to setup a simple Windows VM through linux and friends doing the same. Remove the account login BS requirement for using shadowplay and I will actually compliment the company and products.
They didn't actually make their drivers foss. They just opened up the kernel module which is a step in the right direction but the real interesting parts remain closed
@@nyairobi yes, but it means a lot of the workload is taken off of Nouveau, the actual people making an open source Nvidia driver. Correct me if I’m wrong, but this completely eliminates Nouveau’s problem of not being able to utilise the entire card? They can now focus on getting things like NVENC or ray tracing to work. Besides, many people’s issue with Nvidia being closed source is that it “tainted” the kernel, which is important when doing Linux from scratch. Even though it’s not entirely FOSS, there are still applications where this solves a lot of problems. It’s a start.
lol, hey at least he's keeping the videos tech related. I've seen other tech youtubers monetize their home remodeling videos when all they're doing is installing flooring or adding walls.
@@thomasphillips885 i meant it not as simple but as in, i don't think most people here clicked because they wondered how to do this, more like because we love linus content
Actually, IPMI doesn't take long to boot at all. It's pretty much instant. The reason why Server boards take so long to boot is all the self-tests, memory training etc. Also, most of the time server boot time doesn't matter at all, so optimizing it isn't development time well spent, so nobody does it.
I would argue that it's fairly important. Servers are almost always on, the goal is extreme uptime. So then if the server needs to go down for maintenance, you want it back up as fast as possible, right?
@@kaldogorath true, but once there needs to be downtime, usually there are other factors that weigh in much more than the server boot time. Like hardware maintenance tasks or something like that. Plain reboots without any tasks between shutdown and boot are rare once a server has reached production.
@@kaldogorath Since most server hardware runs in clusters, losing a node for a minute of booting, is not generally a big deal. Maybe in cloud or datacentre scale those numbers might add up, but for normal enterprise gear it's not generally very important.
Linus: Wife's not here so she can't object. Also Linus: Records and uploads the evidence to youtube. Yvonne's defence at murder trial: You see I had no choice.
Unraid just requires the USB as their dongle for licensing (as the boot drive). It only reads from the USB at boot and writes the infrequent updates. Just use one of the internal USM ports on the MoBo to keep the USB out of sight.
I love how we've come full-circle on mainframes. Because let's admit it, that's basically what this is, regardless of the terminology used. They're even using dumb terminals - input and output with no local computing capacity.
It would be super cool if you can somehow make use of the heat coming from the server room. Provided that there is a central HVAC system, maybe. Imagine the satisfaction when you fire up your server room and the HVAC can mix the warm air coming from it and reduce the airflow needed from the main heater. Might be a worthwhile investment if it's mostly cold over there.
Did you know you can share a network share between all the VM's and run your games off that, simultaneously? It's awesome. When downloading games though, make sure you don't download at the same time on multiple machines though.
I always imagine that they have a meeting where they talk about upcoming videos and while Ivone is sitting at the table one just says "What about the "my wife is going to kill me" video linus?"
"I promised my wife that we were not going to do it this way but... I don't see her" That's exactly how i reach my conclusion if i'm going to do something i shouldn't. Only difference being that i don't even have a wife
Oh I can't wait to see the video in a year where this backfires horribly. Actually he probably won't make a video; just an off the cuff remark on the WAN show where he says he had to scrap it.
a setup like this is actually a double edged sword, on one hand you can't really play games that use anticheat software that doesn't allow VMs, but on the other hand because he is running regular windows and not windows server any serious malware that his kids will download will also see it is a VM, it will think that it is a malware analyst trying to analyze it and it will not run (this is actually a thing, a lot of malware these days come will a kill switch if they detect it is a virtual machine) but yes, not being a sysadmin and trying to run stuff like that could result in some problems. on the one hand he is using unraid which is a little bit more easy I would guess from esxi or proxmox but then again it is mostly made for NAS usage and some light VMs, he really need to invest some time to setup a proper hypervisor if he plans to do stuff like that.
I've been running me and my wife's Gaming VMs on my unraid NAS Threadripper for the past 4 Years. (Originally running only single Gaming vm on a 4790K... But then once I upgraded to Threadripper 2950x I was able to consolidate her Gaming PC into a VM..) Only complaint was that certain games that have anticheat software such as tom clancy's rainbow six siege, as well as some other games will not allow to play multiplayer with other people or won't launch since the anti cheat software detects you are inside of a VM. Other than that it has been really solid. My wife loves the ultra quiet at her desk thanks to the NAS being somewhere else and I've been using USB 3.0 active fiber optic extension cables & Display port active fiber optic cable... She loves it and it keeps the heat elsewhere.
If i had to guess I would bet this will become more and more common (anticheat not working inside vms once the hypervisor is detected) .. How many games have you had this kind of problem with?
@@DanKaschel The host machine has full access to the memory of the vm's so it can be used for cheating, some of which would be next to impossible to detect. Some anticheat will just ban anything that looks like it is running in a vm to avoid that, and while it's possible to hide that you are running in a vm the detection methods change and the workarounds usually come with some performance hit :/ It's what pushed me to build a separate leisure machine instead of piggybacking it alongside my work vm's, kept worrying about keeping up to date so I wouldn't lose my account/games/progress..
@@SlothTechTV So far I want to say 3 or 4 games. However, I don't play much competitive multiplayer games a lot only with friends. The majority of the games I play were single player games which haven't had issues with. List of games I had issues with: - Tom Clancy's rainbow six siege (Can run game and do single player stuff against AI but won't let you join lobby with other people. Even if the lobby is you and your friends against AI) - Dead by daylight (Either wouldn't launch or wouldn't allow to enter lobby) - The Sims (Couldn't really find anything why but it wouldn't launch in my VM... The moment I put it on a physical PC outside of a VM it worked just fine.) Its been a while but I believe there were a few other games. Didn't have any issues with these games: League of Legends Overwatch Final Fantasy XIV CS:GO
@@Elmiond I just made a Living room PC on bare metal with 3090 connected up to a 4k HDR 120hz tv. Majority of the games I play are on the living room PC but my work VM & wife's VM are both on my unraid still. Realized since I created the living room PC I haven't wanted to play much games on my gaming VM in the office since the living room setup was way better display and GPU. Once you've experienced 3090 on 4k tv with 120hz with gsync support it is hard to go back to play a game on a non-4k non-hdr non-gsync monitor with lower GPU.....
That has nothing to do with whether or not it's kernel level anticheat. Kernel level anticheat would still work on this setup, but if the anticheat detects and blocks VMs then it's gonna be a problem
This is a genius series of videos and it is my absolute favorite. I'm going to be super bummed when your actual "home" is finished but I have an "LTT" feeling that going to take a while to finalize lol
Yes, unless you do some configuration. You can enable hyper-v and windows will basically boot inside a virtual machine. So it will be a virtual machine inside a virtual machine. Hyper V will basically protect you from kernal level anticheat checking if you are in a VM. I basically done this and so far no bans at all
After a few years of consuming content on this channel, Anthony is my favourite presenter but Jake and Linus together is comedy gold. In a decade you two should do a road movie together, a Thelma and Louise but two tech nerds going around the country being hilarious, idiotic, and dropping things everywhere.
I would have never guessed I would be so interested In tech going into a house - all of which I can never afford But this is awsome Watching you and your house elf work
Fun to see that you guys still have the drive to put out quality content regularly. Long time fan from norway. Good job guys This has become an institution.
14:02 this was an entertaining and informative video, but you aren't kidding Linus. It almost feels like a video of someone hooking up multiple monitors to 1 gpu and being like "WOAHHHHHH"
Honest question: do any games with anti-cheat software work on this system? I thought that anti-cheat software refused to work on a virtualized environment...
Not an expert but I've seen system with this kind of setup working (like Gforce Now or station in Lan rooms),I've seen valorant or WoW working perfectly fine
I wouldn't be surprised if that was the reason Halo Infinite didn't work. Since a lot of Valve games support Linux systems pretty well I wouldn't be surprised if that's why their anti-cheat still works virtualized. However I guess they were just playing with bots and not a VAC server so maybe it doesn't work there either.
This is a kernel level VM, which basically means it runs at near bare metal performance. Unless you have a weird number like 5 CPU cores or a weirdly named GPU (as in, not officially recognised Intel, AMD or Nvidia graphics), it’s very hard for games to detect KVMs. This is what they use for many cloud gaming servers, like as the person above mentioned GeForce Now.
Honestly this is the pain. There are games that just don't launch like valorant and Forza. Its 95% of the way there. That last 5% is super painful tho.
LOL. Great timing. NVIDIA just open sourced their virtualization kernel drivers for linux today. Maybe they did it as the hackers already had the drivers and threatened to leak it or AMD was getting too ahead of them. Either way, better still keep doing 11:47 or they will pull some other crap yet.
lately i listen to TH-cam while doing something else so i dont always get to see the little jokes from the editors. but this one i watched all the eay, i gotta say, the LTT editing staff are full of creative laughs. thank you
I'm curious if they will have the games saved in a single location, and use some overlayfs or emulated overlay so that instead of downloading a game 5 times, it's a single download that shows up on 5 different VMs. This way they can save storage space.
Would love to see that. Sadly, Steam and GOG are the only launchers allowing you to install games on a network drive. Origin, Uplay, ... somehow really don't like it, despite the fact I've tried to make sure they don't actually see that it's a network drive.
Actually, what about the anticheat problem? Were LTT able to resolve that? Since it's such a major issue on VM's, it would be great to see if games like Valorant with their Vanguard anticheat would work this way
I think one way is to virtualise windows within the actual vms with hyper-v, and then the system detects it's running in a VM, but doesn't mind because it's hyper-v
EAC works with VMs still to this day. BattlEye just soft “bans” you. Luckily, if you’re running Windows 10 PRO, you can go to “Turn Windows features on or off” and enable Hyper-V to essentially “bypass” BattlEye, as well as even other games like Genshin Impact, Valorant (if you go through the effort of actually spoofing device names and RDTSC iirc.) Note that enabling Hyper-V can still cause the dreaded Code 43 error, requiring a ROM patch.
When you read the title and laugh your ass off before you even click on it ! I love these "construction" videos ! It's cool too see you guys in that enviroment ! Love you guys from Croatia,Europe !
I’m sure someone else has already mentioned but; unraid doesn’t really run ‘off’ the USB - it boots off it then loads most things into memory. Yes some config is written back to the USB occasionally but only a small amount.
With copyright protection Microsoft protects game storage on game pass, denuvo used hardware Id. I've had issues with windows 10 locking out game pass instance after a game crash because another service integral to game pass did not crash with the game and won't 'restart' until new system boot. With hardware virtualization I can see the same issue may be present and that is why halo infinite will not boot. I am aware it is steam launcher but just like with ea play it launches additional launcher with game boot. EDIT: did not see this is an old video and he figured out the same thing I deduced.
I'm glad there's finally someone at LTT who knows that CSGO with bots is really CPU intensive (it was painful when you'd do a budget build and CS would run bad because it was with bots) Now if only he knew CSGO is free now and they didn't need to faff around with different games for ages.
What about all VMs having their own dedicated storage, so they don't even have to share the bandwidth? Maybe dedicated NVMe SSDs as boot drives for the games and the OS [or just better SSDs but still dedicated for 1 VM]?
hey Linus! don't know if you already addressed this in a previous yet video or not, but does this virtualization setup work with anti cheat programs? that was the first thing that came to mind when halo wouldn't load
I did this same thing two month ago with my laptop (Proxmox-Windows 10/11) and couldn't get Warzone to run - Rainbow Six also booted everyone in the lobby when I joined a game - Apex worked fine. I have a playlist that I've made public if you wanna learn how to do it.
Good to see father and son working on some more tech projects together. Doe Yvonne know that Jake is living in the cupboard under the stairs yet?
🤣🤣🤣🤣🤣🤣
🤣
😂😂😂
Jake used the bathroom more times than Linus and Yvonne right now in their new home
@@douglas8568 Jake Potter!
It’s so nice to see Yvonne’s husband and his husband working together.
I like your name
ive been suspecting that they may be poly for a while now
@@TechOrdinance based on them being basically best friends?
@@KingsNJenssons best friends as in married??
@@KingsNJenssons i assume the constant sexual jokes, including about threesomes
Man, this feels just like home. Having fun with the boys messing with tech, overclocking, pushing the hardware and the softwares to do cool things. I'm so thankful LMG has been a part in my life and the life of so many people for so many years now.
A few things I've learned from running VMs on AMD Zen...
1. Pin the virtual CPUs to physical cores. Pin QEMU's IOThreads and emulator thread to a certain CCX as well. That one should be obvious.
2. Never, under any circumstances, let a VM use cores from different CCXes. They'll just fall over and die with random latency spikes because of InfinityFabric.
3. Don't assign hyperthreads to VMs. Windows can't deal with it. Performance dies if you do that.
4. Apply the "performance" CPUFreq governor on the host system.
5. Configure the VM's threads to use the realtime (FIFO) scheduler. (Only do this when the threads are already pinned.)
6. Expose the host CPU model (host-passthrough) and its various CPUID features that are normally masked (especially hardware vulnerability mitigation flags such as mds-no).
7. Important emulated CPU features: invtsc (invariant timestamp counter; games will hate you due to timer jitter / latency if you don't enable it), pdpe1gb (huge pages), mds-no ("no meltdown vuln" flag), and other vulnerability-related flags (check the QEMU docs for which ones you need)
8. Expose native TSC for fast RDTSC (games love that instruction), disable HPET
9. Use the virtio-scsi controller for attaching disks (needs special Windows drivers); the default SATA one is insanely slow. And while you're at it, set discard=unmap for all disks so TRIM works and Windows automatically shrinks the VM image when you delete files from the VM's filesystem. Note that virtio-scsi currently has a bug that makes it peg a CPU core at 100% but a patch is already on the mailing list. (Edit: The bug has now been fixed at least in Debian Testing and possibly in other distros too.)
10. Replicate the GPU's function-level PCIe device numbering inside of the VM (multifunction device)
11. Use the virtio ethernet device (needs drivers)
12. If you want Windows 11, use swtpm to get Secure Boot; no "No TPM Win11" patch needed
13. memballoon model=none
Maybe this already exists, but I would donate a decent bit to a centralized guide/tip source to this level of virtualization
Quality information that should be recognized.
This guy VM’s
Any chance you could help me on this? I’ve been trying to get my AMD VM system up and running for months and still can’t do it.
This should be etched into a stone tablet!
Y'know, it's really nice that Linus and Jake are letting Yvonne live in their house.
With her children too.
😆
Yvonne: Linus, you promised.
Linus: I had my wires crossed.
All Linus has to tell Yvonne is that the PC doubles as a portable space heater which will cut down on electricity costs, can't argue with savings.
problem is the space heater is located in the server room
Yes
She might argue with your definition of "portable" though. Have you ever tried to lift a full rack?
@@ShieTar_ welll install wheels on it which are good heavy load ones and should be pushable by a toddler
especially with the current prices
Linus you REALLY need to look into UNRAID emulation thread pinning. You'd be better off giving 5 CPU's to each machine and pinning the emulation overhead to a single CPU core per VM that's separate to the gaming cores (you could also get away with one thread per VM). It will cut down the inter-core latencies and the VM will perform at around 95% of bear metal performance, even when CPU bound.
I run a similar setup at home and once I pinned the Emulation threads to separate cores from my gaming cores my FPS shot up in CPU bound games. It also has a positive effect on 1% and .1% lows when not CPU bound. There are multiple UNRAID forum threads discussing this topic.
UNRAID is such a cheat code for getting performance out of your VM's it's absolutely ridiculous. Definitely try it Linus!
You sound like you know what you're talking about so I agree.
@@skybike89 same xD
@@skybike89 exactly my thoughts
its some ridiculous bullshit, pinning is just that you "pin", as name suggest, specific cores to specific VM's. It only makes sense if you find out, which cores are sitting on one amd chiplet to not use cross-chiplet connection. For Intel this is totally useless. And i even don't know....if it will give any real performance boost, taking into account that main purpose are the gaming and GPU are more important
I swear Linus has a document with every sponsor segway he's ever used so that he doesn't duplicate any
I bet he has an eidetic memory about his sponsor segways.
"...like how I would need to duplicate myself if it wasn't for our sponsor, SmartDeploy, simple & fast imaging software..."
16:30 "We should've just bought CS:GO..." Who is gonna tell them guys?
Same thing. LMAO
Yeahhhhhh
Would've blown the budget lol
Scrolled all the way down to see am i the only one who noticed it...lol
Somehow I had to scroll for a good minute or two before someone brought this up
"We can give the kids 16 and use the rest for something else"
These 5 year olds have more computing power than what I ever had.
I remember upgrading from 1gb ram to 2 just to run windows 7 without chugging in its beta release lol I got my first SSD 5 years ago. I was amazed.
i still use 8gb of ram on my thinkpad t410 running Linux lmao
yea fr
@@satyarsh665 old thinkpads for life
Replaced my i5 2500K and RX 570 with a Ryzen 5 5600 and RX 6600 XT a couple weeks back. I still can't believe this is actually mine, the speed is amazing.
I've gone the VM way myself.
We used to have 2 computers for gaming. Me and my wife.
Now I've made 1 single PC with beefy hardware, and two GPUs. Unraid is SO amazing.
Our kid is a little too young to be playing games, (just 42 days old :D) but in the future, this will most likely be our setup too. Amazing stuff. Saves on energy too.
I wouldn’t assume that a spouse isn’t there just because Yvonne isn’t present. Jake is in the room with you.
tbf they said "Wife not present", not "Husband not present"
I knew it from the beginning 🤣
But Jake's their adoptive son... AYO
@@amicloud_yt That is true, he was more specific.
@@amicloud_yt you assuming Jake's gender?
So, I know this is a long while away, but I'm getting pumped for a glorious hour-long full house tour video when it's done.... that is gonna happen, right?
In a year probably
It had better. Just make it a WAN show with no other topics. Just house and merch messages
More like a 3-parter full house tour series :P The house has to pay for itself at some point!
@@AdrianVM19 That's the real answer!!
@@AdrianVM19 one part better be exclusively on the paint
For whatever reason this keeps getting attempted over the years, it's really cool to slowly watch the technology catch up to an idea
Actually this is just backwards faddish is and is going the opposite direction. It hasn’t been “attempted” it’s how early computing w@s done and is still done to this day. Just with actual mainframes instead of consoomer fad technology
You need the full x16 slot on the USB cards to get the full 66 watts of 12v from the socket. Anything less than X16 is limited to 25 watts of 12v. They likely need the 66 watts to power the PCI-E switch and the 4 controllers, plus 2.5 watts per port.
This guy USBs
Check the pci-e pinout, all the 12V and 3.3V pins are on the front side. Source: I repair GPUs all the time :D You could saw off all the pins and just leave the 1x part and even a 3090 would run just fine.
@@TheEpicAppleEater01 more like PCI-E's lol. Sonnet makes great products, if a bit pricey. That extra prices goes into over-engineering everything. So instead of making it a x8 card with external port, they made it x16 with no power, because almost every consumer x8 slot is physical x16 anyway. Also on a consumer level board you could run a PCI-E 4.0 GPU at x8 for only 1-2% loss in performance, and run this card at full speed in the other x16 slot.
Bullshit, you can pull 75w even with pcie x1
@@pp3v42_g3h That may be possible, but that isn't up to PCI-E specifications, and Sonnet isn't going to release a hacky product like that. You need to have a physical x16 device to go into x16 "high power device" mode, anything less than that only gets the x1 "high power device" mode at 25W of 12V. This is so that a main-board manufacture has the correct power delivery. If you look on boards with 3+ x16 slots they generally have extra power connectors just for the PCI-E power, as the ATX 24 pin can only provide 144W of 12V. The EPS 12V connectors are generally on a separate power plane for CPU and memory, so the PCI-E slots draw only from the ATX 24pin.
I'm glad Linus keeps trying to piss off Yvonne by getting "nice" stuff :D And jake is like the little kid asking him to do so. God, I love LTT.
Makes the channel more fun🤣🤣✔
She knows bro.
@@realtonysolo
👁️👄👁️
17:42 The pizza lmao. Usually I just skip through the ads but that caught my eye.
I will say that it should have been a hot pocket for the memes.
I would love to see the energy statistics behind this. benchmarking the setup as a whole for average watts VS having separate machines and work out the performance per watt. Could it be better on power usage, even with it running 24/7 factoring in idle / use time.
Honestly during use its most certainly more power efficient and im not convinced it would be powered on 24/7. Or if it is linus will probably install some idle miner
these are on 24/7. Unraid can be quarky with Windows VM's so it's best to just leave it running all the time.
@Roberto Ramos where are yiu from?
@Roberto Ramos not sure what owning a pc has to do with media sickness, but since im from europe myself i indeed know where poland is :D
Since the machine has some resources left: adding another VM which acts as a Steam download cache/proxy would help with so many gaming instances. :D
Lancache for the win!! Been using it for years now to do steam and all my other updates.
it really wouldn't, the bottleneck is storage speed, not internet speed
@@kaukospots you mean the single core decompression on Steam
Would be better to just have a shared scsi drive tbh.
@@holeinthesest yeah i think a shared drive would be the move, especially if you enabled deduplication so youd really only need one copy of each game installed
A few years back, a server manufacturer we do business with ran out of PCI bus numbers on a CPU (256 of which, in this case split into 64 x 4 bus numbers across CPU's) via risers with bridges connecting to truely absurd numbers of devices that required UEFI changes to resolve. The server stuff has already been stress tested beyond anything you could do without specialty hardware.
It would be nice if you'd also talk about games that you can't run on this setup: Game devs that prevent or even BAN people that run their games in a virtualized env.
This would be actually a nice subject for enthusiasts that might want to do a similar project like this one.
You can enable Hyper-V and not even windows will detect it is in a virtual machine
@@airgeadlamh Well it won't work on Valorant as far I can tell, so that's one.
There are workarounds, but you effectively have to go as far as tricking the OS into thinking it’s bare metal, and is a pain in the ass. Definitely a subject I’d like to see LTT cover.
@@airgeadlamh With sensible software that is the case since a developer has absolutely no need to know or even care if it is running in a virtual machine. However considering we are talking about games that unpatched refused to run on any Intel 12th generation processor with both P and E cores present, these games are not sensible software...
The anti cheat and DRM solutions used by such games look for irregularities of virtual machines that are difficult to mask. For example if the processor advertised does not match the expected specification, if the processing cores seem to behave inconsistently (P core vs E core), if some operations show virtualisation latency overhead, e.t.c. These are hardware and platform specific hacks to detect virtualisation which is why something like Intel coming along with a hybrid core processor can cause the games to stop working on legitimate hardware.
The reason why a game developer wants to detect and block virtualisation is that there is a lack of trust in the hypervisor integrity by the very nature of it being a hypervisor. A well behaved hypervisor should not be eavesdropping on the memory content of the virtual machines it is running. Cheaters do not use well behaved hypervisors... Instead their hypervisor's entire point is to read the content of the game memory inside the virtual machine for features such as wall hacks, or to modify the games memory inside the virtual machine for features such as speed hacks and aim bots. Conventional detection techniques cannot stop this since the hypervisor can detect such checks and replace everything to make it look normal. This was needed after untrusted operating systems started to be blocked (why such games do not work on Linux) as those can do similar.
This is not just a problem for game developers. Compromised hypervisors is a major consideration for cloud computing and is why there is a large movement towards TPM, secure boot and even hardware support for virtual machines to run code and store data in a way that hypervisors cannot intercept or tamper with it. Hopefully in the future we will see anti cheat and DRM solutions support virtual machines using these features.
As a side note, you can actually fit two mini-ITX boards into one 19“ rack, so you could actually easily have two PCs per rack. So assuming 4U per rack you could fit 5 entire PCs into 12 U rack space which isn‘t all that bad.
I think if you plan it properly you could probably even fit three mini-ITX boards into one rack (the boards themself fit but you might have to stagger them because the cards are longer; you would have the arranged in an L-shape with the PSU in the ‚hole‘). So that lowers it to 8U.
Yeah well where's the fun in that when you can run all 5 on 1.
But then you've got to run too many splitters for the motherboard, or multiple PSU...I think one motherboard is the better option
Yes but what's the comparison in cost. Also for maintenance (considering the current hardware optimizations) managing "1" machine is easier no?
I never thought about that but yeah. Just put 5 ITX or micro-ATX boards into the rack. Maybe make some homemade holding plates to screw them into.
Then use 5 colour coded PCIe riser cables and put the GPUs next to each other similarly to the mining test setup they did in the video.
I'm not entirely sure about sizes but i'd say it sounds realistic.
Another side note, CSGO is free lol, they could've ran it on his wifes account
There was so much tech lingo in this video, of which I couldn't understand no more than 5% (at best), that I watched it as a dog would. I was just somewhat happy to be a part of it. And oh, Jake... I bet his amazing at what he does. Like, other companies try to steal him out all the time. Fricking dude is so knowledgeable and friendly.
I'd honeslty like to see a channel dedicated to Jake explaining how to set this, the virtualizations and resource management, of this projects! :D
It would propably be Jake watching tutorials and reading technical documentation
@@nikoh4591 not that part, the part in-between where he explains what he set up and how (not full detail but a bit more than in this video)
@@Edf4m3 i would like that too. in fact most of this house series would be nice to have that. its so cool to see everything being done, but HOW is it done. I'm personally not familiar with AV stuff, so more on that side would be very interesting. And also, what is possible on a non LTT budget.
@@hoofhearted4 I really agree that it could be very helpful for most of the fellow nerds and enthusiasts
Jake & Linus together is always pure happiness! Enjoyment off the scale!
At 11:33 Linus slaps the monitor right when the input notification disappears, it’s stupid but I love it
I've come to the conclusion that LTT spawned entirely from Linus' desire to build his dream home
This is underrated.
bALLS
I bought monitor and wireless mouse keyboard, and wrote them off as business expense (mixed use at home). I felt guilty so then I watched Linus's house videos.
@@iwatchwithnoads7480 watch with ads
sick pfp
Linus finally did it. he sacrificed his wife to the PC gods for a Blessing for us all.
it's just a GPU mining rig
His son is there
Jake and Linus def the best LTT duo. Love these home vids so much!
I sincerely hope that everyone involved in error 43 at nvidia is cursed with ants no matter where they go. More than a decade of fighting error 43 just to setup a simple Windows VM through linux and friends doing the same. Remove the account login BS requirement for using shadowplay and I will actually compliment the company and products.
They just made their linux drivers open source so it seems everything is possible.
@@ThePiprian really? That’s actually great! Hopefully someone will be able to develop a Mac version from that soon.
@@myrealusername2193 Jeff geerling just made a video this morning.
They didn't actually make their drivers foss. They just opened up the kernel module which is a step in the right direction but the real interesting parts remain closed
@@nyairobi yes, but it means a lot of the workload is taken off of Nouveau, the actual people making an open source Nvidia driver. Correct me if I’m wrong, but this completely eliminates Nouveau’s problem of not being able to utilise the entire card? They can now focus on getting things like NVENC or ray tracing to work. Besides, many people’s issue with Nvidia being closed source is that it “tainted” the kernel, which is important when doing Linux from scratch. Even though it’s not entirely FOSS, there are still applications where this solves a lot of problems. It’s a start.
7:12. “For the kids we got rtx 3060ies” I feel fucking broken
15:47 the sight of 5 g pro superlights just sitting there gives me life
I love how Linus found a way to monetize his new house by showing it to us with the most mundane of tech curiosities… AND WE LOVE IT
lol, hey at least he's keeping the videos tech related. I've seen other tech youtubers monetize their home remodeling videos when all they're doing is installing flooring or adding walls.
The house has really paid for itself 😂😂😂
@@TheCh4nc3 Think of all the tax deductables!
Mundane tech curiosities? Running 5 gaming VMs off one board is hardly mundane
@@thomasphillips885 i meant it not as simple but as in, i don't think most people here clicked because they wondered how to do this, more like because we love linus content
Actually, IPMI doesn't take long to boot at all. It's pretty much instant. The reason why Server boards take so long to boot is all the self-tests, memory training etc. Also, most of the time server boot time doesn't matter at all, so optimizing it isn't development time well spent, so nobody does it.
I would argue that it's fairly important. Servers are almost always on, the goal is extreme uptime. So then if the server needs to go down for maintenance, you want it back up as fast as possible, right?
@@kaldogorath true, but once there needs to be downtime, usually there are other factors that weigh in much more than the server boot time. Like hardware maintenance tasks or something like that. Plain reboots without any tasks between shutdown and boot are rare once a server has reached production.
@@kaldogorath Since most server hardware runs in clusters, losing a node for a minute of booting, is not generally a big deal. Maybe in cloud or datacentre scale those numbers might add up, but for normal enterprise gear it's not generally very important.
I remember watching your old 5 gamers 1 CPU videos and its incredible how much easier its become
Linus: Wife's not here so she can't object.
Also Linus: Records and uploads the evidence to youtube.
Yvonne's defence at murder trial: You see I had no choice.
Also uploads that video to an accounnt of a company that Yvonne owns 50% of.
@@sebastianjost *49%
@@Lem_On_Lime didn't Linus want to change that for the next few years, so she owns 51% and he owns 49%?
"No Wives detected" implies a possibilty of there being more than 1 wife.
Trust me, Yvonne isn't gonna want to power that on just to play something like the Sims when no one else is home.
Also, love the pizza holder.
Agreed. If I was Yvonne I would have driven to micro center and asked them to sell me a pc 😂 then Linus comes home like wtf is this.
Unraid just requires the USB as their dongle for licensing (as the boot drive). It only reads from the USB at boot and writes the infrequent updates. Just use one of the internal USM ports on the MoBo to keep the USB out of sight.
This. Unraid loads the OS to RAM on startup after auth + system checks.
It's still pretty annoying.
SSD's have serial numbers. *shocked pikachu face*
@@fortayseven but why use a full SSD for an OS that is MAYBE 8GB.
@@alexweeks9707 also the OS 512mb anyways. Agree with you.
If we don't get a full 3-hour long house tour in like 3 years when Linus finally moves in, I will be slightly annoyed.
So glad there is more and more house content, legit can't get enough of it. I get so excited every time there is a new one lmao
8:53 I used the paperclip method for years on an old PC. The GPU had a separate PSU from the rest of the system, never had a problem.
I JUST LOVE THE JOURNEY OF LINUS BUILDING HIS HOUSE FILLED WITH GAMING AND ENTERTAINMENT HARDWARE
I love how we've come full-circle on mainframes. Because let's admit it, that's basically what this is, regardless of the terminology used. They're even using dumb terminals - input and output with no local computing capacity.
It would be super cool if you can somehow make use of the heat coming from the server room. Provided that there is a central HVAC system, maybe. Imagine the satisfaction when you fire up your server room and the HVAC can mix the warm air coming from it and reduce the airflow needed from the main heater. Might be a worthwhile investment if it's mostly cold over there.
Linus develops a special talent by trolling his wife
I think you can get that talent aswell if you pick at the right levels. XD
Did you know you can share a network share between all the VM's and run your games off that, simultaneously? It's awesome. When downloading games though, make sure you don't download at the same time on multiple machines though.
These two together are absolutely electric. I die laughing every time 😂
I always imagine that they have a meeting where they talk about upcoming videos and while Ivone is sitting at the table one just says "What about the "my wife is going to kill me" video linus?"
And someone at the table is gonna have to be like "You're gonna have to be more specific"
6:15 x16 length is not only about bandwidth, every x16 slot should be able to provide 75W of power on 12V. x8 slot should provide only 37.5W..
"I promised my wife that we were not going to do it this way but... I don't see her"
That's exactly how i reach my conclusion if i'm going to do something i shouldn't. Only difference being that i don't even have a wife
Oh I can't wait to see the video in a year where this backfires horribly.
Actually he probably won't make a video; just an off the cuff remark on the WAN show where he says he had to scrap it.
a setup like this is actually a double edged sword, on one hand you can't really play games that use anticheat software that doesn't allow VMs, but on the other hand because he is running regular windows and not windows server any serious malware that his kids will download will also see it is a VM, it will think that it is a malware analyst trying to analyze it and it will not run (this is actually a thing, a lot of malware these days come will a kill switch if they detect it is a virtual machine) but yes, not being a sysadmin and trying to run stuff like that could result in some problems. on the one hand he is using unraid which is a little bit more easy I would guess from esxi or proxmox but then again it is mostly made for NAS usage and some light VMs, he really need to invest some time to setup a proper hypervisor if he plans to do stuff like that.
That's the LTT secret - the video recoups at least some of the cost of hardware so it's fine even if it fails
This is probably the most satisfying tech video I ever saw, since everything just worked...
I've been running me and my wife's Gaming VMs on my unraid NAS Threadripper for the past 4 Years. (Originally running only single Gaming vm on a 4790K... But then once I upgraded to Threadripper 2950x I was able to consolidate her Gaming PC into a VM..) Only complaint was that certain games that have anticheat software such as tom clancy's rainbow six siege, as well as some other games will not allow to play multiplayer with other people or won't launch since the anti cheat software detects you are inside of a VM. Other than that it has been really solid. My wife loves the ultra quiet at her desk thanks to the NAS being somewhere else and I've been using USB 3.0 active fiber optic extension cables & Display port active fiber optic cable... She loves it and it keeps the heat elsewhere.
If i had to guess I would bet this will become more and more common (anticheat not working inside vms once the hypervisor is detected) .. How many games have you had this kind of problem with?
@@SlothTechTV I would have thought the opposite. Why should running on a VM trigger anti-cheat?
@@DanKaschel The host machine has full access to the memory of the vm's so it can be used for cheating, some of which would be next to impossible to detect. Some anticheat will just ban anything that looks like it is running in a vm to avoid that, and while it's possible to hide that you are running in a vm the detection methods change and the workarounds usually come with some performance hit :/
It's what pushed me to build a separate leisure machine instead of piggybacking it alongside my work vm's, kept worrying about keeping up to date so I wouldn't lose my account/games/progress..
@@SlothTechTV So far I want to say 3 or 4 games. However, I don't play much competitive multiplayer games a lot only with friends. The majority of the games I play were single player games which haven't had issues with.
List of games I had issues with:
- Tom Clancy's rainbow six siege (Can run game and do single player stuff against AI but won't let you join lobby with other people. Even if the lobby is you and your friends against AI)
- Dead by daylight (Either wouldn't launch or wouldn't allow to enter lobby)
- The Sims (Couldn't really find anything why but it wouldn't launch in my VM... The moment I put it on a physical PC outside of a VM it worked just fine.)
Its been a while but I believe there were a few other games.
Didn't have any issues with these games:
League of Legends
Overwatch
Final Fantasy XIV
CS:GO
@@Elmiond I just made a Living room PC on bare metal with 3090 connected up to a 4k HDR 120hz tv. Majority of the games I play are on the living room PC but my work VM & wife's VM are both on my unraid still. Realized since I created the living room PC I haven't wanted to play much games on my gaming VM in the office since the living room setup was way better display and GPU. Once you've experienced 3090 on 4k tv with 120hz with gsync support it is hard to go back to play a game on a non-4k non-hdr non-gsync monitor with lower GPU.....
Immediate problem: Getting games with kernel-level anti-cheats to work will be a pain.
What games have that other than valorant
And nothing of value was lost
@@imgonnafindyourfamily3364 valorant 2
@@imgonnafindyourfamily3364 warzone
That has nothing to do with whether or not it's kernel level anticheat. Kernel level anticheat would still work on this setup, but if the anticheat detects and blocks VMs then it's gonna be a problem
This compared with some of the other similar videos is insane, glad the hardware and software has come so far
This is a genius series of videos and it is my absolute favorite. I'm going to be super bummed when your actual "home" is finished but I have an "LTT" feeling that going to take a while to finalize lol
I feel you man. Hopefully it takes them years to move in 😂😂
Quick question, since all these Windows instances are running in VMs, wouldn’t that trip up Anticheat software?
It definitely would. RIP to playing basically any game that requires some deeper anti-cheat than VAC. R6 is one of them iirc.
some do, like battle-eye and vanguard, whereas EAC seems to be ok with it
Yes, unless you do some configuration. You can enable hyper-v and windows will basically boot inside a virtual machine. So it will be a virtual machine inside a virtual machine. Hyper V will basically protect you from kernal level anticheat checking if you are in a VM.
I basically done this and so far no bans at all
Can't play most games with anticheat, significantly increased latency for inputs...This isn't it chief.
@@yasashii_koe Oh, did you try his setup? How many ms was the latency over baremetal?
After a few years of consuming content on this channel, Anthony is my favourite presenter but Jake and Linus together is comedy gold. In a decade you two should do a road movie together, a Thelma and Louise but two tech nerds going around the country being hilarious, idiotic, and dropping things everywhere.
I would have never guessed I would be so interested In tech going into a house - all of which I can never afford
But this is awsome Watching you and your house elf work
Lol don’t give jake a sock!
11:58 -- Jake channels his inner Labrador.
Fun to see that you guys still have the drive to put out quality content regularly. Long time fan from norway. Good job guys This has become an institution.
My favourite series on this channel. The chemistry between Linus and Jake is very fun to watch.
„Klick Start Mining dogecoin!“ lul 10:57
14:02 this was an entertaining and informative video, but you aren't kidding Linus. It almost feels like a video of someone hooking up multiple monitors to 1 gpu and being like "WOAHHHHHH"
Jake has the best job, gets to mess around with all the cool concepts with out having to pay for them xD
The most frustrating part of this video is that CSGO is free 😐
12:43
Jake fr was like "My brother in Christ, the power supply is still on"
Honest question: do any games with anti-cheat software work on this system? I thought that anti-cheat software refused to work on a virtualized environment...
Not an expert but I've seen system with this kind of setup working (like Gforce Now or station in Lan rooms),I've seen valorant or WoW working perfectly fine
I wouldn't be surprised if that was the reason Halo Infinite didn't work. Since a lot of Valve games support Linux systems pretty well I wouldn't be surprised if that's why their anti-cheat still works virtualized. However I guess they were just playing with bots and not a VAC server so maybe it doesn't work there either.
Yes, even on Proxmox 7 you can virtualize TPM and Uefi. I was able to run all kinds of games no problem. Haven’t trued unraid
This is a kernel level VM, which basically means it runs at near bare metal performance. Unless you have a weird number like 5 CPU cores or a weirdly named GPU (as in, not officially recognised Intel, AMD or Nvidia graphics), it’s very hard for games to detect KVMs. This is what they use for many cloud gaming servers, like as the person above mentioned GeForce Now.
Honestly this is the pain. There are games that just don't launch like valorant and Forza. Its 95% of the way there. That last 5% is super painful tho.
LOL. Great timing. NVIDIA just open sourced their virtualization kernel drivers for linux today.
Maybe they did it as the hackers already had the drivers and threatened to leak it or AMD was getting too ahead of them.
Either way, better still keep doing 11:47 or they will pull some other crap yet.
The House series has been my favorite ongoing series on the channel
lately i listen to TH-cam while doing something else so i dont always get to see the little jokes from the editors.
but this one i watched all the eay, i gotta say, the LTT editing staff are full of creative laughs. thank you
I'm curious if they will have the games saved in a single location, and use some overlayfs or emulated overlay so that instead of downloading a game 5 times, it's a single download that shows up on 5 different VMs. This way they can save storage space.
Would love to see that. Sadly, Steam and GOG are the only launchers allowing you to install games on a network drive. Origin, Uplay, ... somehow really don't like it, despite the fact I've tried to make sure they don't actually see that it's a network drive.
@@DesertCookie who even uses origin or uplay anymore?
@@ErnieZee Theres okenty of games only available on there.
@@DesertCookie aren't all/most origin and uplay games available on steam anyway?
@@ErnieZee At least Ubisoft games bought through steam still require you to open Uplay. I would imagine EA would do something similar.
10:00 i had to go back and pause it because it looked like the sheetrock/drywall was damaged, nope its just a power cord or something hanging down
I'm honestly surprised at how seamless that was!! It makes me want to do something similar, even though I truly have no reason to do so XD
I'd love to see a full house setup playlist, as it's kinda hard to find the videos that belong in this series.
Linus & Jake combo always works so well. Jake always impresses me with his knowledge.
Actually, what about the anticheat problem? Were LTT able to resolve that? Since it's such a major issue on VM's, it would be great to see if games like Valorant with their Vanguard anticheat would work this way
This is exactly what I was wondering. How would anticheat behave with what is essentially 5 game instances on the same system.
I think one way is to virtualise windows within the actual vms with hyper-v, and then the system detects it's running in a VM, but doesn't mind because it's hyper-v
EAC works with VMs still to this day. BattlEye just soft “bans” you.
Luckily, if you’re running Windows 10 PRO, you can go to “Turn Windows features on or off” and enable Hyper-V to essentially “bypass” BattlEye, as well as even other games like Genshin Impact, Valorant (if you go through the effort of actually spoofing device names and RDTSC iirc.)
Note that enabling Hyper-V can still cause the dreaded Code 43 error, requiring a ROM patch.
@@superben10fan interesting! Thanks for the info, i didn't know any of this.
Linus: My Wife Is Going to KILL Me...
Wife: You promised we were NOT going to do it this way?
"Editor: I'm sorry Yvonne"
That guy knows who's really in charge.
When you read the title and laugh your ass off before you even click on it ! I love these "construction" videos ! It's cool too see you guys in that enviroment ! Love you guys from Croatia,Europe !
As fun as it is to watch his chaotic energy, I'm glad I don't have to deal with the consequences. Stay strong Yvonne...
I’m sure someone else has already mentioned but; unraid doesn’t really run ‘off’ the USB - it boots off it then loads most things into memory. Yes some config is written back to the USB occasionally but only a small amount.
With copyright protection Microsoft protects game storage on game pass, denuvo used hardware Id. I've had issues with windows 10 locking out game pass instance after a game crash because another service integral to game pass did not crash with the game and won't 'restart' until new system boot. With hardware virtualization I can see the same issue may be present and that is why halo infinite will not boot. I am aware it is steam launcher but just like with ea play it launches additional launcher with game boot. EDIT: did not see this is an old video and he figured out the same thing I deduced.
Tell her it enables more storage space so you keep the room clean and free of clutter ☺️
I love the dynamic between these two!
Jake and Linus discussing "the kids" only enforces the "My 2 Tech Dads" fantasy in my head
I'm glad there's finally someone at LTT who knows that CSGO with bots is really CPU intensive (it was painful when you'd do a budget build and CS would run bad because it was with bots)
Now if only he knew CSGO is free now and they didn't need to faff around with different games for ages.
“Your scientists were so preoccupied with whether they could, they didn't stop to think if they should.” Ian Malcolm, Jurassic Park
What about all VMs having their own dedicated storage, so they don't even have to share the bandwidth? Maybe dedicated NVMe SSDs as boot drives for the games and the OS [or just better SSDs but still dedicated for 1 VM]?
They have used all the lanes for GPUs.
@@Hossein7r Thank you for clearing that! Those lines were most confusing for me personally
14:43 Guys. CS:GO is free
Yeah I was thinking the same, I made a comment on it too, I was like: Guys the game is free for almost 2-3 years now !
Always love these large and powerful virtualized setups so cool!!
hey Linus! don't know if you already addressed this in a previous yet video or not, but does this virtualization setup work with anti cheat programs? that was the first thing that came to mind when halo wouldn't load
I did this same thing two month ago with my laptop (Proxmox-Windows 10/11) and couldn't get Warzone to run - Rainbow Six also booted everyone in the lobby when I joined a game - Apex worked fine.
I have a playlist that I've made public if you wanna learn how to do it.
No one will ever see this so I confess I fantasize about Linus shoving CPUs down my throat and calling me worthless.
zamn
I saw this
honestly same...
I saw this
oh ronny
14:50 “RUN A DIFFERENT GAME” but CS:GO is free 😂
Ah yes, a single point of failure. Always a good choice.
Man, its so nice seeing Linus doing videos with his husband so cute!
Your wife was just preparing the melee the entire time. Now she’s preparing the archery. Good luck
Will this setup run into issues with anti-cheats that don't allow virtualization? Games like Valorant come to mind.
Correct, there will be issues. Valorant specifically goes far out of it's way to detect VMs