> It solved the build pb's; unfortunatley I'm not able to boot from an IDE CF
> disk.
>
> The error I see is:
>
> LINUXRC: Bering - Initrd - 4.0.0 Rev 8 uClibc 0.9.30.3
> [    1.679028] SCSI subsystem initialized
> [    2.027591] usbcore: registered new interface driver usbfs
> [    2.037774] usbcore: registered new interface driver hub
> [    2.044838] usbcore: registered new device driver usb
> [    2.065189] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
> [    2.075893] ohci_hcd 0000:00:0f.4: OHCI Host Controller
> [    2.076635] ohci_hcd 0000:00:0f.4: new USB bus registered, assigned bus
> number 1
> [    2.088773] ohci_hcd 0000:00:0f.4: irq 15, io mem 0xefffe000
> [    2.174051] usb usb1: configuration #1 chosen from 1 choice
> [    2.185534] hub 1-0:1.0: USB hub found
> [    2.185534] hub 1-0:1.0: 4 ports detected
> [    2.222875] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
> [    2.232084] Warning! ehci_hcd should always be loaded before uhci_hcd and
> ohci_hcd, not after
> [    2.241631] ehci_hcd 0000:00:0f.5: EHCI Host Controller
> [    2.247743] ehci_hcd 0000:00:0f.5: new USB bus registered, assigned bus
> number 2
> [    2.282635] ehci_hcd 0000:00:0f.5: irq 15, io mem 0xefffd000
> [    2.288451] ehci_hcd 0000:00:0f.5: USB 2.0 started, EHCI 1.00
> [    2.295402] usb usb2: configuration #1 chosen from 1 choice
> [    2.302235] hub 2-0:1.0: USB hub found
> [    2.302945] hub 2-0:1.0: 4 ports detected
> LINUXRC: Installing -  root: root(nf!)  config: config(nf!)  etc: etc(nf!)
> modules: modules(nf!)  dropbear: dropbear(nf!)  .
> /init: source: line 309: can't open '/var/lib/lrpkg/root.dev.own'
> [    3.433366] Kernel panic - not syncing: Attempted to kill init!
>
>
> This is usually a pb, when initrd can't find the media with the packages.
>
> The syslinux.cfg I use (this is a dual boot setup for CF) looks like this:
>
> kernel linux26
> append initrd=initrd26.lrp root=/dev/ram0 rw console=ttyS0,115200n8
> LEAFCFG=/dev/sda2:msdos PKGPATH=/dev/sda2:msdos
> LRP=root,config,etc,modules,dropbear
>
> I also tried the shorter one
> kernel linux26
> append initrd=initrd26.lrp root=/dev/ram0 rw console=ttyS0,115200n8
> LEAFCFG=/dev/sda2:msdos
>
> kp
>    
Can you look what device driver is actually use your IDE controller? If 
earlier build with unconditional loading of all initrd modules works for 
you, can you run `cat /sys/class/scsi_host/*/proc_name` and tell me result?
Also I've added ata_generic to initrd, try to reassemble it and run - 
possible it'll work if there is no ATA drivers will be loaded by autoload.

------------------------------------------------------------------------------
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo

_______________________________________________
leaf-devel mailing list
leaf-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-devel

Reply via email to