Tuesday, May 2, 2017

How to setup CentOS 7 to boot up to text mode

systemctl -f enable multi-user.target   <= boot to TEXT mode

ln -sf /lib/systemd/system/multi-user.target /etc/systemd/system/default.target <= TEXT mode

ln -sf /lib/systemd/system/graphical.target /etc/systemd/system/default.target <=GUI mode

No comments:

Post a Comment

How to use ipmi command to locate B7136 HDD LED

 Locate: Hdd0:  Ipmitool –I lanplus –H BMC_IP –U root –P BMC_password raw 0x2e 0x09 0xfd 0x19 0x0 0x06 0xc2 0x00 0x01 0x01 Hdd1:  Ipmitool –...