From aa3ae8a8eaa7d5fd22a73f30608e56bec6e7e42f Mon Sep 17 00:00:00 2001 From: leency Date: Tue, 25 Feb 2025 02:09:14 +0200 Subject: [PATCH] Updated info how to write kolibri.img to a floppy Fixed issue #61 https://git.kolibrios.org/KolibriOS/kolibrios/issues/61 --- data/en_US/docs/Install.txt | 11 ++++++----- data/es_ES/docs/Install.txt | 9 +++++---- data/ru_RU/docs/Install.txt | 10 ++++++---- 3 files changed, 17 insertions(+), 13 deletions(-) diff --git a/data/en_US/docs/Install.txt b/data/en_US/docs/Install.txt index 6b0f7d689..e98543f36 100644 --- a/data/en_US/docs/Install.txt +++ b/data/en_US/docs/Install.txt @@ -30,12 +30,13 @@ Installation: BIOS mode * (if you have already loaded KolibriOS by any method) run the program `rdsave` and select the variant corresponding to floppy; - * (for DOS and Windows) run subjoined install.bat; + * for DOS use DskImage; + + * for Windows use WinImage, RawWrite for Windows or its analogue; - * with program WinImage or its analogue (e.g. DiskExplorer); - - * (for Linux) set "executable" attribute to subjoined script install.sh - and run it. + * if you have Linux then try smth like + `dd if=/pathto/kolibri.img of=/dev/fd0 bs=512 count=2880` + Wait. And make sure to umount the drive before ejecting the disk. Now you can boot from floppy (keep it in drive, reboot, set in BIOS option of floppy booting). diff --git a/data/es_ES/docs/Install.txt b/data/es_ES/docs/Install.txt index 85d1ff845..02f36d1f2 100644 --- a/data/es_ES/docs/Install.txt +++ b/data/es_ES/docs/Install.txt @@ -16,10 +16,11 @@ I. Install to floppy. 2) Write to it kolibri.img image with any available methods: a) (if you have already loaded Kolibri by any method) run the program rdsave and select the variant corresponding to floppy - b) (for DOS and Windows) run subjoined install.bat - c) with program WinImage or its analogue (e.g. DiskExplorer) - d) (for Linux) set "executable" attribute to subjoined script install.sh - and run it + b) for DOS use DskImage; + c) for Windows use WinImage, RawWrite for Windows or its analogue; + d) if you have Linux then try smth like + `dd if=/pathto/kolibri.img of=/dev/fd0 bs=512 count=2880` + Wait. And make sure to umount the drive before ejecting the disk. Now you can boot from floppy (keep it in drive, reboot, set in BIOS option of floppy booting). diff --git a/data/ru_RU/docs/Install.txt b/data/ru_RU/docs/Install.txt index 1efe4fe2f..c373137f5 100644 --- a/data/ru_RU/docs/Install.txt +++ b/data/ru_RU/docs/Install.txt @@ -17,10 +17,12 @@ I. 2) Запишите на неё образ kolibri.img любым из доступных способов: а) (если Вы уже загрузили каким-либо образом Колибри) запустите программу rdsave и выберите соответствующий дискете из предлагаемых вариантов - б) (для DOS и Windows) запустите прилагаемый install.bat - в) программой WinImage или её аналогами (например, DiskExplorer) - г) (для Linux) выставьте атрибут "исполняемый" прилагаемому скрипту - install.sh и запустите его + б) для DOS воспользуйтесь утилитой DskImage + в) для Windows подойдёт программа WinImage, RawWrite for Windows или аналог + г) для Linux запустите команду: + `dd if=/pathto/kolibri.img of=/dev/fd0 bs=512 count=2880` + Перед извлечением дискеты не забудьте её размонтировать. + Теперь с дискеты можно загружаться (оставив её в дисководе, перезагрузитесь, установив в BIOS'е опцию загрузки с дискеты).