Kenneth16 wrote:I was trying this out on USB. I mostly got it to work however after the "try it" text screen I get a near endless string of "Buffer I/O Error...". After a few hundred lines I get the GUI "try it" screen and then a few dozen more of the same. After that it seems to work OK. If I do a clean install on a wiped hard drive will that go away????
Are you running Windows on that machine?
Is it an SSD or HDD?
Are you currently running another distro, like Ubuntu on it?
If you are running Windows, etc. In Live CD using "try it" I recommend you try in terminal
- Code:
fsck -A
This is to check if there are any disk errors that could imply drive failure may be in your near future. If so, your timing of using a trial of Zorin may have just given you an early warning.
Before I create a panic, most likely you are fine and so is the disk. But better to be sure, than not.
If you are running Ubuntu or similar, try
- Code:
fsck -a -y /dev/sda1
This includes repair. (Change sda1 if needed to apply to the disk in question)