https://github.com/repcomm/bare-bones-qemu-kvm
https://github.com/repcomm/bare-bones-qemu-kvm
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/repcomm/bare-bones-qemu-kvm
- Owner: RepComm
- Created: 2021-07-26T04:30:57.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-07-29T17:18:15.000Z (over 4 years ago)
- Last Synced: 2025-01-28T08:51:14.584Z (12 months ago)
- Language: Shell
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.md
Awesome Lists containing this project
README
# kvm setup scripts
Purpose: Because I lost a VM to resizing issues, and I don't want to figure this all out again.
## creating
1. Install qemu
```bash
./install-qemu.sh
```
2. Install qemu-img
```bash
./install-qemu-utils.sh
```
3. Install qemu-system-x86_64
```bash
./install-qemu-system-x86-64
```
4. Create disk
```
./disk-create.sh
```
5. Install an OS from a CD (iso file) onto hard drive (disk file)
```
./boot-install-os.sh
```
6. Boot from hard drive (disk file)
```
./boot.sh
```