Wonderzyra: Difference between revisions
Jump to navigation
Jump to search
(→Log) |
(→Log) |
||
(14 intermediate revisions by the same user not shown) | |||
Line 24: | Line 24: | ||
* In Win 10, {{kb|Ctrl-X}}, powershell (admin), <code>powercfg -h off</code> |
* In Win 10, {{kb|Ctrl-X}}, powershell (admin), <code>powercfg -h off</code> |
||
* In Win 10, '''disable page file'''. |
* In Win 10, '''disable page file'''. |
||
* |
* (note: we kept secure boot, apparently supported since Debian Buster) |
||
* In Win 10, fix taskbar search not working (i.e. WIN key + any string). Create new DWORD-32 registry entry <code>\\HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Search\BingSearchEnabled</code> with value 0 [https://www.windowscentral.com/how-fix-taskbar-search-not-working-windows-10], then restart. |
* In Win 10, fix taskbar search not working (i.e. WIN key + any string). Create new DWORD-32 registry entry <code>\\HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Search\BingSearchEnabled</code> with value 0 [https://www.windowscentral.com/how-fix-taskbar-search-not-working-windows-10], then restart. |
||
* In Win 10, remove BitLocker from drive C: |
|||
<source lang=powershell> |
|||
Disable-BitLocker -MountPoint "C:" # Or: manage-bde -off C: |
|||
manage-bde -status |
|||
# Wait for completion |
|||
</source> |
|||
* Backing up all partitions to Mystique NAS. |
|||
* Installing Debian-Testing (from Live+Non-Free USB image) |
|||
To be completed |
|||
:* Missing <code>regulatory.db iwlwifi-Qu-c0-hr-b0-56.ucode iwl-debug-yoyo.bin</code>... but Wifi still works (so far). |
|||
:* First boot, update notification -> several firmware installed (during a restart). |
|||
:* '''{{green|Issue}}''' power charger not detected. Fix: use 1st plug (ie. the one further from HDMI port). Note: this is port shown in ASUS doc. |
|||
:* Gnome settings: |
|||
::* Enable tap to click, disable natural scrolling. |
|||
* '''Disable Secure Boot''', because it prevents loading the vmware modules {{file|vmmon}} and {{file|vmnet}} (<code>operation not permitted</code> when doing modprobe). |
|||
* Done: Extend swap partition to 4GB (recommended by vmware). Extended to 8GB! |
|||
* Done: Mount share in Winzyra. |
|||
* Done: Setup borgbackup. |
|||
:* Exclude big files, or at least movies. |
|||
:* Rename relevant folders to .nobak (minecraft?, movies, ...). |
|||
* Done: Transfer zyratastic. |
|||
* Done: Sync packages (texlive, ipython3, pv, skypeforlinux, zoom). |
|||
* TODO: Sync packages (apache2, arduino, banshee, discord, geogebra, oracle-java, php, pycharm-community). |
|||
* Done: Encrypt Linux |
|||
* Done: Encrypt Windows |
|||
* TODO: compress vmware images on wolverine |
|||
* Skipped: Restore mysql databases (but backed up <code>/var/lib/mysql</code>). Restore apache2. |
|||
* Done: Recover wifi connections (<code>/etc/NetworkManager/system-connections</code> |
|||
* Done: Install euroglot (with PlayOnLinux, Wine 32, version 4.0.2). |
|||
* TODO: Check PyCharm projects are recoved. |
|||
=== Partition === |
=== Partition === |
Latest revision as of 01:33, 13 October 2020
Installed Operating System
Current OS Log
System
Hardware
- ASUS Zenbook 14 BX425JA-BM122R avec NumPad
- Bought in 2020 &dmash; See New PC - 2020 for selection page
- Default OS: Win 10 64
- CPU: Intel Core i7-1065G7 (Quad-Core 1.3 GHz / 3.9 GHz Turbo - 8 Threads - Cache 8 Mo)
- Micro-architecture: Ice Lake (wikipedia page)
- RAM: 32GB
- GPU: Intel
References
TO be completed
Log
- Boot in Windows 10, let update runs, etc.
- In Win 10, disable fast startup.
- In Win 10, Ctrl-X, powershell (admin),
powercfg -h off
- In Win 10, disable page file.
- (note: we kept secure boot, apparently supported since Debian Buster)
- In Win 10, fix taskbar search not working (i.e. WIN key + any string). Create new DWORD-32 registry entry
\\HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Search\BingSearchEnabled
with value 0 [1], then restart. - In Win 10, remove BitLocker from drive C:
Disable-BitLocker -MountPoint "C:" # Or: manage-bde -off C:
manage-bde -status
# Wait for completion
- Backing up all partitions to Mystique NAS.
- Installing Debian-Testing (from Live+Non-Free USB image)
- Missing
regulatory.db iwlwifi-Qu-c0-hr-b0-56.ucode iwl-debug-yoyo.bin
... but Wifi still works (so far). - First boot, update notification -> several firmware installed (during a restart).
- Issue power charger not detected. Fix: use 1st plug (ie. the one further from HDMI port). Note: this is port shown in ASUS doc.
- Gnome settings:
- Enable tap to click, disable natural scrolling.
- Missing
- Disable Secure Boot, because it prevents loading the vmware modules vmmon and vmnet (
operation not permitted
when doing modprobe). - Done: Extend swap partition to 4GB (recommended by vmware). Extended to 8GB!
- Done: Mount share in Winzyra.
- Done: Setup borgbackup.
- Exclude big files, or at least movies.
- Rename relevant folders to .nobak (minecraft?, movies, ...).
- Done: Transfer zyratastic.
- Done: Sync packages (texlive, ipython3, pv, skypeforlinux, zoom).
- TODO: Sync packages (apache2, arduino, banshee, discord, geogebra, oracle-java, php, pycharm-community).
- Done: Encrypt Linux
- Done: Encrypt Windows
- TODO: compress vmware images on wolverine
- Skipped: Restore mysql databases (but backed up
/var/lib/mysql
). Restore apache2. - Done: Recover wifi connections (
/etc/NetworkManager/system-connections
- Done: Install euroglot (with PlayOnLinux, Wine 32, version 4.0.2).
- TODO: Check PyCharm projects are recoved.
Partition
TBc