Здравейте мили хора.

Проблемът е следният - в неделя си инсталирах Gentoo oт Gentoo 2006.0 LiveCD . С малко помощ (добре де, не беше много малко

'> ) и доста мъки успях да реша някои проблеми и се получи една почти работеща ОС - казвам почти работеща, защото има още един куп неща да се оправят. И сега на проблема - пускам си днес компютъра, GRUB не се зарежда и ми дава Error 18. За въпросната грешка открих това в нет-а:
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 it self 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. If using a SUSE linux and installing on VM Ware this problem is solved by creating a small partition at the very beginning of the harddisc, and mounting it as /boot.
Доколкото успях да разбера с моите малки технически познания - boot партишъна на Gentoo-то трябва да е някъде в началото до 1023 цилиндър на харда. В момента харда ми е разделен така:
sda1 - 10 GB - NTFS - тук е инсталиран Windows XP
sda2 - 25GB - NTFS
sda5 - 20 GB - FAT32
sda6 - 102 MB - ext2 - това е boot-ващият партишън на Gentoo-то.
sda7 - linux-swap - 1 GB
sda8 -reiserfs - 19 GB
Относно големината на swap-a и на boot-ващия партишън съм изпозлвала стойностите по подразбиране. Някакви идеи дали мога да оправя тази грешка без преинсталация? Нямам необходимото време за нова инсталация и не мога да сложа boot партишъна в началото. Освен това от неделя до сряда GRUB -ът работеше без проблем и не виждам защо точно днес буут- партишъна се оказва толкова далече.

'>
Ето и малко повече информация за компютъра - става въпрос за лаптоп с центрино и мобилен пентиум 1.6 Гхц, 512 MB Рам, BIOS - ът е Phoenix v1.60.
Благодаря предварително!

'>