Root filesystem not cleanly unmounted on shutdown

I have installed arch on a EEEPC701 on a flash card that is connected to the USB port. The filesystem is ext2. All is fine except that I often get error on the filesystem. Quite often the filesystem is marched clean but if I force a fsck on it I nevertheless get errors. I have modified /etc/rc.shutdown to do sync;sleep 5 just before the shutting down (after having remounted it ro) but the problem persists. Has anyone an idea; should it be possible to unmount it completely before the shutdown instead of remounting it ro? Might it be the problem?

Hi olive,
I don't know a lot about ext2 but if you do an fsync while disk filesystems are ro it won't have any effect I guess, so maybe you can put it earlier in the rc.shutdown script.
I found a thread on linux kernel mailing list related to your issue, not sure if it's still relevant though because it's about 2.4 kernels. anyway, here's the link:
http://lkml.indiana.edu/hypermail/linux … /1417.html
cheers,

Similar Messages

  • Systemd 196-2 does not cleanly unmount?

    After updating systemd to 196-2 it looks like the system is not being unmounted correctly on my machine:
    before:
    Unmounted /dev/mque
    Disabling swaps
    Detaching loop devices.
    Detaching DM devices.
    after update:
    Unmounted /dev/mque
    Unmounted /sys/kernel/debug
    Not all filesystems unmounted, 1 left.
    Disabling swaps
    Detaching loop devices.
    Detaching DM devices.
    Unmounting file systems
    Not all filesystems unmounted, 1 left.
    Cannot filnalize remaining file systems and devices, giving up.
    Anybody have any ideas? I can't even seem to figure out what filesystems are failing and why...

    I'm getting it too. I'm also noticing duplicate entries in my df output, which I'm pretty sure was not the case before this last upgrade:
    Filesystem 1K-blocks Used Available Use% Mounted on
    rootfs 22678012 13867116 7658896 65% /
    dev 1913920 0 1913920 0% /dev
    run 1916776 456 1916320 1% /run
    /dev/sda3 22678012 13867116 7658896 65% /
    tmpfs 1916776 68 1916708 1% /dev/shm
    tmpfs 1916776 0 1916776 0% /sys/fs/cgroup
    tmpfs 1916776 16 1916760 1% /tmp
    /dev/sda4 284368816 129816244 140107400 49% /home
    /dev/sda1 99150 30780 63250 33% /boot
    Here's my /etc/fstab:
    # /etc/fstab: static file system information
    # <file system> <dir> <type> <options> <dump> <pass>
    #devpts /dev/pts devpts defaults 0 0
    #shm /dev/shm tmpfs nodev,nosuid 0 0
    /dev/sda1 /boot ext2 defaults 0 1
    /dev/sda2 swap swap defaults 0 0
    /dev/sda3 / ext4 defaults 0 1
    /dev/sda4 /home ext4 defaults 0 1

  • [Solved] NFS shares root filesystem

    [edit] Sorry, my fault. I was using Nautilus m(
    and i think it silently switiched to using sftp.... still wondering why no password was prompted.
    Hi!
    I set up nfs following the wiki. It works, but i can access the whole remote-root-filesystem, not just the nfs-root. Is https://wiki.archlinux.org/index.php/NFS up to date?
    greetings
    Server:
    cat /etc/exports
    /srv/nfs4/ 192.168.0.0/24(ro,fsid=0,no_subtree_check)
    /srv/nfs4/a 192.168.0.0/24(ro,no_subtree_check)
    /srv/nfs4/b 192.168.0.0/24(ro,no_subtree_check)
    [root@alarmpi srv]#
    Client:
    showmount -e 192.168.0.116
    Export list for 192.168.0.116:
    /srv/nfs4/a 192.168.0.0/24
    /srv/nfs4/b 192.168.0.0/24
    /srv/nfs4 192.168.0.0/24
    Last edited by matto (2015-03-22 14:50:59)

    Thanks for the hints. Meanwhile, I have done some more background reading on running Arch in VMWare Player. In particular I followed the guidelines in this article. So it turns out that X requires some special configuration when run from within VMWare.
    pacman -S xf86-input-vmmouse xf86-video-vmware xf86-video-vesa svga-dri
    and a vmwgfx module is supposed to be loaded. I installed tha packages and tried to load vmwgfx, but when I do lsmod I just can't see it. Then it was pointed out to me that it might be a kernel mismatch problem. The linux installed on nfsroot is 3.6.2 whereas for some reason uname -a gives me version 3.5.6.
    I've tried to rebuild initramfs with the new kernel using -k switch of mkinicpio, but it didn't help. It still boots into 3.5.6. It as if the initramfs from the client was taking precedence. So then I went back to the previous image of my VM, updated the system, made appropriate changes to mkinitcpio.conf and run mkinitcpio... and it no longer boots. mount: protocol not supported. I will post the details in my other topic.

  • Time Machine Backups disk not automatically unmounting after backup completes in Lion

    I am using Time Machine over WiFi on a 3rd party USB drive shared as an AirDisk through an Airport Extreme router. Ever since switching to Lion (clean install), I have noticed that the Time Machine backup disk will not automatically unmount after a backup is completed. This creates a problem when my MacBook Pro comes back from sleep. Specifically, the WiFi notification icon in the Finder toolbar indicates that WiFi is connected, even though it's not connected to a network, and I am unable to connect to any networks for what seems like several minutes until the Time Machine backups disk disappears from the desktop and WiFi actually connects.
    Since the disk was not cleanly unmounted, Time Machine then keeps complaining that the sparse bundle file is locked and cannot be mounted every time it tries to do a backup. I have to either disconnect/reconnect the USB drive physically from the router, or restart the router every time this happens to resolve the issue. That is getting really annoying to have to do every time. I suppose I could manually unmount the Time Machine disk after every backup but it's ridiculous to have to do that every time I want to put the computer to sleep.
    Is anyone else experiencing this issue and is there a fix?

    For others who might be having this problem - I was able to resolve it by connecting my backup disk to my mac via USB, completely erasing it, and starting over from a new backup. Disk Utility was not reporting any errors when I verified the disk, but I went ahead and repartitioned it and started fresh. The disk now automatically unmounts after backups complete.

  • /home not unmounting during shutdown?

    Hi,
    If I shutdown the computer using "init 5/ init 6" or "shutdown -y -i5 / shutdown -y -i6" from my user account (after doing su ofcourse) I get the following error messages:
    umount: /home/girish busy
    umount: /home busy
    cannot unmount: '/export/home': device busy
    cannot unmount: '/export': device busy
    /export/home is a local directory and appears to be mounted as a loopback FS (lofi).
    But if I logout -> login as root -> init 5 then I don't get these error messages.
    Why is /home not getting unmounted? or are these just harmless messages?

    Right. Because your account is still running, the umount cannot succeed at that point.
    During shutdown the system will attempt to unmount filesystems. Some might not succeed due to running programs. That's generally okay though. At the end of the shutdown it will still cleanly unmount all local filesystems. For the most part, this is a harmless message.
    Darren

  • Something about "filesystems is NOT Clean"

    I bought Thinkpad X1 recently.  I install arch on it. Everything seems fine, except that "filesystems is NOT Clean" appears everytime when I start the laptop. I cannot find useful information from google. I just guess that it is a problem associated with unnormal shutdown procedure.
    Any suggestions are welcome!
    I use lvm2 to manage logical volumns.
    $ sudo lvs
    LV VG Attr LSize Origin Snap% Move Log Copy% Convert
    home archgroup -wc-ao 255.12g
    root archgroup -wc-ao 19.53g
    swap archgroup -wc-ao 3.91g
    var archgroup -wc-ao 19.53g
    Here, "home" and "root" use the filesystem of "ext4" and "var" use "reisefs"。
    The following is several informations from kernel.log which may be useful:
    Aug 26 14:03:27 Igor-Home kernel: [ 100.249270] ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
    Aug 26 14:03:38 Igor-Home kernel: [ 111.193303] wlan0: no IPv6 routers present
    Aug 26 14:04:26 Igor-Home kernel: [ 158.867839] iwlagn 0000:03:00.0: Aggregation not enabled for tid 0 because load = 1
    Aug 26 14:04:30 Igor-Home kernel: [ 162.530151] iwlagn 0000:03:00.0: iwlagn_tx_agg_start on ra = 84:c9:b2:49:55:9d tid = 0
    Aug 26 14:04:48 Igor-Home kernel: [ 180.416263] iwlagn 0000:03:00.0: iwlagn_tx_agg_start on ra = 84:c9:b2:49:55:9d tid = 0
    Aug 26 14:05:30 Igor-Home kernel: [ 222.693282] iwlagn 0000:03:00.0: Aggregation not enabled for tid 0 because load = 7
    Aug 26 14:05:39 Igor-Home kernel: [ 231.802666] iwlagn 0000:03:00.0: Aggregation not enabled for tid 0 because load = 10
    Aug 26 14:05:44 Igor-Home kernel: [ 236.781757] iwlagn 0000:03:00.0: iwlagn_tx_agg_start on ra = 84:c9:b2:49:55:9d tid = 0
    Aug 26 14:06:10 Igor-Home kernel: [ 262.689224] iwlagn 0000:03:00.0: Aggregation not enabled for tid 0 because load = 4
    Aug 26 14:07:04 Igor-Home kernel: [ 316.406812] iwlagn 0000:03:00.0: Aggregation not enabled for tid 0 because load = 1
    Aug 26 14:07:56 Igor-Home kernel: [ 367.799895] iwlagn 0000:03:00.0: Aggregation not enabled for tid 0 because load = 0
    Aug 26 14:08:41 Igor-Home kernel: [ 413.245620] iwlagn 0000:03:00.0: Aggregation not enabled for tid 0 because load = 0
    Aug 26 14:10:59 Igor-Home kernel: [ 550.827063] iwlagn 0000:03:00.0: Aggregation not enabled for tid 0 because load = 0
    Aug 26 14:16:37 Igor-Home kernel: [ 887.984073] iwlagn 0000:03:00.0: iwlagn_tx_agg_start on ra = 84:c9:b2:49:55:9d tid = 0
    Aug 26 14:19:30 Igor-Home kernel: [ 1060.306074] iwlagn 0000:03:00.0: Aggregation not enabled for tid 0 because load = 0
    Aug 26 14:22:48 Igor-Home kernel: [ 1257.936197] iwlagn 0000:03:00.0: Aggregation not enabled for tid 0 because load = 0
    Aug 26 14:25:18 Igor-Home kernel: [ 1407.916947] iwlagn 0000:03:00.0: Aggregation not enabled for tid 0 because load = 0
    Aug 26 14:31:48 Igor-Home kernel: [ 1796.713849] iwlagn 0000:03:00.0: Aggregation not enabled for tid 0 because load = 0
    Aug 26 14:34:45 Igor-Home kernel: [ 1973.279503] iwlagn 0000:03:00.0: Aggregation not enabled for tid 0 because load = 0
    Aug 26 14:35:53 Igor-Home kernel: [ 2041.481879] iwlagn 0000:03:00.0: Aggregation not enabled for tid 0 because load = 0
    Aug 26 14:38:02 Igor-Home kernel: [ 2169.723218] iwlagn 0000:03:00.0: Aggregation not enabled for tid 0 because load = 1
    Aug 26 14:45:54 Igor-Home kernel: [ 2641.575445] iwlagn 0000:03:00.0: Aggregation not enabled for tid 0 because load = 0
    Aug 26 14:51:18 Igor-Home kernel: [ 2964.068080] iwlagn 0000:03:00.0: Aggregation not enabled for tid 0 because load = 2
    Aug 26 15:05:37 Igor-Home kernel: [ 3820.925654] iwlagn 0000:03:00.0: Aggregation not enabled for tid 0 because load = 1
    Aug 26 15:12:50 Igor-Home kernel: [ 4253.483857] iwlagn 0000:03:00.0: Aggregation not enabled for tid 0 because load = 0
    Aug 26 15:15:57 Igor-Home kernel: [ 4440.025743] iwlagn 0000:03:00.0: Aggregation not enabled for tid 0 because load = 0
    Aug 26 15:18:28 Igor-Home kernel: [ 4591.024983] iwlagn 0000:03:00.0: Aggregation not enabled for tid 0 because load = 0
    Aug 26 15:23:11 Igor-Home kernel: [ 4873.182426] iwlagn 0000:03:00.0: Aggregation not enabled for tid 0 because load = 2
    Aug 26 15:29:05 Igor-Home kernel: [ 5225.756546] iwlagn 0000:03:00.0: Aggregation not enabled for tid 0 because load = 0
    Aug 26 15:31:49 Igor-Home kernel: [ 5390.096634] iwlagn 0000:03:00.0: Aggregation not enabled for tid 0 because load = 1
    Aug 26 15:36:06 Igor-Home kernel: [ 5646.766321] iwlagn 0000:03:00.0: Aggregation not enabled for tid 0 because load = 2
    Aug 26 15:37:17 Igor-Home kernel: [ 5717.409054] iwlagn 0000:03:00.0: Aggregation not enabled for tid 0 because load = 0
    Aug 26 15:41:28 Igor-Home kernel: [ 5967.637480] iwlagn 0000:03:00.0: Aggregation not enabled for tid 0 because load = 0
    Aug 26 15:44:11 Igor-Home kernel: [ 6130.459235] iwlagn 0000:03:00.0: Aggregation not enabled for tid 0 because load = 0
    Aug 26 15:47:00 Igor-Home kernel: [ 6298.522120] iwlagn 0000:03:00.0: Aggregation not enabled for tid 0 because load = 0
    Last edited by igor1982 (2011-08-26 14:38:19)

    I just guess that it is a problem associated with unnormal shutdown procedure.
    Well... if my guess is correct, then there are other reasons you may see that message.
    Most Linux filesystems have a maximum mount count and/or a maximum date interval configured inside them. When you exceed the maximum(s), they'll start complaining; trying to tell us humans that we should run fsck on the filesystem.
    If you want to display the maximums on that ext4 filesystem, then run tune2fs -l /dev/sdXY with root authority, where "X" and "Y" match the filesystem in question. Look for Maximum mount count: and Check interval:. You can use that same tune2fs command to change those values, but read the man page first.
    Since I've never run a reiser filesystem, I don't know how to display it's values, but if you look at the "-c" and "-m" parameters in the reiserfstune man page, it will show you how to change those maximums.
    Now... since most filesystems don't like to be fsck'd while mounted (at least in read/write mode), I'd highly suggest that you become familiar with "The sixth field" portion of the fstab man page. If you set your fstab file correctly, it will "Do The Right Thing" when it comes time to scan your filesystems during a boot.
    (Edited to add:)
    Oh...forgot to mention... those kernel logs entries are from your Intel wireless adapter device driver, not your filesystems
    Last edited by pigiron (2011-08-26 17:43:54)

  • Filesystem check failed, root partition not found

    Hi all,
    Since yesterday I receive the following error message when booting into Arch:
    :: Mounting root filesystem read-only [ OK ]
    :: Checking filesystems [BUSY]
    /dev/sda4: no such file or directory
    *************** FILESYSTEM CHECK FAILED *******************
    * Please repair manually and reboot ...
    The device /dev/sda4 is my root partition, which is - after entering the root
    password - mounted as /dev/root. Checking the partition with 'reiserfsck
    /dev/sda4' does not give any error or warning messages. I can also
    successfully remount and access it with 'mount -n -o remount,rw /'.
    'ls -l /dev/sda*' gives me the following:
    brw-rw---- 1 root disk 8, 0 Apr 28 16:32 /dev/sda
    brw-rw---- 1 root disk 8, 1 Apr 28 16:32 /dev/sda1
    brw-rw---- 1 root disk 8, 2 Apr 28 16:32 /dev/sda2
    brw-rw---- 1 root disk 8, 3 Apr 28 16:32 /dev/sda3
    brw-rw---- 1 root disk 8, 4 Apr 28 16:32 /dev/sda4
    So the device itself seems to be there. Rebooting doesn't help, neither does
    using older, working kernel versions.
    I also checked other topics on similar subjects, but I couldn't find any solution.

    Hmm, it doesn't work even with the UUID. But the error looks similar:
    Failed to open the device UUID=672f076e-131c-4220-81ba-b30639ef9285: No such file or directory
    But when I call rc.sysinit manually directly after entering the root password,
    everything works fine. It does work with sda as well as uuid notation.
    I manually added some code before the output of the '*** FILESYSTEM CHECK FAILED ***' message:
    ls -l /dev/sda*
    sleep 1
    ls -l /dev/sda*
    The result was:
    ls: cannot access /dev/sda*: No such file or directory
    brw-rw---- 1 root disk 8, 0 Apr 30 09:12 /dev/sda
    brw-rw---- 1 root disk 8, 1 Apr 30 09:12 /dev/sda1
    brw-rw---- 1 root disk 8, 2 Apr 30 09:12 /dev/sda2
    brw-rw---- 1 root disk 8, 3 Apr 30 09:12 /dev/sda3
    brw-rw---- 1 root disk 8, 4 Apr 30 09:12 /dev/sda4
    So it seems that the devices are really not yet created. Is it a udev problem?
    I am not aware of changing anything udev specific, maybe an updated version?

  • [SOLVED] df -h does not reflect true root filesystem size

    Why does df -h show root filesystem as being only 20G?
    df -h
    Filesystem Size Used Avail Use% Mounted on
    /dev/mapper/cryptroot 20G 15G 4.6G 76% /
    dev 7.7G 0 7.7G 0% /dev
    run 7.7G 668K 7.7G 1% /run
    tmpfs 7.7G 70M 7.7G 1% /dev/shm
    tmpfs 7.7G 0 7.7G 0% /sys/fs/cgroup
    tmpfs 7.7G 224K 7.7G 1% /tmp
    /dev/sda1 239M 40M 183M 18% /boot
    tmpfs 1.6G 8.0K 1.6G 1% /run/user/1000
    That is what my df -h output looks like. My setup is full disk encryption using dm-crypt with LUKS, per the guide on arch wiki. I basically created one /boot partition and left the rest of the disk to be an encrypted partition for the root filesystem. So why is my system complaining about (and acting as if it's running out of space)? Have I forgotten something?
    Thank you for reading this. Let me know if you need any more logs or info on my setup - I realise I haven't provided very much info here, but I can't think of what to provide.
    Last edited by domentoi (2014-12-24 19:02:32)

    This is lsblk:
    NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
    sda 8:0 0 465.8G 0 disk
    ├─sda1 8:1 0 250M 0 part /boot
    └─sda2 8:2 0 465.5G 0 part
    └─cryptroot 254:0 0 465.5G 0 crypt /
    sdb 8:16 0 14.9G 0 disk
    └─sdb1 8:17 0 14.9G 0 part
    and fdisk -l
    Disk /dev/sdb: 14.9 GiB, 16013942784 bytes, 31277232 sectors
    Units: sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    Disklabel type: dos
    Disk identifier: 0x5da5572f
    Device Boot Start End Sectors Size Id Type
    /dev/sdb1 2048 31275007 31272960 14.9G 73 unknown
    Disk /dev/sda: 465.8 GiB, 500107862016 bytes, 976773168 sectors
    Units: sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 4096 bytes
    I/O size (minimum/optimal): 4096 bytes / 4096 bytes
    Disklabel type: dos
    Disk identifier: 0xa5018820
    Device Boot Start End Sectors Size Id Type
    /dev/sda1 * 2048 514047 512000 250M 83 Linux
    /dev/sda2 514048 976773167 976259120 465.5G 83 Linux
    Disk /dev/mapper/cryptroot: 465.5 GiB, 499842572288 bytes, 976255024 sectors
    Units: sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 4096 bytes
    I/O size (minimum/optimal): 4096 bytes / 4096 bytes
    Disk /dev/sdc: 1.4 TiB, 1500301908480 bytes, 2930277165 sectors
    Units: sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    Disklabel type: dos
    Disk identifier: 0x445e51a8
    And graysky: I thought I made the partition for /boot 250 MB and the encrypted partition 465.5 GB but I'm now quite sure I did something wrong...
    Thank you all

  • [SOLVED] mkarchiso: ERROR: failed to detect root filesystem

    hi guys!
    i am now trying to build my own live archlinux distribution with archiso and with the command "mkarchiso"
    at the first step in installing the base when it installs linux and execute "mkinitcpio" it shows me this error:
    ( 73/111) installing linux [#####################################################################] 100%
    >>> Updating module dependencies. Please wait ...
    >>> Generating initial ramdisk, using mkinitcpio. Please wait...
    ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
    -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
    ==> Starting build: 3.9.9-1-ARCH
    -> Running build hook: [base]
    -> Running build hook: [udev]
    -> Running build hook: [autodetect]
    ==> ERROR: failed to detect root filesystem
    -> Running build hook: [modconf]
    -> Running build hook: [block]
    -> Running build hook: [filesystems]
    -> Running build hook: [keyboard]
    -> Running build hook: [fsck]
    ==> Generating module dependencies
    ==> Creating gzip initcpio image: /boot/initramfs-linux.img
    ==> Image generation successful
    ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
    -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
    ==> Starting build: 3.9.9-1-ARCH
    -> Running build hook: [base]
    -> Running build hook: [udev]
    -> Running build hook: [modconf]
    -> Running build hook: [block]
    ==> WARNING: Possibly missing firmware for module: bfa
    ==> WARNING: Possibly missing firmware for module: aic94xx
    -> Running build hook: [filesystems]
    -> Running build hook: [keyboard]
    -> Running build hook: [fsck]
    ==> Generating module dependencies
    ==> Creating gzip initcpio image: /boot/initramfs-linux-fallback.img
    ==> Image generation successful
    i continue the process with that error and in the "run" step i did this command
    # mkarchiso -w work/x86_64/ -r mkinitcpio -p linux run
    [root@fuhrer livecd]# mkarchiso -w work/x86_64/ -r mkinitcpio -p linux run
    [mkarchiso] INFO: Configuration settings
    [mkarchiso] INFO: Command: run
    [mkarchiso] INFO: Architecture: x86_64
    [mkarchiso] INFO: Working directory: work/x86_64/
    [mkarchiso] INFO: Installation directory: arch
    [mkarchiso] INFO: Run command: mkinitcpio
    ==> Starting dry run: 3.9.9-1-ARCH
    -> Running build hook: [base]
    -> Running build hook: [udev]
    -> Running build hook: [autodetect]
    ==> ERROR: failed to detect root filesystem
    -> Running build hook: [modconf]
    -> Running build hook: [block]
    -> Running build hook: [filesystems]
    -> Running build hook: [keyboard]
    -> Running build hook: [fsck]
    ==> Generating module dependencies
    ==> Dry run complete, use -g IMAGE to generate a real image
    and the big problem shows when i build the iso file and "dd" it to USB disk, when i choose to boot the live archlinux it tell me
    ERROR: failed to detect root filesystem
    and that you cannot log to tty
    any suggestions?
    Last edited by fuhrer (2013-07-22 17:05:07)

    First run it, without any modification to learn how it works. Check if works. Modify as you need. Check if works...
    Do not worry about the mkinitcpio error, because such initramfs images should not be used for boot live medium. You can see that profiles uses own mkinitcpio.conf with at least archiso hook
    Running mkarchiso directly is not the right way, at least if you do not know how things works.
    [root@exequiel tmp]# cp -r /usr/share/archiso/configs/baseline .
    [root@exequiel tmp]# cd baseline
    [root@exequiel baseline]# ./build.sh
    [mkarchiso] INFO: Configuration settings
    [mkarchiso] INFO: Command: init
    [mkarchiso] INFO: Architecture: x86_64
    [mkarchiso] INFO: Working directory: work
    [mkarchiso] INFO: Installation directory: arch
    [mkarchiso] INFO: Pacman config file: /etc/pacman.conf
    [mkarchiso] INFO: Installing packages to 'work/root-image/'...
    :: Synchronizing package databases...
    core 103.0 KiB 12.6M/s 00:00 [############################################################################] 100%
    extra 1439.7 KiB 11.2M/s 00:00 [############################################################################] 100%
    community 1990.1 KiB 11.2M/s 00:00 [############################################################################] 100%
    multilib 107.3 KiB 11.6M/s 00:00 [############################################################################] 100%
    :: There are 51 members in group base:
    :: Repository core
    1) bash 2) bzip2 3) coreutils 4) cronie 5) cryptsetup 6) device-mapper 7) dhcpcd 8) diffutils 9) e2fsprogs 10) file 11) filesystem 12) findutils 13) gawk 14) gcc-libs 15) gettext 16) glibc
    17) grep 18) gzip 19) heirloom-mailx 20) inetutils 21) iproute2 22) iputils 23) jfsutils 24) less 25) licenses 26) linux 27) logrotate 28) lvm2 29) man-db 30) man-pages 31) mdadm 32) nano
    33) netctl 34) pacman 35) pciutils 36) pcmciautils 37) perl 38) procps-ng 39) psmisc 40) reiserfsprogs 41) sed 42) shadow 43) sysfsutils 44) systemd-sysvcompat 45) tar 46) texinfo 47) usbutils
    48) util-linux 49) vi 50) which 51) xfsprogs
    Enter a selection (default=all):
    resolving dependencies...
    looking for inter-conflicts...
    Packages (111):
    Name New Version Net Change
    core/acl 2.2.52-1 0.39 MiB
    core/archlinux-keyring 20130525-2 0.49 MiB
    core/attr 2.4.47-1 0.19 MiB
    core/ca-certificates 20130610-1 0.25 MiB
    core/cracklib 2.8.22-3 1.20 MiB
    core/curl 7.31.0-1 1.73 MiB
    core/db 5.3.21-1 15.30 MiB
    core/dbus 1.6.12-1 1.63 MiB
    core/dirmngr 1.1.1-1 0.49 MiB
    core/expat 2.1.0-2 0.61 MiB
    core/gdbm 1.10-1 0.37 MiB
    core/glib2 2.36.3-2 11.66 MiB
    core/gmp 5.1.2-1 2.07 MiB
    core/gnupg 2.0.20-2 7.14 MiB
    core/gpgme 1.4.2-1 0.68 MiB
    core/groff 1.22.2-3 8.94 MiB
    core/hwids 20130607-1 1.28 MiB
    core/iana-etc 2.30-3 3.44 MiB
    core/iptables 1.4.19.1-1 1.38 MiB
    core/kbd 1.15.5-4 2.83 MiB
    core/keyutils 1.5.5-5 0.18 MiB
    core/kmod 14-1 0.45 MiB
    core/krb5 1.11.3-1 3.86 MiB
    core/libarchive 3.1.2-1 3.19 MiB
    core/libassuan 2.1.1-1 0.17 MiB
    core/libcap 2.22-5 0.13 MiB
    core/libffi 3.0.13-3 0.10 MiB
    core/libgcrypt 1.5.2-1 0.68 MiB
    core/libgpg-error 1.12-1 0.33 MiB
    core/libgssglue 0.4-1 0.19 MiB
    core/libksba 1.3.0-1 0.30 MiB
    core/libldap 2.4.35-4 2.15 MiB
    core/libpipeline 1.2.4-1 0.08 MiB
    core/libsasl 2.1.26-4 0.54 MiB
    core/libssh2 1.4.3-1 1.19 MiB
    core/libtirpc 0.2.3-1 0.68 MiB
    core/libusbx 1.0.15-1 0.15 MiB
    core/linux-api-headers 3.8.4-1 4.58 MiB
    core/linux-firmware 20130610-1 51.25 MiB
    core/lzo2 2.06-1 0.61 MiB
    core/mkinitcpio 0.14.0-1 0.16 MiB
    core/mkinitcpio-busybox 1.20.2-1 0.34 MiB
    core/mpfr 3.1.2-1 1.50 MiB
    core/ncurses 5.9-5 9.75 MiB
    core/openresolv 3.5.5-1 0.04 MiB
    core/openssl 1.0.1.e-3 11.38 MiB
    core/pacman-mirrorlist 20130626-1 0.02 MiB
    core/pam 1.1.6-4 3.41 MiB
    core/pambase 20130113-1 0.04 MiB
    core/pcre 8.33-1 4.83 MiB
    core/pinentry 0.8.3-1 0.33 MiB
    core/popt 1.16-6 0.43 MiB
    core/pth 2.0.7-4 0.21 MiB
    core/readline 6.2.004-1 1.20 MiB
    core/run-parts 4.3.4-1 0.11 MiB
    core/systemd 204-3 14.59 MiB
    core/sysvinit-tools 2.88-11 0.07 MiB
    core/tzdata 2013d-1 1.84 MiB
    core/xz 5.0.5-1 0.90 MiB
    core/zlib 1.2.8-1 0.30 MiB
    core/bash 4.2.045-4 3.51 MiB
    core/bzip2 1.0.6-4 0.25 MiB
    core/coreutils 8.21-2 13.27 MiB
    core/cronie 1.4.9-5 0.15 MiB
    core/cryptsetup 1.6.1-2 0.71 MiB
    core/device-mapper 2.02.98-4 0.52 MiB
    core/dhcpcd 5.6.8-3 0.16 MiB
    core/diffutils 3.3-1 0.43 MiB
    core/e2fsprogs 1.42.8-1 3.16 MiB
    core/file 5.14-1 2.71 MiB
    core/filesystem 2013.05-2 0.01 MiB
    core/findutils 4.4.2-5 1.70 MiB
    core/gawk 4.1.0-1 2.11 MiB
    core/gcc-libs 4.8.1-1 3.41 MiB
    core/gettext 0.18.3-1 11.10 MiB
    core/glibc 2.17-6 35.24 MiB
    core/grep 2.14-2 1.33 MiB
    core/gzip 1.6-1 0.18 MiB
    core/heirloom-mailx 12.5-3 0.46 MiB
    core/inetutils 1.9.1-6 0.97 MiB
    core/iproute2 3.9.0-2 1.37 MiB
    core/iputils 20121221-2 0.21 MiB
    core/jfsutils 1.1.15-4 0.98 MiB
    core/less 458-1 0.22 MiB
    core/licenses 20130203-1 0.53 MiB
    core/linux 3.9.9-1 63.98 MiB
    core/logrotate 3.8.5-1 0.07 MiB
    core/lvm2 2.02.98-4 3.10 MiB
    core/man-db 2.6.5-1 1.26 MiB
    core/man-pages 3.52-1 4.63 MiB
    core/mdadm 3.2.6-4 1.18 MiB
    core/nano 2.2.6-2 1.49 MiB
    core/netctl 1.1-1 0.16 MiB
    core/pacman 4.1.2-1 4.04 MiB
    core/pciutils 3.2.0-3 0.34 MiB
    core/pcmciautils 018-7 0.05 MiB
    core/perl 5.18.0-1 47.64 MiB
    core/procps-ng 3.3.8-2 0.59 MiB
    core/psmisc 22.20-1 0.73 MiB
    core/reiserfsprogs 3.6.23-1 0.95 MiB
    core/sed 4.2.2-3 0.76 MiB
    core/shadow 4.1.5.1-6 3.88 MiB
    core/sysfsutils 2.1.0-8 0.17 MiB
    core/systemd-sysvcompat 204-3 0.03 MiB
    core/tar 1.26-4 2.33 MiB
    core/texinfo 5.1-1 8.62 MiB
    core/usbutils 007-1 0.17 MiB
    core/util-linux 2.23.1-2 8.92 MiB
    core/vi 1:050325-3 0.33 MiB
    core/which 2.20-6 0.06 MiB
    core/xfsprogs 3.1.11-1 3.29 MiB
    Total Installed Size: 427.79 MiB
    :: Proceed with installation? [Y/n]
    (111/111) checking keys in keyring [############################################################################] 100%
    (111/111) checking package integrity [############################################################################] 100%
    (111/111) loading package files [############################################################################] 100%
    (111/111) checking for file conflicts [############################################################################] 100%
    (111/111) checking available disk space [############################################################################] 100%
    ( 1/111) installing linux-api-headers [############################################################################] 100%
    ( 2/111) installing tzdata [############################################################################] 100%
    ( 3/111) installing iana-etc [############################################################################] 100%
    ( 4/111) installing filesystem [############################################################################] 100%
    warning: directory permissions differ on /tmp/baseline/work/root-image/run/
    filesystem: 1777 package: 755
    ( 5/111) installing glibc [############################################################################] 100%
    ( 6/111) installing ncurses [############################################################################] 100%
    ( 7/111) installing readline [############################################################################] 100%
    ( 8/111) installing bash [############################################################################] 100%
    ( 9/111) installing bzip2 [############################################################################] 100%
    ( 10/111) installing gcc-libs [############################################################################] 100%
    ( 11/111) installing db [############################################################################] 100%
    ( 12/111) installing zlib [############################################################################] 100%
    ( 13/111) installing cracklib [############################################################################] 100%
    ( 14/111) installing libgssglue [############################################################################] 100%
    ( 15/111) installing libtirpc [############################################################################] 100%
    ( 16/111) installing pambase [############################################################################] 100%
    ( 17/111) installing pam [############################################################################] 100%
    ( 18/111) installing attr [############################################################################] 100%
    ( 19/111) installing acl [############################################################################] 100%
    ( 20/111) installing gmp [############################################################################] 100%
    ( 21/111) installing libcap [############################################################################] 100%
    ( 22/111) installing coreutils [############################################################################] 100%
    ( 23/111) installing run-parts [############################################################################] 100%
    ( 24/111) installing cronie [############################################################################] 100%
    Optional dependencies for cronie
    pm-utils: defer anacron on battery power
    smtp-server: send job output via email
    smtp-forwarder: forward job output to email server
    ( 25/111) installing expat [############################################################################] 100%
    ( 26/111) installing dbus [############################################################################] 100%
    Optional dependencies for dbus
    libx11: dbus-launch support
    ( 27/111) installing pcre [############################################################################] 100%
    ( 28/111) installing libffi [############################################################################] 100%
    ( 29/111) installing glib2 [############################################################################] 100%
    Optional dependencies for glib2
    python2: for gdbus-codegen and gtester-report
    elfutils: gresource inspection tool
    ( 30/111) installing kbd [############################################################################] 100%
    ( 31/111) installing kmod [############################################################################] 100%
    ( 32/111) installing hwids [############################################################################] 100%
    ( 33/111) installing libgpg-error [############################################################################] 100%
    ( 34/111) installing libgcrypt [############################################################################] 100%
    ( 35/111) installing shadow [############################################################################] 100%
    ( 36/111) installing util-linux [############################################################################] 100%
    ( 37/111) installing xz [############################################################################] 100%
    ( 38/111) installing systemd [############################################################################] 100%
    Initializing machine ID from random generator.
    ln -s '/usr/lib/systemd/system/[email protected]' '/etc/systemd/system/getty.target.wants/[email protected]'
    :: Append 'init=/usr/lib/systemd/systemd' to your kernel command line in your
    bootloader to replace sysvinit with systemd, or install systemd-sysvcompat
    Optional dependencies for systemd
    cryptsetup: required for encrypted block devices [pending]
    libmicrohttpd: systemd-journal-gatewayd
    quota-tools: kernel-level quota management
    python: systemd library bindings
    systemd-sysvcompat: symlink package to provide sysvinit binaries [pending]
    ( 39/111) installing device-mapper [############################################################################] 100%
    ( 40/111) installing popt [############################################################################] 100%
    ( 41/111) installing cryptsetup [############################################################################] 100%
    ( 42/111) installing dhcpcd [############################################################################] 100%
    ( 43/111) installing diffutils [############################################################################] 100%
    ( 44/111) installing e2fsprogs [############################################################################] 100%
    ( 45/111) installing file [############################################################################] 100%
    ( 46/111) installing findutils [############################################################################] 100%
    ( 47/111) installing mpfr [############################################################################] 100%
    ( 48/111) installing gawk [############################################################################] 100%
    ( 49/111) installing gettext [############################################################################] 100%
    Optional dependencies for gettext
    cvs: for autopoint tool
    ( 50/111) installing grep [############################################################################] 100%
    ( 51/111) installing less [############################################################################] 100%
    ( 52/111) installing gzip [############################################################################] 100%
    ( 53/111) installing gdbm [############################################################################] 100%
    ( 54/111) installing perl [############################################################################] 100%
    ( 55/111) installing openssl [############################################################################] 100%
    Optional dependencies for openssl
    ca-certificates [pending]
    ( 56/111) installing libsasl [############################################################################] 100%
    ( 57/111) installing libldap [############################################################################] 100%
    ( 58/111) installing keyutils [############################################################################] 100%
    ( 59/111) installing krb5 [############################################################################] 100%
    ( 60/111) installing heirloom-mailx [############################################################################] 100%
    Optional dependencies for heirloom-mailx
    smtp-forwarder: for sending mail
    ( 61/111) installing inetutils [############################################################################] 100%
    ( 62/111) installing iptables [############################################################################] 100%
    ( 63/111) installing iproute2 [############################################################################] 100%
    Optional dependencies for iproute2
    linux-atm: ATM support
    ( 64/111) installing sysfsutils [############################################################################] 100%
    ( 65/111) installing iputils [############################################################################] 100%
    Optional dependencies for iputils
    xinetd: for tftpd
    ( 66/111) installing jfsutils [############################################################################] 100%
    ( 67/111) installing licenses [############################################################################] 100%
    ( 68/111) installing linux-firmware [############################################################################] 100%
    ( 69/111) installing mkinitcpio-busybox [############################################################################] 100%
    ( 70/111) installing lzo2 [############################################################################] 100%
    ( 71/111) installing libarchive [############################################################################] 100%
    ( 72/111) installing mkinitcpio [############################################################################] 100%
    Optional dependencies for mkinitcpio
    xz: Use lzma or xz compression for the initramfs image [pending]
    bzip2: Use bzip2 compression for the initramfs image [pending]
    lzop: Use lzo compression for the initramfs image
    mkinitcpio-nfs-utils: Support for root filesystem on NFS
    ( 73/111) installing linux [############################################################################] 100%
    >>> Updating module dependencies. Please wait ...
    >>> Generating initial ramdisk, using mkinitcpio. Please wait...
    ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
    -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
    ==> Starting build: 3.9.9-1-ARCH
    -> Running build hook: [base]
    -> Running build hook: [udev]
    -> Running build hook: [autodetect]
    ==> ERROR: failed to detect root filesystem
    -> Running build hook: [modconf]
    -> Running build hook: [block]
    -> Running build hook: [filesystems]
    -> Running build hook: [keyboard]
    -> Running build hook: [fsck]
    ==> Generating module dependencies
    ==> Creating gzip initcpio image: /boot/initramfs-linux.img
    ==> Image generation successful
    ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
    -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
    ==> Starting build: 3.9.9-1-ARCH
    -> Running build hook: [base]
    -> Running build hook: [udev]
    -> Running build hook: [modconf]
    -> Running build hook: [block]
    ==> WARNING: Possibly missing firmware for module: bfa
    ==> WARNING: Possibly missing firmware for module: aic94xx
    -> Running build hook: [filesystems]
    -> Running build hook: [keyboard]
    -> Running build hook: [fsck]
    ==> Generating module dependencies
    ==> Creating gzip initcpio image: /boot/initramfs-linux-fallback.img
    ==> Image generation successful
    Optional dependencies for linux
    crda: to set the correct wireless channels of your country
    ( 74/111) installing logrotate [############################################################################] 100%
    Optional dependencies for logrotate
    cron: scheduled log rotation
    ( 75/111) installing lvm2 [############################################################################] 100%
    ( 76/111) installing groff [############################################################################] 100%
    Optional dependencies for groff
    netpbm: for use together with man -H command interaction in browsers
    psutils: for use together with man -H command interaction in browsers
    libxaw: for gxditview
    ( 77/111) installing libpipeline [############################################################################] 100%
    ( 78/111) installing man-db [############################################################################] 100%
    it's recommended to create an initial
    database running as root:
    "/usr/bin/mandb --quiet"
    Optional dependencies for man-db
    gzip [pending]
    ( 79/111) installing man-pages [############################################################################] 100%
    ( 80/111) installing mdadm [############################################################################] 100%
    ( 81/111) installing nano [############################################################################] 100%
    ( 82/111) installing openresolv [############################################################################] 100%
    ( 83/111) installing netctl [############################################################################] 100%
    Optional dependencies for netctl
    dialog: for the menu based wifi assistant
    dhclient: for DHCP support (or dhcpcd)
    dhcpcd: for DHCP support (or dhclient) [pending]
    wpa_supplicant: for wireless networking support
    ifplugd: for automatic wired connections through netctl-ifplugd
    wpa_actiond: for automatic wireless connections through netctl-auto
    ifenslave: for bond connections
    bridge-utils: for bridge connections
    ppp: for pppoe connections
    ( 84/111) installing sed [############################################################################] 100%
    ( 85/111) installing ca-certificates [############################################################################] 100%
    ( 86/111) installing libssh2 [############################################################################] 100%
    ( 87/111) installing curl [############################################################################] 100%
    ( 88/111) installing pth [############################################################################] 100%
    ( 89/111) installing libksba [############################################################################] 100%
    ( 90/111) installing libassuan [############################################################################] 100%
    ( 91/111) installing pinentry [############################################################################] 100%
    Optional dependencies for pinentry
    gtk2: for gtk2 backend
    qt4: for qt4 backend
    ( 92/111) installing dirmngr [############################################################################] 100%
    ( 93/111) installing gnupg [############################################################################] 100%
    Optional dependencies for gnupg
    curl: gpg2keys_curl [pending]
    libldap: gpg2keys_ldap [pending]
    libusb-compat: scdaemon
    ( 94/111) installing gpgme [############################################################################] 100%
    ( 95/111) installing pacman-mirrorlist [############################################################################] 100%
    ( 96/111) installing archlinux-keyring [############################################################################] 100%
    ( 97/111) installing pacman [############################################################################] 100%
    >>> Run `pacman-key --init; pacman-key --populate archlinux`
    >>> to import the data required by pacman for package verification.
    >>> See: https://www.archlinux.org/news/having-pacman-verify-packages
    Optional dependencies for pacman
    fakeroot: for makepkg usage as normal user
    ( 98/111) installing pciutils [############################################################################] 100%
    ( 99/111) installing pcmciautils [############################################################################] 100%
    (100/111) installing procps-ng [############################################################################] 100%
    (101/111) installing psmisc [############################################################################] 100%
    (102/111) installing reiserfsprogs [############################################################################] 100%
    (103/111) installing sysvinit-tools [############################################################################] 100%
    (104/111) installing systemd-sysvcompat [############################################################################] 100%
    (105/111) installing tar [############################################################################] 100%
    (106/111) installing texinfo [############################################################################] 100%
    (107/111) installing libusbx [############################################################################] 100%
    (108/111) installing usbutils [############################################################################] 100%
    Optional dependencies for usbutils
    python2: for lsusb.py usage
    coreutils: for lsusb.py usage [pending]
    (109/111) installing vi [############################################################################] 100%
    Optional dependencies for vi
    heirloom-mailx: used by the preserve command for notification [pending]
    (110/111) installing which [############################################################################] 100%
    (111/111) installing xfsprogs [############################################################################] 100%
    [mkarchiso] INFO: Packages installed successfully!
    [mkarchiso] INFO: Installing packages to 'work/root-image/'...
    :: Synchronizing package databases...
    core is up to date
    extra is up to date
    community is up to date
    multilib is up to date
    resolving dependencies...
    looking for inter-conflicts...
    Packages (1):
    Name New Version Net Change
    core/syslinux 4.06-2 3.35 MiB
    Total Installed Size: 3.35 MiB
    :: Proceed with installation? [Y/n]
    (1/1) checking keys in keyring [############################################################################] 100%
    (1/1) checking package integrity [############################################################################] 100%
    (1/1) loading package files [############################################################################] 100%
    (1/1) checking for file conflicts [############################################################################] 100%
    (1/1) checking available disk space [############################################################################] 100%
    (1/1) installing syslinux [############################################################################] 100%
    ==> If you want to use syslinux as your bootloader
    ==> edit /boot/syslinux/syslinux.cfg and run
    ==> # /usr/bin/syslinux-install_update -i -a -m
    ==> to install it.
    Optional dependencies for syslinux
    perl-passwd-md5: For md5pass
    perl-digest-sha1: For sha1pass
    mtools: For mkdiskimage and syslinux support
    gptfdisk: For GPT support
    util-linux: For isohybrid [installed]
    [mkarchiso] INFO: Packages installed successfully!
    [mkarchiso] INFO: Configuration settings
    [mkarchiso] INFO: Command: run
    [mkarchiso] INFO: Architecture: x86_64
    [mkarchiso] INFO: Working directory: work
    [mkarchiso] INFO: Installation directory: arch
    [mkarchiso] INFO: Run command: mkinitcpio -c /etc/mkinitcpio-archiso.conf -k /boot/vmlinuz-linux -g /boot/archiso.img
    ==> Starting build: 3.9.9-1-ARCH
    -> Running build hook: [base]
    -> Running build hook: [udev]
    -> Running build hook: [archiso]
    -> Running build hook: [block]
    ==> WARNING: Possibly missing firmware for module: bfa
    ==> WARNING: Possibly missing firmware for module: aic94xx
    -> Running build hook: [filesystems]
    ==> Generating module dependencies
    ==> Creating gzip initcpio image: /boot/archiso.img
    ==> Image generation successful
    [mkarchiso] INFO: Configuration settings
    [mkarchiso] INFO: Command: prepare
    [mkarchiso] INFO: Architecture: x86_64
    [mkarchiso] INFO: Working directory: work
    [mkarchiso] INFO: Installation directory: arch
    [mkarchiso] INFO: Cleaning up what we can on root-image...
    [mkarchiso] INFO: Done!
    [mkarchiso] INFO: Target 'work/iso/arch/x86_64/root-image.fs.sfs' does not exist, making it from 'work/root-image'
    [mkarchiso] INFO: Creating ext4 image of 1025 MiB...
    mke2fs 1.42.8 (20-Jun-2013)
    Discarding device blocks: done
    warning: 256 blocks unused.
    Filesystem label=
    OS type: Linux
    Block size=4096 (log=2)
    Fragment size=4096 (log=2)
    Stride=0 blocks, Stripe width=0 blocks
    65664 inodes, 262144 blocks
    0 blocks (0.00%) reserved for the super user
    First data block=0
    Maximum filesystem blocks=268435456
    8 block groups
    32768 blocks per group, 32768 fragments per group
    8208 inodes per group
    Superblock backups stored on blocks:
    32768, 98304, 163840, 229376
    Allocating group tables: done
    Writing inode tables: done
    Writing superblocks and filesystem accounting information: done
    [mkarchiso] INFO: Done!
    [mkarchiso] INFO: Mounting 'work/root-image.fs' on 'work/mnt/root-image'
    [mkarchiso] INFO: Total: 1008 MiB (100%) | Used: 2 MiB (1%) | Avail: 1007 MiB (99%)
    [mkarchiso] INFO: Copying 'work/root-image/' to 'work/mnt/root-image/'...
    [mkarchiso] INFO: Done!
    [mkarchiso] INFO: Total: 1008 MiB (100%) | Used: 552 MiB (55%) | Avail: 457 MiB (45%)
    [mkarchiso] INFO: Unmounting 'work/mnt/root-image'
    [mkarchiso] INFO: Creating SquashFS image for 'work/root-image.fs', This may take some time...
    Parallel mksquashfs: Using 2 processors
    Creating 4.0 filesystem on work/root-image.fs.sfs, block size 131072.
    Exportable Squashfs 4.0 filesystem, gzip compressed, data block size 131072
    compressed data, compressed metadata, compressed fragments, compressed xattrs
    duplicates are removed
    Filesystem size 193188.71 Kbytes (188.66 Mbytes)
    18.41% of uncompressed filesystem size (1049632.29 Kbytes)
    Inode table size 10918 bytes (10.66 Kbytes)
    33.19% of uncompressed inode table size (32898 bytes)
    Directory table size 31 bytes (0.03 Kbytes)
    88.57% of uncompressed directory table size (35 bytes)
    Number of duplicate files found 0
    Number of inodes 2
    Number of files 1
    Number of fragments 0
    Number of symbolic links 0
    Number of device nodes 0
    Number of fifo nodes 0
    Number of socket nodes 0
    Number of directories 1
    Number of ids (unique uids + gids) 1
    Number of uids 1
    root (0)
    Number of gids 1
    root (0)
    [mkarchiso] INFO: Image creation done in 01:46 minutes
    [mkarchiso] INFO: Configuration settings
    [mkarchiso] INFO: Command: checksum
    [mkarchiso] INFO: Architecture: x86_64
    [mkarchiso] INFO: Working directory: work
    [mkarchiso] INFO: Installation directory: arch
    [mkarchiso] INFO: Target 'work/iso/arch/checksum.i686.md5' does not exist, making it from 'work/iso/arch'
    [mkarchiso] INFO: Creating checksum file for self-test (i686)...
    [mkarchiso] INFO: Done!
    [mkarchiso] INFO: Target 'work/iso/arch/checksum.x86_64.md5' does not exist, making it from 'work/iso/arch'
    [mkarchiso] INFO: Creating checksum file for self-test (x86_64)...
    [mkarchiso] INFO: Done!
    [mkarchiso] INFO: Configuration settings
    [mkarchiso] INFO: Command: iso
    [mkarchiso] INFO: Architecture: x86_64
    [mkarchiso] INFO: Working directory: work
    [mkarchiso] INFO: Installation directory: arch
    [mkarchiso] INFO: Image name: archlinux-2013.07.21-x86_64.iso
    [mkarchiso] INFO: Disk label: ARCH_201307
    [mkarchiso] INFO: Disk publisher: Arch Linux <http://www.archlinux.org>
    [mkarchiso] INFO: Disk application: Arch Linux Live/Rescue CD
    [mkarchiso] INFO: Target 'out/archlinux-2013.07.21-x86_64.iso' does not exist, making it from 'work/iso'
    [mkarchiso] INFO: Creating ISO image...
    xorriso 1.3.0 : RockRidge filesystem manipulator, libburnia project.
    Drive current: -outdev 'stdio:out/archlinux-2013.07.21-x86_64.iso'
    Media current: stdio file, overwriteable
    Media status : is blank
    Media summary: 0 sessions, 0 data blocks, 0 data, 4155m free
    Added to ISO image: directory '/'='/tmp/baseline/work/iso'
    xorriso : UPDATE : 16 files added in 1 seconds
    xorriso : UPDATE : 16 files added in 1 seconds
    xorriso : NOTE : Copying to System Area: 432 bytes from file '/tmp/baseline/work/iso/isolinux/isohdpfx.bin'
    libisofs: NOTE : Aligned image size to cylinder size by 177 blocks
    xorriso : UPDATE : 16.90% done
    xorriso : UPDATE : 82.85% done
    ISO image produced: 105472 sectors
    Written to medium : 105472 sectors at LBA 0
    Writing to 'stdio:out/archlinux-2013.07.21-x86_64.iso' completed successfully.
    [mkarchiso] INFO: Done! | 206M out/archlinux-2013.07.21-x86_64.iso
    Booting:
    :: running early hook [udev]
    :: running hook [udev]
    :: Triggering uevents...
    :: running hook [archiso]
    :: Mounting '/dev/disk/by-label/ARCH_201307' to '/run/archiso/bootmnt'
    :: Device '/dev/disk/by-label/ARCH_201307' mounted successfully.
    :: Mounting /run/archiso/cowspace (tmpfs) filesystem, size=75%...
    :: Mounting '/dev/loop0' to '/run/archiso/sfs/root-image'
    :: Device '/dev/loop0' mounted successfully.
    :: Creating '/run/archiso/cowspace/persistent_ARCH_201307/x86_64/root-image.cow' as non-persistent.
    :: Mounting '/dev/mapper/arch_root-image' to '/new_root/'
    :: Device '/dev/mapper/arch_root-image' mounted successfully.
    :: running cleanup hook [udev]
    Welcome to Arch Linux!
    Expecting device dev-ttyS0.device...
    [ OK ] Reached target Remote File Systems.
    [ OK ] Listening on LVM2 metadata daemon socket.
    [ OK ] Listening on Device-mapper event daemon FIFOs.
    [ OK ] Listening on Delayed Shutdown Socket.
    [ OK ] Listening on /dev/initctl Compatibility Named Pipe.
    [ OK ] Listening on udev Kernel Socket.
    [ OK ] Listening on udev Control Socket.
    [ OK ] Reached target Paths.
    [ OK ] Reached target Encrypted Volumes.
    [ OK ] Set up automount Arbitrary Executable File Formats F...utomount Point.
    [ OK ] Listening on Journal Socket.
    Mounting POSIX Message Queue File System...
    Starting Setup Virtual Console...
    Starting Create static device nodes in /dev...
    Mounting Huge Pages File System...
    Starting Apply Kernel Variables...
    Mounting Debug File System...
    Mounting Configuration File System...
    Starting udev Coldplug all Devices...
    Starting Journal Service...
    [ OK ] Started Journal Service.
    [ OK ] Reached target Swap.
    Mounting Temporary Directory...
    Starting Remount Root and Kernel File Systems...
    [ OK ] Mounted POSIX Message Queue File System.
    [ OK ] Started Remount Root and Kernel File Systems.
    [ OK ] Started Setup Virtual Console.
    [ OK ] Started Apply Kernel Variables.
    [ OK ] Mounted Huge Pages File System.
    [ OK ] Mounted Debug File System.
    [ OK ] Started Create static device nodes in /dev.
    [ OK ] Mounted Configuration File System.
    [ OK ] Mounted Temporary Directory.
    Starting udev Kernel Device Manager...
    Starting Load Random Seed...
    [ OK ] Started Load Random Seed.
    [ OK ] Started udev Kernel Device Manager.
    [ OK ] Reached target Local File Systems (Pre).
    [ OK ] Reached target Local File Systems.
    Starting Trigger Flushing of Journal to Persistent Storage...
    Starting Recreate Volatile Files and Directories...
    [ OK ] Started udev Coldplug all Devices.
    [ OK ] Started Recreate Volatile Files and Directories.
    Starting Update UTMP about System Reboot/Shutdown...
    [ OK ] Started Trigger Flushing of Journal to Persistent Storage.
    [ OK ] Started Update UTMP about System Reboot/Shutdown.
    [ OK ] Reached target System Initialization.
    [ OK ] Reached target Timers.
    [ OK ] Listening on D-Bus System Message Bus Socket.
    [ OK ] Reached target Sockets.
    [ OK ] Reached target Basic System.
    Starting Permit User Sessions...
    Starting D-Bus System Message Bus...
    [ OK ] Started D-Bus System Message Bus.
    Starting Login Service...
    [ OK ] Started Permit User Sessions.
    Starting Getty on tty1...
    [ OK ] Started Getty on tty1.
    [ OK ] Started Login Service.
    [ OK ] Found device /dev/ttyS0.
    Starting Serial Getty on ttyS0...
    [ OK ] Started Serial Getty on ttyS0.
    [ OK ] Reached target Login Prompts.
    [ OK ] Reached target Multi-User System.
    [ OK ] Reached target Graphical Interface.
    Arch Linux 3.9.9-1-ARCH (ttyS0)
    localhost login:

  • Remounting Root Filesystem Read-only, what for?

    Hi.
    I have question. What really for while rebooting/halting system root filesystem is remounted? One second before all filesystems are unmounted. Why it has to be mounted when shutting off the computer.
    Thanks in advance.

    alexpnx wrote:I have a question on a similar topic... How unsafe is it if the system is rebooted or shutdown without unmounting samba shares? Can the shares be corrupted?
    I think the  file(s) you're writing to during shutdown can be corrupted (not all corrupted, but simply unfinished saved), if you write there at all, but not anything else as the partition is still up on the host and the host takes care of metadata and stuff - it's worse with local partitions where metadata and stuff can be saved uncompletely, which can lead to files disappearing all over the filesystem, some old files showing up again etc.
    Can someone else confirm this?

  • Kinit mounts root filesystem as read only [HELP][solved]

    hello
    I've being messing around with my mkinitcpio trying to optimize my boot speed, i removed some of the hooks at the beginning i couldn't boot, but then now i can boot but the root filesystem mounts as read only, i tried everything my fstab looks fine, / exists with defaults i tried to mount it referencing by it's uuid or by it's name and i get the same results, it mounts the filesystem as root only all the time no mather what i do.
    There is not logs since i started playing with mkinitcpio, or anything i searched everywhere in this forum and around the internet, and i can't find any solution that would work, i restored all the hooks and modules on mkinitcpio and the result it's still the same. i also changed the menu.lst in grub to vga=773 but that's about it.
    Can anyone help with this please i can't seem to boot properly.
    Regards
    Last edited by ricardoduarte (2008-09-14 16:16:25)

    Hello
    Basically what happens it's that it loads all the uDev events then the loopback, it mounts the root read only, then when it checks filesystems it says
    /dev/sda4: clean, 205184/481440 files, 1139604/1920356 blocks [fail]
    ************FILESYSTEM CHECK FAILED****************
    * Please repair manually and reboot. Note that the root *
    * file system is currently mounted read-only. To remount *
    * it read-write: mount -n -o remount,rw / *
    * When you exit the maintenance shell the will *
    * reboot automatically. *
    Now what bugs me its that i can do that mount -n -o remount,rw / with no problems and when i do
    e2fsck -f /dev/sda4
    it doesn't return any errors just says that 0.9 non continuous.
    none of this makes sense to me!! thats why i though that the problem could be coming from mkinitcpio or something
    any ideas
    Thanks for your help, btw thanks for the quick reply
    Regards
    Last edited by ricardoduarte (2008-09-14 15:48:49)

  • XFS Root Filesystem on LVM Stripe - Corruption

    I want to create a LVM Stripe across two SATA drives.  The problem I keep running into is, on boot,  arch reports that a fsck needs to be run on the root filesystem, so it mounts it read only and allows me to type in the root password to get shell access.   This all happens after I do the initial arch install, reboot, log in normally, do a pacman -Syu, reboot. 
    Here's what I have and what I did...
    I have two 320G SATA Drives plugged into my system board (an ABIT AN-M2HD).  My Bios is set to "AHCI Linux" for the SATA mode.
    Boot the latest Arch CD install at command prompt:
    cfdisk /dev/sda
    create 125M Partition (for /boot)        /dev/sda1
    create 319G Partition                      /dev/sda2
    cfdisk /dev/sdb
    create 320G Partition                     /dev/sdb1
    lvm pvcreate /dev/sda2 /dev/sdb1
    lvm vgcreate lvmgrp0 /dev/sda2 /dev/sdb1
    lvm lvcreate -i2 -I4 -L1G -nswap lvmgrp0
    lvm lvcreate -i2 -I4 -L594G -nroot lvmgrp0
    /arch/setup  (I'm going to abbreviate this)
    Hard Drive Setup (chose option 3)
        Set swap to swap LV
        Set root to root LV (xfs)
        Set /dev/sda1 to /boot (ext3)
    /etc/rc.conf USE LVM="YES"
    Kerel Params = Boot from LVM Support? I answer Yes
    Grub Looks Good.
    Everything seemingly installs fine, I can reboot and arch comes right up.  But after I do pacman -Syu everything goes to pot.
    I suspect I have something wrong in alignment between the LVM stripe and XFS, but dont know..
    alternately, should I set my LVM Stripe Size to a value larger than 4?  I thought since on i686 max XFS block size is 4096 (4K) then they should match.  Any thoughts on this?
    help! ;-)
    Ether..

    I just wanted to add an update.  It wasn't a LVM issue, it was a XFS issue.
    I went to Arch 64 bit for a while and everything (above) worked just fine.. The usability and Lib32 issues with 64 bit lost it's luster and last weekend I went back to 32 bit Arch.
    In going back to 32 bit I followed my procedure above for partitioning just as I had with the 64 bit version and after rebooting from the install and updating packman, the same thing occurred, the file system would start to corrupt, pacman would complain that libraries were truncated and so forth.    After reboot, the /root partition would not mount read/write because it was not clean...
    I reinstalled Arch 32 bit 6 times on Saturday trying various things in a scientific way and came to this conclusion:
    __and I have no idea why__, but when I use the XFS file system on an install with Arch 32 bit, it hoses up.  "Your Crazy" you might say, but trust me I've tried it different ways more than a dozen times.  (I'm no n00b either, I've been an RHCE since 2003 and a daily Linux user since 1999.)  Seems crazy, but XFS was a constant in all of my testing.  The only thing I can figure is that it's my hardware and that's just a guess.  64 bit worked without a hitch with XFS.  I even got desperate and installed / on a lone 60 gig partition (/dev/sda1) completely deleting all LVMs and it still corrupted with XFS and 32 bit
    The Solution?
    I used JFS.  I have created the LVM Stripe as I have described above and it works great.  No issues.
    Weird..
    For the sake of knowledge I have a:
    AMD 5000+ Black Edition CPU
    Abit AN-M2HD Motherboard
    2 Gig Dual Channel RAM (2x1Gb)
    2 320 Gig SATA Drive
    1 SATA DVD Writer
    -Ether..
    Last edited by EtherNut (2008-01-29 14:54:01)

  • After upgrading to Solaris 10 "Can't load the root filesystem" on V245

    I have a Sunfire V245 that was running on Solaris 9 (very stable). I upgraded to Solaris 10 (6/06) this morning and everything seemed to go smoothly. After the upgrade the system rebooted, but will not boot. I get the following uptput;
    Rebooting with command: boot
    Boot device: disk File and args:
    SunOS Release 5.10 Version Generic_118833-17 64-bit
    Copyright 1983-2005 Sun Microsystems, Inc. All rights reserved.
    Use is subject to license terms.
    pxb_bcm: cannot load driver
    Cannot load drivers for /pci@1e,600000/pci@0/pci@a/pci@0/pci@8/scsi@1/disk@0,0:a
    Can't load the root filesystem
    Type 'go' to resume
    "go" attempts to reboot, but I end up back in the same place.
    Please help.
    Thanks in advanced,
    Craig

    It seems like the driver for that device does not exist. Since the system installed successfully it means that it S10 did find a disk. I wonder if that was a different disk than the default disk. Please boot to the miniroot and check the disk info.

  • SAP Dialog Instance is not Starting - DISPATCHER EMERGENCY SHUTDOWN

    Hi All,
    We  are running on SAP ECC 6.0, Oracle 10, Windows 2003.
    We have One Central Instance an Two Dialog Instances, we shutdown the SAP system (  Jun 10 15:56:18 2008 ) to do an OFFLINE backup, now one of the Dialog Instances is no starting, we try to restart the system on Wed Jun 11 02:05:45 2008
    Oracle is Up and Open.
    The Central Instance and one of the Dialog Instances are Up, so you can login on the SAP System, and execute SAP transactions.
    I will Attach Our DEV_DISP, and DEV_W0 files:
    dev_dip
    trc file: "dev_disp", trc level: 1, release: "700"
    sysno      02
    sid        MIS
    systemid   562 (PC with Windows NT)
    relno      7000
    patchlevel 0
    patchno    133
    intno      20050900
    make:      multithreaded, Unicode, 64 bit, optimized
    pid        4008
    Wed Jun 11 02:05:45 2008
    kernel runs with dp version 232000(ext=109000) (@(#) DPLIB-INT-VERSION-232000-UC)
    length of sys_adm_ext is 576 bytes
    SWITCH TRC-HIDE on ***
    ***LOG Q00=> DpSapEnvInit, DPStart (02 4008) [dpxxdisp.c   1239]
         shared lib "dw_xml.dll" version 133 successfully loaded
         shared lib "dw_xtc.dll" version 133 successfully loaded
         shared lib "dw_stl.dll" version 133 successfully loaded
         shared lib "dw_gui.dll" version 133 successfully loaded
         shared lib "dw_mdm.dll" version 133 successfully loaded
    rdisp/softcancel_sequence :  -> 0,5,-1
    use internal message server connection to port 3900
    Wed Jun 11 02:05:50 2008
    WARNING => DpNetCheck: NiAddrToHost(1.0.0.0) took 5 seconds
    ***LOG GZZ=> 1 possible network problems detected - check tracefile and adjust the DNS settings [dpxxtool2.c  5371]
    MtxInit: 30000 0 0
    DpSysAdmExtInit: ABAP is active
    DpSysAdmExtInit: VMC (JAVA VM in WP) is not active
    DpIPCInit2: start server >SAPPREC2_MIS_02                         <
    DpShMCreate: sizeof(wp_adm)          37008     (1480)
    DpShMCreate: sizeof(tm_adm)          56268128     (28120)
    DpShMCreate: sizeof(wp_ca_adm)          80000     (80)
    DpShMCreate: sizeof(appc_ca_adm)     160000     (80)
    DpCommTableSize: max/headSize/ftSize/tableSize=2000/16/2208064/2208080
    DpShMCreate: sizeof(comm_adm)          2208080     (1088)
    DpSlockTableSize: max/headSize/ftSize/fiSize/tableSize=0/0/0/0/0
    DpShMCreate: sizeof(slock_adm)          0     (104)
    DpFileTableSize: max/headSize/ftSize/tableSize=0/0/0/0
    DpShMCreate: sizeof(file_adm)          0     (72)
    DpShMCreate: sizeof(vmc_adm)          0     (1864)
    DpShMCreate: sizeof(wall_adm)          (416064/346352/64/192)
    DpShMCreate: sizeof(gw_adm)     48
    DpShMCreate: SHM_DP_ADM_KEY          (addr: 000000000CCF0050, size: 59524432)
    ERROR => DpShMCreate: ShmCreate SHM_DP_CA_KEY(rc=4) [dpxxca.c     181]
    ERROR => DpIPCInit2: DpShMCreate [dpxxtool2.c  462]
    DP_FATAL_ERROR => DpSapEnvInit: DpIPCInit2
    DISPATCHER EMERGENCY SHUTDOWN ***
    NiWait: sleep (5000ms) ...
    NiISelect: timeout 5000ms
    NiISelect: maximum fd=1
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Wed Jun 11 02:05:55 2008
    NiISelect: TIMEOUT occured (5000ms)
    DpHalt: shutdown server >SAPPREC2_MIS_02                         < (normal)
    DpJ2eeDisableRestart
    Switch off Shared memory profiling
    ShmProtect( 57, 3 )
    ShmProtect(SHM_PROFILE, SHM_PROT_RW
    ShmProtect( 57, 1 )
    ShmProtect(SHM_PROFILE, SHM_PROT_RD
    call semaphore clean-up function ...
    ***LOG Q0E=> DpSigGenHandler, Exception (c0000005) [dpnttool.c   432]
    C-STACK -
    SAP (R) - R/3(TM) Callstack, Version 1.0
    Copyright (C) SAP AG. All rights reserved.
    Application exception occurred:
    Exception : c0000005 (Access Violation)
    App       : disp+work.EXE (pid=4008)
    When      : 6/11/2008 2:5:55.274
    Threads   : 2
    Computer Name       : SAPPREC2
    User Name           : SAPServiceMIS
    Number of Processors: 4
    Processor Type: EM64T Family 6 Model 15 Stepping 6
    Windows Version     : 5.2 Current Build: 3790
    State Dump for Thread Id 11ec
    --> (FAULT) Stack Back Trace <--
    FramePtr         ReturnAd         Param#1          Function Name
    0000000007d1f2e0 000000000041a395 0000000000000001 disp+work!DpVmcCheckDebugProxy [dpxxvmc.c (1211)]
    0000000007d1f3d0 000000000041d007 0000000005561401 disp+work!DpHalt [dpxxdisp.c (10016)]
    0000000007d1fc10 0000000000421a1b 0000000002671ab0 disp+work!DpFatalErr [dpxxdisp.c (17789)]
    0000000007d1feb0 000000000042d570 0000000000000000 disp+work!DpSapEnvInit [dpxxdisp.c (1388)]
    0000000007d1fee0 000000000040108d ffffffff00000002 disp+work!DpMain [dpxxdisp.c (1076)]
    0000000007d1ff10 00000000019c7dd1 0000000000000000 disp+work!nlsui_main [thxxanf.c (84)]
    0000000007d1ff70 0000000077d5966c 0000000000000000 disp+work!wmainCRTStartup [crtexe.c (498)]
    0000000007d1ffa0 0000000000000000 00000000019c7c60 kernel32!BaseProcessStart
    State Dump for Thread Id 1194
    --> Stack Back Trace <--
    FramePtr         ReturnAd         Param#1          Function Name
    000000000ccefe40 0000000077d5f651 0000000007d7bc60 ntdll!NtFsControlFile
    000000000ccefeb0 00000000018ae00f 0000000000000000 kernel32!ConnectNamedPipe
    000000000cceff40 000007ff7fc411c4 0000000000000000 disp+work!SigIMsgFunc [signt.c (679)]
    000000000cceff70 0000000077d6b69a 0000000077d6b660 msvcrt!endthreadex
    000000000cceffa0 0000000000000000 0000000000000000 kernel32!BaseThreadStart
    call clean-up function ...
    SigICallExitRoutine: call exithandler (DpHalt)
    DpHalt: shutdown server >SAPPREC2_MIS_02                         < (normal)
    DpJ2eeDisableRestart
    Switch off Shared memory profiling
    ShmProtect( 57, 3 )
    ShmProtect(SHM_PROFILE, SHM_PROT_RW
    DpShmPrfSwitch : State already set (OFF)
    ShmProtect( 57, 1 )
    ShmProtect(SHM_PROFILE, SHM_PROT_RD
    And our dev_w0
    this file was no modifued since we stop SAP System.
    M Tue Jun 10 15:56:18 2008
    M  *** WARNING => ThSndDelUser: delete client/user 020/RMENDOZA     (T60) on server SAPPREC1_MIS_01    

    S Tue Jun 10 19:07:40 2008
    S  server @>SSRV:SAPPREC1_MIS_01@< appears or changes (state 3)

    M Tue Jun 10 19:07:52 2008
    M  in_ThErrHandle: 1
    M  ThIErrHandle: new stat of W0 is WP_SHUTDOWN   
    M  ThIErrHandle: I'm during shutdown
    M  PfStatDisconnect: disconnect statistics
    M  Entering ThSetStatError
    M  ThCallDbBreak: use db_sqlbreak
    M  ThIErrHandle: don't try rollback again
    M  ThShutDownServer: shutdown server
    M  PfStatIndInit: Initializing Index-Record
    M  PfWriteIntoFile: copied shared buf (0 bytes) to local buf
    M  ThIErrHandle: do not call ThrCoreInfo (no_core_info=0, in_dynp_env=0)
    M  Entering ThReadDetachMode
    M  call ThrShutDown (1)...
    B  Disconnecting from ALL connections:
    B  Wp  Hdl ConName          ConId     ConState     TX  PRM RCT TIM MAX OPT Date     Time   DBHost         
    B  000 000 R/3              000000000 INACTIVE     NO  YES NO  000 255 255 20080610 144648 SAPPRECDB      
    C  Disconnecting from connection 0 ...
    C  Closing user session (con_hdl=0,svchp=000000000866D128,usrhp=0000000007D91058)
    C  Detaching from DB Server (con_hdl=0,svchp=000000000866D128,srvhp=0000000018D61918)
    C  Now I'm disconnected from ORACLE
    B  Disconnected from connection 0
    B  statistics db_con_commit (com_total=29203, com_tx=3253)
    B  statistics db_con_rollback (roll_total=494, roll_tx=0)
    M  ***LOG Q02=> wp_halt, WPStop (Workproc 0 2632) [dpnttool.c   327]
    Please Some Tips!
    Best Regards,
    Erick ILarraza

    Hi Deepak,
    Thanks  a lot for your reply, in this case the problem was with the Dialog Instance (Only SAP apps, not Oracle).
    We shutdown the instance with the Microsoft SAP Management Console (right  button -> Stop).
    In general to shutdown the SAP System we first:
    1. Shutdown The Dialog Instance. (SAP Management Console)
    2. Shutdown The Central Instance. (SAP Management Console)
    3. Shutdown Oracle (BR*Tools).
    4. Stop SAP and Oracle Services.
    Maybe is more a problem of Windows Memory Management.....
    Best Regards,
    Erick ILarraza

  • [SOLVED] Kernel panic at boot due to root FS not found

    When I try to boot using a new kernel version (eg. 3.0.1 or 2.6.39), I get a kernel panic with an "init not found" error message. I haven't been able to get any more detailed error messages, but I assume that there's a problem with finding or mounting my root filesystem.
    For now, I'm stuck with 2.6.38.7-1, which boots without any problems. (I keep trying the new kernel, then rolling it back using a Live CD.)
    I have a shared EXT4 root and boot partition, and I'm using Grub 0.97. Other than that, I'm not sure what information would be helpful in tracking down this problem, and any help would be appreciated.
    Last edited by dcecile (2011-08-10 00:41:46)

    No problem.
    Here's my full Grub. It has a lot of trial-and-error entries, and I made *-old copies of my 2.6.38 kernel files:
    # Config file for GRUB - The GNU GRand Unified Bootloader
    # /boot/grub/menu.lst
    # DEVICE NAME CONVERSIONS
    # Linux Grub
    # /dev/fd0 (fd0)
    # /dev/sda (hd0)
    # /dev/sdb2 (hd1,1)
    # /dev/sda3 (hd0,2)
    # FRAMEBUFFER RESOLUTION SETTINGS
    # +-------------------------------------------------+
    # | 640x480 800x600 1024x768 1280x1024
    # ----+--------------------------------------------
    # 256 | 0x301=769 0x303=771 0x305=773 0x307=775
    # 32K | 0x310=784 0x313=787 0x316=790 0x319=793
    # 64K | 0x311=785 0x314=788 0x317=791 0x31A=794
    # 16M | 0x312=786 0x315=789 0x318=792 0x31B=795
    # +-------------------------------------------------+
    # for more details and different resolutions see
    # http://wiki.archlinux.org/index.php/GRUB#Framebuffer_Resolution
    # general configuration:
    timeout 2
    default 0
    color light-blue/black light-cyan/blue
    # boot sections follow
    # each is implicitly numbered from 0 in the order of appearance below
    # TIP: If you want a 1024x768 framebuffer, add "vga=773" to your kernel line.
    title Arch Linux
    root (hd0,2)
    kernel /boot/vmlinuz-linux root=/dev/disk/by-uuid/2ec8f74e-3268-45d0-ae20-9ee94d1c983b ro panic=30 vga=0x318
    initrd /boot/initramfs-linux.img
    title Arch Linux Fallback
    root (hd0,2)
    kernel /boot/vmlinuz-linux root=/dev/disk/by-uuid/2ec8f74e-3268-45d0-ae20-9ee94d1c983b ro panic=30 vga=0x318
    initrd /boot/initramfs-linux-fallback.img
    title Arch Linux Ext4
    root (hd0,2)
    kernel /boot/vmlinuz-linux root=/dev/disk/by-uuid/2ec8f74e-3268-45d0-ae20-9ee94d1c983b ro panic=30 vga=0x318
    initrd /boot/initramfs-linux-ext4.img
    title Arch Linux Log
    root (hd0,2)
    kernel /boot/vmlinuz-linux root=/dev/disk/by-uuid/2ec8f74e-3268-45d0-ae20-9ee94d1c983b ro debug rootdelay=5 panic=30 ignore_loglevel vga=0x318
    initrd /boot/initramfs-linux.img
    title Arch Linux Break
    root (hd0,2)
    kernel /boot/vmlinuz-linux root=/dev/disk/by-uuid/2ec8f74e-3268-45d0-ae20-9ee94d1c983b ro rootwait break=y panic=30 vga=0x318
    initrd /boot/initramfs-linux.img
    title Arch Linux Nonboot Log
    root (hd0,2)
    kernel /vmlinuz-linux root=/dev/disk/by-uuid/2ec8f74e-3268-45d0-ae20-9ee94d1c983b ro debug rootdelay=5 panic=30 ignore_loglevel vga=0x318
    initrd /initramfs-linux.img
    title Arch Linux Baduuid Log
    root (hd0,2)
    kernel /boot/vmlinuz-linux root=/dev/disk/by-uuid/1ec8f74e-3268-45d0-ae20-9ee94d1c983b ro debug rootdelay=5 panic=30 ignore_loglevel vga=0x318
    initrd /boot/initramfs-linux.img
    title Arch Linux LTS
    root (hd0,2)
    kernel /boot/vmlinuz26-lts root=/dev/disk/by-uuid/2ec8f74e-3268-45d0-ae20-9ee94d1c983b ro panic=30 vga=0x318
    initrd /boot/kernel26-lts.img
    title Arch Linux LTS Fallback
    root (hd0,2)
    kernel /boot/vmlinuz26-lts root=/dev/disk/by-uuid/2ec8f74e-3268-45d0-ae20-9ee94d1c983b ro panic=30 vga=0x318
    initrd /boot/kernel26-lts-fallback.img
    title Arch Linux LTS Log
    root (hd0,2)
    kernel /boot/vmlinuz26-lts root=/dev/disk/by-uuid/2ec8f74e-3268-45d0-ae20-9ee94d1c983b ro debug rootdelay=5 panic=30 ignore_loglevel vga=0x318
    initrd /boot/kernel26-lts.img
    title Arch Linux Old
    root (hd0,2)
    kernel /boot/vmlinuz26-old root=/dev/disk/by-uuid/2ec8f74e-3268-45d0-ae20-9ee94d1c983b ro panic=30 vga=0x318
    initrd /boot/kernel26-old.img
    title Arch Linux Old Fallback
    root (hd0,2)
    kernel /boot/vmlinuz26-old root=/dev/disk/by-uuid/2ec8f74e-3268-45d0-ae20-9ee94d1c983b ro panic=30 vga=0x318
    initrd /boot/kernel26-old-fallback.img
    title Arch Linux Old Log
    root (hd0,2)
    kernel /boot/vmlinuz26-old root=/dev/disk/by-uuid/2ec8f74e-3268-45d0-ae20-9ee94d1c983b ro debug rootdelay=5 panic=30 ignore_loglevel vga=0x318
    initrd /boot/kernel26-old.img
    title Windows
    rootnoverify (hd0,0)
    makeactive
    chainloader +1
    This is the 3.0 entry that doesn't work:
    title Arch Linux
    root (hd0,2)
    kernel /boot/vmlinuz-linux root=/dev/disk/by-uuid/2ec8f74e-3268-45d0-ae20-9ee94d1c983b ro panic=30 vga=0x318
    initrd /boot/initramfs-linux.img
    And this is the 2.6.38 entry that does work:
    title Arch Linux Old
    root (hd0,2)
    kernel /boot/vmlinuz26-old root=/dev/disk/by-uuid/2ec8f74e-3268-45d0-ae20-9ee94d1c983b ro panic=30 vga=0x318
    initrd /boot/kernel26-old.img
    Here's "lsinitcpio /boot/initramfs-linux.img":
    ./etc
    ./etc/udev
    ./etc/udev/udev.conf
    ./etc/modprobe.d
    ./etc/modprobe.d/usb-load-ehci-first.conf
    ./init
    ./init_functions
    ./bin
    ./bin/busybox
    ./sys
    ./proc
    ./dev
    ./hooks
    ./hooks/udev
    ./run
    ./config
    ./usr
    ./usr/bin
    ./usr/sbin
    ./lib
    ./lib/udev
    ./lib/udev/usb_id
    ./lib/udev/firmware
    ./lib/udev/scsi_id
    ./lib/udev/path_id
    ./lib/udev/ata_id
    ./lib/udev/rules.d
    ./lib/udev/rules.d/50-udev-default.rules
    ./lib/udev/rules.d/80-drivers.rules
    ./lib/udev/rules.d/50-firmware.rules
    ./lib/udev/rules.d/60-persistent-storage.rules
    ./lib/modules
    ./lib/modules/3.0-ARCH
    ./lib/modules/3.0-ARCH/modules.alias.bin
    ./lib/modules/3.0-ARCH/modules.symbols.bin
    ./lib/modules/3.0-ARCH/kernel
    ./lib/modules/3.0-ARCH/kernel/fs
    ./lib/modules/3.0-ARCH/kernel/fs/ext4
    ./lib/modules/3.0-ARCH/kernel/fs/ext4/ext4.ko.gz
    ./lib/modules/3.0-ARCH/kernel/fs/mbcache.ko.gz
    ./lib/modules/3.0-ARCH/kernel/fs/jbd2
    ./lib/modules/3.0-ARCH/kernel/fs/jbd2/jbd2.ko.gz
    ./lib/modules/3.0-ARCH/kernel/sound
    ./lib/modules/3.0-ARCH/kernel/sound/core
    ./lib/modules/3.0-ARCH/kernel/sound/core/seq
    ./lib/modules/3.0-ARCH/kernel/sound/core/seq/snd-seq-device.ko.gz
    ./lib/modules/3.0-ARCH/kernel/sound/core/snd.ko.gz
    ./lib/modules/3.0-ARCH/kernel/sound/core/snd-rawmidi.ko.gz
    ./lib/modules/3.0-ARCH/kernel/sound/soundcore.ko.gz
    ./lib/modules/3.0-ARCH/kernel/drivers
    ./lib/modules/3.0-ARCH/kernel/drivers/ata
    ./lib/modules/3.0-ARCH/kernel/drivers/ata/libata.ko.gz
    ./lib/modules/3.0-ARCH/kernel/drivers/ata/ahci.ko.gz
    ./lib/modules/3.0-ARCH/kernel/drivers/ata/libahci.ko.gz
    ./lib/modules/3.0-ARCH/kernel/drivers/usb
    ./lib/modules/3.0-ARCH/kernel/drivers/usb/core
    ./lib/modules/3.0-ARCH/kernel/drivers/usb/core/usbcore.ko.gz
    ./lib/modules/3.0-ARCH/kernel/drivers/usb/host
    ./lib/modules/3.0-ARCH/kernel/drivers/usb/host/uhci-hcd.ko.gz
    ./lib/modules/3.0-ARCH/kernel/drivers/usb/host/ehci-hcd.ko.gz
    ./lib/modules/3.0-ARCH/kernel/drivers/video
    ./lib/modules/3.0-ARCH/kernel/drivers/video/backlight
    ./lib/modules/3.0-ARCH/kernel/drivers/video/backlight/lcd.ko.gz
    ./lib/modules/3.0-ARCH/kernel/drivers/video/fb_sys_fops.ko.gz
    ./lib/modules/3.0-ARCH/kernel/drivers/video/sysimgblt.ko.gz
    ./lib/modules/3.0-ARCH/kernel/drivers/video/syscopyarea.ko.gz
    ./lib/modules/3.0-ARCH/kernel/drivers/video/sysfillrect.ko.gz
    ./lib/modules/3.0-ARCH/kernel/drivers/input
    ./lib/modules/3.0-ARCH/kernel/drivers/input/ff-memless.ko.gz
    ./lib/modules/3.0-ARCH/kernel/drivers/scsi
    ./lib/modules/3.0-ARCH/kernel/drivers/scsi/sd_mod.ko.gz
    ./lib/modules/3.0-ARCH/kernel/drivers/scsi/scsi_mod.ko.gz
    ./lib/modules/3.0-ARCH/kernel/drivers/hid
    ./lib/modules/3.0-ARCH/kernel/drivers/hid/hid-ezkey.ko.gz
    ./lib/modules/3.0-ARCH/kernel/drivers/hid/hid-sjoy.ko.gz
    ./lib/modules/3.0-ARCH/kernel/drivers/hid/hid-gyration.ko.gz
    ./lib/modules/3.0-ARCH/kernel/drivers/hid/hid-samsung.ko.gz
    ./lib/modules/3.0-ARCH/kernel/drivers/hid/hid-roccat.ko.gz
    ./lib/modules/3.0-ARCH/kernel/drivers/hid/hid-lcpower.ko.gz
    ./lib/modules/3.0-ARCH/kernel/drivers/hid/hid-kye.ko.gz
    ./lib/modules/3.0-ARCH/kernel/drivers/hid/hid-dr.ko.gz
    ./lib/modules/3.0-ARCH/kernel/drivers/hid/hid-wacom.ko.gz
    ./lib/modules/3.0-ARCH/kernel/drivers/hid/hid-keytouch.ko.gz
    ./lib/modules/3.0-ARCH/kernel/drivers/hid/hid-uclogic.ko.gz
    ./lib/modules/3.0-ARCH/kernel/drivers/hid/hid-cherry.ko.gz
    ./lib/modules/3.0-ARCH/kernel/drivers/hid/hid-roccat-kovaplus.ko.gz
    ./lib/modules/3.0-ARCH/kernel/drivers/hid/hid-zpff.ko.gz
    ./lib/modules/3.0-ARCH/kernel/drivers/hid/hid-elecom.ko.gz
    ./lib/modules/3.0-ARCH/kernel/drivers/hid/hid-roccat-common.ko.gz
    ./lib/modules/3.0-ARCH/kernel/drivers/hid/hid-roccat-arvo.ko.gz
    ./lib/modules/3.0-ARCH/kernel/drivers/hid/hid-waltop.ko.gz
    ./lib/modules/3.0-ARCH/kernel/drivers/hid/hid-roccat-pyra.ko.gz
    ./lib/modules/3.0-ARCH/kernel/drivers/hid/hid-picolcd.ko.gz
    ./lib/modules/3.0-ARCH/kernel/drivers/hid/hid-twinhan.ko.gz
    ./lib/modules/3.0-ARCH/kernel/drivers/hid/hid-emsff.ko.gz
    ./lib/modules/3.0-ARCH/kernel/drivers/hid/hid-sunplus.ko.gz
    ./lib/modules/3.0-ARCH/kernel/drivers/hid/hid-apple.ko.gz
    ./lib/modules/3.0-ARCH/kernel/drivers/hid/hid-topseed.ko.gz
    ./lib/modules/3.0-ARCH/kernel/drivers/hid/hid-chicony.ko.gz
    ./lib/modules/3.0-ARCH/kernel/drivers/hid/hid-magicmouse.ko.gz
    ./lib/modules/3.0-ARCH/kernel/drivers/hid/hid-cypress.ko.gz
    ./lib/modules/3.0-ARCH/kernel/drivers/hid/hid-kensington.ko.gz
    ./lib/modules/3.0-ARCH/kernel/drivers/hid/hid-roccat-kone.ko.gz
    ./lib/modules/3.0-ARCH/kernel/drivers/hid/hid-axff.ko.gz
    ./lib/modules/3.0-ARCH/kernel/drivers/hid/hid-multitouch.ko.gz
    ./lib/modules/3.0-ARCH/kernel/drivers/hid/hid-logitech.ko.gz
    ./lib/modules/3.0-ARCH/kernel/drivers/hid/hid-petalynx.ko.gz
    ./lib/modules/3.0-ARCH/kernel/drivers/hid/hid-prodikeys.ko.gz
    ./lib/modules/3.0-ARCH/kernel/drivers/hid/usbhid
    ./lib/modules/3.0-ARCH/kernel/drivers/hid/usbhid/usbhid.ko.gz
    ./lib/modules/3.0-ARCH/kernel/drivers/hid/hid.ko.gz
    ./lib/modules/3.0-ARCH/kernel/drivers/hid/hid-sony.ko.gz
    ./lib/modules/3.0-ARCH/kernel/drivers/hid/hid-zydacron.ko.gz
    ./lib/modules/3.0-ARCH/kernel/drivers/hid/hid-roccat-koneplus.ko.gz
    ./lib/modules/3.0-ARCH/kernel/drivers/hid/hid-gaff.ko.gz
    ./lib/modules/3.0-ARCH/kernel/drivers/hid/hid-microsoft.ko.gz
    ./lib/modules/3.0-ARCH/kernel/drivers/hid/hid-monterey.ko.gz
    ./lib/modules/3.0-ARCH/kernel/drivers/hid/hid-ntrig.ko.gz
    ./lib/modules/3.0-ARCH/kernel/drivers/hid/hid-belkin.ko.gz
    ./lib/modules/3.0-ARCH/kernel/drivers/hid/hid-pl.ko.gz
    ./lib/modules/3.0-ARCH/kernel/drivers/hid/hid-a4tech.ko.gz
    ./lib/modules/3.0-ARCH/kernel/drivers/hid/hid-ortek.ko.gz
    ./lib/modules/3.0-ARCH/kernel/drivers/hid/hid-quanta.ko.gz
    ./lib/modules/3.0-ARCH/kernel/drivers/hid/hid-tmff.ko.gz
    ./lib/modules/3.0-ARCH/kernel/lib
    ./lib/modules/3.0-ARCH/kernel/lib/crc16.ko.gz
    ./lib/modules/3.0-ARCH/modules.dep.bin
    ./sbin
    ./sbin/blkid
    ./sbin/udevadm
    ./sbin/modprobe
    ./sbin/udevd

Maybe you are looking for