An open API service indexing awesome lists of open source software.

https://github.com/jgraichen/pxe-rescue


https://github.com/jgraichen/pxe-rescue

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# PXE rescue

PXE-bootable rescue images with ZFS and useful tools preinstalled.

* Debian 12 bookworm
* Ubuntu 24.04 noble

## Usage

### Install dependencies

```console
apt install bdebstrap squashfs-tools-ng
```

### Build image

```console
bdebstrap -c rescue-debian.yml --force
```

## Configuration

### iPXE menu

```ipxe
initrd http://.../rescue/initrd.img
chain http://.../rescue/vmlinuz initrd=initrd.img boot=live config components autologin username=root noeject fetch=http://.../rescue-debian/root.squashfs
```

### cloud-init data source