forked from docs/doc-exports
Reviewed-by: Pristromskaia, Margarita <margarita.pristromskaia@t-systems.com> Co-authored-by: wanghuijuan738 <wanghuijuan738@huawei.com> Co-committed-by: wanghuijuan738 <wanghuijuan738@huawei.com>
3.7 KiB
3.7 KiB
How Can I Handle Slow ECS Startup?
If an ECS requires a long period of time to start, you can change the default timeout to speed up the startup.
- Log in to the ECS.
- Run the following command to switch to user root:
sudo su
- Run the following command to obtain the grub version:
- Change the timeout in the grub file to 0s.
This operation involves modifying the GRUB configuration file. Misoperations may cause the system to fail to start. Before the operation, back up the GRUB configuration file so that it can be restored in case of misoperations.
Parent topic: Troubleshooting

