New Install, WebUI Issues

Hi, thanks for the reply. I did see the 2nd thread you posted before creating my own. I’ll look at the other 2 threads also and see if I can figure anything else out.

the .initrock file did not exist in /opt/rockstor, so nothing to remove there
output of the initrock command:

[root@rockstor ~]# /opt/rockstor/bin/initrock
2015-09-08 11:53:00,759: Supported kernel(/boot/vmlinuz-4.1.0-1.el7.elrepo.x86_64) is already the default
2015-09-08 11:53:00,813: Checking for flash and Running flash optimizations if appropriate.
Traceback (most recent call last):
File “/opt/rockstor/bin/initrock”, line 43, in
sys.exit(scripts.initrock.main())
File “/opt/rockstor/src/rockstor/scripts/initrock.py”, line 194, in main
run_command([FLASH_OPTIMIZE, ‘-x’])
File “/opt/rockstor/src/rockstor/system/osi.py”, line 85, in run_command
raise CommandException(cmd, out, err, rc)
system.exceptions.CommandException: Error running a command. cmd = [’/opt/rockstor//bin/flash-optimize’, ‘-x’]. rc = 1. stdout = [’’]. stderr = [‘Tr
aceback (most recent call last):’, ’ File “/opt/rockstor//bin/flash-optimize”, line 43, in ‘, ’ sys.exit(scripts.flash_optimize.main())’
, ’ File “/opt/rockstor/src/rockstor/scripts/flash_optimize.py”, line 163, in main’, ’ rd = root_disk()’, ’ File “/opt/rockstor/src/rockstor/fs
/btrfs.py”, line 726, in root_disk’, ’ raise NonBTRFSRootException(msg)’, “system.exceptions.NonBTRFSRootException: ‘root filesystem is not BTRFS
. During Rockstor installation, you must select BTRFS instead of LVM and other options for root filesystem. Please re-install Rockstor properly.’”,
’’]

Thanks again