here I am again. this will be a long story
I started over again and after instaling firefox, then black screen. ctrl+alt+f2, then logged to my user. then sudo vim etc/apt/sources.list, then save, then apt-get update then I got an error msg saying :
Could not get lock /var/lib/dpkg/lock - open (11 resource temporarily unavailable)
Unable to lock the administration directory (/var/lib/dpkg/), is another process using it ?
so I search the net after some reading I've done something I'm not even sure about
ps aux | egrep -i 'apt|ftp|kpack|dpkg' | less
but I forgot the space before the less so it did
ps aux | egrep -i 'apt|ftp|kpack|dpkg' |less
don't know what happened but after that I was able to do the apt-get update. I got some 404 not found but nothing else
then trying apt-get upgrade :
..
few lines
..
Setting up radvd
starting radvd :....... radvd syntax error in /etc/radvd.conf, line 2 (seems to be a 2 thats out of screen range)
radvd: error parsing or activating the config file /etc/radvd.conf failed
invole-rc.d: initscript radvd, action "start" failed
dpkg : erroe processing radvd (--configure):
subprocess post-intalation script returned error exit status 1
error were encountered while processing :
radvd
E: subprocess /usr/bin/dpkg returned an error code 1
so I tried to edit the radvd.conf file. don't know why but it's blank. so entering radvd.conf I began to write something according to some howto I found on the net again but i'm not sure about the prefix...
interface eth0
{ AdvSendAdvert on;
prefix (I entered what I think is the prefix to use I may be wrong)
};
then again apt-get upgrade. It went through this time .
returning to ctrl+alt+f7 and........ nothing....
I'm thinking it might be easier for me to wait the final iso with the proper modification. I'm starting to be pissed of at this..