12th August 2024

How to setup quemu vm with quickemu?

Install quickemu


```

yay -Sy quickemu

```


Get new ubuntu image


```

quickget ubuntu 22.04

```


By default quickemu works in uefi mode, you can change it typing 


```

boot="legacy"

```


at the ond of ubuntu-22.04.conf file. 


You can start your vm by command:


```

quickemu --vm ubuntu-22.04.conf

```