Archiso error

so im building a custom iso using archiso. im currently in the buildphase and already solved some small problems (such as adding packages from aur). however i now have a bit of a weird error. after all the packages are downloaded and installed into root-image i get the following error:
[mkarchiso] INFO: Configuration settings
[mkarchiso] INFO: Command: run
[mkarchiso] INFO: Architecture: i686
[mkarchiso] INFO: Working directory: work/i686
[mkarchiso] INFO: Installation directory: arch
[mkarchiso] INFO: Run command: /root/customize_root_image.sh
Installation finished. No error reported.
Operation failed: Invalid argument
i google the warning and found out that it has to do with grub config. i commented out the grub config lines in the customize_root_image.sh and then the warning goes away but not the operation failed error. Also i thought that customize_root_image.sh is run at install of the iso, not when building the iso so thats why i put the grub commands in, but apperently im wrong?
this is my customize_root_image.sh file:
#!/bin/bash
set -e -u
grub-install --target=i386-pc --recheck /dev/sda
cp /usr/share/locale/en\@quot/LC_MESSAGES/grub.mo /boot/grub/locale/en.mo
usermod -s /usr/bin/zsh root
cp -aT /etc/skel/ /root/
mkdir -p /home/frank/.config/openbox
cp /etc/xdg/openbox/* /home/frank/.config/openbox
mkdir -p /usr/share/lxde/pcmanfm
cp -a /etc/xdg/pcmanfm/default/pcmanfm.conf /usr/share/lxde/pcmanfm/pcmanfm.conf
chown -R frank /home/frank/
systemctl enable pacman-init.service choose-mirror.service wice wicd slim
anyone knows what im doing wrong? i didnt put the useradd in because i copied the shadows users and group file to the root-image
Last edited by williewonka (2013-08-14 14:48:15)

qinohe wrote:
williewonka wrote:
#!/bin/bash
set -e -u
sed -i 's/#\(en_US\.UTF-8\)/\1/' /etc/locale.gen
locale-gen
ln -sf /usr/share/zoneinfo/UTC /etc/localtime
usermod -s /usr/bin/zsh root
cp -aT /etc/skel/ /root/
sed -i "s/#Server/Server/g" /etc/pacman.d/mirrorlist
systemctl enable multi-user.target pacman-init.service choose-mirror.service
anyone knows what im doing wrong? i didnt put the useradd in because i copied the shadows users and group file to the root-image
Yeah, the script needs to be something like, I edited your quote.
you need to create these things in you skelleton...
grub-install --target=i386-pc --recheck /dev/sda
cp /usr/share/locale/en\@quot/LC_MESSAGES/grub.mo /boot/grub/locale/en.mo
mkdir -p /home/frank/.config/openbox
cp /etc/xdg/openbox/* /home/frank/.config/openbox
mkdir -p /usr/share/lxde/pcmanfm
cp -a /etc/xdg/pcmanfm/default/pcmanfm.conf /usr/share/lxde/pcmanfm/pcmanfm.conf
chown -R frank /home/frank/
ok i will remake it with only the basic things and all the rest in the skeleton altough i did the locale in the skeleton where you say i need to put it in the script. als should chown not be in the script?

Similar Messages

  • ERROR: /dev/archiso found but the filesystem type is unkown

    My problem is now solved in the previous thread on this topic.  I apologize for a double post!  The previous topic was marked [Solved] and I assumed no one would respond there.
    I had the problem trying to boot from usb: boot device not showing up after 30 seconds and thrown into ramfs$.  The other topic w/ this problem is marked solved so I'm posting my problem again (sorry).
    cat /proc/scsi/scsi shows that device is detected...
    did:
    ln -sf /dev/sdb1 /dev/archiso
    and logged out ("exit")
    but immediately a new error, and kernel panic, so I can't copy/paste output:
    "ERROR: /dev/archiso found but the filesystem type is unkown"
    Sorry about ridiculous pic but it does show kernel panic, just trying to help... couldn't copy output.  I can post dmesg from prior to kernel panic if you want (but it doesn't include errors).
    Thank you for your help.
    I just did:
    cat /lib/udev/rules.d/00-archiso-device.rules
    ACTION=="add|change", SUBSYSTEM=="block", IMPORT{program}="vol_id --export $tempnode"
    ENV{ID_FS_LABEL_ENC}=="ARCHISO_OINGAE2I", SYMLINK+="archiso"
    "SYMLINK+=" ... is "+=" typo?
    Last edited by jaf777 (2009-08-12 17:13:36)

    Same issue:
    The specified store provider cannot be found in the configuration, or is not valid. ---> System.ArgumentException: Unable to find the requested .Net Framework Data Provider. It may not be installed.
    You mention "Sounds like the client system doesn't have an Oracle client installed."
    I am using Win Server 2008 R2. I have installed what i think is the right client. How do i tell?
    What is the right client? Where do i get it?

  • [SOLVED] Errors building archiso i686 within x86_64

    [EDIT]
    "Solved" this by using arch32-light instead.
    =======
    Hello -
    I'm trying to build an i686 archiso livecd within an x86_64 environment and I'm getting errors.
    Here's the command sequence I'm using:
    (as root)
    pacman -S devtools --noconfirm --needed
    linux32 mkarchroot /tmp/somedir base
    linux32 mkarchroot -r bash /tmp/somedir
    pacman -S git squashfs-tools syslinux devtools cdrkit make nbd mkinitcpio-nfs-utils
    At this point pacman throws an error - wrong architecture. I can correct this by running pacman -Syy - the packages will then install.
    Next command sequence:
    cd /tmp
    git clone git://projects.archlinux.org/archiso.git
    I then get an error that says "/usr/bin/git command not found (or something along those lines!)
    But git is installed and available on that path.
    I'm sure I'm doing something really basic & stupid but I don't know what it is - can anyone suggest the solution?
    Last edited by clearloon (2011-03-28 12:18:58)

    Thanks dpreilan - always good to get someone else's experience.
    I also had problems using arch32 - as it turns out, you need to use the command "linux32" in front of anythjing outside the chroot. That's probably obviuos to someone more experienced than me but it wasn't apparent from any of the instructions I found online.
    Figured it out in the end though!

  • Archiso syslinux error: no default or UI Configuration

    I used the archiso git, and successfully create a image.
    But when I try to load it, it has this error:  no default or UI Configuration.
    script source:
    https://github.com/taylorchu/march

    taylorchu wrote:i mean is it possible to install the live cd on hard drive?
    oh, yes sure.
    just copy the directory "arch" where all files reside (kernel, squashfs images, etc) to some filesystem (partition), add an entry to your bootloader (grub, syslinux, lilo) like in syslinux.cfg and adjust archisolabel= to match the FS where you copy the "arch" directory. Thats all.
    For example, in my working, there is a machine with WinXP. Then I installed grub2win, chainloading from ntldr to grub2win, then boot from kernel located at ntfs partition with rest of needed files.

  • [Solved] archiso intermittent umount / target is busy error

    Synopsys: Run build script in a native [Alt]-[F2...n] tty NOT in a tty started with polkit in an X session.
    I get the error below immediately after the last app in packages.x86_64 is installed.
    umount: /tmp/LUKS_HDD/linuK_ISO/work/x86_64/root-image/dev: target is busy.
    I've pruned the package list all the way back to the original (which always seems to work) but as I progressively add my apps again sometimes it bombs and sometimes it doesn't but I can't quite figure out where the error is when it bombs.
    This is all very similar to the symptoms mentioned here except that I do get the error message above and I am using the stock kernel.
    Last edited by KairiTech (2014-02-13 20:47:51)

    I had the same issue yesterday when following the guide from wiki: https://wiki.archlinux.org/index.php/Au … ork_mounts
    So /srv/nfs4 gets mounted well  - but the drive is busy, when you try to mount it for the 2nd time with /srv/nfs4/storage.
    I resolved it temporarily by deleting "/srv/nfs4" from /etc/exports and setting fsid=0 to "/srv/nfs4/storage".

  • How do I/Do I need to fix "ata#.00 status { DRDY }" error?

    I've got an old server that used to be running windows that I have received to set up with linux for myself.  As I was working with it, I remembered that I had an old computer that I was just going to trash/give away anyways, of which many components would be better.  I have since set up a computer that's a mash of components between the two and everything seems to run perfectly except for one problem: I keep getting this error: (Where "#" is either 2, 3, or 4)
    ata#.00: exception Emask 0x50 SAct 0x0 SErr 0x48900 action 0x6 frozen
    ata#: SError: {UnrecovData HostInt 10B8B Handshk }
    ata#.00: failed command WRITE DMA
    ata#.00: cmd ca/00:88:9f:ca:8d/00:00:00:00:00/e8 tag 0 dma 69632 out
    res 50/00:88:9f:ca:8d/00:00:9e:c9:8d/e8 Emask 0x50 (AtA bus error)
    ata#.00: status: { DRDY }
    This error occurred once for each of the three numbers (which also happens to correspond to the three sata ports my HDs are plugged into): 2 and 3 while I was using dd to zero them (I zeroed all three but 4 didn't give any errors), and 4 just after installing grub onto a mirror raid composing of HDs 2 and 3. 
    All of the HDs originally used IDE so I used a converted to switch them (Model number CB-IS100)
    Additionally, when deconstructing the computers, one of the sata cables tore the first female connector out of the motherboard (hence why they start at 2), but while I know that's not preferable, I don't think it would cause this error.
    Finally, this motherboard was in a computer that had, as far as I could tell, a poor power supply that cause it to reboot when using a lot of CPU power.
    My question is really this: Will this cause any major problems or can I ignore it?  Also, is there anything I can do to fix it?
    This is my dmesg:
    [ 0.000000] Initializing cgroup subsys cpuset
    [ 0.000000] Initializing cgroup subsys cpu
    [ 0.000000] Initializing cgroup subsys cpuacct
    [ 0.000000] Linux version 3.11.6-1-ARCH (nobody@var-lib-archbuild-extra-i686-thomas) (gcc version 4.8.1 20130725 (prerelease) (GCC) ) #1 SMP PREEMPT Sat Oct 19 00:29:46 CEST 2013
    [ 0.000000] e820: BIOS-provided physical RAM map:
    [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x00000000000987ff] usable
    [ 0.000000] BIOS-e820: [mem 0x0000000000098800-0x000000000009ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000cfedf7ff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000cfedf800-0x00000000cfedffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000cfee0000-0x00000000cfee2fff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x00000000cfee3000-0x00000000cfeeffff] ACPI data
    [ 0.000000] BIOS-e820: [mem 0x00000000cfef0000-0x00000000cfefffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000f0000000-0x00000000f3ffffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000ffffffff] reserved
    [ 0.000000] Notice: NX (Execute Disable) protection cannot be enabled: non-PAE kernel!
    [ 0.000000] SMBIOS 2.4 present.
    [ 0.000000] DMI: HP Pavilion 061 ER879AA-ABA M7457C/EMERY, BIOS 3.15 06/23/2006
    [ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
    [ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
    [ 0.000000] e820: last_pfn = 0xcfedf max_arch_pfn = 0x100000
    [ 0.000000] MTRR default type: uncachable
    [ 0.000000] MTRR fixed ranges enabled:
    [ 0.000000] 00000-9FFFF write-back
    [ 0.000000] A0000-EFFFF uncachable
    [ 0.000000] F0000-FFFFF write-protect
    [ 0.000000] MTRR variable ranges enabled:
    [ 0.000000] 0 base 000000000 mask F80000000 write-back
    [ 0.000000] 1 base 080000000 mask FC0000000 write-back
    [ 0.000000] 2 base 0C0000000 mask FF0000000 write-back
    [ 0.000000] 3 base 0CFF00000 mask FFFF00000 uncachable
    [ 0.000000] 4 disabled
    [ 0.000000] 5 disabled
    [ 0.000000] 6 disabled
    [ 0.000000] 7 disabled
    [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    [ 0.000000] found SMP MP-table at [mem 0x000f5f80-0x000f5f8f] mapped at [c00f5f80]
    [ 0.000000] Scanning 1 areas for low memory corruption
    [ 0.000000] initial memory mapped: [mem 0x00000000-0x00bfffff]
    [ 0.000000] Base memory trampoline at [c0094000] 94000 size 16384
    [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
    [ 0.000000] [mem 0x00000000-0x000fffff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0x37000000-0x373fffff]
    [ 0.000000] [mem 0x37000000-0x373fffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x30000000-0x36ffffff]
    [ 0.000000] [mem 0x30000000-0x36ffffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x00100000-0x2fffffff]
    [ 0.000000] [mem 0x00100000-0x003fffff] page 4k
    [ 0.000000] [mem 0x00400000-0x2fffffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x37400000-0x377fdfff]
    [ 0.000000] [mem 0x37400000-0x377fdfff] page 4k
    [ 0.000000] BRK [0x00877000, 0x00877fff] PGTABLE
    [ 0.000000] RAMDISK: [mem 0x7ef2f000-0x7fffffff]
    [ 0.000000] Allocated new RAMDISK: [mem 0x3672d000-0x377fddaf]
    [ 0.000000] Move RAMDISK from [mem 0x7ef2f000-0x7ffffdaf] to [mem 0x3672d000-0x377fddaf]
    [ 0.000000] ACPI: RSDP 000f82e0 00014 (v00 HP-CPC)
    [ 0.000000] ACPI: RSDT cfee3040 00030 (v01 HP-CPC AWRDACPI 42302E31 AWRD 00000000)
    [ 0.000000] ACPI: FACP cfee30c0 00074 (v01 HP-CPC AWRDACPI 42302E31 AWRD 00000000)
    [ 0.000000] ACPI: DSDT cfee3180 0505D (v01 HP-CPC AWRDACPI 00001000 MSFT 0100000E)
    [ 0.000000] ACPI: FACS cfee0000 00040
    [ 0.000000] ACPI: MCFG cfee8340 0003C (v01 HP-CPC AWRDACPI 42302E31 AWRD 00000000)
    [ 0.000000] ACPI: APIC cfee8240 00084 (v01 HP-CPC AWRDACPI 42302E31 AWRD 00000000)
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] 2438MB HIGHMEM available.
    [ 0.000000] 887MB LOWMEM available.
    [ 0.000000] mapped low ram: 0 - 377fe000
    [ 0.000000] low ram: 0 - 377fe000
    [ 0.000000] BRK [0x00878000, 0x00878fff] PGTABLE
    [ 0.000000] Zone ranges:
    [ 0.000000] DMA [mem 0x00001000-0x00ffffff]
    [ 0.000000] Normal [mem 0x01000000-0x377fdfff]
    [ 0.000000] HighMem [mem 0x377fe000-0xcfedefff]
    [ 0.000000] Movable zone start for each node
    [ 0.000000] Early memory node ranges
    [ 0.000000] node 0: [mem 0x00001000-0x00097fff]
    [ 0.000000] node 0: [mem 0x00100000-0xcfedefff]
    [ 0.000000] On node 0 totalpages: 851574
    [ 0.000000] free_area_init_node: node 0, pgdat c06d7740, node_mem_map f4d2d020
    [ 0.000000] DMA zone: 32 pages used for memmap
    [ 0.000000] DMA zone: 0 pages reserved
    [ 0.000000] DMA zone: 3991 pages, LIFO batch:0
    [ 0.000000] Normal zone: 1744 pages used for memmap
    [ 0.000000] Normal zone: 223230 pages, LIFO batch:31
    [ 0.000000] HighMem zone: 4878 pages used for memmap
    [ 0.000000] HighMem zone: 624353 pages, LIFO batch:31
    [ 0.000000] Using APIC driver default
    [ 0.000000] ACPI: PM-Timer IO Port: 0x408
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x03] disabled)
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
    [ 0.000000] ACPI: IOAPIC (id[0x04] address[0xfec00000] gsi_base[0])
    [ 0.000000] IOAPIC[0]: apic_id 4, version 32, address 0xfec00000, GSI 0-23
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
    [ 0.000000] ACPI: IRQ0 used by override.
    [ 0.000000] ACPI: IRQ2 used by override.
    [ 0.000000] ACPI: IRQ9 used by override.
    [ 0.000000] Using ACPI (MADT) for SMP configuration information
    [ 0.000000] smpboot: Allowing 4 CPUs, 2 hotplug CPUs
    [ 0.000000] nr_irqs_gsi: 40
    [ 0.000000] PM: Registered nosave memory: [mem 0x00098000-0x00098fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x00099000-0x0009ffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]
    [ 0.000000] e820: [mem 0xcff00000-0xefffffff] available for PCI devices
    [ 0.000000] Booting paravirtualized kernel on bare hardware
    [ 0.000000] setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:4 nr_node_ids:1
    [ 0.000000] PERCPU: Embedded 14 pages/cpu @f4ce3000 s33536 r0 d23808 u57344
    [ 0.000000] pcpu-alloc: s33536 r0 d23808 u57344 alloc=14*4096
    [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
    [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 849798
    [ 0.000000] Kernel command line: BOOT_IMAGE=boot/i686/vmlinuz archisobasedir=arch archisolabel=ARCH_201311 initrd=boot/i686/archiso.img
    [ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
    [ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
    [ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
    [ 0.000000] Initializing CPU#0
    [ 0.000000] allocated 6813424 bytes of page_cgroup
    [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
    [ 0.000000] Initializing HighMem for node 0 (000377fe:000cfedf)
    [ 0.000000] Memory: 3346976K/3406296K available (4262K kernel code, 426K rwdata, 1356K rodata, 608K init, 948K bss, 59320K reserved, 2497412K highmem)
    [ 0.000000] virtual kernel memory layout:
    fixmap : 0xfff15000 - 0xfffff000 ( 936 kB)
    pkmap : 0xff800000 - 0xffc00000 (4096 kB)
    vmalloc : 0xf7ffe000 - 0xff7fe000 ( 120 MB)
    lowmem : 0xc0000000 - 0xf77fe000 ( 887 MB)
    .init : 0xc06e9000 - 0xc0781000 ( 608 kB)
    .data : 0xc0529d5e - 0xc06e8a00 (1787 kB)
    .text : 0xc0100000 - 0xc0529d5e (4263 kB)
    [ 0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
    [ 0.000000] SLUB: HWalign=128, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
    [ 0.000000] Preemptible hierarchical RCU implementation.
    [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.
    [ 0.000000] Dump stacks of tasks blocking RCU-preempt GP.
    [ 0.000000] RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=4.
    [ 0.000000] NR_IRQS:2304 nr_irqs:712 16
    [ 0.000000] CPU 0 irqstacks, hard=f4008000 soft=f400a000
    [ 0.000000] Console: colour VGA+ 80x25
    [ 0.000000] console [tty0] enabled
    [ 0.000000] tsc: Fast TSC calibration using PIT
    [ 0.000000] tsc: Detected 3000.893 MHz processor
    [ 0.003336] Calibrating delay loop (skipped), value calculated using timer frequency.. 6004.86 BogoMIPS (lpj=10002976)
    [ 0.003342] pid_max: default: 32768 minimum: 301
    [ 0.003402] Security Framework initialized
    [ 0.003416] AppArmor: AppArmor disabled by boot time parameter
    [ 0.003418] Yama: becoming mindful.
    [ 0.003442] Mount-cache hash table entries: 512
    [ 0.003753] Initializing cgroup subsys memory
    [ 0.003767] Initializing cgroup subsys devices
    [ 0.003771] Initializing cgroup subsys freezer
    [ 0.003774] Initializing cgroup subsys net_cls
    [ 0.006675] Initializing cgroup subsys blkio
    [ 0.006723] CPU: Physical Processor ID: 0
    [ 0.006727] CPU: Processor Core ID: 0
    [ 0.006731] mce: CPU supports 4 MCE banks
    [ 0.006745] CPU0: Thermal monitoring enabled (TM1)
    [ 0.006763] Last level iTLB entries: 4KB 128, 2MB 128, 4MB 128
    Last level dTLB entries: 4KB 64, 2MB 0, 4MB 64
    tlb_flushall_shift: 6
    [ 0.006919] Freeing SMP alternatives memory: 20K (c0781000 - c0786000)
    [ 0.008197] ACPI: Core revision 20130517
    [ 0.012076] ACPI: All ACPI Tables successfully acquired
    [ 0.013370] ftrace: allocating 19099 entries in 38 pages
    [ 0.023450] Enabling APIC mode: Flat. Using 1 I/O APICs
    [ 0.023843] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    [ 0.057502] smpboot: CPU0: Intel(R) Pentium(R) D CPU 3.00GHz (fam: 0f, model: 06, stepping: 02)
    [ 0.059999] Performance Events: Netburst events, Netburst P4/Xeon PMU driver.
    [ 0.059999] ... version: 0
    [ 0.059999] ... bit width: 40
    [ 0.059999] ... generic registers: 18
    [ 0.059999] ... value mask: 000000ffffffffff
    [ 0.059999] ... max period: 0000007fffffffff
    [ 0.059999] ... fixed-purpose events: 0
    [ 0.059999] ... event mask: 000000000003ffff
    [ 0.076727] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
    [ 0.083427] CPU 1 irqstacks, hard=f40ce000 soft=f40d8000
    [ 0.006666] Initializing CPU#1
    [ 0.083431] smpboot: Booting Node 0, Processors #1
    [ 0.096604] Brought up 2 CPUs
    [ 0.096610] smpboot: Total of 2 processors activated (12008.72 BogoMIPS)
    [ 0.096819] devtmpfs: initialized
    [ 0.096976] PM: Registering ACPI NVS region [mem 0xcfee0000-0xcfee2fff] (12288 bytes)
    [ 0.100507] RTC time: 20:09:02, date: 05/19/14
    [ 0.100577] NET: Registered protocol family 16
    [ 0.100840] ACPI: bus type PCI registered
    [ 0.100846] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
    [ 0.100944] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xf0000000-0xffffffff] (base 0xf0000000)
    [ 0.100950] PCI: MMCONFIG at [mem 0xf0000000-0xffffffff] reserved in E820
    [ 0.100954] PCI: MMCONFIG for 0000 [bus00-3f] at [mem 0xf0000000-0xf3ffffff] (base 0xf0000000) (size reduced!)
    [ 0.100956] PCI: Using MMCONFIG for extended config space
    [ 0.100959] PCI: Using configuration type 1 for base access
    [ 0.102090] bio: create slab <bio-0> at 0
    [ 0.102090] ACPI: Added _OSI(Module Device)
    [ 0.102090] ACPI: Added _OSI(Processor Device)
    [ 0.102090] ACPI: Added _OSI(3.0 _SCP Extensions)
    [ 0.102090] ACPI: Added _OSI(Processor Aggregator Device)
    [ 0.103853] ACPI: EC: Look up EC in DSDT
    [ 0.110158] ACPI: Interpreter enabled
    [ 0.110189] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20130517/hwxface-571)
    [ 0.110213] ACPI: (supports S0 S1 S3 S4 S5)
    [ 0.110217] ACPI: Using IOAPIC for interrupt routing
    [ 0.110269] PCI: Ignoring host bridge windows from ACPI; if necessary, use "pci=use_crs" and report a bug
    [ 0.110379] ACPI: No dock devices found.
    [ 0.118318] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
    [ 0.118328] acpi PNP0A08:00: ACPI _OSC support notification failed, disabling PCIe ASPM
    [ 0.118332] acpi PNP0A08:00: Unable to request _OSC control (_OSC support mask: 0x08)
    [ 0.118461] acpi PNP0A08:00: host bridge window [io 0x0000-0x0cf7] (ignored)
    [ 0.118466] acpi PNP0A08:00: host bridge window [io 0x0d00-0xffff] (ignored)
    [ 0.118470] acpi PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff] (ignored)
    [ 0.118474] acpi PNP0A08:00: host bridge window [mem 0x000c0000-0x000dffff] (ignored)
    [ 0.118478] acpi PNP0A08:00: host bridge window [mem 0xcff00000-0xfebfffff] (ignored)
    [ 0.118481] PCI: root bus 00: using default resources
    [ 0.118486] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
    [ 0.118696] PCI host bridge to bus 0000:00
    [ 0.118703] pci_bus 0000:00: root bus resource [bus 00-ff]
    [ 0.118707] pci_bus 0000:00: root bus resource [io 0x0000-0xffff]
    [ 0.118710] pci_bus 0000:00: root bus resource [mem 0x00000000-0xffffffff]
    [ 0.118725] pci 0000:00:00.0: [8086:2770] type 00 class 0x060000
    [ 0.118895] pci 0000:00:01.0: [8086:2771] type 01 class 0x060400
    [ 0.118957] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
    [ 0.119125] pci 0000:00:1b.0: [8086:27d8] type 00 class 0x040300
    [ 0.119148] pci 0000:00:1b.0: reg 0x10: [mem 0xfdff8000-0xfdffbfff 64bit]
    [ 0.119231] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
    [ 0.119317] pci 0000:00:1b.0: System wakeup disabled by ACPI
    [ 0.119384] pci 0000:00:1d.0: [8086:27c8] type 00 class 0x0c0300
    [ 0.119433] pci 0000:00:1d.0: reg 0x20: [io 0xff00-0xff1f]
    [ 0.119532] pci 0000:00:1d.0: System wakeup disabled by ACPI
    [ 0.119597] pci 0000:00:1d.1: [8086:27c9] type 00 class 0x0c0300
    [ 0.119646] pci 0000:00:1d.1: reg 0x20: [io 0xfe00-0xfe1f]
    [ 0.119745] pci 0000:00:1d.1: System wakeup disabled by ACPI
    [ 0.119808] pci 0000:00:1d.2: [8086:27ca] type 00 class 0x0c0300
    [ 0.119857] pci 0000:00:1d.2: reg 0x20: [io 0xfd00-0xfd1f]
    [ 0.119955] pci 0000:00:1d.2: System wakeup disabled by ACPI
    [ 0.120030] pci 0000:00:1d.3: [8086:27cb] type 00 class 0x0c0300
    [ 0.120079] pci 0000:00:1d.3: reg 0x20: [io 0xfc00-0xfc1f]
    [ 0.120178] pci 0000:00:1d.3: System wakeup disabled by ACPI
    [ 0.120251] pci 0000:00:1d.7: [8086:27cc] type 00 class 0x0c0320
    [ 0.120273] pci 0000:00:1d.7: reg 0x10: [mem 0xfdfff000-0xfdfff3ff]
    [ 0.120360] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
    [ 0.120440] pci 0000:00:1d.7: System wakeup disabled by ACPI
    [ 0.120507] pci 0000:00:1e.0: [8086:244e] type 01 class 0x060401
    [ 0.120640] pci 0000:00:1e.0: System wakeup disabled by ACPI
    [ 0.120712] pci 0000:00:1f.0: [8086:27b0] type 00 class 0x060100
    [ 0.120948] pci 0000:00:1f.1: [8086:27df] type 00 class 0x01018a
    [ 0.120966] pci 0000:00:1f.1: reg 0x10: [io 0x0000-0x0007]
    [ 0.120978] pci 0000:00:1f.1: reg 0x14: [io 0x0000-0x0003]
    [ 0.120990] pci 0000:00:1f.1: reg 0x18: [io 0x0000-0x0007]
    [ 0.121002] pci 0000:00:1f.1: reg 0x1c: [io 0x0000-0x0003]
    [ 0.121014] pci 0000:00:1f.1: reg 0x20: [io 0xfb00-0xfb0f]
    [ 0.121164] pci 0000:00:1f.2: [8086:27c3] type 00 class 0x010400
    [ 0.121185] pci 0000:00:1f.2: reg 0x10: [io 0xfa00-0xfa07]
    [ 0.121196] pci 0000:00:1f.2: reg 0x14: [io 0xf900-0xf903]
    [ 0.121206] pci 0000:00:1f.2: reg 0x18: [io 0xf800-0xf807]
    [ 0.121217] pci 0000:00:1f.2: reg 0x1c: [io 0xf700-0xf703]
    [ 0.121228] pci 0000:00:1f.2: reg 0x20: [io 0xf600-0xf60f]
    [ 0.121238] pci 0000:00:1f.2: reg 0x24: [mem 0xfdffe000-0xfdffe3ff]
    [ 0.121284] pci 0000:00:1f.2: PME# supported from D3hot
    [ 0.121418] pci 0000:00:1f.3: [8086:27da] type 00 class 0x0c0500
    [ 0.121478] pci 0000:00:1f.3: reg 0x20: [io 0x0500-0x051f]
    [ 0.121706] pci 0000:01:00.0: [10de:0a65] type 00 class 0x030000
    [ 0.121722] pci 0000:01:00.0: reg 0x10: [mem 0xfb000000-0xfbffffff]
    [ 0.121737] pci 0000:01:00.0: reg 0x14: [mem 0xd0000000-0xdfffffff 64bit pref]
    [ 0.121752] pci 0000:01:00.0: reg 0x1c: [mem 0xee000000-0xefffffff 64bit pref]
    [ 0.121762] pci 0000:01:00.0: reg 0x24: [io 0xdf00-0xdf7f]
    [ 0.121773] pci 0000:01:00.0: reg 0x30: [mem 0xfcf00000-0xfcf7ffff pref]
    [ 0.121887] pci 0000:01:00.1: [10de:0be3] type 00 class 0x040300
    [ 0.121903] pci 0000:01:00.1: reg 0x10: [mem 0xfcffc000-0xfcffffff]
    [ 0.126691] pci 0000:00:01.0: PCI bridge to [bus 01]
    [ 0.126697] pci 0000:00:01.0: bridge window [io 0xd000-0xdfff]
    [ 0.126703] pci 0000:00:01.0: bridge window [mem 0xfb000000-0xfcffffff]
    [ 0.126709] pci 0000:00:01.0: bridge window [mem 0xd0000000-0xefffffff 64bit pref]
    [ 0.126783] pci 0000:02:01.0: [1106:3044] type 00 class 0x0c0010
    [ 0.126806] pci 0000:02:01.0: reg 0x10: [mem 0xfdeff000-0xfdeff7ff]
    [ 0.126819] pci 0000:02:01.0: reg 0x14: [io 0xef00-0xef7f]
    [ 0.126902] pci 0000:02:01.0: supports D2
    [ 0.126905] pci 0000:02:01.0: PME# supported from D2 D3hot D3cold
    [ 0.126989] pci 0000:02:05.0: [10ec:8169] type 00 class 0x020000
    [ 0.127012] pci 0000:02:05.0: reg 0x10: [io 0xec00-0xecff]
    [ 0.127025] pci 0000:02:05.0: reg 0x14: [mem 0xfdefe000-0xfdefe0ff]
    [ 0.127075] pci 0000:02:05.0: reg 0x30: [mem 0xfdec0000-0xfdedffff pref]
    [ 0.127109] pci 0000:02:05.0: supports D1 D2
    [ 0.127113] pci 0000:02:05.0: PME# supported from D1 D2 D3hot D3cold
    [ 0.127196] pci 0000:02:08.0: [8086:27dc] type 00 class 0x020000
    [ 0.127218] pci 0000:02:08.0: reg 0x10: [mem 0xfdefd000-0xfdefdfff]
    [ 0.127230] pci 0000:02:08.0: reg 0x14: [io 0xee00-0xee3f]
    [ 0.127308] pci 0000:02:08.0: supports D1 D2
    [ 0.127311] pci 0000:02:08.0: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.127410] pci 0000:00:1e.0: PCI bridge to [bus 02] (subtractive decode)
    [ 0.127417] pci 0000:00:1e.0: bridge window [io 0xe000-0xefff]
    [ 0.127423] pci 0000:00:1e.0: bridge window [mem 0xfde00000-0xfdefffff]
    [ 0.127431] pci 0000:00:1e.0: bridge window [io 0x0000-0xffff] (subtractive decode)
    [ 0.127435] pci 0000:00:1e.0: bridge window [mem 0x00000000-0xffffffff] (subtractive decode)
    [ 0.127448] pci_bus 0000:00: on NUMA node 0
    [ 0.128183] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 *5 7 9 10 11 12 14 15)
    [ 0.128303] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 7 9 10 11 *12 14 15)
    [ 0.128422] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled.
    [ 0.128542] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 7 9 10 *11 12 14 15)
    [ 0.128661] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 7 9 *10 11 12 14 15)
    [ 0.128780] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled.
    [ 0.128900] ACPI: PCI Interrupt Link [LNK0] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled.
    [ 0.129019] ACPI: PCI Interrupt Link [LNK1] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled.
    [ 0.129353] ACPI: Enabled 2 GPEs in block 00 to 1F
    [ 0.129366] ACPI: \_SB_.PCI0: notify handler is installed
    [ 0.129414] Found 1 acpi root devices
    [ 0.129499] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
    [ 0.129499] vgaarb: loaded
    [ 0.129499] vgaarb: bridge control possible 0000:01:00.0
    [ 0.129499] PCI: Using ACPI for IRQ routing
    [ 0.131455] PCI: pci_cache_line_size set to 64 bytes
    [ 0.131514] e820: reserve RAM buffer [mem 0x00098800-0x0009ffff]
    [ 0.131517] e820: reserve RAM buffer [mem 0xcfedf800-0xcfffffff]
    [ 0.131681] NetLabel: Initializing
    [ 0.131684] NetLabel: domain hash size = 128
    [ 0.131686] NetLabel: protocols = UNLABELED CIPSOv4
    [ 0.131709] NetLabel: unlabeled traffic allowed by default
    [ 0.131784] Switched to clocksource refined-jiffies
    [ 0.141221] pnp: PnP ACPI init
    [ 0.141249] ACPI: bus type PNP registered
    [ 0.141516] system 00:00: [io 0x04d0-0x04d1] has been reserved
    [ 0.141521] system 00:00: [io 0x0800-0x087f] has been reserved
    [ 0.141526] system 00:00: [io 0x0880-0x088f] has been reserved
    [ 0.141533] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.141554] pnp 00:01: [dma 4]
    [ 0.141597] pnp 00:01: Plug and Play ACPI device, IDs PNP0200 (active)
    [ 0.141664] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
    [ 0.141714] pnp 00:03: Plug and Play ACPI device, IDs PNP0800 (active)
    [ 0.141773] pnp 00:04: Plug and Play ACPI device, IDs PNP0c04 (active)
    [ 0.142316] pnp 00:05: [dma 3]
    [ 0.142386] pnp 00:05: Plug and Play ACPI device, IDs PNP0401 (active)
    [ 0.142549] system 00:06: [io 0x0400-0x04bf] has been reserved
    [ 0.142556] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.142624] pnp 00:07: Plug and Play ACPI device, IDs INT0800 (active)
    [ 0.143002] system 00:08: [mem 0xf0000000-0xf3ffffff] has been reserved
    [ 0.143009] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.143327] system 00:09: [mem 0x000d4800-0x000d7fff] has been reserved
    [ 0.143339] system 00:09: [mem 0x000f0000-0x000f7fff] could not be reserved
    [ 0.143344] system 00:09: [mem 0x000f8000-0x000fbfff] could not be reserved
    [ 0.143349] system 00:09: [mem 0x000fc000-0x000fffff] could not be reserved
    [ 0.143353] system 00:09: [mem 0xcfee0000-0xcfefffff] could not be reserved
    [ 0.143357] system 00:09: [mem 0x00000000-0x0009ffff] could not be reserved
    [ 0.143361] system 00:09: [mem 0x00100000-0xcfedffff] could not be reserved
    [ 0.143365] system 00:09: [mem 0xfec00000-0xfec00fff] could not be reserved
    [ 0.143370] system 00:09: [mem 0xfee00000-0xfee00fff] has been reserved
    [ 0.143374] system 00:09: [mem 0xffb00000-0xffb7ffff] has been reserved
    [ 0.143378] system 00:09: [mem 0xfff00000-0xffffffff] has been reserved
    [ 0.143382] system 00:09: [mem 0x000e0000-0x000effff] has been reserved
    [ 0.143387] system 00:09: Plug and Play ACPI device, IDs PNP0c01 (active)
    [ 0.143401] pnp: PnP ACPI: found 10 devices
    [ 0.143404] ACPI: bus type PNP unregistered
    [ 0.181586] Switched to clocksource acpi_pm
    [ 0.181620] pci 0000:00:01.0: PCI bridge to [bus 01]
    [ 0.181626] pci 0000:00:01.0: bridge window [io 0xd000-0xdfff]
    [ 0.181632] pci 0000:00:01.0: bridge window [mem 0xfb000000-0xfcffffff]
    [ 0.181637] pci 0000:00:01.0: bridge window [mem 0xd0000000-0xefffffff 64bit pref]
    [ 0.181644] pci 0000:00:1e.0: PCI bridge to [bus 02]
    [ 0.181649] pci 0000:00:1e.0: bridge window [io 0xe000-0xefff]
    [ 0.181655] pci 0000:00:1e.0: bridge window [mem 0xfde00000-0xfdefffff]
    [ 0.181797] pci 0000:00:1e.0: setting latency timer to 64
    [ 0.181804] pci_bus 0000:00: resource 4 [io 0x0000-0xffff]
    [ 0.181808] pci_bus 0000:00: resource 5 [mem 0x00000000-0xffffffff]
    [ 0.181812] pci_bus 0000:01: resource 0 [io 0xd000-0xdfff]
    [ 0.181815] pci_bus 0000:01: resource 1 [mem 0xfb000000-0xfcffffff]
    [ 0.181819] pci_bus 0000:01: resource 2 [mem 0xd0000000-0xefffffff 64bit pref]
    [ 0.181823] pci_bus 0000:02: resource 0 [io 0xe000-0xefff]
    [ 0.181826] pci_bus 0000:02: resource 1 [mem 0xfde00000-0xfdefffff]
    [ 0.181830] pci_bus 0000:02: resource 4 [io 0x0000-0xffff]
    [ 0.181833] pci_bus 0000:02: resource 5 [mem 0x00000000-0xffffffff]
    [ 0.181886] NET: Registered protocol family 2
    [ 0.182168] TCP established hash table entries: 8192 (order: 4, 65536 bytes)
    [ 0.182210] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
    [ 0.182250] TCP: Hash tables configured (established 8192 bind 8192)
    [ 0.182288] TCP: reno registered
    [ 0.182293] UDP hash table entries: 512 (order: 2, 16384 bytes)
    [ 0.182304] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
    [ 0.182388] NET: Registered protocol family 1
    [ 0.182388] pci 0000:01:00.0: Boot video device
    [ 0.182388] pci 0000:02:08.0: Firmware left e100 interrupts enabled; disabling
    [ 0.182388] PCI: CLS 32 bytes, default 64
    [ 0.182388] Unpacking initramfs...
    [ 3.767636] Freeing initrd memory: 17220K (f672d000 - f77fe000)
    [ 3.767832] apm: BIOS version 1.2 Flags 0x07 (Driver version 1.16ac)
    [ 3.767836] apm: disabled - APM is not SMP safe.
    [ 3.767883] Scanning for low memory corruption every 60 seconds
    [ 3.768350] audit: initializing netlink socket (disabled)
    [ 3.768369] type=2000 audit(1400530145.763:1): initialized
    [ 3.783776] bounce pool size: 64 pages
    [ 3.783794] HugeTLB registered 4 MB page size, pre-allocated 0 pages
    [ 3.786252] zbud: loaded
    [ 3.786379] VFS: Disk quotas dquot_6.5.2
    [ 3.786456] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
    [ 3.786770] msgmni has been set to 1692
    [ 3.787189] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
    [ 3.787246] io scheduler noop registered
    [ 3.787250] io scheduler deadline registered
    [ 3.787303] io scheduler cfq registered (default)
    [ 3.787440] pcieport 0000:00:01.0: irq 40 for MSI/MSI-X
    [ 3.787553] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
    [ 3.787585] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
    [ 3.787808] GHES: HEST is not enabled!
    [ 3.787828] isapnp: Scanning for PnP cards...
    [ 4.143916] isapnp: No Plug & Play device found
    [ 4.144002] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    [ 4.144834] i8042: PNP: No PS/2 controller found. Probing ports directly.
    [ 4.393708] serio: i8042 KBD port at 0x60,0x64 irq 1
    [ 4.393902] mousedev: PS/2 mouse device common for all mice
    [ 4.394026] rtc_cmos 00:02: RTC can wake from S4
    [ 4.394188] rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
    [ 4.394220] rtc_cmos 00:02: alarms up to one month, 242 bytes nvram
    [ 4.394271] cpuidle: using governor ladder
    [ 4.394275] cpuidle: using governor menu
    [ 4.394354] drop_monitor: Initializing network drop monitor service
    [ 4.394463] TCP: cubic registered
    [ 4.394689] NET: Registered protocol family 10
    [ 4.394926] NET: Registered protocol family 17
    [ 4.394941] Key type dns_resolver registered
    [ 4.395148] Using IPI No-Shortcut mode
    [ 4.395277] PM: Hibernation image not present or could not be loaded.
    [ 4.395295] registered taskstats version 1
    [ 4.395849] Magic number: 14:160:195
    [ 4.395919] rtc_cmos 00:02: setting system clock to 2014-05-19 20:09:06 UTC (1400530146)
    [ 4.396373] Freeing unused kernel memory: 608K (c06e9000 - c0781000)
    [ 4.396483] Write protecting the kernel text: 4264k
    [ 4.396526] Write protecting the kernel read-only data: 1360k
    [ 4.409586] systemd-udevd[47]: starting version 208
    [ 4.441220] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input0
    [ 4.441231] ACPI: Power Button [PWRB]
    [ 4.441342] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
    [ 4.441349] ACPI: Power Button [PWRF]
    [ 4.453112] Linux agpgart interface v0.103
    [ 4.456375] [drm] Initialized drm 1.1.0 20060810
    [ 4.458668] wmi: Mapper loaded
    [ 4.464289] ACPI: bus type USB registered
    [ 4.464341] usbcore: registered new interface driver usbfs
    [ 4.464366] usbcore: registered new interface driver hub
    [ 4.465442] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
    [ 4.465645] r8169 0000:02:05.0 (unregistered net_device): not PCI Express
    [ 4.466029] r8169 0000:02:05.0 eth0: RTL8110s at 0xf850e000, 00:1e:2a:c2:08:13, XID 04000000 IRQ 17
    [ 4.466034] r8169 0000:02:05.0 eth0: jumbo features [frames: 7152 bytes, tx checksumming: ok]
    [ 4.466473] e100: Intel(R) PRO/100 Network Driver, 3.5.24-k2-NAPI
    [ 4.466476] e100: Copyright(c) 1999-2006 Intel Corporation
    [ 4.468849] SCSI subsystem initialized
    [ 4.470129] usbcore: registered new device driver usb
    [ 4.472537] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [ 4.472967] uhci_hcd: USB Universal Host Controller Interface driver
    [ 4.473145] uhci_hcd 0000:00:1d.0: setting latency timer to 64
    [ 4.473151] uhci_hcd 0000:00:1d.0: UHCI Host Controller
    [ 4.473162] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 1
    [ 4.473215] uhci_hcd 0000:00:1d.0: irq 23, io base 0x0000ff00
    [ 4.474467] hub 1-0:1.0: USB hub found
    [ 4.474476] hub 1-0:1.0: 2 ports detected
    [ 4.476265] uhci_hcd 0000:00:1d.1: setting latency timer to 64
    [ 4.476273] uhci_hcd 0000:00:1d.1: UHCI Host Controller
    [ 4.476283] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 2
    [ 4.476285] ehci-pci: EHCI PCI platform driver
    [ 4.476334] uhci_hcd 0000:00:1d.1: irq 19, io base 0x0000fe00
    [ 4.477340] ACPI: bus type ATA registered
    [ 4.478267] hub 2-0:1.0: USB hub found
    [ 4.478276] hub 2-0:1.0: 2 ports detected
    [ 4.478975] ehci-pci 0000:00:1d.7: setting latency timer to 64
    [ 4.479324] ehci-pci 0000:00:1d.7: EHCI Host Controller
    [ 4.479335] ehci-pci 0000:00:1d.7: new USB bus registered, assigned bus number 3
    [ 4.483257] ehci-pci 0000:00:1d.7: cache line size of 32 is not supported
    [ 4.483270] ehci-pci 0000:00:1d.7: irq 23, io mem 0xfdfff000
    [ 4.483319] libata version 3.00 loaded.
    [ 4.490116] ehci-pci 0000:00:1d.7: USB 2.0 started, EHCI 1.00
    [ 4.490318] hub 3-0:1.0: USB hub found
    [ 4.490328] hub 3-0:1.0: 8 ports detected
    [ 4.497666] e100 0000:02:08.0 eth1: addr 0xfdefd000, irq 20, MAC addr 00:17:31:0e:7b:1b
    [ 4.498311] nouveau [ DEVICE][0000:01:00.0] BOOT0 : 0x0a8280a2
    [ 4.498316] nouveau [ DEVICE][0000:01:00.0] Chipset: GT218 (NVA8)
    [ 4.498320] nouveau [ DEVICE][0000:01:00.0] Family : NV50
    [ 4.499944] nouveau [ VBIOS][0000:01:00.0] checking PRAMIN for image...
    [ 4.513467] hub 1-0:1.0: USB hub found
    [ 4.513476] hub 1-0:1.0: 2 ports detected
    [ 4.536751] hub 2-0:1.0: USB hub found
    [ 4.536759] hub 2-0:1.0: 2 ports detected
    [ 4.537041] ata_piix 0000:00:1f.1: version 2.13
    [ 4.537215] ata_piix 0000:00:1f.1: setting latency timer to 64
    [ 4.538319] scsi0 : ata_piix
    [ 4.539121] scsi1 : ata_piix
    [ 4.539242] ata1: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0xfb00 irq 14
    [ 4.539246] ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0xfb08 irq 15
    [ 4.539349] ahci 0000:00:1f.2: version 3.0
    [ 4.539518] ahci 0000:00:1f.2: irq 41 for MSI/MSI-X
    [ 4.539607] ahci 0000:00:1f.2: AHCI 0001.0100 32 slots 4 ports 3 Gbps 0xf impl RAID mode
    [ 4.539612] ahci 0000:00:1f.2: flags: 64bit ncq led clo
    [ 4.539618] ahci 0000:00:1f.2: setting latency timer to 64
    [ 4.540696] scsi2 : ahci
    [ 4.540853] scsi3 : ahci
    [ 4.540977] scsi4 : ahci
    [ 4.541096] scsi5 : ahci
    [ 4.541226] ata3: SATA max UDMA/133 abar m1024@0xfdffe000 port 0xfdffe100 irq 41
    [ 4.541231] ata4: SATA max UDMA/133 abar m1024@0xfdffe000 port 0xfdffe180 irq 41
    [ 4.541235] ata5: SATA max UDMA/133 abar m1024@0xfdffe000 port 0xfdffe200 irq 41
    [ 4.541239] ata6: SATA max UDMA/133 abar m1024@0xfdffe000 port 0xfdffe280 irq 41
    [ 4.541389] uhci_hcd 0000:00:1d.2: setting latency timer to 64
    [ 4.541395] uhci_hcd 0000:00:1d.2: UHCI Host Controller
    [ 4.541406] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 4
    [ 4.541450] uhci_hcd 0000:00:1d.2: irq 18, io base 0x0000fd00
    [ 4.541676] hub 4-0:1.0: USB hub found
    [ 4.541683] hub 4-0:1.0: 2 ports detected
    [ 4.541931] uhci_hcd 0000:00:1d.3: setting latency timer to 64
    [ 4.541937] uhci_hcd 0000:00:1d.3: UHCI Host Controller
    [ 4.541946] uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 5
    [ 4.541985] uhci_hcd 0000:00:1d.3: irq 16, io base 0x0000fc00
    [ 4.542120] ata2: port disabled--ignoring
    [ 4.542317] hub 5-0:1.0: USB hub found
    [ 4.542325] hub 5-0:1.0: 2 ports detected
    [ 4.563395] firewire_ohci 0000:02:01.0: added OHCI v1.0 device as card 0, 4 IR + 8 IT contexts, quirks 0x11
    [ 4.574546] nouveau [ VBIOS][0000:01:00.0] ... appears to be valid
    [ 4.574552] nouveau [ VBIOS][0000:01:00.0] using image from PRAMIN
    [ 4.574662] nouveau [ VBIOS][0000:01:00.0] BIT signature found
    [ 4.574667] nouveau [ VBIOS][0000:01:00.0] version 70.18.36.00.00
    [ 4.575237] nouveau [ PFB][0000:01:00.0] RAM type: DDR2
    [ 4.575243] nouveau [ PFB][0000:01:00.0] RAM size: 512 MiB
    [ 4.575247] nouveau [ PFB][0000:01:00.0] ZCOMP: 960 tags
    [ 4.713759] ata1.00: ATAPI: TSSTcorpCD/DVDW TS-H652L, 0803, max UDMA/33
    [ 4.743671] ata1.00: configured for UDMA/33
    [ 4.744629] scsi 0:0:0:0: CD-ROM TSSTcorp CD/DVDW TS-H652L 0803 PQ: 0 ANSI: 5
    [ 4.770051] tsc: Refined TSC clocksource calibration: 3000.853 MHz
    [ 4.860047] ata3: SATA link down (SStatus 0 SControl 300)
    [ 5.020046] ata4: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
    [ 5.020077] ata5: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
    [ 5.021034] ata5.00: ATA-6: WDC WD800BB-00JHC0, 05.01C05, max UDMA/100
    [ 5.021039] ata5.00: 156301488 sectors, multi 0: LBA
    [ 5.021915] ata5.00: configured for UDMA/100
    [ 5.023691] ata4.00: ATA-6: WDC WD800BB-00JHC0, 05.01C05, max UDMA/100
    [ 5.023695] ata4.00: 156301488 sectors, multi 0: LBA
    [ 5.024602] ata4.00: configured for UDMA/100
    [ 5.024731] scsi 3:0:0:0: Direct-Access ATA WDC WD800BB-00JH 05.0 PQ: 0 ANSI: 5
    [ 5.025019] scsi 4:0:0:0: Direct-Access ATA WDC WD800BB-00JH 05.0 PQ: 0 ANSI: 5
    [ 5.063459] firewire_core 0000:02:01.0: created device fw0: GUID 0011d800009e9dd1, S400
    [ 5.090025] usb 1-1: new low-speed USB device number 2 using uhci_hcd
    [ 5.180043] ata6: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
    [ 5.184039] ata6.00: ATA-6: ST380011A, 3.04, max UDMA/100
    [ 5.184044] ata6.00: 156301488 sectors, multi 0: LBA48
    [ 5.188337] ata6.00: configured for UDMA/100
    [ 5.188461] scsi 5:0:0:0: Direct-Access ATA ST380011A 3.04 PQ: 0 ANSI: 5
    [ 5.199621] sr0: scsi3-mmc drive: 40x/40x writer dvd-ram cd/rw xa/form2 cdda tray
    [ 5.199627] cdrom: Uniform CD-ROM driver Revision: 3.20
    [ 5.199923] sr 0:0:0:0: Attached scsi CD-ROM sr0
    [ 5.200185] sd 3:0:0:0: [sda] 156301488 512-byte logical blocks: (80.0 GB/74.5 GiB)
    [ 5.200346] sd 3:0:0:0: [sda] Write Protect is off
    [ 5.200351] sd 3:0:0:0: [sda] Mode Sense: 00 3a 00 00
    [ 5.200393] sd 3:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 5.200900] sd 4:0:0:0: [sdb] 156301488 512-byte logical blocks: (80.0 GB/74.5 GiB)
    [ 5.200997] sd 4:0:0:0: [sdb] Write Protect is off
    [ 5.201002] sd 4:0:0:0: [sdb] Mode Sense: 00 3a 00 00
    [ 5.201043] sd 4:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 5.201527] sd 5:0:0:0: [sdc] 156301488 512-byte logical blocks: (80.0 GB/74.5 GiB)
    [ 5.201623] sd 5:0:0:0: [sdc] Write Protect is off
    [ 5.201627] sd 5:0:0:0: [sdc] Mode Sense: 00 3a 00 00
    [ 5.201669] sd 5:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 5.207456] sdc: sdc1
    [ 5.207886] sd 5:0:0:0: [sdc] Attached SCSI disk
    [ 5.235174] sda: sda1 sda2 < sda5 >
    [ 5.235744] sd 3:0:0:0: [sda] Attached SCSI disk
    [ 5.237596] sdb: sdb1 sdb2 < sdb5 >
    [ 5.238117] sd 4:0:0:0: [sdb] Attached SCSI disk
    [ 5.260907] hidraw: raw HID events driver (C) Jiri Kosina
    [ 5.277654] usbcore: registered new interface driver usbhid
    [ 5.277659] usbhid: USB HID core driver
    [ 5.280199] input: Dell Dell USB Keyboard as /devices/pci0000:00/0000:00:1d.0/usb1/1-1/1-1:1.0/input/input2
    [ 5.280357] hid-generic 0003:413C:2003.0001: input,hidraw0: USB HID v1.10 Keyboard [Dell Dell USB Keyboard] on usb-0000:00:1d.0-1/input0
    [ 5.770105] Switched to clocksource tsc
    [ 6.481687] nouveau [ PTHERM][0000:01:00.0] FAN control: none / external
    [ 6.481702] nouveau [ PTHERM][0000:01:00.0] fan management: disabled
    [ 6.481708] nouveau [ PTHERM][0000:01:00.0] internal sensor: yes
    [ 6.481900] [TTM] Zone kernel: Available graphics memory: 433706 kiB
    [ 6.481904] [TTM] Zone highmem: Available graphics memory: 1682412 kiB
    [ 6.481907] [TTM] Initializing pool allocator
    [ 6.481924] nouveau [ DRM] VRAM: 512 MiB
    [ 6.481927] nouveau [ DRM] GART: 1048576 MiB
    [ 6.481933] nouveau [ DRM] TMDS table version 2.0
    [ 6.481936] nouveau [ DRM] DCB version 4.0
    [ 6.481940] nouveau [ DRM] DCB outp 00: 01000302 00020030
    [ 6.481944] nouveau [ DRM] DCB outp 01: 02000300 00000000
    [ 6.481948] nouveau [ DRM] DCB outp 03: 02011362 00020010
    [ 6.481951] nouveau [ DRM] DCB outp 04: 01022310 00000000
    [ 6.481954] nouveau [ DRM] DCB conn 00: 00001030
    [ 6.481959] nouveau [ DRM] DCB conn 01: 00202161
    [ 6.481964] nouveau [ DRM] DCB conn 02: 00000200
    [ 6.505501] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
    [ 6.505505] [drm] No driver support for vblank timestamp query.
    [ 6.505631] nouveau [ DRM] 2 available performance level(s)
    [ 6.505637] nouveau [ DRM] 1: core 405MHz shader 810MHz memory 405MHz voltage 900mV
    [ 6.505642] nouveau [ DRM] 3: core 589MHz shader 1402MHz memory 405MHz voltage 1000mV
    [ 6.505646] nouveau [ DRM] c: core 405MHz shader 810MHz memory 405MHz voltage 900mV
    [ 6.531333] nouveau [ DRM] MM: using COPY for buffer copies
    [ 6.581567] nouveau [ DRM] allocated 1280x1024 fb: 0x70000, bo f7015a00
    [ 6.581724] fbcon: nouveaufb (fb0) is primary device
    [ 6.653923] Console: switching to colour frame buffer device 160x64
    [ 6.655952] nouveau 0000:01:00.0: fb0: nouveaufb frame buffer device
    [ 6.655955] nouveau 0000:01:00.0: registered panic notifier
    [ 6.655962] [drm] Initialized nouveau 1.1.1 20120801 for 0000:01:00.0 on minor 0
    [ 7.082698] ISO 9660 Extensions: RRIP_1991A
    [ 7.168774] loop: module loaded
    [ 8.253583] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [ 8.355925] device-mapper: uevent: version 1.0.3
    [ 8.356608] device-mapper: ioctl: 4.25.0-ioctl (2013-06-26) initialised: [email protected]
    [ 8.362693] bio: create slab <bio-1> at 1
    [ 8.386733] EXT4-fs (dm-0): mounted filesystem without journal. Opts: (null)
    [ 10.338096] systemd[1]: systemd 208 running in system mode. (+PAM -LIBWRAP -AUDIT -SELINUX -IMA -SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ)
    [ 10.417677] systemd[1]: Set hostname to <archiso>.
    [ 10.724871] systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
    [ 10.724981] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [ 10.725005] systemd[1]: Starting Remote File Systems.
    [ 10.725151] systemd[1]: Reached target Remote File Systems.
    [ 10.725172] systemd[1]: Starting LVM2 metadata daemon socket.
    [ 10.725323] systemd[1]: Listening on LVM2 metadata daemon socket.
    [ 10.725343] systemd[1]: Starting Delayed Shutdown Socket.
    [ 10.725469] systemd[1]: Listening on Delayed Shutdown Socket.
    [ 10.725488] systemd[1]: Starting Device-mapper event daemon FIFOs.
    [ 10.725627] systemd[1]: Listening on Device-mapper event daemon FIFOs.
    [ 10.725646] systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
    [ 10.725770] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
    [ 10.725790] systemd[1]: Starting Root Slice.
    [ 10.726156] systemd[1]: Created slice Root Slice.
    [ 10.726176] systemd[1]: Starting User and Session Slice.
    [ 10.726413] systemd[1]: Created slice User and Session Slice.
    [ 10.726434] systemd[1]: Starting System Slice.
    [ 10.726647] systemd[1]: Created slice System Slice.
    [ 10.726682] systemd[1]: Starting system-getty.slice.
    [ 10.726921] systemd[1]: Created slice system-getty.slice.
    [ 10.726941] systemd[1]: Starting Slices.
    [ 10.727040] systemd[1]: Reached target Slices.
    [ 10.727064] systemd[1]: Starting Journal Socket.
    [ 10.727235] systemd[1]: Listening on Journal Socket.
    [ 10.727662] systemd[1]: Starting Load Kernel Modules...
    [ 10.728292] systemd[1]: Mounting POSIX Message Queue File System...
    [ 10.880863] systemd[1]: Starting Create list of required static device nodes for the current kernel...
    [ 10.881454] systemd[1]: Starting Journal Service...
    [ 10.882180] systemd[1]: Started Journal Service.
    [ 11.716066] systemd-journald[149]: Vacuuming done, freed 0 bytes
    [ 11.916159] FS-Cache: Loaded
    [ 12.202893] RPC: Registered named UNIX socket transport module.
    [ 12.202899] RPC: Registered udp transport module.
    [ 12.202902] RPC: Registered tcp transport module.
    [ 12.202904] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [ 12.619444] FS-Cache: Netfs 'nfs' registered for caching
    [ 12.812715] systemd-udevd[181]: starting version 208
    [ 12.905896] systemd-journald[149]: Received request to flush runtime journal from PID 1
    [ 15.580133] thermal LNXTHERM:00: registered as thermal_zone0
    [ 15.580139] ACPI: Thermal Zone [THRM] (40 C)
    [ 15.915160] ACPI: Fan [FAN] (on)
    [ 16.002108] ACPI Warning: 0x00000428-0x0000042f SystemIO conflicts with Region \PM2S 1 (20130517/utaddress-251)
    [ 16.002119] ACPI Warning: 0x00000428-0x0000042f SystemIO conflicts with Region \PM1K 2 (20130517/utaddress-251)
    [ 16.002126] ACPI Warning: 0x00000428-0x0000042f SystemIO conflicts with Region \GPE1 3 (20130517/utaddress-251)
    [ 16.002133] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 16.002139] ACPI Warning: 0x000004b0-0x000004bf SystemIO conflicts with Region \GPO2 1 (20130517/utaddress-251)
    [ 16.002145] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 16.002148] ACPI Warning: 0x00000480-0x000004af SystemIO conflicts with Region \GPIV 1 (20130517/utaddress-251)
    [ 16.002153] ACPI Warning: 0x00000480-0x000004af SystemIO conflicts with Region \GPO_ 2 (20130517/utaddress-251)
    [ 16.002158] ACPI Warning: 0x00000480-0x000004af SystemIO conflicts with Region \PALD 3 (20130517/utaddress-251)
    [ 16.002164] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 16.002166] lpc_ich: Resource conflict(s) found affecting gpio_ich
    [ 16.342474] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
    [ 16.403348] leds_ss4200: no LED devices found
    [ 16.664449] parport_pc 00:05: reported by Plug and Play ACPI
    [ 16.664509] parport0: PC-style at 0x378 (0x778), irq 7 [PCSPP,TRISTATE]
    [ 16.686843] systemd-udevd[203]: renamed network interface eth0 to enp2s5
    [ 16.770163] systemd-udevd[209]: renamed network interface eth1 to enp2s8
    [ 17.098798] input: PC Speaker as /devices/platform/pcspkr/input/input3
    [ 17.779883] i801_smbus 0000:00:1f.3: SMBus using PCI Interrupt
    [ 17.780620] ppdev: user-space parallel port driver
    [ 17.849790] microcode: CPU0 sig=0xf62, pf=0x4, revision=0xf
    [ 17.944384] iTCO_vendor_support: vendor-support=0
    [ 17.946278] microcode: CPU1 sig=0xf62, pf=0x4, revision=0xf
    [ 17.947486] microcode: Microcode Update Driver: v2.00 <[email protected]>, Peter Oruba
    [ 17.950629] r8169 0000:02:05.0 enp2s5: link down
    [ 17.950649] r8169 0000:02:05.0 enp2s5: link down
    [ 17.950666] IPv6: ADDRCONF(NETDEV_UP): enp2s5: link is not ready
    [ 17.965112] IPv6: ADDRCONF(NETDEV_UP): enp2s8: link is not ready
    [ 18.405080] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.10
    [ 18.405126] iTCO_wdt: Found a ICH7DH TCO device (Version=2, TCOBASE=0x0460)
    [ 18.405284] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
    [ 18.872915] snd_hda_intel 0000:00:1b.0: irq 42 for MSI/MSI-X
    [ 19.433622] hda_codec: ALC882: SKU not ready 0x411111f0
    [ 19.445025] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/input/input4
    [ 19.479013] input: HDA Intel Front Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input5
    [ 19.479156] input: HDA Intel Front Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input6
    [ 19.479804] hda_intel: Disabling MSI
    [ 19.479816] hda-intel 0000:01:00.1: Handle VGA-switcheroo audio client
    [ 20.178014] input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input7
    [ 20.178270] input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input8
    [ 20.178485] input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input9
    [ 20.178696] input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input10
    [44490.433683] md: bind<sda1>
    [44490.446722] md: bind<sdb1>
    [44490.449241] md: raid1 personality registered for level 1
    [44490.450198] md/raid1:md1: not clean -- starting background reconstruction
    [44490.450203] md/raid1:md1: active with 2 out of 2 mirrors
    [44490.450235] md1: detected capacity change from 0 to 75934400512
    [44490.452050] md: resync of RAID array md1
    [44490.452056] md: minimum _guaranteed_ speed: 1000 KB/sec/disk.
    [44490.452059] md: using maximum available idle IO bandwidth (but not more than 200000 KB/sec) for resync.
    [44490.452064] md: using 128k window, over a total of 74154688k.
    [44490.454641] md1: unknown partition table
    [45968.754029] md: md1: resync done.
    [45968.841250] RAID1 conf printout:
    [45968.841254] --- wd:2 rd:2
    [45968.841258] disk 0, wo:0, o:1, dev:sda1
    [45968.841261] disk 1, wo:0, o:1, dev:sdb1
    [47642.847783] EXT4-fs (md1): mounted filesystem with ordered data mode. Opts: (null)
    [47687.134362] r8169 0000:02:05.0 enp2s5: link up
    [47687.134376] IPv6: ADDRCONF(NETDEV_CHANGE): enp2s5: link becomes ready
    [47825.775238] usb 3-6: new high-speed USB device number 3 using ehci-pci
    [47825.899362] usb 3-6: unable to get BOS descriptor set
    [47826.017245] usb-storage 3-6:1.0: USB Mass Storage device detected
    [47826.017363] scsi6 : usb-storage 3-6:1.0
    [47826.017504] usbcore: registered new interface driver usb-storage
    [47827.081919] scsi 6:0:0:0: Direct-Access PMAP PQ: 0 ANSI: 4
    [47827.802316] sd 6:0:0:0: [sdd] 15466496 512-byte logical blocks: (7.91 GB/7.37 GiB)
    [47827.804809] sd 6:0:0:0: [sdd] Write Protect is off
    [47827.804814] sd 6:0:0:0: [sdd] Mode Sense: 23 00 00 00
    [47827.807314] sd 6:0:0:0: [sdd] No Caching mode page found
    [47827.807763] sd 6:0:0:0: [sdd] Assuming drive cache: write through
    [47827.816453] sd 6:0:0:0: [sdd] No Caching mode page found
    [47827.816915] sd 6:0:0:0: [sdd] Assuming drive cache: write through
    [47827.845089] sdd: sdd1
    [47827.851818] sd 6:0:0:0: [sdd] No Caching mode page found
    [47827.852305] sd 6:0:0:0: [sdd] Assuming drive cache: write through
    [47827.852776] sd 6:0:0:0: [sdd] Attached SCSI removable disk
    [47901.177187] FAT-fs (sdd1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
    [48255.001967] usb 3-6: USB disconnect, device number 3
    [48456.278507] usb 3-6: new high-speed USB device number 4 using ehci-pci
    [48456.402614] usb 3-6: unable to get BOS descriptor set
    [48456.425683] usb-storage 3-6:1.0: USB Mass Storage device detected
    [48456.425763] scsi7 : usb-storage 3-6:1.0
    [48457.491544] scsi 7:0:0:0: Direct-Access PMAP PQ: 0 ANSI: 4
    [48458.209938] sd 7:0:0:0: [sdd] 15466496 512-byte logical blocks: (7.91 GB/7.37 GiB)
    [48458.212437] sd 7:0:0:0: [sdd] Write Protect is off
    [48458.212442] sd 7:0:0:0: [sdd] Mode Sense: 23 00 00 00
    [48458.214932] sd 7:0:0:0: [sdd] No Caching mode page found
    [48458.215426] sd 7:0:0:0: [sdd] Assuming drive cache: write through
    [48458.224684] sd 7:0:0:0: [sdd] No Caching mode page found
    [48458.225143] sd 7:0:0:0: [sdd] Assuming drive cache: write through
    [48458.253332] sdd: sdd1
    [48458.265813] sd 7:0:0:0: [sdd] No Caching mode page found
    [48458.266295] sd 7:0:0:0: [sdd] Assuming drive cache: write through
    [48458.266755] sd 7:0:0:0: [sdd] Attached SCSI removable disk
    [48470.450341] FAT-fs (sdd1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
    [50093.387926] Adding 3930408k swap on /dev/sda5. Priority:-1 extents:1 across:3930408k FS
    [50096.410969] Adding 3930408k swap on /dev/sdb5. Priority:-2 extents:1 across:3930408k FS
    [54374.314336] ata4.00: exception Emask 0x50 SAct 0x0 SErr 0x480900 action 0x6 frozen
    [54374.314836] ata4.00: irq_stat 0x08000000, interface fatal error
    [54374.315323] ata4: SError: { UnrecovData HostInt 10B8B Handshk }
    [54374.315764] ata4.00: failed command: WRITE DMA
    [54374.316198] ata4.00: cmd ca/00:88:9f:ca:8d/00:00:00:00:00/e8 tag 0 dma 69632 out
    res 50/00:00:9e:ca:8d/00:00:9e:c9:8d/e8 Emask 0x50 (ATA bus error)
    [54374.317334] ata4.00: status: { DRDY }
    [54374.318002] ata4: hard resetting link
    [54374.904585] ata4: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
    [54374.906314] ata4.00: configured for UDMA/100
    [54374.906332] ata4: EH complete
    [56161.610355] sdd: detected capacity change from 7918845952 to 0
    [56178.066775] usb 3-6: USB disconnect, device number 4
    [56193.205154] ata6: exception Emask 0x50 SAct 0x0 SErr 0x90800 action 0xe frozen
    [56193.205703] ata6: irq_stat 0x00400000, PHY RDY changed
    [56193.206232] ata6: SError: { HostInt PHYRdyChg 10B8B }
    [56193.206732] ata6: hard resetting link
    [56193.924403] ata6: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
    [56193.932798] ata6.00: configured for UDMA/100
    [56193.932805] ata6: EH complete
    [56195.044927] ata6: exception Emask 0x10 SAct 0x0 SErr 0x90000 action 0xe frozen
    [56195.045472] ata6: irq_stat 0x00400000, PHY RDY changed
    [56195.046003] ata6: SError: { PHYRdyChg 10B8B }
    [56195.046511] ata6: hard resetting link
    [56195.764407] ata6: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
    [56195.772826] ata6.00: configured for UDMA/100
    [56195.772832] ata6: EH complete
    [56217.331067] usb 3-6: new high-speed USB device number 5 using ehci-pci
    [56217.455149] usb 3-6: unable to get BOS descriptor set
    [56217.478526] usb-storage 3-6:1.0: USB Mass Storage device detected
    [56217.478662] scsi8 : usb-storage 3-6:1.0
    [56218.544212] scsi 8:0:0:0: Direct-Access PMAP PQ: 0 ANSI: 4
    [56219.262349] sd 8:0:0:0: [sdd] 15466496 512-byte logical blocks: (7.91 GB/7.37 GiB)
    [56219.264849] sd 8:0:0:0: [sdd] Write Protect is off
    [56219.264855] sd 8:0:0:0: [sdd] Mode Sense: 23 00 00 00
    [56219.267343] sd 8:0:0:0: [sdd] No Caching mode page found
    [56219.267939] sd 8:0:0:0: [sdd] Assuming drive cache: write through
    [56219.277220] sd 8:0:0:0: [sdd] No Caching mode page found
    [56219.277802] sd 8:0:0:0: [sdd] Assuming drive cache: write through
    [56219.305984] sdd: sdd1
    [56219.318099] sd 8:0:0:0: [sdd] No Caching mode page found
    [56219.318677] sd 8:0:0:0: [sdd] Assuming drive cache: write through
    [56219.319238] sd 8:0:0:0: [sdd] Attached SCSI removable disk
    [56234.556099] FAT-fs (sdd1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
    Edit: Just after I took out my flashdrive, when I accidentally bumped one of the HDs, this popped up:
    [56193.205154] ata6: exception Emask 0x50 SAct 0x0 SErr 0x90800 action 0xe frozen
    [56193.205703] ata6: irq_stat 0x00400000, PHY RDY changed
    [56193.206232] ata6: SError: { HostInt PHYRdyChg 10B8B }
    [56193.206732] ata6: hard resetting link
    [56193.924403] ata6: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
    [56193.932798] ata6.00: configured for UDMA/100
    [56193.932805] ata6: EH complete
    [56195.044927] ata6: exception Emask 0x10 SAct 0x0 SErr 0x90000 action 0xe frozen
    [56195.045472] ata6: irq_stat 0x00400000, PHY RDY changed
    [56195.046003] ata6: SError: { PHYRdyChg 10B8B }
    [56195.046511] ata6: hard resetting link
    Last edited by Dornith (2014-05-20 16:08:40)

    http://ww2.cs.fsu.edu/~rosentha/linux/2.6.26.5/docs/DocBook/libata/ch07.html#excatATAbusErr wrote:
    ATA bus error means that data corruption occurred during transmission over ATA bus (SATA or PATA). This type of errors can be indicated by
    ICRC or ABRT error as described in the section called “ATA/ATAPI device error (non-NCQ / non-CHECK CONDITION)”.
    Controller-specific error completion with error information indicating transmission error.
    On some controllers, command timeout. In this case, there may be a mechanism to determine that the timeout is due to transmission error.
    Unknown/random errors, timeouts and all sorts of weirdities.
    As described above, transmission errors can cause wide variety of symptoms ranging from device ICRC error to random device lockup, and, for many cases, there is no way to tell if an error condition is due to transmission error or not; therefore, it's necessary to employ some kind of heuristic when dealing with errors and timeouts. For example, encountering repetitive ABRT errors for known supported command is likely to indicate ATA bus error.
    Once it's determined that ATA bus errors have possibly occurred, lowering ATA bus transmission speed is one of actions which may alleviate the problem.
    I'd also add; make sure you have good backups when ATA errors are frequent

  • [Solved] how do i build my ISO image with archiso?

    hi all
    i've been following this wiki and it's been going really well (it hasn't gone wrong...). but the wiki page just sort of stops halfway through the configuration bit
    a google search brought me to this page which suggests using the "build.sh" script located in my chroot environment's /tmp/releng/ directory.
    running this script returns the error "build.sh: line 207: syntax error near unexpected token '('
    line 207 of the file reads:
    paste -d"\n" <(sed "s|%ARCH%|i686|g" ${script_path}/aitab.${_iso_type}) \
    i don't really know much about scripts so i can't see what's wrong
    any advice?
    sorry if i've missed a wiki or something n00bish like that. also i'm aware that someone who doesn't know what they're doing shouldn't be attempting archiso but i thought it would be a fun learning experience
    here's the full build.sh in case it is helpful:
    #!/bin/bash
    set -e -u
    iso_name=archlinux
    iso_label="ARCH_$(date +%Y%m)"
    iso_version=$(date +%Y.%m.%d)
    install_dir=arch
    arch=$(uname -m)
    work_dir=work
    out_dir=out
    verbose=""
    script_path=$(readlink -f ${0%/*})
    # Base installation (root-image)
    make_basefs() {
    mkarchiso ${verbose} -w "${work_dir}" -D "${install_dir}" -p "base" create
    mkarchiso ${verbose} -w "${work_dir}" -D "${install_dir}" -p "memtest86+ syslinux mkinitcpio-nfs-utils nbd curl" create
    # Additional packages (root-image)
    make_packages() {
    mkarchiso ${verbose} -w "${work_dir}" -D "${install_dir}" -p "$(grep -v ^# ${script_path}/packages.${arch})" create
    # Copy mkinitcpio archiso hooks (root-image)
    make_setup_mkinitcpio() {
    if [[ ! -e ${work_dir}/build.${FUNCNAME} ]]; then
    local _hook
    for _hook in archiso archiso_shutdown archiso_pxe_common archiso_pxe_nbd archiso_pxe_http archiso_pxe_nfs archiso_loop_mnt; do
    cp /lib/initcpio/hooks/${_hook} ${work_dir}/root-image/lib/initcpio/hooks
    cp /lib/initcpio/install/${_hook} ${work_dir}/root-image/lib/initcpio/install
    done
    cp /lib/initcpio/install/archiso_kms ${work_dir}/root-image/lib/initcpio/install
    cp /lib/initcpio/archiso_shutdown ${work_dir}/root-image/lib/initcpio
    cp /lib/initcpio/archiso_pxe_nbd ${work_dir}/root-image/lib/initcpio
    cp ${script_path}/mkinitcpio.conf ${work_dir}/root-image/etc/mkinitcpio-archiso.conf
    : > ${work_dir}/build.${FUNCNAME}
    fi
    # Prepare ${install_dir}/boot/
    make_boot() {
    if [[ ! -e ${work_dir}/build.${FUNCNAME} ]]; then
    local _src=${work_dir}/root-image
    local _dst_boot=${work_dir}/iso/${install_dir}/boot
    mkdir -p ${_dst_boot}/${arch}
    mkarchroot -n -r "mkinitcpio -c /etc/mkinitcpio-archiso.conf -k /boot/vmlinuz-linux -g /boot/archiso.img" ${_src}
    mv ${_src}/boot/archiso.img ${_dst_boot}/${arch}/archiso.img
    mv ${_src}/boot/vmlinuz-linux ${_dst_boot}/${arch}/vmlinuz
    cp ${_src}/boot/memtest86+/memtest.bin ${_dst_boot}/memtest
    cp ${_src}/usr/share/licenses/common/GPL2/license.txt ${_dst_boot}/memtest.COPYING
    : > ${work_dir}/build.${FUNCNAME}
    fi
    # Prepare /${install_dir}/boot/syslinux
    make_syslinux() {
    if [[ ! -e ${work_dir}/build.${FUNCNAME} ]]; then
    local _src_syslinux=${work_dir}/root-image/usr/lib/syslinux
    local _dst_syslinux=${work_dir}/iso/${install_dir}/boot/syslinux
    mkdir -p ${_dst_syslinux}
    for _cfg in ${script_path}/syslinux/*.cfg; do
    sed "s|%ARCHISO_LABEL%|${iso_label}|g;
    s|%INSTALL_DIR%|${install_dir}|g;
    s|%ARCH%|${arch}|g" ${_cfg} > ${_dst_syslinux}/${_cfg##*/}
    done
    cp ${script_path}/syslinux/splash.png ${_dst_syslinux}
    cp ${_src_syslinux}/*.c32 ${_dst_syslinux}
    cp ${_src_syslinux}/*.com ${_dst_syslinux}
    cp ${_src_syslinux}/*.0 ${_dst_syslinux}
    cp ${_src_syslinux}/memdisk ${_dst_syslinux}
    mkdir -p ${_dst_syslinux}/hdt
    wget -O - http://pciids.sourceforge.net/v2.2/pci.ids | gzip -9 > ${_dst_syslinux}/hdt/pciids.gz
    cat ${work_dir}/root-image/lib/modules/*-ARCH/modules.alias | gzip -9 > ${_dst_syslinux}/hdt/modalias.gz
    : > ${work_dir}/build.${FUNCNAME}
    fi
    # Prepare /isolinux
    make_isolinux() {
    if [[ ! -e ${work_dir}/build.${FUNCNAME} ]]; then
    mkdir -p ${work_dir}/iso/isolinux
    sed "s|%INSTALL_DIR%|${install_dir}|g" ${script_path}/isolinux/isolinux.cfg > ${work_dir}/iso/isolinux/isolinux.cfg
    cp ${work_dir}/root-image/usr/lib/syslinux/isolinux.bin ${work_dir}/iso/isolinux/
    cp ${work_dir}/root-image/usr/lib/syslinux/isohdpfx.bin ${work_dir}/iso/isolinux/
    : > ${work_dir}/build.${FUNCNAME}
    fi
    # Customize installation (root-image)
    # NOTE: mkarchroot should not be executed after this function is executed, otherwise will overwrites some custom files.
    make_customize_root_image() {
    if [[ ! -e ${work_dir}/build.${FUNCNAME} ]]; then
    cp -af ${script_path}/root-image ${work_dir}
    chmod 750 ${work_dir}/root-image/etc/sudoers.d
    chmod 440 ${work_dir}/root-image/etc/sudoers.d/g_wheel
    mkdir -p ${work_dir}/root-image/etc/pacman.d
    wget -O ${work_dir}/root-image/etc/pacman.d/mirrorlist http://www.archlinux.org/mirrorlist/all/
    sed -i "s/#Server/Server/g" ${work_dir}/root-image/etc/pacman.d/mirrorlist
    chroot ${work_dir}/root-image /usr/sbin/locale-gen
    chroot ${work_dir}/root-image /usr/sbin/useradd -m -p "" -g users -G "audio,disk,optical,wheel" arch
    : > ${work_dir}/build.${FUNCNAME}
    fi
    # Split out /lib/modules from root-image (makes more "dual-iso" friendly)
    make_lib_modules() {
    if [[ ! -e ${work_dir}/build.${FUNCNAME} ]]; then
    mv ${work_dir}/root-image/lib/modules ${work_dir}/lib-modules
    : > ${work_dir}/build.${FUNCNAME}
    fi
    # Split out /usr/share from root-image (makes more "dual-iso" friendly)
    make_usr_share() {
    if [[ ! -e ${work_dir}/build.${FUNCNAME} ]]; then
    mv ${work_dir}/root-image/usr/share ${work_dir}/usr-share
    : > ${work_dir}/build.${FUNCNAME}
    fi
    # Make [core] repository, keep "any" pkgs in a separate fs (makes more "dual-iso" friendly)
    make_core_repo() {
    if [[ ! -e ${work_dir}/build.${FUNCNAME} ]]; then
    local _url _urls _pkg_name _cached_pkg _dst _pkgs
    mkdir -p ${work_dir}/repo-core-any
    mkdir -p ${work_dir}/repo-core-${arch}
    pacman -Sy
    _pkgs=$(comm -2 -3 <(pacman -Sql core | sort | sed 's@^@core/@') \
    <(grep -v ^# ${script_path}/core.exclude.${arch} | sort | sed 's@^@core/@'))
    _urls=$(pacman -Sddp ${_pkgs})
    pacman -Swdd --noprogressbar --noconfirm ${_pkgs}
    for _url in ${_urls}; do
    _pkg_name=${_url##*/}
    _cached_pkg=/var/cache/pacman/pkg/${_pkg_name}
    _dst=${work_dir}/repo-core-${arch}/${_pkg_name}
    cp ${_cached_pkg} ${_dst}
    repo-add -q ${work_dir}/repo-core-${arch}/core.db.tar.gz ${_dst}
    if [[ ${_pkg_name} == *any.pkg.tar* ]]; then
    mv ${_dst} ${work_dir}/repo-core-any/${_pkg_name}
    ln -sf ../any/${_pkg_name} ${_dst}
    fi
    done
    : > ${work_dir}/build.${FUNCNAME}
    fi
    # Process aitab
    # args: $1 (core | netinstall)
    make_aitab() {
    local _iso_type=${1}
    if [[ ! -e ${work_dir}/build.${FUNCNAME}_${_iso_type} ]]; then
    sed "s|%ARCH%|${arch}|g" ${script_path}/aitab.${_iso_type} > ${work_dir}/iso/${install_dir}/aitab
    : > ${work_dir}/build.${FUNCNAME}_${_iso_type}
    fi
    # Build all filesystem images specified in aitab (.fs .fs.sfs .sfs)
    make_prepare() {
    mkarchiso ${verbose} -w "${work_dir}" -D "${install_dir}" prepare
    # Build ISO
    # args: $1 (core | netinstall)
    make_iso() {
    local _iso_type=${1}
    mkarchiso ${verbose} -w "${work_dir}" -D "${install_dir}" checksum
    mkarchiso ${verbose} -w "${work_dir}" -D "${install_dir}" -L "${iso_label}" -o "${out_dir}" iso "${iso_name}-${iso_version}-${_iso_type}-${arch}.iso"
    # Build dual-iso images from ${work_dir}/i686/iso and ${work_dir}/x86_64/iso
    # args: $1 (core | netinstall)
    make_dual() {
    local _iso_type=${1}
    if [[ ! -e ${work_dir}/dual/build.${FUNCNAME}_${_iso_type} ]]; then
    if [[ ! -d ${work_dir}/i686/iso || ! -d ${work_dir}/x86_64/iso ]]; then
    echo "ERROR: i686 or x86_64 builds does not exist."
    _usage 1
    fi
    local _src_one _src_two _cfg
    if [[ ${arch} == "i686" ]]; then
    _src_one=${work_dir}/i686/iso
    _src_two=${work_dir}/x86_64/iso
    else
    _src_one=${work_dir}/x86_64/iso
    _src_two=${work_dir}/i686/iso
    fi
    mkdir -p ${work_dir}/dual/iso
    cp -a -l -f ${_src_one} ${work_dir}/dual
    cp -a -l -n ${_src_two} ${work_dir}/dual
    rm -f ${work_dir}/dual/iso/${install_dir}/aitab
    rm -f ${work_dir}/dual/iso/${install_dir}/boot/syslinux/*.cfg
    if [[ ${_iso_type} == "core" ]]; then
    if [[ ! -e ${work_dir}/dual/iso/${install_dir}/any/repo-core-any.sfs ||
    ! -e ${work_dir}/dual/iso/${install_dir}/i686/repo-core-i686.sfs ||
    ! -e ${work_dir}/dual/iso/${install_dir}/x86_64/repo-core-x86_64.sfs ]]; then
    echo "ERROR: core_iso_single build is not found."
    _usage 1
    fi
    else
    rm -f ${work_dir}/dual/iso/${install_dir}/any/repo-core-any.sfs
    rm -f ${work_dir}/dual/iso/${install_dir}/i686/repo-core-i686.sfs
    rm -f ${work_dir}/dual/iso/${install_dir}/x86_64/repo-core-x86_64.sfs
    fi
    paste -d"\n" <(sed "s|%ARCH%|i686|g" ${script_path}/aitab.${_iso_type}) \
    <(sed "s|%ARCH%|x86_64|g" ${script_path}/aitab.${_iso_type}) | uniq > ${work_dir}/dual/iso/${install_dir}/aitab
    for _cfg in ${script_path}/syslinux.dual/*.cfg; do
    sed "s|%ARCHISO_LABEL%|${iso_label}|g;
    s|%INSTALL_DIR%|${install_dir}|g" ${_cfg} > ${work_dir}/dual/iso/${install_dir}/boot/syslinux/${_cfg##*/}
    done
    mkarchiso ${verbose} -w "${work_dir}/dual" -D "${install_dir}" checksum
    mkarchiso ${verbose} -w "${work_dir}/dual" -D "${install_dir}" -L "${iso_label}" -o "${out_dir}" iso "${iso_name}-${iso_version}-${_iso_type}-dual.iso"
    : > ${work_dir}/dual/build.${FUNCNAME}_${_iso_type}
    fi
    purge_single ()
    if [[ -d ${work_dir} ]]; then
    find ${work_dir} -mindepth 1 -maxdepth 1 \
    ! -path ${work_dir}/iso -prune \
    | xargs rm -rf
    fi
    purge_dual ()
    if [[ -d ${work_dir}/dual ]]; then
    find ${work_dir}/dual -mindepth 1 -maxdepth 1 \
    ! -path ${work_dir}/dual/iso -prune \
    | xargs rm -rf
    fi
    clean_single ()
    rm -rf ${work_dir}
    rm -f ${out_dir}/${iso_name}-${iso_version}-*-${arch}.iso
    clean_dual ()
    rm -rf ${work_dir}/dual
    rm -f ${out_dir}/${iso_name}-${iso_version}-*-dual.iso
    make_common_single() {
    make_basefs
    make_packages
    make_setup_mkinitcpio
    make_boot
    make_syslinux
    make_isolinux
    make_customize_root_image
    make_lib_modules
    make_usr_share
    make_aitab $1
    make_prepare $1
    make_iso $1
    _usage ()
    echo "usage ${0} [options] command <command options>"
    echo
    echo " General options:"
    echo " -N <iso_name> Set an iso filename (prefix)"
    echo " Default: ${iso_name}"
    echo " -V <iso_version> Set an iso version (in filename)"
    echo " Default: ${iso_version}"
    echo " -L <iso_label> Set an iso label (disk label)"
    echo " Default: ${iso_label}"
    echo " -D <install_dir> Set an install_dir (directory inside iso)"
    echo " Default: ${install_dir}"
    echo " -w <work_dir> Set the working directory"
    echo " Default: ${work_dir}"
    echo " -o <out_dir> Set the output directory"
    echo " Default: ${out_dir}"
    echo " -v Enable verbose output"
    echo " -h This help message"
    echo
    echo " Commands:"
    echo " build <mode> <type>"
    echo " Build selected .iso by <mode> and <type>"
    echo " purge <mode>"
    echo " Clean working directory except iso/ directory of build <mode>"
    echo " clean <mode>"
    echo " Clean working directory and .iso file in output directory of build <mode>"
    echo
    echo " Command options:"
    echo " <mode> Valid values 'single' or 'dual'"
    echo " <type> Valid values 'netinstall', 'core' or 'all'"
    exit ${1}
    if [[ ${EUID} -ne 0 ]]; then
    echo "This script must be run as root."
    _usage 1
    fi
    while getopts 'N:V:L:D:w:o:vh' arg; do
    case "${arg}" in
    N) iso_name="${OPTARG}" ;;
    V) iso_version="${OPTARG}" ;;
    L) iso_label="${OPTARG}" ;;
    D) install_dir="${OPTARG}" ;;
    w) work_dir="${OPTARG}" ;;
    o) out_dir="${OPTARG}" ;;
    v) verbose="-v" ;;
    h|?) _usage 0 ;;
    _msg_error "Invalid argument '${arg}'" 0
    _usage 1
    esac
    done
    shift $((OPTIND - 1))
    if [[ $# -lt 1 ]]; then
    echo "No command specified"
    _usage 1
    fi
    command_name="${1}"
    if [[ $# -lt 2 ]]; then
    echo "No command mode specified"
    _usage 1
    fi
    command_mode="${2}"
    if [[ ${command_name} == "build" ]]; then
    if [[ $# -lt 3 ]]; then
    echo "No build type specified"
    _usage 1
    fi
    command_type="${3}"
    fi
    if [[ ${command_mode} == "single" ]]; then
    work_dir=${work_dir}/${arch}
    fi
    case "${command_name}" in
    build)
    case "${command_mode}" in
    single)
    case "${command_type}" in
    netinstall)
    make_common_single netinstall
    core)
    make_core_repo
    make_common_single core
    all)
    make_common_single netinstall
    make_core_repo
    make_common_single core
    echo "Invalid build type '${command_type}'"
    _usage 1
    esac
    dual)
    case "${command_type}" in
    netinstall)
    make_dual netinstall
    core)
    make_dual core
    all)
    make_dual netinstall
    make_dual core
    echo "Invalid build type '${command_type}'"
    _usage 1
    esac
    echo "Invalid build mode '${command_mode}'"
    _usage 1
    esac
    purge)
    case "${command_mode}" in
    single)
    purge_single
    dual)
    purge_dual
    echo "Invalid purge mode '${command_mode}'"
    _usage 1
    esac
    clean)
    case "${command_mode}" in
    single)
    clean_single
    dual)
    clean_dual
    echo "Invalid clean mode '${command_mode}'"
    _usage 1
    esac
    echo "Invalid command name '${command_name}'"
    _usage 1
    esac
    Last edited by gav989 (2012-02-12 10:59:11)

    thanks for that, according to this it should be run like
    /path/to/build.sh build single netinstall
    from inside the chroot
    posting this for my own reference and in case it helps others, will mark as solved
    thanks again for your help
    Last edited by gav989 (2012-02-12 10:58:04)

  • [Solved] archiso UEFI boot doesn't work.

    I just followed the instruction on https://wiki.archlinux.org/index.php/UE … B_from_ISO, but it doesn't work as intended. It shows just 3 menu,
    Arch Linux archiso x86_64 UEFI USB
    UEFI Shell x86_64 v1
    UEFI Shell x86_64 v2
    I thought, the first option is the way to go, but
    Error loading \arch\boot\x86_64\vmlinuz: Not found
    In fact, there is no \arch directory. The iso file downloaded was not broken, so I think something's missing either in the article or in the iso file.
    edit : I found that, the name of 'arch' directory was changed to something like "?????????". I don't know why, but when I changed it to "arch" again, it works like a charm.
    Last edited by kreoso (2012-11-01 16:54:57)

    Exactly the same thing happened to me. I think there's some filename encoding issue because I wasn't able to rename ????????? to arch, instead I moved to arch2 then renamed arch2 to arch. Happy to say that worked for me too.
    I should add that the same USB stick worked first time with my laptop, it was only when trying to boot my desktop in the same way that I hit this issue, so it seems sensitive to BIOS manufacturer/version.
    Last edited by malcolmsparks (2012-11-04 19:46:32)

  • [SOLVED] Unable to boot Archiso USB in UEFI mode

    Hello Everyone !
    I'm trying to create an UEFI bootable USB from the latest ISO : 2012.10.06. I first tried following this section of the wiki : https://wiki.archlinux.org/index.php/Un … B_from_ISO with an usb key formatted as an EFI System (of type "ef00" in gdisk) and with a FAT32 partition on it.
    All steps went right but when i try to boot with this key from the EFI menu, i get an infinite black screen and the usb key led isn't blinking so i suppose it's not loading.
    I have refind already installed on my system. When i try booting the key from refind, I get the same result but with a clue : it stays blocked at loading bootx64.efi.
    I just tried another way of creating my bootable usb key by following the archiso README : https://projects.archlinux.org/archiso. … EADME#n237
    It results in the same situation.
    I've tried the two ways a few times and with two different usb keys so i think i didn't miss any step. (The filesystem label is right)
    The section of the wiki I mentionned is changing every day so maybe it's not ready ? Moreover, a new command has been added about removing a [BOOT] file, i don't have this file when extracting with bsdtar.
    The md5sum of the iso is ok.
    My computer is an ASUS N56VM.
    Everything worked fine with the previous iso of archlinux.
    I didn't find anyone on the forum with the same problem so if anybody knows how I should do or where I could get more information, I would be grateful.
    PS : I'm sorry for the mistakes in english, this is not my mother tongue .
    Last edited by Takeo (2012-10-14 21:19:32)

    Takeo wrote:All steps went right but when i try to boot with this key from the EFI menu, i get an infinite black screen and the usb key led isn't blinking so i suppose it's not loading.
    I got the same issue. After hours of debugging I finally understand the problem: gummiboot doesn't detect any menu entry, and goes into a bug that hangs it. I have a patch to fix that particular bug, but instead of hanging you will see a proper error.
    The real problem is in gnu-efi, which is not wrapping the Windows x86 calls correctly, so it's a matter of luck if the compiler manages to organize the code in a proper way.
    You can try with this package: http://felipec.org/arch-linux/gummiboot … pkg.tar.xz

  • Lenovo Yoga 2 Pro: endless error(?) messages during installation

    I'm trying to install Arch Linux on a Lenovo Yoga 2 Pro.  It came pre-installed with Windows 8.1, but all remnants of W8 have been removed. Currently it's running Ubuntu-Gnome.
    Using Windows 7, I created a UEFI bootable USB stick using the instructions provided on the wiki (extracting w/ 7zip and renaming the volume label).  The UBS stick booted just fine, and I was presented with a menu of about 5 items -- the first being "Arch Linux archiso x86_64 UEFI"  After selecting the first item, the screen ran through a bunch of items (too small for me to see with this crazy resolution), but they all said [OK].  Then the screen cleared and I was presented with a shell prompt.  This is where the problem begins.  Immediately, I start seeing the following lines written to the screen about every 5 seconds...
         usb 2-7 unable to read config index 0 descriptor/start: -71
         usb 2-7 can't read configurations, error -71
    periodically I see this thrown in as well...
         unable to enumerate USB device on port 7
    Every time I try typing something whatever I'm typing gets blown away by 2 more lines being written to the screen.  This never ends.  Eventually I end up with thousands rows and I just give up.
    Any ideas?  Is the hardware too new?
    Thanks very much!
    Eric

    I can completely understand this guy's frustration with the clickpad, it is completely unusuable with the default settings. I played around with the synaptics settings and it is much better now, I just adjusted the FingerHigh and FingerLow options:
    synclient FingerHigh=46
    synclient FingerLow=46
    With these settings, the cursor doesn't twitch around anymore when you try to click something.

  • USB Errors while trying to install 64 bit Arch

    I'm trying to install Arch onto some brand new hardware. I am installing using the Arch Netboot environment.
    When I try to install 64 bit Arch, I get the following errors straight after archiso.img is downloaded and the kernel is booted:
    usb 2-5: device descriptor read/64, error -32
    usb 2-5: device descriptor read/64, error -32
    usb 2-5: device descriptor read/64, error -32
    usb 2-5: device descriptor read/64, error -32
    usb 2-5: device not accepting address 4, error -32
    usb 2-5: device not accepting address 5, error -32
    hub 2-0:1.0: unable to enumerate USB device on port 5
    The same lines appear for usb 4-1, 6-5 and 7-1. The only USB device that is plugged in is the USB key that I booted ipxe.lkrn from.
    Googling seems to point to a kernel module that needs to be loaded earlier or a faulty USB controller. I do not know how to change what kernel modules are used during installation, and I'm fairly certain the USB controllers are fine. Its a brand new motherboard and I can access my USB key fine (I can boot from it) in any of the available USB ports.
    I was close to giving up until for some reason I decided to try and install the 32 bit version of Arch instead. This worked as expected and I am sent to the archiso installation prompt without seeing any of the same USB errors.
    Can someone please assist me with this? I would really prefer to have the 64 bit version installed.

    https://bbs.archlinux.org/viewtopic.php?id=158206
    This seems to be related, although my errors are giving error -32 instead of -110.
    Is there a way I can force the installation environment to use kernel 3.7.6? Does the 32 bit installer use a different kernel to the 64 bit installer?
    Is there a way I can use the 32 bit installation environment to install 64 bit as well as the 3.7.6 kernel?

  • How to build x86_64 archiso on 32 bit machine?

    Ohay guyse,
    It's me again
    Anyways, sorry for wasting your time (those who cared to read, facepalm and reply [in that order] to my previous questions and rant).
    But now I face a dilemma:
    I need to make a new custom archiso.
    Archiso does not work on i686 - x32, only x64
    I only have one x64, which is archbang.
    I can't get support here because of that. I understand.
    The guys at archbang send me back here.
    So how should I post my questions? And where? Should I ask directly the maintainer of archiso?
    Note:
    -installing a new archlinux x64 is not an option right now. (though I'll do it as soon as I can make myself an x64 archiso to work with)
    -previously archiso worked on this x64 archbang, until I updated the system (Syyu)
    Thanks in advance.
    Cheers!
    Last edited by jasonwryan (2013-04-07 20:57:25)

    Xyne wrote:
    I expect that it is possible to build the iso on x86_64. I really doubt that the devs require two different systems just to build it. I don't think the packages are compiled when building the iso, only installed, which can be done on any architecture.
    Post specific error messages if you want help.
    The script itself includes the x64 limitation:
    if [[ ${arch} != x86_64 ]]; then
    echo "This script needs to be run on x86_64"
    _usage 1
    fi
    Either way I can live with the x64 limitation, but the problem right now is when I try to resume the build:
    [root@archbang livecd]# ./build.sh -v
    patching file work/i686/root-image/usr/bin/pacman-key
    Hunk #1 succeeded at 447 (offset 71 lines).
    Hunk #2 FAILED at 403.
    1 out of 2 hunks FAILED -- saving rejects to file work/i686/root-image/usr/bin/pacman-key.rej
    [root@archbang livecd]# pacman -Q archiso
    archiso 6-1
    #notice that this is the older version (reinstalled from cache), therefore it might be that a dependency was updated (probably pacman)
    I'm guessing its a problem with the packages being signed properly with pacman...
    jasonwryan wrote:
    I've updated your thread title for you; when someone asks, please do it yourself in future
    https://wiki.archlinux.org/index.php/Fo … ow_to_Post
    Not an Arch discussion, moving to Installation
    Sorry, the discussion derailed (not sure why), sorry and thanks.
    drcouzelis wrote:It's kind of off topic but, may I ask why you are using archiso instead of doing a regular installation? (I apologize if you already mentioned why)
    Mainly because I want everything to be ready beforehand. I might have to install #arch on 10 computers, and I can't spend an evening writing commands, waiting the downloads to finish and to customize. With archiso I can have the system 80% ready, with no further download needed.

  • Error: Preset not found: '/etc/mkinitcpio.d/linux.preset' [Solved]

    Hi
    I tried to initial RAM disk with and got error message
    [root@archiso /]# mkinitcpio -p linux
    ==> ERROR; Preset not found: '/etc/mkinitcpio.d/linux.preset'
    And I found some answers but one said
    ALARM doesn't use an uInitrd.
    and another said I have to be install kernel26.
    How I can solve this?
    Last edited by rob111 (2013-08-31 17:41:46)

    rob111 wrote:I can switch between [root@archiso /] and root@archiso ~ #.
    This is confusing given this report. Could you confirm exactly the prompt you have when you try to run the configuration commands such as mkinitcpio -p linux.
    Because, as Trilby says, if you really have successfully installed base and base-devel and chrooted into the system, you should not be seeing these errors. Also, I am pretty sure that you should not have needed to verify the master key manually. When Arch first introduced signing, manual verification of keys was required but I am almost certain that is no longer the case. So something is almost certainly wrong at an earlier stage and you need to fix that, as Trilby says, before moving onto the next stage.
    EDIT: "As Trilby says" should now read "as Trilby says again" - I'm too slow.
    Last edited by cfr (2013-08-25 22:57:40)

  • Buffer I/O error on device sr0, logical block 160512

    I get this error whenever I try to boot up uzume linux.  I know that the ,iso isn't currupted in any way, I've tried to boot the cd in several different machines, burnt it in different burners, done everything I could think of.  So i'm stumped as to what is even causing it.  Any ideas?

    I burn't it on a mac with disk utility as well, and disk utility hasn't failed me yet (never had an unsuccessful burn in over a year).  I rebuilt the .iso several times, but to no avail.  The .iso works fine in Virtual Box, so the problem isn't there.  I started having the problems after the new archiso-git update, I think...

  • [SOLVED] external USB HDD fails to install arch w/boot device ERROR

    I've been working on installing arch linux via an external USB harddrive (specifically seagate free agent go 320GB) for 1 week now, and everytime I failed - until TODAY! thankfully I found this post, where user Dieter@be references this link, which displays BUG ID#17231 at the top titled "Can't boot LiveCDs 2009.08 (/dev/archiso doesn't show up)". the bug report states ::
    I can't boot the LiveCDs 2009.08, neither netinstall nor core.
    When it tries to access /dev/archiso it shows these messages:
    :: Waiting for boot device ...
    Waiting 30 seconds for device /dev/archiso ...
    ERROR: boot device didn't show up after 30 seconds ...
    Falling back to interactive prompt
    You can try to fix the problem manually, logout when you are finished
    ramfs$
    reading further thru this bug report, I found a very insightful post by Heiko Baums (cyberpatrol) where he says the following, and I quote ::
    Problem found. The link /dev/archiso wasn't created.
    After
    ramfs$ cd /dev
    ramfs$ ln -s sr0 archiso
    ramfs$ exit
    it continued booting correctly.
    And sg was also loaded after this. ;-)
    as you see, the bug report was for the CD version, not the USB version - yet, my issue with the USB bootdisk was the same, (no matter which boot disk I tried = netinstall, core, .img, .iso, etc) meaning I got the EXACT same error = "ERROR: boot device didn't show up after 30 seconds ..." ! well, I figured that I'd try one of the new fancy ISOs found @ http://build.archlinux.org/isos/ - specifically I use/used archlinux-2010.03.04-netinstall-x86_64.iso.
    upon running Unetbootin from windows 7, and choose to install the ISO archlinux-2010.03.04-netinstall-x86_64.iso to my first partition on my USB harddrive (that first partition being FAT32, and had already been set as bootable previously), that completed successfully. I rebooted, and choose to boot from USB drive, the ISOlinux bootloader came up as normal, I choose DEFAULT and off it went.... sure enough, it errored out at the same place as listed in the bug report ::
    :: Waiting for boot device ...
    Waiting 30 seconds for device /dev/archiso ...
    ERROR: boot device didn't show up after 30 seconds ...
    Falling back to interactive prompt
    You can try to fix the problem manually, logout when you are finished
    ramfs$
    this time though, I issued the following 2 commands ::
    ln -s /dev/sdb1 /dev/archiso
    exit
    from there, EVERYTHING worked as it should!
    to recap: the solution for me was create a symbolic link pointing /dev/archiso => to my partition which held the archlinux netinstall (which is where I told Unetbootin to install it to)! done and done. I felt this needed to be posted here, as I could not find this solution after MANY google searches, archlinux wiki searches, forum searches, etc. honestly, I think it would be prudent to have this tidbit of information added to the Install from USB stick archwiki page as a side note to those that may run into this issue.
    this is not the FIRST time I have run into this problem with a USB install of archlinux, but this is the FIRST time I found a fix! thanks to all the great posts I reference here, without this information I dont think I would have been able to install archlinux on my new alienware m11x laptop.
    -peace-
    PS: no amount of rootdelay=XX  nor pmedia=usb  nor usbdelay=XX would work in my above attempts either.
    Last edited by fnord0 (2010-03-12 04:54:26)

    FAT16 here. Parted Magic sees my USB drive as sdd. I tried your way and surprise, surprise, it didn't work.
    ln -sf /dev/sdd /dev/archiso
    mount -t vfat /dev/archiso /bootmnt
    mount : Invalid argument
    I thought maybe you meant mount -f vfat /dev/archiso /bootmnt instead. I tried it too, it resulted in a kernel panic.
    What else can I try besides installing from a IDE/SATA CD drive ? Because this issue is NOT solved. At least not for me. Wonder if "archlinux-2010.04.05-netinstall-i686.iso" from the here will solve it (really hope so).
    SOLVED IT HERE (with yet another image): http://bbs.archlinux.org/viewtopic.php?id=93645
    Last edited by DSpider (2010-04-17 14:21:27)

Maybe you are looking for

  • Help with Multiple libraries and one storage location for files

    I cannot get an answer to this question anywhere and was really hoping that The [H] would be able to help. Here is my current set up that allows my wife and I to have completely independent libraries and ratings, but use the same files: -Shared folde

  • (261705413) Q RPCC-7 Does the client.jar file tie you Weblogic Server?

    Q<RPCC-7> BEA is providing client-side helpers in the client.jar file, including parsing and SOAP facilities, etc. But, are we saying that there is nothing in there that ties the client to the server-side WLS implemenation? It seems that putting the

  • My super simple ip checking script

    i have a small home network with a PC running arch that acts as a NAT router; in the near future i am planning on setting up VPN access on this arch box. i would assume that it is imperative to know the external IP address of the router in order to c

  • I tried too download too many songs unto my ipod

    please help me. I'm such a loser. ha. OK. so, I had about 960 songs on my ipod and I was updating it today and this a message came up saying that I had tried to download too many songs. The ipod could either choose the songs I wanted on my ipod for m

  • BACKGROUND JOB & APPEND FILE?

    Hi     I have a requirement  , i have created a program  and taking its output in text file through direct execution, using FM gui_download . and i want to schedule it to execute after every 15 minute.and Append the same text file with new values and