
Qnap Blue Login Screen Problem, (Loading Page Hang Issue)
I – Qnap Blue Login Screen Problem, (Loading Page Hang Issue)
II – If It Doesnt Work, Here is What to Do;
.
I – Qnap Blue Login Screen Problem, (Loading Page Hang Issue)
1. Login your NAS with SSH client such as Putty: www.chiark.greenend.org.uk/~sgtatham/putty/download.html
2. Type below command:
rm /etc/config/.qos_config/users/admin
3. Reboot your NAS
.
II – If It Doesnt Work, Here is What to Do;
0) please reboot your NAS without any HDDs, and wait 2 beeps
(power off NAS . unplug / disconnect all HDDs. power on NAS without any HDD ..)
1) login NAS via SSH with “admin” account and password “admin”
(ex:putty http://the.earth.li/~sgtatham/putty/lat … /putty.exe) port 22
(Mac user please open Terminal and type: ssh admin@your_NAS_IP)
2) insert/connect all HDDs in your NAS.(at NAS power on status)
3) follow these Linux command:
# config_util 1
# config_util 4
# storage_boot_init 1
# cp /etc/default_config/uLinux.conf /mnt/HDA_ROOT/.config/
# rm -r /etc/config
# ln -sf /mnt/HDA_ROOT/.config /etc/config
# setcfg -f /etc/config/uLinux.conf Misc configured TRUE
# e2fsck -f /dev/sda4
# mount /dev/sda4 /mnt/ext
# ln -sf /mnt/HDA_ROOT/update /mnt/update
# rm /sbin/lock_system_update; echo ‘#!/bin/sh’ > /sbin/lock_system_update; chmod +x /sbin/lock_system_update
4) update your NAS F/W via QNAP Finder “Tools” >>> “Update F/W”
and choose F/W image to update it.
:
:
5) after QNAP finder update done. NAS will auto reboot …..