Installing on ALIX2D13

I am trying to install vyos in a fanless motherboard with only 5 watts (see photo attached) following useful instructions founded in Vyatta NetworkOS router/firewall on Alix board / Compact Flash - Jason Antman's Blog for vyatta.

Once vyos is put in the CF, I took it off from the virtual machine, it is inserted into the ALIX motherboard and powered it on.
I was able to switch from 38400 to 9600 and the grub menu appears.
However when I chose whatever option of the grub menu, the screen goes black during two seconds and return to the memory count.

I tried to take off the “quit” option editing the grub option,without results.

Note: CF attached to the virtual machine is able to startup!

Can somebody suggest something?

In my opinion could be 2 things:

Not correct kernel for your hardware
Normally would result in reboot

or the kernel can not load/read the next step in the booting process.
Normally that 2nd option doesn’t end in reboot but a screen that it isn’t able to complete load cycle.

Does your hardware have serial port ? Could you capture that with cross cable and see what it says/does in the 2 seconds of black screen before reboot ? :slight_smile:

I can access ALIX only using serial port. I checked grub.cfg and inittab, but I do not see nothing bad with the serial port. Using a usb-rs232 converter model XS8801 that is a real serial port (not a simulation), and minicom to access it.

I those 2 seconds trying to load the linux, I see the black screen that is the last one in the series of images published in the original post. After that, begin the memory count of the bios.

I tried to use the command mode “c” in grub, but really I am not an expert there. I think that the kernel is seeing the CF with something else that /dev/sda, but really I do not how to find the device discovered by kernel.

I tried to use the command mode “e” in grub to remove the “quiet” option from the grub entries, without results. Two seconds of black screen again.

May be you are right in relation with kernel. I have to use a virtual machine to install vyos in CF, but later CF is put into a physical hardware. Virtual machine was not accepting vyos-1.0.2-i386 so I had to use vyos-1.0.2-i386-virt. It is possible that virt image does not like physical hardware when CF is switched to ALIX. However, how can I use vyos-1.0.2-i386 in a virtual machine in order to burn the CF?

That sounds like the culprit to me .
So tell us why your virtualization program is not accepting the vyos-1.0.2-i386.iso ?
Do you have a screenshot of that ?
Did you do a md5sum check to see if the image was downloaded correctly ?

ego1@chancleta-PC:~$ sha1sum Documents/ISOs/vyos-1.0.2-i386.iso
f60c0ccc118dd9b635c7aa4c161f1f02450445fc Documents/ISOs/vyos-1.0.2-i386.iso

Imagen is good, but it is on panic starting on VirtualBox (see attachment)

Could you use kvm instead of virtualbox to generate the image ?
I think you are running into a virtualbox problem.

I just started virtualbox on my debian sid desktop and the 1.0.2-i386.iso boots just fine. I did choose “Other linux (32bit)” where you had choosen “debian 32 bit”

My virtualbox version: virtualbox 4.3.10-dfsg-1
Or try building the CF image using KVM virtualisation.

I would guess that this is right. Though it sounds like this problem is before the kernel, in grub.

I’m the author of that blog post linked above, but I’m ashamed to admit that I haven’t really touched that router (aside from configuration changes) since I did the install on it almost 2.5 years ago, and it’s still running Vyatta Core 6.3.

I can tell you that the kernel command line (cat /proc/cmdline) on my running machine is:

BOOT_IMAGE=/boot/vmlinuz quiet root=/dev/sda1 ro console=tty0 console=ttyS0,9600

/boot/grub/grub.cfg is (granted yours should differ a bit, given the different version):

# Generated by /opt/vyatta/sbin/vyatta-grub-setup at Thu Sep 29 17:57:14 GMT 2011
set default=1
set timeout=5
serial --unit=0 --speed=9600
terminal_output --append serial

echo -n Press ESC to enter the Grub menu...
if sleep --verbose --interruptible 5 ; then
        terminal_input console serial
fi

menuentry "Vyatta VC6.3-2011.07.21 (KVM console)" {
        linux /boot/vmlinuz quiet root=/dev/sda1 ro  console=ttyS0,9600 console=tty0
        initrd /boot/initrd.img
}

menuentry "Vyatta VC6.3-2011.07.21 (Serial console)" {
        linux /boot/vmlinuz quiet root=/dev/sda1 ro console=tty0 console=ttyS0,9600
        initrd /boot/initrd.img
}

menuentry "Lost password change VC6.3-2011.07.21 (KVM console)" {
        linux /boot/vmlinuz quiet root=/dev/sda1 ro selinux=0 console=ttyS0,9600 console=tty0 init=/opt/vyatta/sbin/standalone_root_pw_reset
        initrd /boot/initrd.img
}

menuentry "Lost password change VC6.3-2011.07.21 (Serial console)" {
        linux /boot/vmlinuz quiet root=/dev/sda1 ro selinux=0 console=tty0 console=ttyS0,9600 init=/opt/vyatta/sbin/standalone_root_pw_reset
        initrd /boot/initrd.img
}

You should be able to view your grub.cfg if you but the CF card back in a reader and mount it on your computer (or, for that matter, in the Virtualbox machine that you originally did this in). It might be worth changing the value of “set timeout=X” to a larger number, in case grub is rebooting too fast for you to see error messages. Also, make sure the serial speed on your kernel command line matches what you have grub and the hardware configured for (9600).

As to confirming out what devices are visible to grub, when you hit ‘c’ to drop into command/shell mode, you need to list the devices grub sees. I don’t remember how to do this offhand, but I found this one link via google: 6 Best Linux Distros of 2021, Coupons, Sale & Discounts - searching for something like “grub shell list devices” should get you to that.

I’ve been busy last days, sorry.
I’ve tried to go with kvm but

ego@chancleta-PC:~$ sudo kvm-ok
[sudo] password for ego:
INFO: Your CPU does not support KVM extensions
KVM acceleration can NOT be used
ego@chancleta-PC:~$

In theory, if kvm is not present everything could run with qemu, but the practice is that libvirt does not work.
May be my missing intel-vt is causing that virtualbox broke the kernel (in spite that I am running 32-bits other vm, including win7)
I need some extra time setting other environment and when done I’ll feed back.
Thanks for your answers.


ego@chancleta-PC:~$ sudo kvm-ok
[sudo] password for ego:
INFO: Your CPU does not support KVM extensions
KVM acceleration can NOT be used

Neither kvm nor qemu run on my computer.
VirtualBox run 32-bits vms, but unfortunate does not run vyos-1.0.2-i386.iso
Vmware player was able to run vyos-1.0.2-i386.iso and I got install that kernel in my CF.
Finally I have vyos in APIX running. It takes a lot to load the kernel but it is running.
This is the dmesg, in case that some developer wanted takes a look.
Thanks everyone who help me to go ahead.
I am going to make some tests and immediately publish my experience to help others.

[ 0.000000] Linux version 3.3.8-1-586-vyatta (root@squeeze32devel) (gcc version 4.4.5 (Debian 4.4.5-8) ) #1 SMP Sun Nov 17 02:19:52 CET 2013
[ 0.000000] BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: 0000000000000000 - 00000000000a0000 (usable)
[ 0.000000] BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
[ 0.000000] BIOS-e820: 0000000000100000 - 0000000010000000 (usable)
[ 0.000000] BIOS-e820: 00000000fff00000 - 0000000100000000 (reserved)
[ 0.000000] Notice: NX (Execute Disable) protection missing in CPU!
[ 0.000000] DMI not present or invalid.
[ 0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
[ 0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
[ 0.000000] last_pfn = 0x10000 max_arch_pfn = 0x100000
[ 0.000000] initial memory mapped : 0 - 01800000
[ 0.000000] Base memory trampoline at [c009b000] 9b000 size 16384
[ 0.000000] init_memory_mapping: 0000000000000000-0000000010000000
[ 0.000000] 0000000000 - 0000400000 page 4k
[ 0.000000] 0000400000 - 0010000000 page 2M
[ 0.000000] kernel direct mapping tables up to 10000000 @ 17fc000-1800000
[ 0.000000] RAMDISK: 0b255000 - 0c040000
[ 0.000000] ACPI Error: A valid RSDP was not found (20120111/tbxfroot-219)
[ 0.000000] 0MB HIGHMEM available.
[ 0.000000] 256MB LOWMEM available.
[ 0.000000] mapped low ram: 0 - 10000000
[ 0.000000] low ram: 0 - 10000000
[ 0.000000] Zone PFN ranges:
[ 0.000000] DMA 0x00000010 → 0x00001000
[ 0.000000] Normal 0x00001000 → 0x00010000
[ 0.000000] HighMem empty
[ 0.000000] Movable zone start PFN for each node
[ 0.000000] Early memory PFN ranges
[ 0.000000] 0: 0x00000010 → 0x000000a0
[ 0.000000] 0: 0x00000100 → 0x00010000
[ 0.000000] On node 0 totalpages: 65424
[ 0.000000] free_area_init_node: node 0, pgdat c13d1200, node_mem_map cfdff200
[ 0.000000] DMA zone: 32 pages used for memmap
[ 0.000000] DMA zone: 0 pages reserved
[ 0.000000] DMA zone: 3952 pages, LIFO batch:0
[ 0.000000] Normal zone: 480 pages used for memmap
[ 0.000000] Normal zone: 60960 pages, LIFO batch:15
[ 0.000000] Using APIC driver default
[ 0.000000] SFI: Simple Firmware Interface v0.81 http://simplefirmware.org
[ 0.000000] SMP: Allowing 1 CPUs, 0 hotplug CPUs
[ 0.000000] No local APIC present or hardware disabled
[ 0.000000] APIC: disable apic facility
[ 0.000000] APIC: switched to apic NOOP
[ 0.000000] nr_irqs_gsi: 16
[ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000f0000
[ 0.000000] PM: Registered nosave memory: 00000000000f0000 - 0000000000100000
[ 0.000000] Allocating PCI resources starting at 10000000 (gap: 10000000:eff00000)
[ 0.000000] setup_percpu: NR_CPUS:32 nr_cpumask_bits:32 nr_cpu_ids:1 nr_node_ids:1
[ 0.000000] PERCPU: Embedded 13 pages/cpu @cfdee000 s28736 r0 d24512 u53248
[ 0.000000] pcpu-alloc: s28736 r0 d24512 u53248 alloc=13*4096
[ 0.000000] pcpu-alloc: [0] 0
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 64912
[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz quiet root=/dev/sda1 ro console=ttyS0,9600 console=tty0
[ 0.000000] PID hash table entries: 1024 (order: 0, 4096 bytes)
[ 0.000000] Dentry cache hash table entries: 32768 (order: 5, 131072 bytes)
[ 0.000000] Inode-cache hash table entries: 16384 (order: 4, 65536 bytes)
[ 0.000000] Initializing CPU#0
[ 0.000000] Initializing HighMem for node 0 (00000000:00000000)
[ 0.000000] Memory: 240112k/262144k available (2702k kernel code, 21584k reserved, 1253k data, 512k init, 0k highmem)
[ 0.000000] virtual kernel memory layout:
[ 0.000000] fixmap : 0xffd36000 - 0xfffff000 (2852 kB)
[ 0.000000] pkmap : 0xff800000 - 0xffc00000 (4096 kB)
[ 0.000000] vmalloc : 0xd0800000 - 0xff7fe000 ( 751 MB)
[ 0.000000] lowmem : 0xc0000000 - 0xd0000000 ( 256 MB)
[ 0.000000] .init : 0xc13dd000 - 0xc145d000 ( 512 kB)
[ 0.000000] .data : 0xc12a3a3c - 0xc13dcf00 (1253 kB)
[ 0.000000] .text : 0xc1000000 - 0xc12a3a3c (2702 kB)
[ 0.000000] Checking if this processor honours the WP bit even in supervisor mode…Ok.
[ 0.000000] SLUB: Genslabs=15, HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[ 0.000000] Hierarchical RCU implementation.
[ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.
[ 0.000000] NR_IRQS:2304 nr_irqs:256 16
[ 0.000000] CPU 0 irqstacks, hard=cf808000 soft=cf80a000
[ 0.000000] Console: colour dummy device 80x25
[ 0.000000] console [tty0] enabled
[ 0.000000] console [ttyS0] enabled
[ 0.000000] Fast TSC calibration using PIT
[ 0.000000] Detected 498.063 MHz processor.
[ 0.010008] Calibrating delay loop (skipped), value calculated using timer frequency… 996.12 BogoMIPS (lpj=4980630)
[ 0.010042] pid_max: default: 32768 minimum: 301
[ 0.010199] Security Framework initialized
[ 0.010346] Mount-cache hash table entries: 512
[ 0.011039] SMP alternatives: switching to UP code
[ 0.022285] Freeing SMP alternatives: 24k freed
[ 0.022457] weird, boot CPU (#0) not listed by the BIOS.
[ 0.022472] SMP motherboard not detected.
[ 0.022486] Local APIC not detected. Using dummy APIC emulation.
[ 0.022501] SMP disabled
[ 0.022515] Performance Events: no PMU driver, software events only.
[ 0.023211] Brought up 1 CPUs
[ 0.023231] Total of 1 processors activated (996.12 BogoMIPS).
[ 0.023895] devtmpfs: initialized
[ 0.025536] NET: Registered protocol family 16
[ 0.027320] EISA bus registered
[ 0.028567] PCI: PCI BIOS revision 2.10 entry at 0xfcf35, last bus=0
[ 0.028587] PCI: Using configuration type 1 for base access
[ 0.045025] bio: create slab at 0
[ 0.045584] ACPI: Interpreter disabled.
[ 0.046168] vgaarb: loaded
[ 0.047029] SCSI subsystem initialized
[ 0.047875] usbcore: registered new interface driver usbfs
[ 0.048066] usbcore: registered new interface driver hub
[ 0.048294] usbcore: registered new device driver usb
[ 0.049174] PCI: Probing PCI hardware
[ 0.049191] PCI: Probing PCI hardware (bus 00)
[ 0.049207] PCI: root bus 00: using default resources
[ 0.049485] PCI host bridge to bus 0000:00
[ 0.049508] pci_bus 0000:00: root bus resource [io 0x0000-0xffff]
[ 0.049531] pci_bus 0000:00: root bus resource [mem 0x00000000-0xffffffff]
[ 0.049596] pci 0000:00:01.0: [1022:2080] type 0 class 0x000600
[ 0.049642] pci 0000:00:01.0: reg 10: [io 0xac1c-0xac1f]
[ 0.049815] pci 0000:00:01.2: [1022:2082] type 0 class 0x001010
[ 0.049877] pci 0000:00:01.2: reg 10: [mem 0xefff4000-0xefff7fff]
[ 0.050187] pci 0000:00:09.0: [1106:3053] type 0 class 0x000200
[ 0.050230] pci 0000:00:09.0: reg 10: [io 0x1000-0x10ff]
[ 0.050261] pci 0000:00:09.0: reg 14: [mem 0xe0000000-0xe00000ff]
[ 0.050366] pci 0000:00:09.0: supports D1 D2
[ 0.050386] pci 0000:00:09.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.050448] pci 0000:00:0a.0: [1106:3053] type 0 class 0x000200
[ 0.050491] pci 0000:00:0a.0: reg 10: [io 0x1400-0x14ff]
[ 0.050522] pci 0000:00:0a.0: reg 14: [mem 0xe0040000-0xe00400ff]
[ 0.050624] pci 0000:00:0a.0: supports D1 D2
[ 0.050644] pci 0000:00:0a.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.050706] pci 0000:00:0b.0: [1106:3053] type 0 class 0x000200
[ 0.050748] pci 0000:00:0b.0: reg 10: [io 0x1800-0x18ff]
[ 0.050779] pci 0000:00:0b.0: reg 14: [mem 0xe0080000-0xe00800ff]
[ 0.050881] pci 0000:00:0b.0: supports D1 D2
[ 0.050901] pci 0000:00:0b.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.050972] pci 0000:00:0f.0: [1022:2090] type 0 class 0x000601
[ 0.051089] pci 0000:00:0f.0: reg 10: [io 0x6000-0x6007]
[ 0.051193] pci 0000:00:0f.0: reg 14: [io 0x6100-0x61ff]
[ 0.051298] pci 0000:00:0f.0: reg 18: [io 0x6200-0x623f]
[ 0.051456] pci 0000:00:0f.0: reg 20: [io 0x9d00-0x9d7f]
[ 0.051562] pci 0000:00:0f.0: reg 24: [io 0x9c00-0x9c3f]
[ 0.051710] pci 0000:00:0f.2: [1022:209a] type 0 class 0x000101
[ 0.051939] pci 0000:00:0f.2: reg 20: [io 0xff00-0xff0f]
[ 0.052134] pci 0000:00:0f.4: [1022:2094] type 0 class 0x000c03
[ 0.052225] pci 0000:00:0f.4: reg 10: [mem 0xefffe000-0xefffefff]
[ 0.052527] pci 0000:00:0f.4: PME# supported from D0 D3hot D3cold
[ 0.052620] pci 0000:00:0f.5: [1022:2095] type 0 class 0x000c03
[ 0.052713] pci 0000:00:0f.5: reg 10: [mem 0xefffd000-0xefffdfff]
[ 0.053023] pci 0000:00:0f.5: PME# supported from D0 D3hot D3cold
[ 0.055992] PCI: pci_cache_line_size set to 32 bytes
[ 0.057250] Switching to clocksource pit
[ 0.062269] pnp: PnP ACPI: disabled
[ 0.062286] PnPBIOS: Scanning system for PnP BIOS support…
[ 0.062515] PnPBIOS: PnP BIOS support was not detected.
[ 0.085209] PCI: max bus depth: 0 pci_try_num: 1
[ 0.085256] pci_bus 0000:00: resource 4 [io 0x0000-0xffff]
[ 0.085279] pci_bus 0000:00: resource 5 [mem 0x00000000-0xffffffff]
[ 0.085527] NET: Registered protocol family 2
[ 0.085983] IP route cache hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.087342] TCP established hash table entries: 8192 (order: 4, 65536 bytes)
[ 0.087554] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
[ 0.087757] TCP: Hash tables configured (established 8192 bind 8192)
[ 0.087774] TCP reno registered
[ 0.087801] UDP hash table entries: 128 (order: 0, 4096 bytes)
[ 0.087844] UDP-Lite hash table entries: 128 (order: 0, 4096 bytes)
[ 0.088179] NET: Registered protocol family 1
[ 0.088466] PCI: CLS 32 bytes, default 32
[ 0.088726] Trying to unpack rootfs image as initramfs…
[ 3.113398] Freeing initrd memory: 14252k freed
[ 3.127336] platform rtc_cmos: registered platform RTC device (no PNP device found)
[ 3.130082] alix: system is recognized as “PC Engines ALIX.2 v0.99l”
[ 3.131723] audit: initializing netlink socket (disabled)
[ 3.131781] type=2000 audit(955557463.120:1): initialized
[ 3.161352] Registering unionfs 2.5.11 (for 3.3.0-rc3)
[ 3.161842] msgmni has been set to 496
[ 3.164332] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[ 3.164356] io scheduler noop registered
[ 3.164371] io scheduler deadline registered
[ 3.164418] io scheduler cfq registered (default)
[ 3.166828] isapnp: Scanning for PnP cards…
[ 3.525036] isapnp: No Plug & Play device found
[ 3.525458] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 3.525820] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a NS16550A
[ 3.526258] serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a NS16550A
[ 3.543195] brd: module loaded
[ 3.544891] Fixed MDIO Bus: probed
[ 3.544991] ehci_hcd: USB 2.0 ‘Enhanced’ Host Controller (EHCI) Driver
[ 3.545317] ehci_hcd 0000:00:0f.5: setting latency timer to 64
[ 3.545344] ehci_hcd 0000:00:0f.5: EHCI Host Controller
[ 3.545388] ehci_hcd 0000:00:0f.5: new USB bus registered, assigned bus number 1
[ 3.572853] ehci_hcd 0000:00:0f.5: irq 12, io mem 0xefffd000
[ 3.592822] ehci_hcd 0000:00:0f.5: USB 2.0 started, EHCI 1.00
[ 3.592928] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 3.592955] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 3.592978] usb usb1: Product: EHCI Host Controller
[ 3.592998] usb usb1: Manufacturer: Linux 3.3.8-1-586-vyatta ehci_hcd
[ 3.593019] usb usb1: SerialNumber: 0000:00:0f.5
[ 3.594013] hub 1-0:1.0: USB hub found
[ 3.594047] hub 1-0:1.0: 4 ports detected
[ 3.594549] uhci_hcd: USB Universal Host Controller Interface driver
[ 3.595465] i8042: PNP: No PS/2 controller found. Probing ports directly.
[ 3.596356] i8042: No controller found
[ 3.611889] mousedev: PS/2 mouse device common for all mice
[ 3.612736] rtc_cmos rtc_cmos: rtc core: registered rtc_cmos as rtc0
[ 3.612939] rtc0: alarms up to one day, 114 bytes nvram
[ 3.613531] EISA: Probing bus 0 at eisa.0
[ 3.613753] cpuidle: using governor ladder
[ 3.613770] cpuidle: using governor menu
[ 3.613784] No iBFT detected.
[ 3.613891] Netfilter messages via NETLINK v0.30.
[ 3.615696] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 3.615713] TCP cubic registered
[ 3.615731] NET: Registered protocol family 17
[ 3.615949] Registering the dns_resolver key type
[ 3.616025] Using IPI No-Shortcut mode
[ 3.616921] registered taskstats version 1
[ 3.617564] rtc_cmos rtc_cmos: setting system clock to 2000-04-12 16:37:44 UTC (955557464)
[ 3.618075] Freeing unused kernel memory: 512k freed
[ 3.618949] Write protecting the kernel text: 2704k
[ 3.619110] Write protecting the kernel read-only data: 1040k
[ 3.733117] udev[448]: starting version 164
[ 3.791551] via_rhine: v1.10-LK1.5.0 2010-10-09 Written by Donald Becker
[ 3.798663] via-rhine 0000:00:09.0: eth0: VIA Rhine III (Management Adapter) at 0x11000, 00:0d:b9:32:2c:34, IRQ 10
[ 3.799474] via-rhine 0000:00:09.0: eth0: MII PHY found at address 1, status 0x7849 advertising 05e1 Link 0000
[ 3.806491] via-rhine 0000:00:0a.0: eth1: VIA Rhine III (Management Adapter) at 0x11400, 00:0d:b9:32:2c:35, IRQ 11
[ 3.807293] via-rhine 0000:00:0a.0: eth1: MII PHY found at address 1, status 0x7849 advertising 05e1 Link 0000
[ 3.814400] via-rhine 0000:00:0b.0: eth2: VIA Rhine III (Management Adapter) at 0x11800, 00:0d:b9:32:2c:36, IRQ 15
[ 3.815203] via-rhine 0000:00:0b.0: eth2: MII PHY found at address 1, status 0x7849 advertising 05e1 Link 0000
[ 3.852213] ohci_hcd: USB 1.1 ‘Open’ Host Controller (OHCI) Driver
[ 3.852366] ohci_hcd 0000:00:0f.4: setting latency timer to 64
[ 3.852392] ohci_hcd 0000:00:0f.4: OHCI Host Controller
[ 3.852435] ohci_hcd 0000:00:0f.4: new USB bus registered, assigned bus number 2
[ 3.852511] ohci_hcd 0000:00:0f.4: irq 12, io mem 0xefffe000
[ 4.088369] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
[ 4.088398] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 4.088421] usb usb2: Product: OHCI Host Controller
[ 4.088441] usb usb2: Manufacturer: Linux 3.3.8-1-586-vyatta ohci_hcd
[ 4.088462] usb usb2: SerialNumber: 0000:00:0f.4
[ 4.117208] libata version 3.00 loaded.
[ 4.196820] Switching to clocksource tsc
[ 4.227837] hub 2-0:1.0: USB hub found
[ 4.227873] hub 2-0:1.0: 4 ports detected
[ 4.233408] scsi0 : pata_cs5536
[ 4.237851] scsi1 : pata_cs5536
[ 4.238212] ata1: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0xff00 irq 14
[ 4.238234] ata2: DUMMY
[ 4.413135] ata1.00: CFA: CF CARD 4GB, Ver3.06K, max UDMA/100
[ 4.413161] ata1.00: 7806960 sectors, multi 1: LBA
[ 4.413194] ata1.00: limited to UDMA/33 due to 40-wire cable
[ 4.433012] ata1.00: configured for UDMA/33
[ 4.433522] scsi 0:0:0:0: Direct-Access ATA CF CARD 4GB Ver3 PQ: 0 ANSI: 5
[ 4.435017] sd 0:0:0:0: Attached scsi generic sg0 type 0
[ 4.435827] sd 0:0:0:0: [sda] 7806960 512-byte logical blocks: (3.99 GB/3.72 GiB)
[ 4.436113] sd 0:0:0:0: [sda] Write Protect is off
[ 4.436138] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 4.436266] sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn’t support DPO or FUA
[ 4.440611] sda: sda1
[ 4.442199] sd 0:0:0:0: [sda] Attached SCSI disk
[ 4.657060] md: linear personality registered for level -1
[ 4.666049] md: multipath personality registered for level -4
[ 4.675059] md: raid0 personality registered for level 0
[ 4.685490] md: raid1 personality registered for level 1
[ 4.694476] async_tx: api initialized (async)
[ 4.697676] xor: measuring software checksum speed
[ 4.742768] 8regs : 394.800 MB/sec
[ 4.792764] 8regs_prefetch: 334.000 MB/sec
[ 4.842774] 32regs : 257.200 MB/sec
[ 4.892766] 32regs_prefetch: 229.600 MB/sec
[ 4.942760] pII_mmx : 867.600 MB/sec
[ 4.992759] p5_mmx : 680.000 MB/sec
[ 4.992776] xor: using function: pII_mmx (867.600 MB/sec)
[ 5.163278] raid6: int32x1 63 MB/s
[ 5.333296] raid6: int32x2 81 MB/s
[ 5.503574] raid6: int32x4 71 MB/s
[ 5.673440] raid6: int32x8 65 MB/s
[ 5.842979] raid6: mmxx1 154 MB/s
[ 6.012775] raid6: mmxx2 210 MB/s
[ 6.182922] raid6: sse1x1 154 MB/s
[ 6.353012] raid6: sse1x2 213 MB/s
[ 6.353029] raid6: using algorithm sse1x2 (213 MB/s)
[ 6.360168] md: raid6 personality registered for level 6
[ 6.360189] md: raid5 personality registered for level 5
[ 6.360206] md: raid4 personality registered for level 4
[ 6.387860] md: raid10 personality registered for level 10
[ 6.411310] mdadm: sending ioctl 1261 to a partition!
[ 6.411332] mdadm: sending ioctl 1261 to a partition!
[ 6.412516] mdadm: sending ioctl 1261 to a partition!
[ 6.412538] mdadm: sending ioctl 1261 to a partition!
[ 6.413514] mdadm: sending ioctl 1261 to a partition!
[ 6.413535] mdadm: sending ioctl 1261 to a partition!
[ 6.414517] mdadm: sending ioctl 1261 to a partition!
[ 6.414539] mdadm: sending ioctl 1261 to a partition!
[ 6.414864] mdadm: sending ioctl 800c0910 to a partition!
[ 6.414885] mdadm: sending ioctl 800c0910 to a partition!
[ 7.545633] udev[598]: starting version 164
[ 8.033427] input: PC Speaker as /devices/platform/pcspkr/input/input0
[ 8.035262] leds-gpio: probe of leds-gpio failed with error -22
[ 8.050061] ACPI Exception: AE_BAD_PARAMETER, Thread 3482061776 could not acquire Mutex [0x1] (20120111/utmutex-276)
[ 8.050242] ACPI Exception: AE_BAD_PARAMETER, Thread 3482061776 could not acquire Mutex [0x1] (20120111/utmutex-276)
[ 8.050396] ACPI Exception: AE_BAD_PARAMETER, Thread 3482061776 could not acquire Mutex [0x1] (20120111/utmutex-276)
[ 8.050680] ACPI Exception: AE_BAD_PARAMETER, Thread 3482061776 could not acquire Mutex [0x1] (20120111/utmutex-276)
[ 8.050841] ACPI Exception: AE_BAD_PARAMETER, Thread 3482061776 could not acquire Mutex [0x1] (20120111/utmutex-276)
[ 8.051005] cs5535-mfd 0000:00:0f.0: 5 devices registered.
[ 8.065402] AMD Geode RNG detected
[ 8.171971] geode-aes: GEODE AES engine enabled.
[ 8.486445] cs5535-smb cs5535-smb: SCx200 device ‘CS5535 ACB0’ registered
[ 34.105515] NET: Registered protocol family 10
[ 39.373928] nf_conntrack version 0.5.0 (32768 buckets, 262144 max)
[ 39.628145] nfnl_cthelper: registering with nfnetlink.
[ 39.899755] ip6_tables: (C) 2000-2006 Netfilter Core Team
[ 52.881186] ADDRCONF(NETDEV_UP): eth2: link is not ready
[ 58.336616] ADDRCONF(NETDEV_UP): eth1: link is not ready
[ 61.845728] ADDRCONF(NETDEV_UP): eth0: link is not ready

Thank you very much for this sharing :slight_smile: