Rescue media(2)

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

Source: note-00079

Previous Post Top Next Post

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 a system installed with d-i using its full disk install option with LUKS encryption on MBR SSD.

Please note - in VG name is repeated in name used under /dev/mapper.

Let’s convert /dev/casper-vg/home 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 Next Post