diff --git a/data/eng/docs/INSTALL.TXT b/data/eng/docs/INSTALL.TXT index 58f40b6de3..85d1ff8452 100644 --- a/data/eng/docs/INSTALL.TXT +++ b/data/eng/docs/INSTALL.TXT @@ -1,9 +1,9 @@ -Minimal system requirements for Kolibri 0.7.x.0: +Minimal system requirements for KolibriOS: * CPU: Pentium, AMD 5x86 or Cyrix 5x86 without MMX with frequency 100 MHz * RAM: 8 Mb * Videocard: supporting VGA (640*480*16 mode) or Vesa * Keyboard: AT -* Mouse: COM or PS/2 +* Mouse: COM, PS/2 or USB The system can boot from any of following devices: - Floppy 3.5 @@ -46,53 +46,36 @@ only FAT volumes are ok. 3) Moreover, there exist a program which allow load Kolibri directly from Windows 95/98/Me (of course, unloading it) - 9x2klbr (author - Diamond), supports FAT32 and NTFS. -4) Usage of the loader GRUB. The way of using file 'memdisk' to load Kolibri - has been described by derPENGUIN on english forum - (http://meos32.7.forumer.com/viewtopic.php?t=110). - The suggested method (described by Alver) is based on that description - and was checked on grub-0.97-19mdv2007.0. - 1. Kolibri can write only on FAT filesystem, so if image file is placed not - to FAT volume, the system can not save settings. Therefore if you have - FAT32 partition, place 'kolibri.img' there. - 2. This method requires the file 'memdisk' from the package 'syslinux' - (http://syslinux.zytor.com). You may install the whole package or only - extract the mentioned file. Only the file 'memdisk' is needed. (After - package install it will be in '/usr/lib/syslinux'). - 3. Place the file 'memdisk' to the folder 'boot' or to the partition used - for Kolibri. - 4. Add to the configuration file 'menu.lst' ('grub.conf') lines as follow: +4) Usage of the loader GRUB. Place the file 'memdisk' to the folder 'boot' + or to the partition used for Kolibri. + a) For GRUB2, in the folder /etc/grub.d add to one of files next lines: + +menuentry 'KolibriOS' { + linux16 (hd[Hard disk number],[partition number])[path]/memdisk + initrd16 (hd[Hard disk number],[partition number])[path]/kolibri.img + } + + example: + +menuentry 'KolibriOS' { + linux16 (hd0,msdos1)/boot/memdisk + initrd16 (hd0,msdos1)/boot/kolibri.img + } + + then, run in terminal 'sudo update-grub'. + + b) For old GRUB, add to the configuration file 'menu.lst' next lines: title KolibriOS kernel (hd[Hard disk number],[partition number])[path]/memdisk initrd (hd[Hard disk number],[partition number])[path]/kolibri.img - (Remember that numeration of partitions in GRUB starts from 0.) - Example: + Remember that numeration in GRUB starts from 0. Example: + title KolibriOS kernel (hd0,0)/boot/memdisk initrd (hd0,3)/kolibri/kolibri.img - The initial variant was: - - label KolibriOS - root (hd[Hard disk number],[partition number]) - kernel [path]/memdisk - initrd [path]/kolibri.img - - Here 'memdisk' and 'kolibri.img' must be placed on the same partition. - - Example: - label KolibriOS - root (hd0,0) - kernel /boot/memdisk - initrd /boot/kolibri.img - This example is the variant described on english forum, with install to - Linux boot partition (of course, without FAT partition). - -5) The previous method could not work as is in GRUB2 (tested by Apocalypse_dn), - the commands "linux16" and "initrd16" should be used instead of "kernel" - and "initrd" (suggested by vkos). - III. Install to USB-Flash-drive. The special loader for FAT32-volumes has been written, it and its installer to flash drive can be found in the folder HD_load\USB_Boot. diff --git a/data/et/docs/INSTALL.TXT b/data/et/docs/INSTALL.TXT index 58f40b6de3..85d1ff8452 100644 --- a/data/et/docs/INSTALL.TXT +++ b/data/et/docs/INSTALL.TXT @@ -1,9 +1,9 @@ -Minimal system requirements for Kolibri 0.7.x.0: +Minimal system requirements for KolibriOS: * CPU: Pentium, AMD 5x86 or Cyrix 5x86 without MMX with frequency 100 MHz * RAM: 8 Mb * Videocard: supporting VGA (640*480*16 mode) or Vesa * Keyboard: AT -* Mouse: COM or PS/2 +* Mouse: COM, PS/2 or USB The system can boot from any of following devices: - Floppy 3.5 @@ -46,53 +46,36 @@ only FAT volumes are ok. 3) Moreover, there exist a program which allow load Kolibri directly from Windows 95/98/Me (of course, unloading it) - 9x2klbr (author - Diamond), supports FAT32 and NTFS. -4) Usage of the loader GRUB. The way of using file 'memdisk' to load Kolibri - has been described by derPENGUIN on english forum - (http://meos32.7.forumer.com/viewtopic.php?t=110). - The suggested method (described by Alver) is based on that description - and was checked on grub-0.97-19mdv2007.0. - 1. Kolibri can write only on FAT filesystem, so if image file is placed not - to FAT volume, the system can not save settings. Therefore if you have - FAT32 partition, place 'kolibri.img' there. - 2. This method requires the file 'memdisk' from the package 'syslinux' - (http://syslinux.zytor.com). You may install the whole package or only - extract the mentioned file. Only the file 'memdisk' is needed. (After - package install it will be in '/usr/lib/syslinux'). - 3. Place the file 'memdisk' to the folder 'boot' or to the partition used - for Kolibri. - 4. Add to the configuration file 'menu.lst' ('grub.conf') lines as follow: +4) Usage of the loader GRUB. Place the file 'memdisk' to the folder 'boot' + or to the partition used for Kolibri. + a) For GRUB2, in the folder /etc/grub.d add to one of files next lines: + +menuentry 'KolibriOS' { + linux16 (hd[Hard disk number],[partition number])[path]/memdisk + initrd16 (hd[Hard disk number],[partition number])[path]/kolibri.img + } + + example: + +menuentry 'KolibriOS' { + linux16 (hd0,msdos1)/boot/memdisk + initrd16 (hd0,msdos1)/boot/kolibri.img + } + + then, run in terminal 'sudo update-grub'. + + b) For old GRUB, add to the configuration file 'menu.lst' next lines: title KolibriOS kernel (hd[Hard disk number],[partition number])[path]/memdisk initrd (hd[Hard disk number],[partition number])[path]/kolibri.img - (Remember that numeration of partitions in GRUB starts from 0.) - Example: + Remember that numeration in GRUB starts from 0. Example: + title KolibriOS kernel (hd0,0)/boot/memdisk initrd (hd0,3)/kolibri/kolibri.img - The initial variant was: - - label KolibriOS - root (hd[Hard disk number],[partition number]) - kernel [path]/memdisk - initrd [path]/kolibri.img - - Here 'memdisk' and 'kolibri.img' must be placed on the same partition. - - Example: - label KolibriOS - root (hd0,0) - kernel /boot/memdisk - initrd /boot/kolibri.img - This example is the variant described on english forum, with install to - Linux boot partition (of course, without FAT partition). - -5) The previous method could not work as is in GRUB2 (tested by Apocalypse_dn), - the commands "linux16" and "initrd16" should be used instead of "kernel" - and "initrd" (suggested by vkos). - III. Install to USB-Flash-drive. The special loader for FAT32-volumes has been written, it and its installer to flash drive can be found in the folder HD_load\USB_Boot. diff --git a/data/it/docs/INSTALL.TXT b/data/it/docs/INSTALL.TXT index cf67c82237..39add841ab 100644 --- a/data/it/docs/INSTALL.TXT +++ b/data/it/docs/INSTALL.TXT @@ -1,9 +1,9 @@ -Requisiti minimi di sistema per Kolibri 0.7.x.0: +Requisiti minimi di sistema per KolibriOS: * CPU: Pentium, AMD 5x86 oppure Cyrix 5x86 senza MMX con frequenza 100 MHz * RAM: 8 Mb * Scheda video: supporting VGA (640*480*16 mode) or Vesa * Tastiera: AT -* Mouse: COM or PS/2 +* Mouse: COM, PS/2 or USB Il sistema può essere avviato da uno dei seguenti dispositivi - Floppy 3.5 @@ -48,54 +48,36 @@ tipo FAT 3) Esiste un programma, 9x2klbr (scritto da Diamond) in grado di avviare Kolibri direttamente da Windows 95/98/Me, il programma funziona con le partizioni FAT32 e NTFS. -4) È possibile usare il bootloader GRUB per caricare Kolibri. È - necessario usare il file 'memdisk', come descritto da derPENGUIN sul - forum (http://meos32.7.forumer.com/viewtopic.php?t=110). - Il metodo suggerito (descritto da Alver) è stato testato con - grub-0.97-19mdv2007.0. - 1. Kolibri può scrivere solamente sui filesystem di tipo FAT, se - quindi il file immagine non si trova su una partizione di questo - tipo, non sarà in grado di salvare eventuali impostazioni. - 2. Questo metodo richiede il file 'memdisk' dal pacchetto 'syslinux' - (http://syslinux.zytor.com). - 3. È sufficiente posizionare il file 'memdisk' nella cartella '/boot' - oppure nella stessa partizione usata da KolibriOS. - 4. Aggiungere al file 'menu.lst' ('grub.conf') le seguenti righe di - configurazione: +4) Usage of the loader GRUB. Place the file 'memdisk' to the folder 'boot' + or to the partition used for Kolibri. + a) For GRUB2, in the folder /etc/grub.d add to one of files next lines: + +menuentry 'KolibriOS' { + linux16 (hd[Hard disk number],[partition number])[path]/memdisk + initrd16 (hd[Hard disk number],[partition number])[path]/kolibri.img + } + + example: + +menuentry 'KolibriOS' { + linux16 (hd0,msdos1)/boot/memdisk + initrd16 (hd0,msdos1)/boot/kolibri.img + } + + then, run in terminal 'sudo update-grub'. + + b) For old GRUB, add to the configuration file 'menu.lst' next lines: title KolibriOS kernel (hd[Hard disk number],[partition number])[path]/memdisk initrd (hd[Hard disk number],[partition number])[path]/kolibri.img - (NOTA: La numerazione delle partizioni di GRUB parte da 0.) - Esempio: + Remember that numeration in GRUB starts from 0. Example: + title KolibriOS kernel (hd0,0)/boot/memdisk initrd (hd0,3)/kolibri/kolibri.img - La prima variante era: - - label KolibriOS - root (hd[numero disco fisso],[numero partizione]) - kernel [percorso]/memdisk - initrd [percorso]/kolibri.img - - In questo caso 'memdisk' e 'kolibri.img' devono essere sulla - stessa partizione. - - Esempio: - label KolibriOS - root (hd0,0) - kernel /boot/memdisk - initrd /boot/kolibri.img - Con questa variante, descritta nel forum, KolibriOS è posizionato - nella cartella di boot di GN/Linux, quindi non si trova su una - partizione FAT32 e non sarà in grado di salvare eventuali modifiche. - -5) I comandi descritti precedentemente potrebbero non funzionare con - GRUB2, (testato da Apocalypse_dn), in tal caso sostituire "linux16" e - "initrd16" a "kernel" and "initrd" (suggerito da vkos). - III. Installazione su chiave USB. Nella cartella HD_load\USB_Boot è possibile trovare un loader che permette di installare KolibriOS su chiave USB. Se la chiave USB non è diff --git a/data/rus/docs/INSTALL.TXT b/data/rus/docs/INSTALL.TXT index 191b2b56a6..180d3015e4 100644 --- a/data/rus/docs/INSTALL.TXT +++ b/data/rus/docs/INSTALL.TXT @@ -1,9 +1,9 @@ - ⥬ ॡ 0.7.x.x: + ⥬ ॡ ਎: * CPU: Pentium, AMD 5x86 Cyrix 5x86 MMX ⮩ 100 MHz * RAM: 8 Mb * : ন VGA (० 640*480*16) Vesa * : AT -* : COM PS/2 +* : COM, PS/2 USB ⥬ 㦠  ᫥ ன: - Floppy 3.5 @@ -47,57 +47,37 @@ LiveCD, 3) ஬ ⮣, ணࠬ, 㦠 Kolibri ।⢥ Windows 95/98/Me (⢥, 㦠 ᫥) - 9x2klbr ( - Diamond), প FAT32 NTFS. -4) ᯮ짮 ⥩ 稪 GRUB. - ᮡ ᯮ짮 䠩 'memdisk' 㧪 Kolibri ᠫ - derPENGUIN 筮 㬥 - (http://meos32.7.forumer.com/viewtopic.php?t=110). - । ਠ (ᠫ Alver) ⮬ ᠭ - ஡ grub-0.97-19mdv2007.0. - 1. Kolibri ন ⮫쪮 䠩 ⥬ FAT, - ᫥⥫쭮, ᫨ ⠭ 䠩 ࠧ FAT ࠧ, 㤥 - ன Kolibri. ⮬ ᫨ ࠧ FAT32, - 䠩 kolibri.img 㤠. - 2. ॡ 䠩 'memdisk' 'syslinux' - (http://syslinux.zytor.com). ⠭ - ॡ㥬 䠩. 㦥 ⮫쪮 䠩 'memdisk'. (᫥ - ⠭ 㤥 '/usr/lib/syslinux/'). 䠩 ⠪ - ਫ ਡ⨢. - 3. 䠩 'memdisk' ⠫ 'boot' ࠧ, ᯮ㥬 - Kolibri. - 4. 䠩 䨣樨 'menu.lst' ('grub.conf') ᫥饣 - : +4) ᫨ ⠭ Linux, ந 㧪 १ GRUB. + ਡ⨢ ਫ 䠩 'memdisk', ⠫ 'boot' + ࠧ, ᯮ㥬 Kolibri. + a) GRUB2, /etc/grub.d 䠩 : + +menuentry 'KolibriOS' { + linux16 (hd[ ⪮ ᪠],[ ࠧ])[ 䠩]/memdisk + initrd16 (hd[ ⪮ ᪠],[ ࠧ])[ 䠩]/kolibri.img + } + + ਬ: + +menuentry 'KolibriOS' { + linux16 (hd0,msdos1)/boot/memdisk + initrd16 (hd0,msdos1)/boot/kolibri.img + } + + ᫥ 祣 ନ 믮 sudo update-grub. + + ) ண GRUB, 䠩 䨣樨 'menu.lst' : title KolibriOS kernel (hd[ ⪮ ᪠],[ ࠧ])[ 䠩]/memdisk initrd (hd[ ⪮ ᪠],[ ࠧ])[ 䠩]/kolibri.img - ( , 㬥 ࠧ GRUB 稭 0.) - ਬ: + , 㬥 GRUB 稭 0. ਬ: + title KolibriOS kernel (hd0,0)/boot/memdisk initrd (hd0,3)/kolibri/kolibri.img - ࠤ樮 ਠ: - - label KolibriOS - root (hd[ ⪮ ᪠],[ ࠧ]) - kernel []/memdisk - initrd []/kolibri.img - - 'memdisk' 'kolibri.img' ⠢ ࠧ. - - ਬ: - label KolibriOS - root (hd0,0) - kernel /boot/memdisk - initrd /boot/kolibri.img - ਬ - ਠ, ᠭ 筮 㬥, ⠭ - 㧮 ࠧ Linux (⢥, ᯮ짮 FAT ࠧ). - -5) GRUB2 ᠭ 㭪 4 ᯮᮡ ।⢥ ன - (஢७ Apocalypse_dn), kernel initrd 㦭 ᯮ짮 - ᮮ⢥⢥ linux16 initrd16 (। vkos). - III. ⠭ USB-Flash-⥫. FAT32-⮬ ᠭ ᯥ樠 稪, ⠭騪 䫥 室 ⠫ HD_load\USB_Boot. diff --git a/data/sp/docs/INSTALL.TXT b/data/sp/docs/INSTALL.TXT index 58f40b6de3..85d1ff8452 100644 --- a/data/sp/docs/INSTALL.TXT +++ b/data/sp/docs/INSTALL.TXT @@ -1,9 +1,9 @@ -Minimal system requirements for Kolibri 0.7.x.0: +Minimal system requirements for KolibriOS: * CPU: Pentium, AMD 5x86 or Cyrix 5x86 without MMX with frequency 100 MHz * RAM: 8 Mb * Videocard: supporting VGA (640*480*16 mode) or Vesa * Keyboard: AT -* Mouse: COM or PS/2 +* Mouse: COM, PS/2 or USB The system can boot from any of following devices: - Floppy 3.5 @@ -46,53 +46,36 @@ only FAT volumes are ok. 3) Moreover, there exist a program which allow load Kolibri directly from Windows 95/98/Me (of course, unloading it) - 9x2klbr (author - Diamond), supports FAT32 and NTFS. -4) Usage of the loader GRUB. The way of using file 'memdisk' to load Kolibri - has been described by derPENGUIN on english forum - (http://meos32.7.forumer.com/viewtopic.php?t=110). - The suggested method (described by Alver) is based on that description - and was checked on grub-0.97-19mdv2007.0. - 1. Kolibri can write only on FAT filesystem, so if image file is placed not - to FAT volume, the system can not save settings. Therefore if you have - FAT32 partition, place 'kolibri.img' there. - 2. This method requires the file 'memdisk' from the package 'syslinux' - (http://syslinux.zytor.com). You may install the whole package or only - extract the mentioned file. Only the file 'memdisk' is needed. (After - package install it will be in '/usr/lib/syslinux'). - 3. Place the file 'memdisk' to the folder 'boot' or to the partition used - for Kolibri. - 4. Add to the configuration file 'menu.lst' ('grub.conf') lines as follow: +4) Usage of the loader GRUB. Place the file 'memdisk' to the folder 'boot' + or to the partition used for Kolibri. + a) For GRUB2, in the folder /etc/grub.d add to one of files next lines: + +menuentry 'KolibriOS' { + linux16 (hd[Hard disk number],[partition number])[path]/memdisk + initrd16 (hd[Hard disk number],[partition number])[path]/kolibri.img + } + + example: + +menuentry 'KolibriOS' { + linux16 (hd0,msdos1)/boot/memdisk + initrd16 (hd0,msdos1)/boot/kolibri.img + } + + then, run in terminal 'sudo update-grub'. + + b) For old GRUB, add to the configuration file 'menu.lst' next lines: title KolibriOS kernel (hd[Hard disk number],[partition number])[path]/memdisk initrd (hd[Hard disk number],[partition number])[path]/kolibri.img - (Remember that numeration of partitions in GRUB starts from 0.) - Example: + Remember that numeration in GRUB starts from 0. Example: + title KolibriOS kernel (hd0,0)/boot/memdisk initrd (hd0,3)/kolibri/kolibri.img - The initial variant was: - - label KolibriOS - root (hd[Hard disk number],[partition number]) - kernel [path]/memdisk - initrd [path]/kolibri.img - - Here 'memdisk' and 'kolibri.img' must be placed on the same partition. - - Example: - label KolibriOS - root (hd0,0) - kernel /boot/memdisk - initrd /boot/kolibri.img - This example is the variant described on english forum, with install to - Linux boot partition (of course, without FAT partition). - -5) The previous method could not work as is in GRUB2 (tested by Apocalypse_dn), - the commands "linux16" and "initrd16" should be used instead of "kernel" - and "initrd" (suggested by vkos). - III. Install to USB-Flash-drive. The special loader for FAT32-volumes has been written, it and its installer to flash drive can be found in the folder HD_load\USB_Boot.