I have a laptop that has been 'wiped'. If I boot it up, it says "Non-System Disk Error..."

I have downloaded Linux Mint and burnt it to a CD (The files & folders, not the ISO) on a Mac. I then went into BIOS on the wiped computer and set it to boot from CD, but it still says "Non-System Disk Error" and I can't get it to do anything else.

Any ideas about how to make something happen, would be appreciated.

link|improve this question

Is your CD a bootable cd? I don't think you can normally boot off of a data disk with just files and folders on it. I would suggest downloading the ISO image and burning that as that will be bootable and trying to boot off if it again. – sbtkd85 Aug 3 '11 at 22:31
feedback

closed as off topic by Greg Hewgill, Robert Harvey Aug 3 '11 at 23:30

Questions on Stack Overflow are expected to generally relate to programming or software development in some way, within the scope defined in the faq.

2 Answers

up vote 4 down vote accepted

You mean, you wrote the folders contained in the ISO to the disc? That will not work, because the boot code will be missing from the CD.

Write the ISO file as a raw image to the CD, and it should boot.

link|improve this answer
That worked. FYI This link will tell you how to burn the RAW ISO on a Mac. hints.macworld.com/article.php?story=20060619181010389 – Chris Aug 3 '11 at 23:25
feedback

Simply burning files to a CD does not make that CD bootable. You're better off getting the ISO image so that you can boot directly from it.

Otherwise, you're going to have to get yourself a boot floppy or memory stick to get the machine up and running, before running an install from the CD.

Seriously, download the bootable ISO, it'll be a lot easier.

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.