Installimage
The installimage script is an easy and fast method of installing various Linux distributions. It allows you to select the distribution, define drive partitioning, and configure software RAID and LVM with a user-friendly menu. The script will display a menu to select an OS image. After choosing, you can edit the configuration file using Midnight Commander (mcedit). The script provides standard images of the latest Linux distributions. Advanced users can install older images or create custom OS images. Configuration guides are available for custom images. Log in using the Rescue System password to access your new installation. Some distributions, such as Debian or Ubuntu, have specific behaviors:About the Installimage Script
Running Installimage
root using the password provided.installimage to start the script:root@rescue ~ # installimageBefore You Start
mdadm --stop /dev/md/*# For SATA drives:
wipefs -fa /dev/sd*
# For NVMe drives:
wipefs -fa /dev/nvme*n1OS Choices
Configuration Variables
Installation
root@rescue ~ # rebootParticularities
/etc/cron.d/mdadm.Frequently Asked Questions
/root/debug.txt for details./password.txt on LAMP images.
Dislike0 Like0
Views: 869