2021-11-13 11:44:01 +00:00
---
2021-11-13 16:51:09 +00:00
title: Netboot for all
2021-11-13 11:44:01 +00:00
description:
published: true
2021-11-25 13:58:13 +00:00
date: 2021-11-25T13:58:10.457Z
2021-11-13 11:44:01 +00:00
tags:
editor: markdown
dateCreated: 2021-11-13T11:43:58.697Z
---
2021-11-25 13:55:51 +00:00
# Use a live guest OS
2021-11-15 16:20:36 +00:00
2021-11-25 13:55:35 +00:00
As of now, `netboot.xyz` is one of the main way to deploy or use a guest operating system inside Phyllome OS. It is compatible with most (but not all) guest operating systems. This small guide will show you how to deploy a live system inside Phyllome OS.
2021-11-13 17:05:38 +00:00
## Preparation
2023-06-19 21:26:52 +00:00
By default, `netboot.xyz.iso` should already be located under `/var/lib/libvirt/isos` . If it's not the case, please use the following command to fetch it, or navigate to [the website ](https://netboot.xyz/ ):
2021-11-13 17:05:38 +00:00
```
2023-06-19 21:26:52 +00:00
wget https://boot.netboot.xyz/ipxe/netboot.xyz.iso -P /var/lib/libvirt/isos/
2021-11-13 17:05:38 +00:00
```
2023-05-27 14:48:51 +00:00
![post-install-conf-2.png ](/assets/post-launch/post-install-conf-2.png )
2021-11-25 13:55:35 +00:00
## Access your virtual machine display
* Double-click on *my-first-live-vm* to open its virtual display, then click on *Connect to console* .
2023-05-27 14:48:51 +00:00
![post-install-conf-3.png ](/assets/post-launch/post-install-conf-3.png )
2021-11-25 13:55:35 +00:00
> Phyllome OS ships with a small ISO crafted by the team behind [netboot.xyz](https://netboot.xyz/), and that can do network boot, allowing it to do network-based installations of the most popular Linux distributions, among other niceties.
{.is-info}
2023-05-27 14:48:51 +00:00
![post-install-conf-11.png ](/assets/post-launch/post-install-conf-11.png )
2021-11-25 13:55:35 +00:00
* After a few seconds, you will be greeted by the following screen.
2023-05-27 14:48:51 +00:00
![post-install-conf-4.png ](/assets/post-launch/post-install-conf-4.png )
2021-11-25 13:55:35 +00:00
* Under the menu, go to *View* and select *Full Screen*
2023-05-27 14:48:51 +00:00
![post-install-conf-5.png ](/assets/post-launch/post-install-conf-5.png )
2021-11-25 13:55:35 +00:00
* Go to *Live CDs*
> There is no disk attached to this virtual machine. As a result, only Live CDs will work out-the-box.
{.is-info}
2023-05-27 14:48:51 +00:00
![post-install-conf-10.png ](/assets/post-launch/post-install-conf-10.png )
2021-11-25 13:55:35 +00:00
* Scroll down this list
2023-05-27 14:48:51 +00:00
![post-install-conf-13.png ](/assets/post-launch/post-install-conf-13.png )
2021-11-25 13:55:35 +00:00
* Stop at *Tiny Core Linux* and press < kbd > Enter</ kbd >
2023-05-27 14:48:51 +00:00
![post-install-conf-14.png ](/assets/post-launch/post-install-conf-14.png )
2021-11-25 13:55:35 +00:00
* Select *Tiny Core Linux x86_64*
2023-05-27 14:48:51 +00:00
![post-install-conf-15.png ](/assets/post-launch/post-install-conf-15.png )
2021-11-25 13:55:35 +00:00
* Select *Tiny Core Linux CorePure*
2023-05-27 14:48:51 +00:00
![post-install-conf-16.png ](/assets/post-launch/post-install-conf-16.png )
2021-11-25 13:55:35 +00:00
* Enjoy your disposable virtual machine
2023-05-27 14:48:51 +00:00
![post-install-conf-6.png ](/assets/post-launch/post-install-conf-6.png )
2021-11-13 17:05:38 +00:00
2021-11-25 13:55:35 +00:00
* When you are done messing around, input the following, and you will be back in Phyllome OS
2021-11-13 17:05:38 +00:00
```
2021-11-25 13:55:35 +00:00
sudo poweroff
2021-11-13 17:05:38 +00:00
```
2021-11-25 13:55:35 +00:00
> That's it, congratulations!
{.is-success}
2021-11-13 17:07:04 +00:00
2021-11-25 13:58:13 +00:00
---
2023-05-27 19:34:15 +00:00
*[**Go to parent page**](https://wiki.phyllo.me/)*