1
Installation issues / Re: black screen with cursor after avwizard
« on: March 13, 2010, 08:28:29 pm »
great tip.....
but my system is in read-only mode and I can't figure out how to write the file.....any suggestions?
but my system is in read-only mode and I can't figure out how to write the file.....any suggestions?
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.