The following Inconsistencies were found in your Current Install:

balanga

Patron
Joined
Jul 10, 2014
Messages
271
Not having much luck with upgrading my second FreeNAS box so I thought I'd try and upgrade the original one from FreeNAS-11.2-U5
to TrueNAS-12.0-STABLE
and get this error

The following Inconsistencies were found in your Current Install:
List of Checksum Mismatches:
/boot/defaults/loader.conf
Close


Here is /boot/defaults/loader.conf:-

Code:
exec="echo Loading /boot/defaults/loader.conf"

kernel="kernel"         # /boot sub-directory containing kernel and modules
bootfile="kernel"       # Kernel name (possibly absolute path)
kernel_options=""       # Flags to be passed to the kernel
loader_conf_files="/boot/device.hints /boot/loader.conf /boot/loader.conf.local"
nextboot_conf="/boot/nextboot.conf"
nextboot_enable="NO"
verbose_loading="NO"            # Set to YES for verbose loader output

splash_bmp_load="NO"            # Set this to YES for bmp splash screen!
splash_pcx_load="NO"            # Set this to YES for pcx splash screen!
splash_txt_load="NO"            # Set this to YES for TheDraw splash screen!
vesa_load="NO"                  # Set this to YES to load the vesa module
bitmap_load="NO"                # Set this to YES if you want splash screen!
bitmap_name="splash.bmp"        # Set this to the name of the file
bitmap_type="splash_image_data" # and place it on the module_path

screensave_load="NO"            # Set to YES to load a screensaver module
screensave_name="green_saver"   # Set to the name of the screensaver module

entropy_cache_load="YES"                # Set this to NO to disable loading
                                        # entropy at boot time
entropy_cache_name="/boot/entropy"      # Set this to the name of the file
entropy_cache_type="boot_entropy_cache" # Required for the kernel to find
                                        # the boot-time entropy cache. This
                                        # must not change value even if the
                                        # _name above does change!

ram_blacklist_load="NO"                 # Set this to YES to load a file
                                        # containing a list of addresses to
                                        # exclude from the running system.
ram_blacklist_name="/boot/blacklist.txt" # Set this to the name of the file
ram_blacklist_type="ram_blacklist"      # Required for the kernel to find
                                        # the blacklist module

acpi_dsdt_load="NO"             # DSDT Overriding
acpi_dsdt_type="acpi_dsdt"      # Don't change this
acpi_dsdt_name="/boot/acpi_dsdt.aml"
                                # Override DSDT in BIOS by this file
acpi_video_load="NO"            # Load the ACPI video extension driver


                                # Default is unset and disabled (no delay).
autoboot_delay="3"              # Delay in seconds before autobooting,
                                # -1 for no user interrupts, NO to disable
bootenv_autolist="YES"          # Auto populate the list of ZFS Boot Environments
module_path="/boot/modules;/boot/dtb;/boot/dtb/overlays"        # Set the module search path
                                # If the TFTP server does not support RFC 2348,
                                # the block size is set to 512. Valid: (8,9007)

                        # Sets the list of init candidates

                                # registration, useful for USB sticks as root



Is there someting wrong with it? I've never touched it.
 

pschatz100

Guru
Joined
Mar 30, 2014
Messages
1,184
It is not possible to offer any comments without knowing your hardware configuration. Please post as per forum rules.
 
Top