April 20, 2024

Proxmox 8 - Install Virtual Machines Server on ThinkPad T430 based on Debian 12.

1. Enable Intel VPro or Intel ATM on Thinkpad T430.
2. Download ISO Proxmox 8.
3. Copy ISO to USB used Balena Etcher.
4. Boot with the ISO on USB.

Press F12 on Thinkpad T430 to Boot Menu.

5. Selection HDD Options.

Install with ZFS On Raid 1

6. Now, to Proxmox no sleep ThinkPad T430 when close lid, edit the filelogind.conf.

nano /etc/systemd/logind.conf

7. Uncomment the line about #HandleLidSwitch=suspend and change suspend to ignore.

HandleLidSwitch=ignore

8. Restart systemd-logind.

systemctl restart systemd-logind

9. Optional step, Resize storage.

lvremove /dev/pve/data

lvresize -l +100%FREE /dev/pve/root

resize2fs /dev/mapper/pve-root


No comments

Post a Comment

Code Copied!

© 2025 Jadslog. All Rights Reserved.