Hello!
Tomorrow I decided to dedicate 100% of my disk to opensuse!
So I backed up the files from the remaining windows partition, deleted them and expandaded the /home partition.
Well, I ran into some problems during first boot. I referred to an article at the wiki and fixed it. Although I did some small fixing manually at the fstab file.
The system booted! Buuuut I can’t browse anywhere outside the local network!
At this forum I found some info regarding the dmesg |tail command. Here is my output:
biduzido@biduNote:~> dmesg |tail
1256.061852] sr 1:0:0:0: [sr0] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
1256.061865] sr 1:0:0:0: [sr0] Sense Key : Illegal Request [current]
1256.061873] sr 1:0:0:0: [sr0] Add. Sense: Logical block address out of range
1256.061882] end_request: I/O error, dev sr0, sector 0
1256.061890] Buffer I/O error on device sr0, logical block 0
1256.062662] sr 1:0:0:0: [sr0] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
1256.062672] sr 1:0:0:0: [sr0] Sense Key : Illegal Request [current]
1256.062682] sr 1:0:0:0: [sr0] Add. Sense: Logical block address out of range
1256.062690] end_request: I/O error, dev sr0, sector 0
1256.062697] Buffer I/O error on device sr0, logical block 0
There was a bug that prevented the update because the system thought that the
user had modified the file. AFAIK, that bug is now fixed. Deleting
/etc/resolv.conf was usually enough to fix the problem.