haret не загружает Familar на 2210
haret не загружает Familar на 2210
Все делал как указано сдесь:
http://www.handhelds.org/moin/moin.cgi/RamdiskRescue
перед этим разбил в Knoppixе CF карту (512мег) на три раздела
sda1 primary 20мег ext2
sda2 primary 100мег swap
sda3 primary оставшиеся место fat32
кинул файлы кардридером в sda3:
bootgpe-v0.8.4-rc3-h2200.tar
custom.txt
haret.exe
initrd
startup.txt
wrap-haret.exe
zImage
вставляю CF в IPAQ wrap-haret.exe
меню предлагает установить Linux
провожу успешную установку
на sda1.
меню просит перезагрузится и снова запустить Haret.exe для загрузки Familara.
нажимаю на haret появляется пингвин глаза наливаются кровью картинка исчезает тёмный светящийся экран остается....все...
Содержание txt файлов:
custom.txt
#!/bin/sh
###################################
# RAMDISK RESCUE
# Copyright (c) 2006 Marcus Brown
#
# This file is used to set variables and/or execute
# additional code before Ramdisk Rescue is fully executed.
#
# This functionality was actually added during development
# so that new versions of Ramdisk Rescue could be tested
# without creating a new ramdisk.
####################
#
# INSTALL_SIZE
#
# Determines the size of the new ext2 (Linux) partition.
# This is also the (absolute) minimum amount of free
# space needed on the target flash card.
#
# DEFAULT=64
#
# Notes:
# - The size is rounded to the nearest cylinder boundary.
# - Cylinder sizes change with the weather .
# - In theory, it should be possible to install to a 64MB
# flash card, however as this is untested, the minimum
# recommended card size is 128MB.
#
INSTALL_SIZE=80
####################
#
# IP_ADDRESS
#
# This is the IP address of the Ramdisk Rescue Handheld.
#
# DEFAULT="192.168.1.203"
#
# Notes:
# - Setting this is only necessary if you intend to use the
# SSH to access the Ramdisk Rescue Handheld.
# - It is suggested that you use a different IP to that of
# your planned (current) Linux Handheld or you will possibly
# encounter problems with mismatching SSH keys.
#
IP_ADDRESS="192.168.1.202"
####################
#
# HOST_IP
#
# This is the IP address of the USB interface on your host.
# *** NOT THE SAME AS THE ETHERNET IP ON YOUR HOST ***
#
# DEFAULT="192.168.1.200"
#
# Notes:
# - Setting this variable is only necessary if you wish to
# access a network FROM your Ramdisk Rescue Handheld.
#
HOST_IP="192.168.1.200"
####################
#
# DNS_IP
#
# This is the IP address of the DNS server for your network.
#
# DEFAULT=HOST_IP
#
# Notes:
# - Setting this variable is only necessary if you want to
# access websites FROM your Ramdisk Rescue Handheld.
# eg. for downloading packages for installation, etc.
#
DNS_IP="192.168.0.254"
startup.txt
set KERNEL zImage
set INITRD "initrd"
set MTYPE 341
set CMDLINE "root=/dev/ram0 console=ttyS0,115200n8 console=tty0"
bootlinux
Изменения после установки:
кроме существующих файлов на sda3 появилась папка rescue
в ней initrd zImage(1,14мег) startup.txt
в корневом изменился размер zImage был 1,14мег стал 1,32мег
изменился startup.txt
# This file generated by RAMDISK RESCUE 0.6.1
set KERNEL zImage
set MTYPE 341
set CMDLINE "root=/dev/hda1 "
bootlinux
http://www.handhelds.org/moin/moin.cgi/RamdiskRescue
перед этим разбил в Knoppixе CF карту (512мег) на три раздела
sda1 primary 20мег ext2
sda2 primary 100мег swap
sda3 primary оставшиеся место fat32
кинул файлы кардридером в sda3:
bootgpe-v0.8.4-rc3-h2200.tar
custom.txt
haret.exe
initrd
startup.txt
wrap-haret.exe
zImage
вставляю CF в IPAQ wrap-haret.exe
меню предлагает установить Linux
провожу успешную установку
на sda1.
меню просит перезагрузится и снова запустить Haret.exe для загрузки Familara.
нажимаю на haret появляется пингвин глаза наливаются кровью картинка исчезает тёмный светящийся экран остается....все...
Содержание txt файлов:
custom.txt
#!/bin/sh
###################################
# RAMDISK RESCUE
# Copyright (c) 2006 Marcus Brown
#
# This file is used to set variables and/or execute
# additional code before Ramdisk Rescue is fully executed.
#
# This functionality was actually added during development
# so that new versions of Ramdisk Rescue could be tested
# without creating a new ramdisk.
####################
#
# INSTALL_SIZE
#
# Determines the size of the new ext2 (Linux) partition.
# This is also the (absolute) minimum amount of free
# space needed on the target flash card.
#
# DEFAULT=64
#
# Notes:
# - The size is rounded to the nearest cylinder boundary.
# - Cylinder sizes change with the weather .
# - In theory, it should be possible to install to a 64MB
# flash card, however as this is untested, the minimum
# recommended card size is 128MB.
#
INSTALL_SIZE=80
####################
#
# IP_ADDRESS
#
# This is the IP address of the Ramdisk Rescue Handheld.
#
# DEFAULT="192.168.1.203"
#
# Notes:
# - Setting this is only necessary if you intend to use the
# SSH to access the Ramdisk Rescue Handheld.
# - It is suggested that you use a different IP to that of
# your planned (current) Linux Handheld or you will possibly
# encounter problems with mismatching SSH keys.
#
IP_ADDRESS="192.168.1.202"
####################
#
# HOST_IP
#
# This is the IP address of the USB interface on your host.
# *** NOT THE SAME AS THE ETHERNET IP ON YOUR HOST ***
#
# DEFAULT="192.168.1.200"
#
# Notes:
# - Setting this variable is only necessary if you wish to
# access a network FROM your Ramdisk Rescue Handheld.
#
HOST_IP="192.168.1.200"
####################
#
# DNS_IP
#
# This is the IP address of the DNS server for your network.
#
# DEFAULT=HOST_IP
#
# Notes:
# - Setting this variable is only necessary if you want to
# access websites FROM your Ramdisk Rescue Handheld.
# eg. for downloading packages for installation, etc.
#
DNS_IP="192.168.0.254"
startup.txt
set KERNEL zImage
set INITRD "initrd"
set MTYPE 341
set CMDLINE "root=/dev/ram0 console=ttyS0,115200n8 console=tty0"
bootlinux
Изменения после установки:
кроме существующих файлов на sda3 появилась папка rescue
в ней initrd zImage(1,14мег) startup.txt
в корневом изменился размер zImage был 1,14мег стал 1,32мег
изменился startup.txt
# This file generated by RAMDISK RESCUE 0.6.1
set KERNEL zImage
set MTYPE 341
set CMDLINE "root=/dev/hda1 "
bootlinux
Так, я тоже попробовал, причем с новым релизом фамилиара. Ядро использовал как в инструкции, как и все остальное. Установиться - установилось, но также не грузится поставленная система - с теми же симптомами. Хоть у кого-нить кроме многомудрых девелоперов это чудо сработало? Кудесники, отзовитесь, плиз, и расскажите как вы дошли до жизни такой!
The only thing to fear
Is running out of the beer
Is running out of the beer
Я все делал как написанно тут - http://www.unixdoc.ru/print.php?print_id=161
там в архиве несколько файлов:
haret.exe
initrd
rootfs.img
startup.txt
zImage
где находится bootgpe и что это такое ума не приложу
в default.txt записанно следующее:
там в архиве несколько файлов:
haret.exe
initrd
rootfs.img
startup.txt
zImage
где находится bootgpe и что это такое ума не приложу
в default.txt записанно следующее:
Код: Выделить всё
set KERNEL zImage
set MTYPE 562
set GPLR(32) 1
set INITRD initrd
set CMDLINE "root=/dev/ram0 rw ramdisk_size=12288 keepinitrd init=/linuxrc console=ttyS0,115200n8 console=tty0"
bootlinux
подмонтируй rootfs.img и посмотри чего там у него в fstab. А вообще
делай как здесь - http://www.mobilelinux.ru/?page=articles&id=2
делай как здесь - http://www.mobilelinux.ru/?page=articles&id=2
Zaurus SL-860/Cacko 1.23 + WiFi Planex GW-CF11X + BT Chronos CFBT02-N2