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.217.87
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 /
verify /
COVE /
default /
Delete
Unzip
Name
Size
Permission
Date
Action
380_check_firmware.sh
774
B
-rw-r--r--
2026-04-01 09:39
390_check_cove.sh
502
B
-rw-r--r--
2026-04-01 09:39
400_check_if_reboot_required.sh
363
B
-rw-r--r--
2026-04-01 09:39
Save
Rename
# # Check that firmware type is the same on the source and target systems # local target_firmware_type="BIOS" if [ -d "/sys/firmware/efi/vars" ] || [ -d "/sys/firmware/efi/efivars" ] ; then target_firmware_type="EFI" fi local source_firmware_type="BIOS" if is_true "$USING_UEFI_BOOTLOADER"; then source_firmware_type="EFI" fi text="Firmware type mismatch detected. The source system firmware type is ${source_firmware_type}, \ while the target system firmware type is ${target_firmware_type}. Mismatched firmware types are not allowed. \ Please reconfigure your target system to use ${source_firmware_type}." if [ "$source_firmware_type" != "$target_firmware_type" ] ; then cove_print_in_frame "ERROR" "$text" Error "Firmware type mismatch detected." fi