1 00:00:06,780 --> 00:00:10,893 - So what do we need to do to run our favorite hypervisor? 2 00:00:11,730 --> 00:00:13,740 Which is KVM, of course. 3 00:00:13,740 --> 00:00:18,570 We start with the grep vmx /proc/cpuinfo. 4 00:00:18,570 --> 00:00:19,530 Let's check. 5 00:00:19,530 --> 00:00:22,170 So, we are ready to continue using 6 00:00:22,170 --> 00:00:24,640 dnf groups install 7 00:00:28,957 --> 00:00:30,897 "Virtualization Host". 8 00:00:36,390 --> 00:00:39,030 And that apparently was already installed. 9 00:00:39,030 --> 00:00:41,160 Well that just makes it easy. 10 00:00:41,160 --> 00:00:44,193 Then dnf install virt-manager. 11 00:00:47,430 --> 00:00:50,280 And next you need to make sure 12 00:00:50,280 --> 00:00:54,570 that you have access to an installation ISO. 13 00:00:54,570 --> 00:00:56,610 Accessing a CD-rom device from 14 00:00:56,610 --> 00:00:58,920 within the virtual machine manager is complicated, 15 00:00:58,920 --> 00:01:01,230 so I recommend you just do an iso. 16 00:01:01,230 --> 00:01:02,913 I should already have one. 17 00:01:03,990 --> 00:01:06,630 As you can see, rhel9.iso. 18 00:01:06,630 --> 00:01:08,480 That's the one that I'm going to use. 19 00:01:09,330 --> 00:01:12,150 So then we do have all the ingredients. 20 00:01:12,150 --> 00:01:15,090 Let's do a check on df-h. 21 00:01:15,090 --> 00:01:18,453 We have 8.1 gigabytes in the route. 22 00:01:19,350 --> 00:01:21,840 That's not much, but it's enough. 23 00:01:21,840 --> 00:01:23,493 So let's start virt-manager. 24 00:01:28,770 --> 00:01:30,780 And in virt-manager, 25 00:01:30,780 --> 00:01:33,543 you are going to select your installation iso. 26 00:01:35,460 --> 00:01:37,110 Then you select what you want to do. 27 00:01:37,110 --> 00:01:41,433 Do not use sr0, but go to browse local. 28 00:01:44,160 --> 00:01:48,747 In your file system route and use this rhel9.iso. 29 00:01:52,530 --> 00:01:55,890 CentOS nine comes down to the same, by the way. 30 00:01:55,890 --> 00:01:58,800 Memory, it's safe to accept the default. 31 00:01:58,800 --> 00:02:03,540 For disk, we need to make that a little bit smaller. 32 00:02:03,540 --> 00:02:07,830 I have only eight gigabytes, so let's do six. 33 00:02:07,830 --> 00:02:10,650 There we have the overview, and then you can click finish. 34 00:02:10,650 --> 00:02:13,983 And that will start the virtual machine installer for you.