One wallpaper from GRUB2 boot, to login (wihtout flickering)

I've been usage-testing arch for some time on my netbook-esque laptop (ultraportable?), and I'm happy to say that I have decided to stick with the beast!  (Seriously, I lost track of time tweaking my system last night and went to bed in the wee hours of the morning!)
I've decided to take up the task of creating a "seamless" boot setup, while keeping things light -- basically making one background image stick to the screen from the bootup to the start of the x session while trying to avoid showing any.  My setup is as follows:
1-- GRUB2 - used to set initial resolution (1366x768x24) and wallpaper (wallpaper.tga)
2-- **** I have all the problems here. I may put Splashscreen-solution: Splashy? fbsplash? Plymouth? ****
3-- SLiM with a modified theme using (a link to) wallpaper.png
4-- Openbox session with wallpaper and desktop icons set by pcmanfm
Currently, after selecting my grub entry, the wallpaper shamelessly disappears and is replaced by a black screen with some arch logos and console output for a moment before abruptly switching over to the all-black console output where all of the boot info is shown.  Then it goes to tty login, then SLiM starts up...
I recall 3 times the console output "flickers" and changes: after I leave grub, there's the console with the archlogos, then there's the boot output console, then there's the tty login that waits on SLiM to startup.  Can I just set background.png/tga for all of these console backgrounds during boot? (I may possibly remove SLiM if I can do that...)  Do I HAVE to install a bootsplash app (like splashy fbsplash or plymouth) to get this desired behavior?  If so will those apps set my background during the tty login prompt while SLiM loads up?

It's an old thread, but I can't see it has been solved. My try has been using the following setup: grub2, plymouth, systemd and lightdm.
I've tried to archieve this, using the following options:
/etc/default/grub:
The idea is to boot to tty7, the same as lightdm, so no VT switch makes things "ugly".
GRUB_CMDLINE_LINUX_DEFAULT="vt.handoff=7 quiet splash init=/usr/lib/systemd/systemd logo.nologo add_efi_memmap"
GRUB_GFXMODE=1280x800x32
GRUB_GFXPAYLOAD_LINUX=keep
GRUB_BACKGROUND="/boot/bg.png"
Systemd:
Enable lightdm-plymouth.service unit and disable any other greeter (kdm.service, gdm.service, lightdm.service, etc.)
/etc/lightdm/lightdm.conf:
greeter-user=lightdm
minimum-display-number=0
minimum-vt=7
run-directory=/run/lightdm
start-default-seat=true
With this setup I'm getting all three flicks, so it's not working as I'd like. I'm using a Dell Latitude E4300 with integrated graphics (Mobile Intel® GM45).

Similar Messages

  • Booting ISO from Grub2 without Loopback support

    I am trying to boot an archlinux install ISO from grub2 menu, but I have no loopback support.  I am not sure how I got to this point, but I installed Ubuntu first (just to test out the system and make sure that UEFI works fine.  Then I booted the ISO file just fine, (I used grub-config to modify the bootup).  During the install, I used cgdisk to redo my partition tables.  After that, cgdisk said something about the partitions not taking effect until I rebooted... after reboot, I now get the grub console and nothing else.  UEFI bios will not allow booting USB, so the only way I can do this is via this grub console.
    The only things I did were; create a new partition at the end of the drive to store my ISO file and mkfs.ext4 /dev/sda2... The UEFI partition is still intact from ubuntu (i did not format that one).
    I tried following this guide, http://wiki.grml.org/doku.php?id=rescueboot ,but it wasn't successful.
    insmod part_msdos
    insmod ext2
    set root='(hd0,4)'
    linux /arch/boot/x86_64/vmlinuz boot=live findiso=/archlinux-2014.01.05-dual.iso toram
    initrd /arch/boot/x86_64/archiso.img
    When I try to set the linux variables, i get an error that says /arch/boot/x86_64/vmlinuz cant be found.
    I tried putting a livecd onto a usb drive, but when I get all of the parameters set and type boot, it just reboots the machine and goes right back to the grub console. 
    Any help would be greatly appreciated.

    I really don't understand why you would go find some random guide and not check our wiki.

  • Boot 2011.08.19 installation media from grub2 via loopback

    I have been trying to get the new installation media to boot from grub2 using loopback. The kernel and ramdisk load fine but it fails when it gets to the loopback mounting hook. I receive the following error message:
    ::Setup a loop device from iso/archlinux-2011.08.19-core-dual.iso located at device /dev/disk/by-label/MULTIBOOT
    losetup: /dev/loop0: No suck file or directory
    It then tries booting of of a CD, fails, and throws me to the minimal shell.
    Has anyone gotten loopback booting of the install media working?
    My grub2 entries are:
    set drive_label=MULTIBOOT
    menuentry "ArchLinux 2011.08.19 i686" {
    set isofile="iso/archlinux-2011.08.19-core-dual.iso"
    loopback loop /$isofile
    echo 'loading kernel...'
    linux (loop)/arch/boot/i686/vmlinuz lang=en locale=en_US.UTF-8 ramdisk_size=75% img_dev=/dev/disk/by-label/$drive_label img_loop=$isofile
    echo 'loading ramdisk...'
    initrd (loop)/arch/boot/i686/archiso.img
    menuentry "ArchLinux 2011.08.19 x86_64" {
    set isofile="iso/archlinux-2011.08.19-core-dual.iso"
    loopback loop /$isofile
    echo 'loading kernel...'
    linux (loop)/arch/boot/x86_64/vmlinuz lang=en locale=en_US.UTF-8 ramdisk_size=75% img_dev=/dev/disk/by-label/$drive_label img_loop=$isofile
    echo 'loading ramdisk...'
    initrd (loop)/arch/boot/x86_64/archiso.img
    Last edited by billyburly (2011-08-27 19:48:24)

    You are welcome.
    Oh, but in your case you also need to remaster iso. (I was think when I test these things directly with qemu, passing arguments -kernel/-initrd/-append )
    mkdir -p /tmp/archlinux/{mnt,iso}
    mount /path/to/your/archlinux-2011.08.19-core-dual.iso /tmp/archlinux/mnt
    cp -a /tmp/archlinux/mnt/* /tmp/archlinux/iso
    umount /tmp/archlinux/mnt
    Now repack initramfs in /tmp/archlinux/iso/arch/boot/{i686,x86_64}/archiso.img
    cd /tmp/archlinux/iso/arch
    find -type f ! -name checksum.md5 -print0 | xargs -0 md5sum > checksum.md5
    mkisofs -r -l \
    -b isolinux/isolinux.bin -c isolinux/boot.cat \
    -uid 0 -gid 0 \
    -udf -allow-limited-size -iso-level 3 \
    -input-charset utf-8 -p "prepared by mkarchiso" \
    -no-emul-boot -boot-load-size 4 -boot-info-table \
    -publisher "Arch Linux <http://www.archlinux.org>" \
    -A "Arch Linux Live/Rescue CD" \
    -V "ARCH_201108" \
    -o "/tmp/archlinux/archlinux-2011.08.19-core-dual.iso" "/tmp/archlinux/iso"
    isohybrid "/tmp/archlinux/archlinux-2011.08.19-core-dual.iso"
    cd /tmp
    rm -r /tmp/archlinux/iso
    Good Luck.
    Last edited by djgera (2011-08-27 23:02:20)

  • Looking to shave a few more secons from my boot time.

    im trying to get as fast a boot from my system as possible. are there  any tweaks i can make to the following files to get more speed.
    here is my bootchart
    here is my rc.multi
    #!/bin/bash
    # /etc/rc.multi
    . /etc/rc.conf
    . /etc/rc.d/functions
    # Load sysctl variables if sysctl.conf is present
    [ -r /etc/sysctl.conf ] && /sbin/sysctl -q -p &>/dev/null
    # Start daemons
    #for daemon in "${DAEMONS[@]}"; do
    # if [ "$daemon" = "${daemon#!}" ]; then
    # if [ "$daemon" = "${daemon#@}" ]; then
    # start_daemon $daemon
    # else
    # start_daemon_bkgd ${daemon:1}
    # fi
    # fi
    #done
    dhcpcd eth0 &>/dev/null 2>&1
    alsactl restore &
    echo 2 > /sys/module/hid_apple/parameters/fnmode &
    (sleep 20 && /etc/rc.d/sensors start &>/dev/null 2>&1) &
    (sleep 20 && /etc/rc.d/mpd start) &
    (sleep 120 && /etc/rc.d/portmap start &>/dev/null 2>&1) &
    (sleep 120 && /etc/rc.d/nfslock start &>/dev/null 2>&1) &
    (sleep 200 && mount 192.168.1.99:/media/torrents /media/downloads/ ) &
    #if [ -x /etc/rc.local ]; then
    # /etc/rc.local
    #fi
    # vim: set ts=2 noet:
    and here is my rc.sysinit
    #!/bin/bash
    # /etc/rc.sysinit
    . /etc/rc.conf
    . /etc/rc.d/functions
    #source_functions
    # mount /proc, /sys and our RAM /dev
    /bin/mount -n -t ramfs none /dev
    /bin/mount -n -t proc none /proc
    /bin/mount -n -t sysfs none /sys
    # Create our default nodes that minilogd may need
    /bin/mknod /dev/null c 1 3
    /bin/mknod /dev/zero c 1 5
    /bin/mknod /dev/console c 5 1
    # More initial /dev setup that udev doesn't do
    #/bin/ln -snf /proc/self/fd /dev/fd
    #/bin/ln -snf /proc/self/fd/0 /dev/stdin
    #/bin/ln -snf /proc/self/fd/1 /dev/stdout
    #/bin/ln -snf /proc/self/fd/2 /dev/stderr
    /bin/ln -snf /proc/kcore /dev/core
    /bin/mkdir /dev/pts
    /bin/mkdir /dev/shm
    echo > /proc/sys/kernel/hotplug
    # Starting udev daemon
    if [ -x /sbin/udevadm -a -d /sys/block ]; then
    # We have udev and /sys appears to be mounted, use UDev
    #status "Starting UDev Daemon" /etc/start_udev init
    stat_busy "Starting UDev Daemon"
    /sbin/udevd --daemon
    stat_done
    else
    # Static /dev, our last resort
    status "Using static /dev filesystem" true
    fi
    # run udev uevents
    if /bin/pidof -o %PPID /sbin/udevd >/dev/null; then
    #status "Loading UDev uevents" /etc/start_udev uevents
    stat_busy "Loading UDev uevents"
    udevstart="$(/bin/date +%s%0N)"
    /sbin/udevadm trigger
    /sbin/udevadm settle
    stat_done
    udevend="$(/bin/date +%s%0N)"
    printhl " UDev uevent processing time: $((($udevend-$udevstart)/1000000))ms"
    fi
    ##loading modules
    stat_busy "Loading Modules"
    /sbin/modprobe ohci_hcd >/dev/null 2>&1
    /sbin/modprobe ehci-hcd >/dev/null 2>&1
    /sbin/modprobe nvidia >/dev/null 2>&1
    /sbin/modprobe psmouse >/dev/null 2>&1
    /sbin/modprobe r8169 >/dev/null 2>&1
    /sbin/modprobe slhc >/dev/null 2>&1
    #/sbin/modprobe pcspkr >/dev/null 2>&1
    #/sbin/modprobe snd_pcsp >/dev/null 2>&1
    stat_done
    ##loading acpi modules
    stat_busy "Loading standard ACPI modules"
    /sbin/modprobe thermal >/dev/null 2>&1
    /sbin/modprobe processor >/dev/null 2>&1
    /sbin/modprobe button >/dev/null 2>&1
    /sbin/modprobe battery >/dev/null 2>&1
    /sbin/modprobe ac >/dev/null 2>&1
    stat_done
    # bring up the loopback interface
    if [ -d /sys/class/net/lo ]; then
    stat_busy "Bringing up loopback interface"
    /sbin/ifconfig lo 127.0.0.1 up
    if [ $? -ne 0 ]; then
    stat_fail
    else
    stat_done
    fi
    fi
    FORCEFSCK=
    [ -f /forcefsck ] && FORCEFSCK="-- -f"
    NETFS="nonfs,nonfs4,nosmbfs,nocifs,nocodafs,noncpfs,nosysfs,noshfs,nofuse,nofuseblk"
    if [ -x /sbin/fsck ]; then
    stat_busy "Checking Filesystems"
    if /bin/grep -qw quiet /proc/cmdline; then
    /sbin/fsck -A -T -C -a -t $NETFS $FORCEFSCK >/dev/null 2>&1
    else
    /sbin/fsck -A -T -C -a -t $NETFS $FORCEFSCK 2>/dev/null
    fi
    fsckret=$?
    if [ ${fsckret} -gt 1 ]; then
    stat_fail
    if [ $((${fsckret}&2)) -eq 2 ]; then
    echo
    echo "********************** REBOOT REQUIRED *********************"
    echo "* *"
    echo "* The system will be rebooted automatically in 5 seconds. *"
    echo "* *"
    echo "************************************************************"
    echo
    /bin/sleep 5
    else
    echo
    echo "***************** FILESYSTEM CHECK FAILED ****************"
    echo "* *"
    echo "* Please repair manually and reboot. Note that the root *"
    echo "* file system is currently mounted read-only. To remount *"
    echo "* it read-write type: mount -n -o remount,rw / *"
    echo "* When you exit the maintenance shell the system will *"
    echo "* reboot automatically. *"
    echo "* *"
    echo "************************************************************"
    echo
    /sbin/sulogin -p
    fi
    echo "Automatic reboot in progress..."
    /bin/umount -a
    /bin/mount -n -o remount,ro /
    /sbin/reboot -f
    exit 0
    fi
    stat_done
    fi
    stat_busy "Mounting Local Filesystems"
    /bin/mount -n -o remount,rw /
    /bin/rm -f /etc/mtab*
    # make sure / gets written to /etc/mtab
    /bin/mount -o remount,rw /
    # Write /proc, /sys and /dev to /etc/mtab
    if [ -e /proc/mounts ]; then
    /bin/grep -e "/proc " -e "/sys " -e "/dev " /proc/mounts >> /etc/mtab
    fi
    # now mount all the local filesystems
    /bin/mount -a -t $NETFS
    stat_done
    if [ -f /var/run/random-seed ]; then
    stat_busy "Initializing Random Seed"
    /bin/cat /var/run/random-seed >/dev/urandom
    stat_done
    fi
    stat_busy "Removing Leftover Files"
    /bin/rm -f /etc/nologin &>/dev/null
    /bin/rm -f /etc/shutdownpid &>/dev/null
    /bin/rm -f /var/lock/* &>/dev/null
    /bin/rm -rf /tmp/* /tmp/.* &>/dev/null
    /bin/rm -f /forcefsck &>/dev/null
    (cd /var/run && /usr/bin/find . ! -type d -exec /bin/rm -f -- {} \; )
    : > /var/run/utmp
    stat_done
    if [ "$HOSTNAME" != "" ]; then
    status "Setting Hostname: $HOSTNAME" /bin/hostname $HOSTNAME
    fi
    status "Updating Module Dependencies" /sbin/depmod -A
    # Save our dmesg output from this boot
    if [ -f /var/log/dmesg.log ]; then
    /bin/rm /var/log/dmesg.log
    fi
    /bin/dmesg > /var/log/dmesg.log
    # End of file
    # vim: set ts=2 noet:
    and here is my inittab
    # /etc/inittab
    # Runlevels:
    # 0 Halt
    # 1(S) Single-user
    # 2 Not used
    # 3 Multi-user
    # 4 Not used
    # 5 X11
    # 6 Reboot
    ## Only one of the following two lines can be uncommented!
    # Boot to console
    id:3:initdefault:
    # Boot to X11
    #id:5:initdefault:
    rc::sysinit:/etc/rc.sysinit
    rs:S1:once:/etc/rc.single
    rm:2345:once:/etc/rc.multi
    rh:06:once:/etc/rc.shutdown
    su:S:once:/sbin/sulogin -p
    # -8 options fixes umlauts problem on login
    #c1:2345:respawn:/sbin/agetty -8 38400 vc/1 linux
    c1:2345:respawn:/bin/login -f mark vc/1 </dev/vc/1 >/dev/vc/1 2>&1
    c2:2345:respawn:/sbin/agetty -8 38400 vc/2 linux
    c3:2345:respawn:/sbin/agetty -8 38400 vc/3 linux
    #c4:2345:respawn:/sbin/agetty -8 38400 vc/4 linux
    #c5:2345:respawn:/sbin/agetty -8 38400 vc/5 linux
    #c6:2345:respawn:/sbin/agetty -8 38400 vc/6 linux
    ca::ctrlaltdel:/sbin/shutdown -t3 -r now
    # Example lines for starting a login manager
    x:5:respawn:/usr/bin/xdm -nodaemon
    #x:5:respawn:/usr/sbin/gdm -nodaemon
    #x:5:respawn:/usr/bin/kdm -nodaemon
    #x:5:respawn:/usr/bin/slim >& /dev/null
    # End of file
    Last edited by markp1989 (2009-03-21 21:02:07)

    have a look at this wiki page http://wiki.archlinux.org/index.php/Twe … _boot_time
    and Duologics forum post that led to the page's creation http://bbs.archlinux.org/viewtopic.php?id=62518.

  • Chainload Truecrypt bootloader on sda from Grub2 on sdb

    Hi,
    i have an installation where i installed windows 8 on /dev/sda1. I encrypted it with Truecrypt which installed it's bootloader to /dev/sda.
    Then I have Arch on a luks-encrypted lva on /dev/sdb2, sdb1 is the /boot partition. Grub2 is installed to /dev/sdb.
    This Setup works relatively well because i choose to what drive i want to boot from my bios on every startup. I'd like it more though, if i could chainload the Truecrypt-loader from Grub2.
    I've found some instructions for this when both Systems are on the same drive, e.g. here: http://ubuntuforums.org/showthread.php? … st10015847
    But since both systems are on different drives and have differnent MBRs, there must be a simpler solution?
    Any idea how to achieve that chainloading of /dev/sda's truecrypt loader in an easier way?
    Thanks
    Michael

    I can't speak for the Win 8 installer, but the Win 7 installer chokes if you install it (in GPT mode) onto a different hard drive to the one with your current EFI system partition (ESP). Assuming there's space, it'll annoyingly create a new 100MB ESP on the disk with the existing ESP on it, install it's EFI bootloader on to it, then report that it can't reboot to continue the installation.
    You're better off doing what fukawi2 suggested, and unplugging the drive with Arch installed, install Windows onto the other drive, reconnect the Arch drive, and copy over the bootloader from one of the ESP to the other. It's what I ended up doing.
    Or you can use a virtual machine, though you might not get the performance you'd like.

  • Is there a way to view all favorites on one page from different albums?

    is there a way to view all favorites on one page from different albums?
    I can't seem to figure out how to view all favorites at one time.
    nothing (thus far) is shared.
    paid membership to revel, also.

    oops - apparently you can do this from the app,
    but not from the web login view.

  • How to move the photos from my boot drive to a newly installed hard drive?

    - regarding iPhoto's storage, etc.... Where is the iPhoto library located anyway? And - how to transfer it to the brand new hard drive?
    I want to add a ned hard drive just to keep the media there, so I would like to transfer all the GBs worth of photos (the whole iPhoto library or - what folder, really?).
    What do I need to do in order to accomplish this task?, and assuming that there is no problem moving all the photos (as I understand it would mean Originals, Modified & Data) - can I then just delete the original iPhoto Library (but from where?) somewhere on my boot drive?
    Basically - I want to move all the photos from my boot drive to the newly installed hard drive, and after a successful move, I'd like to delete all the same photos from its original location (the boot drive).

    One addition to Larry's steps: make sure the external drive is formatted OS X Extended (journaled) and have it set to ignore ownership as seen here:
    TIP: For insurance against the iPhoto database corruption that many users have experienced I recommend making a backup copy of the Library6.iPhoto (iPhoto.Library for iPhoto 5 and earlier) database file and keep it current. If problems crop up where iPhoto suddenly can't see any photos or thinks there are no photos in the library, replacing the working Library6.iPhoto file with the backup will often get the library back. By keeping it current I mean backup after each import and/or any serious editing or work on books, slideshows, calendars, cards, etc. That insures that if a problem pops up and you do need to replace the database file, you'll retain all those efforts. It doesn't take long to make the backup and it's good insurance.
    I've created an Automator workflow application (requires Tiger or later), iPhoto dB File Backup, that will copy the selected Library6.iPhoto file from your iPhoto Library folder to the Pictures folder, replacing any previous version of it. It's compatible with iPhoto 6 and 7 libraries and Tiger and Leopard. Just put the application in the Dock and click on it whenever you want to backup the dB file. iPhoto does not have to be closed to run the application, just idle. You can download it at Toad's Cellar. Be sure to read the Read Me pdf file.
    Note: There's now an Automator backup application for iPhoto 5 that will work with Tiger or Leopard.

  • After romoving Ubuntu from dual boot

    I recently removed ubuntu from dual booting. Before, it asked me which OS I would like to run when my PC started up. It showed two options, Windows and Ubuntu. After I removed Ubuntu it still stops at that screen but only Windows is there. How can I make it so it skips that startup and loads windows automatically without me having to click it. 
    Solved!
    Go to Solution.

    I believe if you only have one option left on the boot menu you probably won't have that screen. And I suspect you were using the WuBi installation.
    Use EasyBCD http://neosmart.net/EasyBCD/ to change the Windows Vista/7 boot settings.

  • HT1583 When I render my project in IDVD, video and audio runs properly, but when I burn it in professional quality and burning is finished there was no audio on the last two chapters, one audio is attached to the clip and the other one is from itunes, pls

    Hi, please help me When I render my project in IDVD, video and audio runs properly, but when I burn it in professional quality and burning is finished there was no audio on the last two chapters, one audio is attached to the clip and the other one is from itunes, pls help

    Hi
    My first two thoughts
    • Shared to Media Browser - BUT as Large or HD - try Medium !
    • audio from iTunes - use to go silent
    - in iTunes
    - Create a new PlayList with needed audio
    - BURN this as a standard Audio-CD (.aiff) - NOT .mp3
    - use the files on this CD in Your Movie project - I ALWAYS DO - and only use .aiff ever - never .mp3'
    My notes on this:
    No audio on DVD disc.
    Most common origin. 
    1. Imported audio from iTunes.
    • In iTunes copy out as an Audio-CD .aiff (Same as played on standard Stereo CD - no .mp3)
    • Use this in Your movie project
    2. Low - Free Space on Start-up/Boot/Internal/Mac OS Hard disk makes it hard for iMovie to work as intended.
    Down to 1.3 GB and it doesn’t work - especially audio don’t migrate over to Media Browser
    (iM’08 & 09)
    3. Material in iMovie’08 & 09 - Shared to Media Browser and here selected as Large
    large.m4v. It silenced out this project in iDVD. By making a slight alteration - provoking it to ask for a new Share/Publish to Media Browser and here selecting 640x480 - and audio was back when a new iDVD project was created including this movie.
    Minuscular - - 176x144
    Mobile - - - - - 480x360
    Medium - - - - 640x480
    Large - - - - - - 720x540    960x540
    HD - - - - - - - - 1280x720
    4. Strange audio formats like .mp3, .avi etc.
    • Change them to .aiff. Use an audio editor like Audacity (free)
    5. Main audio is set to off in System Preferences - Does this by it self - Don’t know why
    Cheque Audio-Out resp. Audio-In
    6. Ed Hanna
    Had the same problem; some Googling around gave me a kludgy, but effective fix
    Downgrade Perian from recent versions back to version 1.0.
    That worked for me, and so far I haven't encountered any deficiencies — except it takes more advanced versions of Perian to enable QuickTime to handle subtitles in .srt format — that I have noticed.
    7. GarageBand fix.
    In this set audio to 44.1 kHz (Klaus1 suggestion)
    (if this don’t work try 48 kHz - me guessing)
    Before burning the DVD.
    • Do a DiskImage (File menu and down)
    • Double click on the .img file
    • Test it with Apple DVD-player
    If it’s OK then make Your DVD.
    Burn at x1 speed.... (or x4)
    • In iDVD 08 - or - 09
    • Burn from DiskImage with Apple’s Disk Utilities application
    • OR burn with Roxio Toast™ if You got it
    Yours Bengt W

  • Kernel26-one-dev panics on boot

    I have just finished compiling kernel26-one-dev from AUR, the message at the end states:
    Add the following entry to /boot/grub/menu.lst:
    # (next number) Arch Linux
    title Arch Linux ArchOne Devel [/boot/vmlinuz-one-dev]
    root (hd0,0)
    kernel /boot/vmlinuz-one-dev root=/dev/sda1 ro snd_hda_intel.model=acer-aspire
    I have added this to /boot/grub/menu.lst (with /dev/sda1 changed to /dev/sda2, my /), but when booting it prints the partitions and then hangs with caps lock flashing, and is unresponsive to ctrl-alt-del. I have changed it to match the syntax of the other lines, line I'm using now is:
    kernel /vmlinuz-one-dev root=/dev/disk/by-uuid/2847d38f-b2f3-46e6-a181-4b8052b3d805 ro snd_hda_intel.model=acer-aspire
    This results in a panic, however, with the message
    VFS: Cannot open root device "disk/by-uuid/2847d38f-b2f3-46e6-a181-4b8052b3d805" or unknown-block(0,0)
    I have checked, and the config does indeed support the FS and driver being used:
    CONFIG_EXT4_FS=y
    CONFIG_EXT4_FS_XATTR=y
    CONFIG_EXT4_FS_POSIX_ACL=y
    CONFIG_EXT4_FS_SECURITY=y
    CONFIG_ATA_PIIX=y
    Here is my menu.lst:
    # 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 5
    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.
    # (0) Arch Linux
    title Arch Linux ArchOne Devel [/boot/vmlinuz-one-dev]
    root (hd0,0)
    kernel /vmlinuz-one-dev root=/dev/disk/by-uuid/2847d38f-b2f3-46e6-a181-4b8052b3d805 ro snd_hda_intel.model=acer-aspire
    # (1) Arch Linux
    title Arch Linux
    root (hd0,0)
    kernel /vmlinuz26 root=/dev/disk/by-uuid/2847d38f-b2f3-46e6-a181-4b8052b3d805 ro
    initrd /kernel26.img
    # (2) Arch Linux
    title Arch Linux Fallback
    root (hd0,0)
    kernel /vmlinuz26 root=/dev/disk/by-uuid/2847d38f-b2f3-46e6-a181-4b8052b3d805 ro
    initrd /kernel26-fallback.img
    # (2) Windows
    #title Windows
    #rootnoverify (hd0,0)
    #makeactive
    #chainloader +1
    Thanks in advance for any help
    Last edited by neurolysis (2011-02-24 13:06:33)

    I have just finished compiling kernel26-one-dev from AUR, the message at the end states:
    Add the following entry to /boot/grub/menu.lst:
    # (next number) Arch Linux
    title Arch Linux ArchOne Devel [/boot/vmlinuz-one-dev]
    root (hd0,0)
    kernel /boot/vmlinuz-one-dev root=/dev/sda1 ro snd_hda_intel.model=acer-aspire
    I have added this to /boot/grub/menu.lst (with /dev/sda1 changed to /dev/sda2, my /), but when booting it prints the partitions and then hangs with caps lock flashing, and is unresponsive to ctrl-alt-del. I have changed it to match the syntax of the other lines, line I'm using now is:
    kernel /vmlinuz-one-dev root=/dev/disk/by-uuid/2847d38f-b2f3-46e6-a181-4b8052b3d805 ro snd_hda_intel.model=acer-aspire
    This results in a panic, however, with the message
    VFS: Cannot open root device "disk/by-uuid/2847d38f-b2f3-46e6-a181-4b8052b3d805" or unknown-block(0,0)
    I have checked, and the config does indeed support the FS and driver being used:
    CONFIG_EXT4_FS=y
    CONFIG_EXT4_FS_XATTR=y
    CONFIG_EXT4_FS_POSIX_ACL=y
    CONFIG_EXT4_FS_SECURITY=y
    CONFIG_ATA_PIIX=y
    Here is my menu.lst:
    # 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 5
    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.
    # (0) Arch Linux
    title Arch Linux ArchOne Devel [/boot/vmlinuz-one-dev]
    root (hd0,0)
    kernel /vmlinuz-one-dev root=/dev/disk/by-uuid/2847d38f-b2f3-46e6-a181-4b8052b3d805 ro snd_hda_intel.model=acer-aspire
    # (1) Arch Linux
    title Arch Linux
    root (hd0,0)
    kernel /vmlinuz26 root=/dev/disk/by-uuid/2847d38f-b2f3-46e6-a181-4b8052b3d805 ro
    initrd /kernel26.img
    # (2) Arch Linux
    title Arch Linux Fallback
    root (hd0,0)
    kernel /vmlinuz26 root=/dev/disk/by-uuid/2847d38f-b2f3-46e6-a181-4b8052b3d805 ro
    initrd /kernel26-fallback.img
    # (2) Windows
    #title Windows
    #rootnoverify (hd0,0)
    #makeactive
    #chainloader +1
    Thanks in advance for any help
    Last edited by neurolysis (2011-02-24 13:06:33)

  • How to prevent iTunes from auto-launching at login

    For some reason, after every restart or logout/login, iTunes will auto-launch at login.
    I initially thought that iTunes Helper in Login Items may be the culprit. So, I removed it from the list of Login Items. But, iTunes still launches automatically after login.
    How can I prevent the auto launch?

    Yup. I think this may have to do with .itms files. Apple has allowed web sites to open itunes with an autolaunch command. I think that the .itms files are the ones that auto launch itunes. I think what we are suffering here is a misuse of the itunes autolaunch command. Web developers seem to be able to launch itunes and try to display their products for purchase. It seems like Itunes has been turned into a 'Pop-Up' advertisement. I hope Apple takes notice and fixes it. I have been having this problem since I got this new i5 Imac in January.

  • Brand New MBPr Issues From 1st Boot

    Morning all,
    Just purchased the top of the range 15" MBPr, (1TB SSD 16GB RAM) and have had issues with it from 1st boot.
    I'm hoping I can sort these (just switched from windows) as I will have to return it if not.
    On 1st power on the setup ran and locked up for 30+ minutes when trying to enable the icloud drive.  It eventually completed, and after enabling FileVault (this was enabled by default) I had the issue where it kept asking for the power adapter to resume encryption even though it was plugged in.
    I ended up calling Apple support who advised me, to erase the disk and reinstall OSX Yosemite from the recovery partition.
    After waiting 4+ hours for the downloads to complete the reinstall had issues with drawing the pages, for example if I clicked back, the text on the page didn't change, but the dialog boxes did.  I ended up powering it off and restarting the setup which did go OK.  I have now enabled FileVault and sat babysitting it whilst it encrypted to ensure no issues.
    I then installed the latest OSX update (10.10.1) and now shutdown takes a lot longer, the background greys out, and I get the spinning iPhone style icon (not the beach ball).
    I'm really starting to lose confidence in the machine, and after spending over £2000 on it I feel it should be performing better.
    Has anyone got any tips on what I do to improve things, or have they seen this before with a brand new clean build before I give up and return it?
    Thanks
    Darren

    You can return a new Mac within 14 days of purchase.
    Return it and get another one.
    A new Mac is in warranty for 1 year from the date of purchase.
    A new Mac comes with 90 days of free tech support from AppleCare.
    AppleCare: 1-800-275-2273
    Call AppleCare or take it to the Apple store to have it checked out.
    Genius Bar reservation
    http://www.apple.com/retail/geniusbar/
    Best.

  • Inability to boot from alternative boot devices

    Hi… I apologize if this has been covered, but my searching hasn't found anything definitive.
    A friend asked me to replace the hard drive in his Macbook, one month out of warranty. The techs at Apple (I understand he went to a Genius Bar) told him that the hard drive is the problem on the machine.
    The computer is a Macbook late 2008, and it's not booting. In an attempt to salvage some of the HD's data, I tried booting from an external, but no dice. The problem is, now I'm thinking it might be more than just the hard drive… when my hard drive crapped out on me, I was able to boot from my external, from a boot DVD, etc.
    When I first got it, it would start up, go to a white/grey screen, and that's it.
    Then I zapped the PRAM, and I started getting chimes, but that's it.
    I held down option to get boot options, and was able to see my external hard drive, but never my boot DVD (this is not an OS X DVD, it's an 'emergency disc' with various software). It was also able to see my Macbook's HD, which I connected in Target Disk Mode. However, it was never able to open either drive. The cursor would show up on the screen, followed by the orange little FW HD icon, already selected (the Macbook has one FW port, so I was unable to connect them both at the same time), but that's it. Clicking, hitting enter, etc, did nothing. No discernible reaction.
    Just for kicks, I reset the SMC. When I restarted the computer, I now got a flashing folder… which actually bodes well, as that's usually just a HD issue, not logic board (as far as I know). But when I rebooted again to try to boot from another external, etc, I got the white/grey screen again, and that's it.
    So, my question is this:
    Is there anything else I can try? Either to fix this or to eliminate HD vs. other components.
    Is this just a hard drive issue?
    If this is something else (e.g. logic board), what would it cost to replace?
    One thing I found on Google mentioned that removing the hard drive, if totally dead, could possible fix this. Can this be? I mean, I'm telling the computer to bypass the hard drive entirely!
    Thanks in advance… I'm hoping I remembered everything I tried.

    Hi hudgie,
    There's any number of situations that occur when a HD fails, having worked at one of those "Genius Bars" for a while I can honestly say that there's no across the board, failure indication. Some of the more common indicates were:
    1.) Startup to a flashing folder with question mark
    2.) Loud clicking/grinding noise
    3.) No noise/responsiveness from drive
    4.) System bus lockup / inability to launch startup manager / inability to boot from external source
    It sounds like you're dealing with situation #4. When my HD failed in my MacBook Pro it did the same thing, the drive would lock up the startup sequence and prevent me from doing anything. When I removed the HD and attempted to boot from an external source it would then startup just fine.
    I personally don't think you're dealing with a logic board issue, but the only way to confirm that would be to connect another HD to the drive connection and try to boot the machine. If the issue persists I'd even go so far as to replace the SATA connection cable and then point a finger at the logic board.
    Apple offers a "flat rate" repair service for machines out of warranty but with no accidental damage, I believe the price runs about ~$350. If you're just replacing a HD or the SATA cable and drive it's much cheaper to do it yourself. If you determine that the logic board is the point of failure, then I'd go the route of having Apple do it for you. Especially because the repair service grants you a 90-day limited warranty on the machine.

  • How can I print to hp photosmart all in one 7280 from ipad

    How can I print to hp photosmart all in one 7280 from ipad
    This question was solved.
    View Solution.

    Hi,
    Although the C7280 is not AirPrint enabled, you may still print through the local network using the HP ePrint mobile app.
    you may find the steps to get and use the app in the following document:
    http://h10025.www1.hp.com/ewfrf/wc/document?docname=c02775166&cc=us&dlc=en&lc=en&product=3204785&tmp...
    Say thanks by clicking the Kudos thumb up in the post.
    If my post resolve your problem please mark it as an Accepted Solution

  • I upgraded from iPhone 3GS to iPhone 6.  Everything converted fine until I deleted an app in error.  When I downloaded it from iTunes, my account is no longer recognized by the app's host servers.  Can I go back and re-sync one app from my old phone?

    I upgraded from iPhone 3GS to iPhone 6.  Everything converted fine.  Yesterday I deleted an app in error.  When I downloaded the software it from iTunes ( did this many times on the old 3GS), my account is no longer recognized by the app's host servers (Playtika), even though it did after the initial conversion.  Can I go back and re-sync just one app from my old phone?  

    Try deleting what is called the iPod Photo Cache. 
    http://support.apple.com/kb/TS1314

Maybe you are looking for

  • Stuck with USB 1 Speed but searching for a solution

    Hi guys I recently purchased a reburbished iMac Flat Panel G4 800MHz 15". I did not know about it´s lack of USB 2 ports. After looking for a Firewire to USB 2 solution, which appears it doesn´t exist, i´m trying with a LAN approach. Do any of you kno

  • Purchase order GR need to post to Quality inspection stock

    Hi all, How to post stock to Quality inspection directly for a PO. Even though in GR i make sure that its posting in Quality inspection, by default it is going to Urestricted stock. How to fix this by posting stock to Quality inspection directly? Tha

  • Itunes only loads half way problem

    I don't normaly but at the moment I'm getting realy pi$$ed off, I've spent hours each day for the last week trying to fix my itunes store problem. It will only load to half way then all I get is a white screen. Can anyone help me? I have windows XP a

  • TouchScreen

    Hi, My touchscreen doesn't respond when I touch it. I restart my playbook, but it does nothing. Thanks for your help Denis

  • Acrobat DC and XI different Output preview; same setting on the same machine

    Hello, I've got an question regarding Output preview My sample PDF does have different output preview values on Acrobat DC (100% Black) and Acrobat XI (CMYK values) Both use the same setting (Euroscale Coated v2), doc has no PDF/X output intent Still