15 Mar
2013
15 Mar
'13
8:19 p.m.
2013/3/15 David C. Rankin <drankinatty@suddenlinkmail.com>:
the network and eth0 is present. However, when booting natively to the system no eth0 is present. Attempting /etc/rc.d/network restart results in "Device eth0
As Christoph suggests, try 'ip link', it will show you all devices.
Appending init=/usr/lib/systemd/systemd does bring up systemd and the system boots until X starts and the system hangs. It still responds to ctrl+alt+del,
To not start X with systemd try "systemd.unit=multi-user.target" or "systemd.unit=rescue.target" as kernel parameters. -- Krzysztof Warzecha