Linux ih01.iridiumhosting.com 5.14.0-611.55.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue May 19 15:19:29 EDT 2026 x86_64
LiteSpeed
Server IP : 67.227.241.211 & Your IP : 216.73.216.72
Domains :
Cant Read [ /etc/named.conf ]
User : dustinhy
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
MXB /
rear /
usr /
share /
rear /
finalize /
default /
Delete
Unzip
Name
Size
Permission
Date
Action
050_prepare_checks.sh
1.24
KB
-rw-r--r--
2026-04-01 09:39
060_compare_files.sh
3.48
KB
-rw-r--r--
2026-04-01 09:39
110_bind_mount_proc_sys_dev_run.sh
6.2
KB
-rw-r--r--
2026-04-01 09:39
520_confirm_finalize.sh
3.25
KB
-rw-r--r--
2026-04-01 09:39
880_check_for_mount_by_id.sh
8.22
KB
-rw-r--r--
2026-04-01 09:39
890_finish_checks.sh
1.49
KB
-rw-r--r--
2026-04-01 09:39
900_remount_sync.sh
1.24
KB
-rw-r--r--
2026-04-01 09:39
Save
Rename
# report about checks being done if ls -l /sys/block/*/ | grep -q xen ; then # if some disks are xen related then assume this is a XEN PV VM which boots externally LogPrint "This looks like a XEN PV system, ignoring boot loader issues" elif test "$NOBOOTLOADER" ; then if is_cove; then text="For this system, the boot loader cannot be installed on the recovered system \ because the installation code is either missing or malfunctioning." cove_print_in_frame "ERROR" "$text" Error "Bootloader failed to install." fi LogPrint "WARNING: For this system $OS_VENDOR_VERSION on $ARCH (based on $OS_MASTER_VENDOR_VERSION_ARCH) there is no code to install a boot loader on the recovered system or the code that we have failed to install the boot loader correctly. Please contribute appropriate code to the $PRODUCT project, see http://relax-and-recover.org/development/ Take a look at the scripts in $SHARE_DIR/finalize - for example for PC architectures like x86 and x86_64 see the script $SHARE_DIR/finalize/Linux-i386/660_install_grub2.sh and for POWER architectures like ppc64le see the script $SHARE_DIR/finalize/Linux-ppc64le/660_install_grub2.sh --------------------------------------------------- | IF YOU DO NOT INSTALL A BOOT LOADER MANUALLY, | | THEN YOUR SYSTEM WILL NOT BE ABLE TO BOOT. | --------------------------------------------------- You can use 'chroot $TARGET_FS_ROOT bash --login' to change into the recovered system and manually install a boot loader therein. " fi