Note: Adding "init=/bin/bash" after "single" is only required if the system still requires a root password to boot into single user mode.
# passwd
New UNIX password:
/usr/lib64/cracklib_dict.pwd: No such file or directory
PWOpen: No such file or directory
# mount -o remount,rw /
# cat /etc/fstab
[...]
/dev/sda7 /usr reiserfs notail,noatime 0 0
[...]
# mount /dev/sda7 /usr
# passwd
New password:
Retype new password:
passwd: password updated successfully
# sync
# umount /usr
# /sbin/shutdown -r now
shutdown: warning: cannot open /var/run/shutdown/pid
shutdown: /dev/initctl: no such file or directory
network interface eth0 does not exist
Please verify hardware or kernel module (driver)
An "ifconfig -a" shows eth2 and loopback. Swapped mac address for eth0 and eth2
in /etc/udev/rules.d/70-persistent-net.rules and changed eth0 to DHCP from a
static IP address:
# cat /etc/conf.d/net
config_eth0=( "192.168.149.36/24" )
routes_eth0=( "default via 192.168.149.2" )
# echo "config_eth0=( \"dhcp\" )" > /etc/conf.d/net
Interface links: