ZAVCWL0136: Difference between revisions
Jump to navigation
Jump to search
(Created page with "== Installed Operating System == === Current OS Log === * [[{{PAGENAME}} - Windows|Windows]] ** [[{{PAGENAME}} - Windows - Files|Configuration files]] * {{PAGENAME}} - Debia...") |
(→Log) |
||
Line 14: | Line 14: | ||
=== Log === |
=== Log === |
||
* Windows 10 P2V using ''WMWare Converter''. |
* Windows 10 P2V using ''WMWare Converter''. |
||
* Install Debian |
* Install Debian 12 Testing/BookWorm, with full disk encryption (except {{file|/boot}} partition). |
||
* Final partition: |
* Final partition: |
||
<source lang="bash"> |
<source lang="bash"> |
Latest revision as of 11:14, 24 April 2022
Installed Operating System
Current OS Log
System
Hardware
- Laptop HP EliteBook 800 G8.
- SSD 512GB.
- RAM 16GB.
Log
- Windows 10 P2V using WMWare Converter.
- Install Debian 12 Testing/BookWorm, with full disk encryption (except /boot partition).
- Final partition:
sudo sfdisk -l /dev/nvme0n1
# Disk /dev/nvme0n1: 476.94 GiB, 512110190592 bytes, 1000215216 sectors
# Disk model: SAMSUNG MZVLQ512HBLU-00BH1
# Units: sectors of 1 * 512 = 512 bytes
# Sector size (logical/physical): 512 bytes / 512 bytes
# I/O size (minimum/optimal): 16384 bytes / 131072 bytes
# Disklabel type: gpt
# Disk identifier: 20DF355E-6A84-4393-B5FC-D1F329FF15FE
#
# Device Start End Sectors Size Type
# /dev/nvme0n1p1 2048 1050623 1048576 512M EFI System
# /dev/nvme0n1p2 1050624 2050047 999424 488M Linux filesystem
# /dev/nvme0n1p3 2050048 1000214527 998164480 476G Linux filesystem
- /etc/crypttab, /etc/fstab and LVM:
cat /etc/crypttab
# nvme0n1p3_crypt UUID=06097262-50a4-473d-a3d8-e371a5fd3262 none luks,discard
cat /etc/fstab
# /dev/mapper/zavcxl0007--vg-root / ext4 noatime,errors=remount-ro 0 1
# # /boot was on /dev/nvme0n1p2 during installation
# UUID=bb9c5c51-dde1-4894-8149-97db80c1dfd9 /boot ext2 defaults 0 2
# # /boot/efi was on /dev/nvme0n1p1 during installation
# UUID=5FDC-0B6E /boot/efi vfat umask=0077 0 1
# /dev/mapper/zavcxl0007--vg-home /home ext4 noatime 0 2
# /dev/mapper/zavcxl0007--vg-swap_1 none swap sw 0 0
sudo lvs
# LV VG Attr LSize Pool Origin Data% Meta% Move Log Cpy%Sync Convert
# home zavcxl0007-vg -wi-ao---- <431.25g
# root zavcxl0007-vg -wi-ao---- 37.25g
v swap_1 zavcxl0007-vg -wi-ao---- <7.45g
sudo pvs
# PV VG Fmt Attr PSize PFree
# /dev/mapper/nvme0n1p3_crypt zavcxl0007-vg lvm2 a-- <475.95g 0
sudo vgs
# VG #PV #LV #SN Attr VSize VFree
# zavcxl0007-vg 1 3 0 wz--n- <475.95g 0
Backup
To be completed.
Partition
To be completed.