Thnx, heb een poging ondernomen de boot-loader (grub) te herstellen via de cd, maar deze gaf een 'fatale uitzondering' o.i.d. - en kon dus niet worden geïnstalleerd.
De melding segmentation fault bleef bestaan.
Daarom maar de windows-logica gevolgd en geprobeerd alles opnieuw te installeren - met als gevolg dat Grub een
Error 18
geeft.
Nu heb ik al wat gezocht op google en een mogelijke oplossing gevonden: (
http://wiki.linuxquestions.org/wiki/GRUB)
Error 18: Selected cylinder exceeds maximum supported by BIOS
This error is returned when a read is attempted at a linear block address beyond the end of the BIOS translated area. This generally happens if your disk is larger than the BIOS can handle (512MB for (E)IDE disks on older machines or larger than 8GB on others.). In more practical terms this means the BIOS is unable to start executing the kernel because the kernel is not located within the block it can access at boot up time.
This can be circumvented by creating a boot partition at the beginning of the disk that is completely within the first 1023 cylinders of the harddrive. This partition will contain the kernel.
The kernel itself does not suffer from the same limitations as the BIOS so after the BIOS has loaded the kernel the kernel will have no problem accessing the whole harddrive. Newer BIOSes will automatically translate the harddrives size in a way that it can be completely contained within the first 1023 cylinders and hence modern computers do not suffer from this problem.
The same error can happen when the BIOS detects a disk in a different way as Linux does. This can happen when changing motherboards or when moving a GRUB-bootable disk from one computer to another. If this happens, just boot with a GRUB floppy, read the C/H/S numbers from the existing partition table and manually edit the BIOS numbers to match.
[...]
Als ik het goed begrepen heb is het probleem dus dat het bios problemen heeft met de grootte van de harddisk - wat bij de installatie onder win98 (dat voorheen op deze pc draaide) ook al een issue was. Tijdens de installatieprocedure van ubuntuwordt de harde schijf overigens wel juist (= als 80 GB) weergegeven, iets wat onder win98 alleen met een aantal hulpprogramma's min of meer gelukt is na veel moeite. Maar goed,
De oplossing zou dus moeten zijn: creating a boot partition at the beginning of the disk that is completely within the first 1023 cylinders of the harddrive. This partition will contain the kernel.
Maar kan iemand mij vertellen hoe ik de kernel op de eerste 1023 cylinders kan krijgen???
Wederom bij voorbaat dank namens een 'echte' beginneling