Rescue media(2)

Date: 2025/08/22 (initial publish), 2025/08/23 (last update)

Source: note-00079

Previous Post Top ***

TOC

This is updated memo of Rescue media(1) (in Japanese).

Rescue media

There are many iso images which are useful for system administration and rescue tasks available on the web. Here are some of the notable ones:

Ventoy + Gparted for rescue USB-key

Since modern USB-keys have huge storage space, I decided to use ventoy and put all interesting iso images in it. This way, I only need to maintain one USB key.

For the moment, I will mostly use GParted live iso image.

Booting system with USB-key

Use case: Migrating from ext4 to Btrfs for home

Let’s think about encrypted LVM install case where /dev/sda holds LVM root, home, and swap_1. Let’s convert home data to use btrfs instead of ext4.

NOTE: Use pvs, vgs, lvs,and lvmdiskscan commands to assess LVM situation. These are lvm subcommands but can be invoked as normal commands without lvm prefix.

NOTE: lvresize can be invoked with -r option to perform FS resize along with LV resizing.

Previous Post Top ***