728x90
반응형
NSX-V 설치 후 패스워드 설정
-
Log in to the VM as root.
-
Change the value for the parameter GRUB_TIMEOUTin the /etc/default/grubfile.GRUB_TIMEOUT=2
-
(Optional) Generate a new password by running the following command:run grub-mkpasswd-pbkdf2
-
(Optional) Replace the existing GRUB password in the /etc/grub.d/40_customfile.The default password is VMware1.
-
Update the GRUB configuration.update-grub
설치 후 GRUB
GRUB 메뉴에서 "e"를 입력하고 루트로 로그인하고 설치 중에 GRUB 루트에 대해 구성된 비밀번호(VMware1)를 입력합니다. 그런 다음 " e "를 다시 입력하여 선택한 옵션을 편집합니다. 그런 다음 linux 로 시작하는 줄을 찾아 해당 줄 끝에 다음 명령문을 추가합니다.
systemd.wants=PasswordRecovery.service
마지막으로 Ctrl+x를 눌러 부팅하고 메시지가 표시되면 루트 계정의 새 암호를 입력합니다. 암호를 다시 한 번 확인해야 부팅 프로세스가 계속됩니다.
반응형
'엔지니어 > Cloud' 카테고리의 다른 글
Proxmox Backup Server (PBS) (0) | 2022.11.03 |
---|---|
ESXi 7.x 에 windows 11 설치 (0) | 2022.10.31 |
Proxmox에 Windows Server 를 설치하는 방법 (0) | 2022.10.27 |
EC2 VM Export 내보내기 (0) | 2022.10.27 |
Proxmox 가상화 솔루션 검토 (0) | 2022.10.27 |