Package: installation-reports

Boot method: Manual Boot.


on a linux host (prepare the debian-installer)
$> wget http://ftp.debian.org/dists/lenny/main/installer-armel/current/images/versatile/netboot/initrd.gz
$> gunzip initrd.gz
$> mkdir deb_init
$> cd deb_init
$> cpio -i < ../initrd
$> tar cf ../deb_init.tar *

on the embedded host:

* boot an initrd
* enable telnetd
* plug SATA HDD (hotplug) and rescan bus
* create /debian in ramfs (of 512MB)
* untar deb_init.tar in /debian
* mount /proc /sys in /debian
* copy a preseed file to /debian
* chroot to /debian
* /lib/debian-installer.d/start-udev
* sh /lib/debian-installer-startup.d/S01mount
* sh /lib/debian-installer-startup.d/S10syslog
* sh /lib/debian-installer-startup.d/S15lowmem
* sh /lib/debian-installer-startup.d/S20templates
* sh /lib/debian-installer-startup.d/S35initrd-preseed
* kill some daemons that are running



more info
==========
# uname -a
Linux TS-WXL-EMDEB 2.6.22.18 #539 Fri Jul 17 13:57:12 JST 2009 armv5tejl unknown



Image version: http://ftp.debian.org/dists/lenny/main/installer-armel/current/images/versatile/netboot/initrd.gz

Date: 22/09/09

Machine: Buffalo Terastation Duo

Processor: armv5tejl
Memory: 512M

Partitions:

Here is my recipe :

d-i partman-auto/expert_recipe string
   multiraid ::
      512 5000 512 raid $primary{ } method{ raid } .
      10000 6000 10000 raid $primary{ } method{ raid } .
      512 512 300% raid method{ raid } .
      50000 10000 100000000 raid method{ raid } .

d-i partman-auto-raid/recipe string
      1 2 0 ext3 /boot /dev/sda1#/dev/sdb1 .
      1 2 0 ext3 / /dev/sda2#/dev/sdb2 .
      1 2 0 swap - /dev/sda5#/dev/sdb5 .
      1 2 0 ext3 /space /dev/sda6#/dev/sdb6 .


Output of lspci -knn (or lspci -nn): N/A



Base System Installation Checklist:

Initial boot:           [O]
Detect network card:    [O]
Configure network:      [O]
Detect CD:              [O]
Load installer modules: [O]
Detect hard drives:     [O]
Partition hard drives:  [E]
Install base system:    [O]
Clock/timezone setup:   [O]
User/password setup:    [O]
Install tasks:          [O]
Install boot loader:    [ ]
Overall install:        [O]

Comments/Problems:

Problem after partitioning :


[!] Partition disks
The kernel was unable to re-read the partition table on /dev/md0 (Invalid Argument).


(same for md2)



I can press "Continue" and everything goes smooth and the installation runs well.

as I have a runing telnet, I can see that during the installation:
# cat /proc/mdstat
reports the array OK (or resysnching .. depending when I cat the file)




regards,



--
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to