tree
dockstar sid/jessie usb-root issue July 09, 2013 04:27PM |
Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Waiting for root file system ... done. Gave up waiting for root device. Common problems: - Boot args (cat /proc/cmdline) - Check rootdelay= (did the system wait long enough?) - Check root= (did the system wait for the right device?) - Missing modules (cat /proc/modules; ls /dev) ALERT! /dev/sda2 does not exist. Dropping to [ 43.589654] usbcore: registered new interface driver usbfs a shell! [ 43.596562] usbcore: registered new interface driver hub [ 43.602069] usbcore: registered new device driver usb [ 43.609432] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 43.616679] ehci-pci: EHCI PCI platform driver [ 43.637647] uhci_hcd: USB Universal Host Controller Interface driver [ 43.653128] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 43.671370] hidraw: raw HID events driver (C) Jiri Kosina [ 43.680848] usbcore: registered new interface driver usbhid [ 43.686446] usbhid: USB HID core driver
(initramfs) cat /proc/modules usbhid 34741 0 - Live 0xbf098000 hid 72311 1 usbhid, Live 0xbf07f000 ohci_hcd 18628 0 - Live 0xbf076000 uhci_hcd 20267 0 - Live 0xbf06d000 ehci_pci 3142 0 - Live 0xbf069000 ehci_hcd 34116 1 ehci_pci, Live 0xbf05b000 usbcore 132046 5 usbhid,ohci_hcd,uhci_hcd,ehci_pci,ehci_hcd, Live 0xbf028000 usb_common 648 1 usbcore, Live 0xbf024000 mv643xx_eth 24159 0 - Live 0xbf010000 inet_lro 4293 1 mv643xx_eth, Live 0xbf00b000 libphy 17615 1 mv643xx_eth, Live 0xbf000000
(initramfs) cat /proc/cmdline console=ttyS0,115200 root=/dev/sda1 rootdelay=10 rootfstype=ext2 mtdparts=orion_nand:1M(u-boot),4M(uImage),32M(rootfs),-(data) root=/dev/sda2
(initramfs) cat /proc/partitions major minor #blocks name 31 0 1024 mtdblock0 31 1 4096 mtdblock1 31 2 32768 mtdblock2 31 3 224256 mtdblock3
Re: dockstar sid/jessie usb-root issue July 10, 2013 12:32AM |
Admin Registered: 14 years ago Posts: 19,295 |
mkimage -A arm -O linux -T kernel -C none -a 0x00008000 -e 0x00008000 -n Linux-3.9.1-kirkwood -d /boot/vmlinuz-3.9.1-kirkwood /boot/uImage mkimage -A arm -O linux -T ramdisk -C gzip -a 0x00000000 -e 0x00000000 -n initramfs-3.9.1-kirkwood -d /boot/initrd.img-3.9.1-kirkwood /boot/uInitrd
tree
Re: dockstar sid/jessie usb-root issue July 10, 2013 03:30PM |
Re: dockstar sid/jessie usb-root issue July 26, 2013 04:29PM |
Registered: 13 years ago Posts: 9 |
# debootstrap configuration RELEASE=testing <---CHANGED THIS FROM WHEEZY VARIANT=minbase ARCH=armel
Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Waiting for root file system ... done. Gave up waiting for root device. Common problems: - Boot args (cat /proc/cmdline) - Check rootdelay= (did the system wait long enough?) - Check root= (did the system wait for the right device?) - Missing modules (cat /proc/modules; ls /dev) ALERT! /dev/sda1 does not exist. Dropping to [ 28.921203] usbcore: registered new interface driver usbfs a shell! [ 28.928456] usbcore: registered new interface driver hub [ 28.933959] usbcore: registered new device driver usb [ 28.941275] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 28.950672] ehci-pci: EHCI PCI platform driver [ 28.969647] uhci_hcd: USB Universal Host Controller Interface driver [ 28.985134] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 29.003345] hidraw: raw HID events driver (C) Jiri Kosina [ 29.012770] usbcore: registered new interface driver usbhid [ 29. 018368] usbhid: USB HID core driver
ah i went about it a different way July 27, 2013 05:02AM |
Registered: 13 years ago Posts: 9 |
[REMOVE] linux-image-kirkwood:armel
nrq
Re: dockstar sid/jessie usb-root issue September 15, 2013 04:27PM |
urs
Re: dockstar sid/jessie usb-root issue September 20, 2013 01:40PM |