newbie@linux-hdi0:~> ping 127.0.0.1 PING 127.0.0.1 (127.0.0.1) 56(84) bytes of data. 64 bytes from 127.0.0.1: icmp_seq=1 ttl=64 time=0.048 ms 64 bytes from 127.0.0.1: icmp_seq=2 ttl=64 time=0.085 ms 64 bytes from 127.0.0.1: icmp_seq=3 ttl=64 time=0.084 ms ^C --- 127.0.0.1 ping statistics --- 3 packets transmitted, 3 received, 0% packet loss, time 2027ms rtt min/avg/max/mdev = 0.048/0.072/0.085/0.018 ms newbie@linux-hdi0:~>
newbie@linux-hdi0:~> nslookup www.google.com ;; connection timed out; no servers could be reached newbie@linux-hdi0:~>
Fix Command:
systemctl restart network
netconfig -f update
Problems:
stop reached target shutdown
GRUB_CMDLINE_
if not work change to
GRUB_CMDLINE_LINUX="reboot=b intremap=no_x2apic_optout acpi_osi=Linux initcall_blacklist=pcc_init"
stop starting show plymouth boot screen
f configuring the boot loader that way :
yast
- System
- Boot Loader
- Boot Loader Options
- Optional Command Line Parameter
- Boot Loader Options
- Boot Loader
Replace splash=silent by splash=verbose
Right now I can think of the following options:
- Change the kernel boot option "splash=silent" to "splash=verbose"
- Disable plymouth by adding "plymouth.enable=0" to the kernel boot options
- uninstall plymouth completely
沒有留言:
張貼留言