1
Installation issues / Re: black screen with cursor after avwizard
« on: February 05, 2010, 05:54:16 am »
I found the problem. I did this:
/etc/init.d/networking restart
It complained about an option with empty value.
couldn't read interfaces file /etc/network/interfaces
option with empty value
Turns out the netmask and gateway for eth0 were empty, so I changed this:
netmask
gateway
To this:
netmask 255.255.255.0
gateway 192.168.1.1
Anyone else stumbling on this thread will have to determine the correct values in their own environment.
Try ifconfig on a working linux machine or ipconfig /all on a windows machine.
/etc/init.d/networking restart
It complained about an option with empty value.
couldn't read interfaces file /etc/network/interfaces
option with empty value
Turns out the netmask and gateway for eth0 were empty, so I changed this:
netmask
gateway
To this:
netmask 255.255.255.0
gateway 192.168.1.1
Anyone else stumbling on this thread will have to determine the correct values in their own environment.
Try ifconfig on a working linux machine or ipconfig /all on a windows machine.