[SOLVED] Help Setting up rEFInd

Hello,
I am trying to setup rEFInd to work with kernels I have installed (core and mainline). I am getting error Error: Not Found While Loading vmllinuz-linux. Here is some back ground.
Directory and File Tree
ls -R /boot
/boot:
efi initramfs-linux-fallback.img initramfs-linux.img initramfs-linux-mainline.img refind_linux.conf vmlinuz-linux vmlinuz-linux-mainline
/boot/efi:
EFI
/boot/efi/EFI:
arch refind
/boot/efi/EFI/arch:
initramfs-arch-fallback.img initramfs-arch.img refind_linux.conf vmlinuz-arch.efi
/boot/efi/EFI/refind:
icons refind.conf refind_x64.efi
/boot/efi/EFI/refind/icons:
***All Icon Files***
refind_linux.com in /boot/efi/EFI/arch and /boot
cat refind_linux.conf
"Boot to X" "root=PARTUUID=53677820-f114-456b-9b2e-6ca2a07f2c36 ro rootfstype=ext4 systemd.unit=graphical.target"
"Boot to Console" "root=PARTUUID=53677820-f114-456b-9b2e-6ca2a07f2c36 ro rootfstype=ext4 systemd.unit=multi-user.target"
/boot/efi/EFI/refind/refind.conf Relevant part is below. Here is the full file.
menuentry "Arch Linux Core Kernel" {
icon /EFI/refind/icons/os_arch.icns
loader /boot/vmlinuz-linux
initrd /boot/initramfs-linux.img
options "root=PARTUUID=53677820-f114-456b-9b2e-6ca2a07f2c36 rootfstype=ext4 systemd.unit=graphical.target"
ostype Linux
graphics off
menuentry "Arch Linux Core Kernel Fallback" {
icon /EFI/refind/icons/os_arch.icns
loader /boot/vmlinuz-linux
initrd /boot/initramfs-linux-fallback.img
options "root=PARTUUID=53677820-f114-456b-9b2e-6ca2a07f2c36 rootfstype=ext4 systemd.unit=graphical.target"
ostype Linux
graphics off
My understanding is refind-efi 0.6.5 and above can detect kernel files in /boot and doesn't require it to be renamed with extension .efi. Currently, I am able to boot through /boot/efi/EFI/arch but that shouldn't be required anymore and should be safe to remove once I can get refind to work. What am I doing wrong in refind.conf that it isn't able to find vmlinuz-linux.
Source:- https://wiki.archlinux.org/index.php/UEFI_Bootloaders
Thanks.
UPDATE:- Reading and tinkering solved all my confusions. More details are in this thread.
Last edited by donniezazen (2013-04-04 06:56:15)

See my rEFInd config files below, they are self-explanatory:
/boot/efi/EFI/refind/refind.conf
# refind.conf
# Configuration file for the rEFInd boot menu
# Timeout in seconds for the main menu screen. Setting the timeout to 0
# disables automatic booting (i.e., no timeout).
timeout 3
# Hide user interface elements for personal preference or to increase
# security:
# banner - the rEFInd title banner (built-in or loaded via "banner")
# label - boot option text label in the menu
# singleuser - remove the submenu options to boot Mac OS X in single-user
# or verbose modes; affects ONLY MacOS X
# safemode - remove the submenu option to boot Mac OS X in "safe mode"
# hwtest - the submenu option to run Apple's hardware test
# arrows - scroll arrows on the OS selection tag line
# hints - brief command summary in the menu
# editor - the options editor (+, F2, or Insert on boot options menu)
# all - all of the above
# Default is none of these (all elements active)
#hideui singleuser
#hideui all
# Set the name of a subdirectory in which icons are stored. Icons must
# have the same names they have in the standard directory. The directory
# name is specified relative to the main rEFInd binary's directory. If
# an icon can't be found in the specified directory, an attempt is made
# to load it from the default directory; thus, you can replace just some
# icons in your own directory and rely on the default for others.
# Default is "icons".
#icons_dir myicons
# Use a custom title banner instead of the rEFInd icon and name. The file
# path is relative to the directory where refind.efi is located. The color
# in the top left corner of the image is used as the background color
# for the menu screens. Currently uncompressed BMP images with color
# depths of 24, 8, 4 or 1 bits are supported, as well as PNG images.
#banner hostname.bmp
#banner mybanner.png
# Custom images for the selection background. There is a big one (144 x 144)
# for the OS icons, and a small one (64 x 64) for the function icons in the
# second row. If only a small image is given, that one is also used for
# the big icons by stretching it in the middle. If only a big one is given,
# the built-in default will be used for the small icons.
# Like the banner option above, these options take a filename of an
# uncompressed BMP image file with a color depth of 24, 8, 4, or 1 bits,
# or a PNG image. The PNG format is required if you need transparency
# support (to let you "see through" to a full-screen banner).
#selection_big selection-big.bmp
#selection_small selection-small.bmp
# Set the font to be used for all textual displays in graphics mode.
# The font must be a PNG file with alpha channel transparency. It must
# contain ASCII characters 32-126 (space through tilde), inclusive, plus
# a glyph to be displayed in place of characters outside of this range,
# for a total of 96 glyphs. Only monospaced fonts are supported. Fonts
# may be of any size, although large fonts can produce display
# irregularities.
# The default is rEFInd's built-in font, Luxi Mono Regular 12 point.
#font myfont.png
# Use text mode only. When enabled, this option forces rEFInd into text mode.
# Passing this option a "0" value causes graphics mode to be used. Pasing
# it no value or any non-0 value causes text mode to be used.
# Default is to use graphics mode.
#textonly
textonly
# Set the EFI text mode to be used for textual displays. This option
# takes a single digit that refers to a mode number. Mode 0 is normally
# 80x25, 1 is sometimes 80x50, and higher numbers are system-specific
# modes. Mode 1024 is a special code that tells rEFInd to not set the
# text mode; it uses whatever was in use when the program was launched.
# If you specify an invalid mode, rEFInd pauses during boot to inform
# you of valid modes.
# CAUTION: On VirtualBox, and perhaps on some real computers, specifying
# a text mode and uncommenting the "textonly" option while NOT specifying
# a resolution can result in an unusable display in the booted OS.
# Default is 1024 (no change)
#textmode 2
textmode 1024
# Set the screen's video resolution. Pass this option either:
# * two values, corresponding to the X and Y resolutions
# * one value, corresponding to a GOP (UEFI) video mode
# Note that not all resolutions are supported. On UEFI systems, passing
# an incorrect value results in a message being shown on the screen to
# that effect, along with a list of supported modes. On EFI 1.x systems
# (e.g., Macintoshes), setting an incorrect mode silently fails. On both
# types of systems, setting an incorrect resolution results in the default
# resolution being used. A resolution of 1024x768 usually works, but higher
# values often don't.
# Default is "0 0" (use the system default resolution, usually 800x600).
#resolution 1024 768
#resolution 3
resolution 1366 768
# Launch specified OSes in graphics mode. By default, rEFInd switches
# to text mode and displays basic pre-launch information when launching
# all OSes except OS X. Using graphics mode can produce a more seamless
# transition, but displays no information, which can make matters
# difficult if you must debug a problem. Also, on at least one known
# computer, using graphics mode prevents a crash when using the Linux
# kernel's EFI stub loader. You can specify an empty list to boot all
# OSes in text mode.
# Valid options:
# osx - Mac OS X
# linux - A Linux kernel with EFI stub loader
# elilo - The ELILO boot loader
# grub - The GRUB (Legacy or 2) boot loader
# windows - Microsoft Windows
# Default value: osx
#use_graphics_for osx,linux
# Which non-bootloader tools to show on the tools line, and in what
# order to display them:
# shell - the EFI shell (requires external program; see rEFInd
# documentation for details)
# gptsync - the (dangerous) gptsync.efi utility (requires external
# program; see rEFInd documentation for details)
# apple_recovery - boots the Apple Recovery HD partition, if present
# mok_tool - makes available the Machine Owner Key (MOK) maintenance
# tool, MokManager.efi, used on Secure Boot systems
# about - an "about this program" option
# exit - a tag to exit from rEFInd
# shutdown - shuts down the computer (a bug causes this to reboot
# EFI systems)
# reboot - a tag to reboot the computer
# Default is shell,apple_recovery,mok_tool,about,shutdown,reboot
#showtools shell, mok_tool, about, reboot, exit
showtools mok_tool,about,reboot,shutdown,exit
# Directories in which to search for EFI drivers. These drivers can
# provide filesystem support, give access to hard disks on plug-in
# controllers, etc. In most cases none are needed, but if you add
# EFI drivers and you want rEFInd to automatically load them, you
# should specify one or more paths here. rEFInd always scans the
# "drivers" and "drivers_{arch}" subdirectories of its own installation
# directory (where "{arch}" is your architecture code); this option
# specifies ADDITIONAL directories to scan.
# Default is to scan no additional directories for EFI drivers
#scan_driver_dirs EFI/tools/drivers,drivers
scan_driver_dirs EFI/tools/drivers_x64
# Which types of boot loaders to search, and in what order to display them:
# internal - internal EFI disk-based boot loaders
# external - external EFI disk-based boot loaders
# optical - EFI optical discs (CD, DVD, etc.)
# hdbios - BIOS disk-based boot loaders
# biosexternal - BIOS external boot loaders (USB, eSATA, etc.)
# cd - BIOS optical-disc boot loaders
# manual - use stanzas later in this configuration file
# Note that the legacy BIOS options require firmware support, which is
# not present on all computers.
# On UEFI PCs, default is internal,external,optical,manual
# On Macs, default is internal,hdbios,external,biosexternal,optical,cd,manual
#scanfor internal,external,optical,manual
# scanfor manual,internal,external,optical,hdbios,biosexternal,cd
scanfor manual,internal,external,optical
# Delay for the specified number of seconds before scanning disks.
# This can help some users who find that some of their disks
# (usually external or optical discs) aren't detected initially,
# but are detected after pressing Esc.
# The default is 0.
#scan_delay 5
scan_delay 0
# When scanning volumes for EFI boot loaders, rEFInd always looks for
# Mac OS X's and Microsoft Windows' boot loaders in their normal locations,
# and scans the root directory and every subdirectory of the /EFI directory
# for additional boot loaders, but it doesn't recurse into these directories.
# The also_scan_dirs token adds more directories to the scan list.
# Directories are specified relative to the volume's root directory. This
# option applies to ALL the volumes that rEFInd scans UNLESS you include
# a volume name and colon before the directory name, as in "myvol:/somedir"
# to scan the somedir directory only on the filesystem named myvol. If a
# specified directory doesn't exist, it's ignored (no error condition
# results). The default is to scan the "boot" directory in addition to
# various hard-coded directories.
#also_scan_dirs boot,ESP2:EFI/linux/kernels
# also_scan_dirs UEFISYS:EFI/arch/arch_linux_core,UEFISYS:EFI/arch/arch_linux_mainline
# Partitions to omit from scans. You must specify a volume by its
# label, which you can obtain in an EFI shell by typing "vol", from
# Linux by typing "blkid /dev/{devicename}", or by examining the
# disk's label in various OSes' file browsers.
# The default is "Recovery HD".
#dont_scan_volumes "Recovery HD"
# Directories that should NOT be scanned for boot loaders. By default,
# rEFInd doesn't scan its own directory or the EFI/tools directory.
# You can "blacklist" additional directories with this option, which
# takes a list of directory names as options. You might do this to
# keep EFI/boot/bootx64.efi out of the menu if that's a duplicate of
# another boot loader or to exclude a directory that holds drivers
# or non-bootloader utilities provided by a hardware manufacturer. If
# a directory is listed both here and in also_scan_dirs, dont_scan_dirs
# takes precedence. Note that this blacklist applies to ALL the
# filesystems that rEFInd scans, not just the ESP, unless you precede
# the directory name by a filesystem name, as in "myvol:EFI/somedir"
# to exclude EFI/somedir from the scan on the myvol volume but not on
# other volumes.
#dont_scan_dirs ESP:/EFI/boot,EFI/Dell
dont_scan_dirs UEFISYS:EFI/boot
# Files that should NOT be included as EFI boot loaders (on the
# first line of the display). If you're using a boot loader that
# relies on support programs or drivers that are installed alongside
# the main binary or if you want to "blacklist" certain loaders by
# name rather than location, use this option. Note that this will
# NOT prevent certain binaries from showing up in the second-row
# set of tools. Most notably, MokManager.efi is in this blacklist,
# but will show up as a tool if present in certain directories. You
# can control the tools row with the showtools token.
# The default is shim.efi,TextMode.efi,ebounce.efi,GraphicsConsole.efi,MokManager.efi,HashTool.efi,HashTool-signed.efi
#dont_scan_files shim.efi,MokManager.efi
# Scan for Linux kernels that lack a ".efi" filename extension. This is
# useful for better integration with Linux distributions that provide
# kernels with EFI stub loaders but that don't give those kernels filenames
# that end in ".efi", particularly if the kernels are stored on a
# filesystem that the EFI can read. When uncommented, this option causes
# all files in scanned directories with names that begin with "vmlinuz"
# or "bzImage" to be included as loaders, even if they lack ".efi"
# extensions. The drawback to this option is that it can pick up kernels
# that lack EFI stub loader support and other files. Passing this option
# a "0" value causes kernels without ".efi" extensions to NOT be scanned;
# passing it alone or with any other value causes all kernels to be scanned.
# Default is to NOT scan for kernels without ".efi" extensions.
scan_all_linux_kernels
# Set the maximum number of tags that can be displayed on the screen at
# any time. If more loaders are discovered than this value, rEFInd shows
# a subset in a scrolling list. If this value is set too high for the
# screen to handle, it's reduced to the value that the screen can manage.
# If this value is set to 0 (the default), it's adjusted to the number
# that the screen can handle.
#max_tags 0
# Set the default menu selection. The available arguments match the
# keyboard accelerators available within rEFInd. You may select the
# default loader using:
# - A digit between 1 and 9, in which case the Nth loader in the menu
# will be the default.
# - Any substring that corresponds to a portion of the loader's title
# (usually the OS's name or boot loader's path).
#default_selection 1
default_selection "Arch Linux Core Kernel"
# Include a secondary configuration file within this one. This secondary
# file is loaded as if its options appeared at the point of the "include"
# token itself, so if you want to override a setting in the main file,
# the secondary file must be referenced AFTER the setting you want to
# override. Note that the secondary file may NOT load a tertiary file.
#include manual.conf
# Sample manual configuration stanzas. Each begins with the "menuentry"
# keyword followed by a name that's to appear in the menu (use quotes
# if you want the name to contain a space) and an open curly brace
# ("{"). Each entry ends with a close curly brace ("}"). Common
# keywords within each stanza include:
# volume - identifies the filesystem from which subsequent files
# are loaded. You can specify the volume by label or by
# a number followed by a colon (as in "0:" for the first
# filesystem or "1:" for the second).
# loader - identifies the boot loader file
# initrd - Specifies an initial RAM disk file
# icon - specifies a custom boot loader icon
# ostype - OS type code to determine boot options available by
# pressing Insert. Valid values are "MacOS", "Linux",
# "Windows", and "XOM". Case-sensitive.
# graphics - set to "on" to enable graphics-mode boot (useful
# mainly for MacOS) or "off" for text-mode boot.
# Default is auto-detected from loader filename.
# options - sets options to be passed to the boot loader; use
# quotes if more than one option should be passed or
# if any options use characters that might be changed
# by rEFInd parsing procedures (=, /, #, or tab).
# disabled - use alone or set to "yes" to disable this entry.
# Note that you can use either DOS/Windows/EFI-style backslashes (\)
# or Unix-style forward slashes (/) as directory separators. Either
# way, all file references are on the ESP from which rEFInd was
# launched.
# Use of quotes around parameters causes them to be interpreted as
# one keyword, and for parsing of special characters (spaces, =, /,
# and #) to be disabled. This is useful mainly with the "options"
# keyword. Use of quotes around parameters that specify filenames is
# permissible, but you must then use backslashes instead of slashes,
# except when you must pass a forward slash to the loader, as when
# passing a root= option to a Linux kernel.
menuentry "Arch Linux Core Kernel" {
icon /EFI/refind/icons/os_arch.icns
volume UEFISYS
loader /EFI/arch/arch_linux_core/vmlinuz-ARCH-core.efi
initrd /EFI/arch/arch_linux_core/initramfs-ARCH-core.img
options "root=PARTUUID=6f44c56d-d5c2-41ca-8c54-873d8dc5e5e3 rootfstype=ext4 gpt loglevel=6 printk.time=y pcie_aspm=force i915.i915_enable_rc6=1 nouveau.nofbaccel=1 add_efi_memmap systemd.unit=graphical.target"
ostype Linux
graphics off
menuentry "Arch Linux Core Kernel Fallback" {
icon /EFI/refind/icons/os_arch.icns
volume UEFISYS
loader /EFI/arch/arch_linux_core/vmlinuz-ARCH-core.efi
initrd /EFI/arch/arch_linux_core/initramfs-ARCH-core-fallback.img
options "root=PARTUUID=6f44c56d-d5c2-41ca-8c54-873d8dc5e5e3 rootfstype=ext4 gpt loglevel=6 printk.time=y pcie_aspm=force i915.i915_enable_rc6=1 nouveau.nofbaccel=1 add_efi_memmap systemd.unit=graphical.target"
ostype Linux
graphics off
menuentry "Arch Linux Mainline Kernel" {
icon /EFI/refind/icons/os_arch.icns
volume UEFISYS
loader /EFI/arch/arch_linux_mainline/vmlinuz-arch-mainline.efi
initrd /EFI/arch/arch_linux_mainline/initramfs-arch-mainline.img
options "root=PARTUUID=6f44c56d-d5c2-41ca-8c54-873d8dc5e5e3 rootfstype=ext4 gpt loglevel=6 printk.time=y pcie_aspm=force i915.i915_enable_rc6=1 nouveau.nofbaccel=1 add_efi_memmap systemd.unit=graphical.target"
ostype Linux
graphics off
menuentry "Arch Linux Mainline Kernel Fallback" {
icon /EFI/refind/icons/os_arch.icns
volume UEFISYS
loader /EFI/arch/arch_linux_mainline/vmlinuz-arch-mainline.efi
initrd /EFI/arch/arch_linux_mainline/initramfs-arch-mainline-fallback.img
options "root=PARTUUID=6f44c56d-d5c2-41ca-8c54-873d8dc5e5e3 rootfstype=ext4 gpt loglevel=6 printk.time=y pcie_aspm=force i915.i915_enable_rc6=1 nouveau.nofbaccel=1 add_efi_memmap systemd.unit=graphical.target"
ostype Linux
graphics off
menuentry "UEFI x86_64 Shell v2" {
icon /EFI/refind/icons/tool_shell.icns
volume UEFISYS
loader /EFI/tools/shellx64_v2.efi
graphics off
menuentry "UEFI x86_64 Shell v1" {
icon /EFI/refind/icons/tool_shell.icns
volume UEFISYS
loader /EFI/tools/shellx64_v1.efi
graphics off
menuentry "Arch Linux x86_64 Archboot" {
icon /EFI/refind/icons/os_arch.icns
volume UEFISYS
loader /EFI/arch/archboot/vmlinuz_x86_64
initrd /EFI/arch/archboot/initramfs_x86_64.img
options "gpt loglevel=7 add_efi_memmap none=UEFI_ARCH_x86_64"
ostype Linux
graphics off
menuentry "Arch Linux LTS x86_64 Archboot via EFILINUX" {
icon /EFI/refind/icons/os_arch.icns
volume UEFISYS
loader /EFI/efilinux/efilinuxx64.efi
initrd /EFI/arch/archboot/initramfs_x86_64.img
options "-f \EFI\arch\archboot\vmlinuz_x86_64_lts gpt loglevel=7 add_efi_memmap none=UEFI_ARCH_x86_64"
ostype Linux
graphics off
disabled
# Below are several sample boot stanzas. All are disabled by default.
# Find one similar to what you need, copy it, remove the "disabled" line,
# and adjust the entries to suit your needs.
# A sample entry for a Linux 3.3 kernel with its new EFI boot stub
# support on a filesystem called "KERNELS". This entry includes
# Linux-specific boot options and specification of an initial RAM disk.
# Note uses of Linux-style forward slashes, even in the initrd
# specification. Also note that a leading slash is optional in file
# specifications.
menuentry Linux {
icon EFI/refind/icons/os_linux.icns
volume KERNELS
loader bzImage-3.3.0-rc7
initrd initrd-3.3.0.img
options "ro root=UUID=5f96cafa-e0a7-4057-b18f-fa709db5b837"
disabled
# A sample entry for loading Ubuntu using its standard name for
# its GRUB 2 boot loader. Note uses of Linux-style forward slashes
menuentry Ubuntu {
loader /EFI/ubuntu/grubx64.efi
icon /EFI/refined/icons/os_linux.icns
disabled
# A minimal ELILO entry, which probably offers nothing that
# auto-detection can't accomplish.
menuentry "ELILO" {
loader \EFI\elilo\elilo.efi
disabled
# Like the ELILO entry, this one offers nothing that auto-detection
# can't do; but you might use it if you want to disable auto-detection
# but still boot Windows....
menuentry "Windows 7" {
loader \EFI\Microsoft\Boot\bootmgfw.efi
disabled
# EFI shells are programs just like boot loaders, and can be
# launched in the same way. You can pass a shell the name of a
# script that it's to run on the "options" line. The script
# could initialize hardware and then launch an OS, or it could
# do something entirely different.
menuentry "Windows via shell script" {
icon \EFI\refind\icons\os_win.icns
loader \EFI\tools\shell.efi
options "fs0:\EFI\tools\launch_windows.nsh"
disabled
# Mac OS is normally detected and run automatically; however,
# if you want to do something unusual, a manual boot stanza may
# be the way to do it. This one does nothing very unusual, but
# it may serve as a starting point. Note that you'll almost
# certainly need to change the "volume" line for this example
# to work.
menuentry "My Mac OS X" {
icon \EFI\refind\icons\os_mac.icns
volume "OS X boot"
loader \System\Library\CoreServices\boot.efi
disabled
/boot/refind_linux.conf
## This file should be present in the same directory as the kernel file(s)
## More info at http://www.rodsbooks.com/refind/linux.html , http://www.rodsbooks.com/efi-bootloaders/efistub.html
"Boot into Graphics mode" "root=PARTUUID=6f44c56d-d5c2-41ca-8c54-873d8dc5e5e3 rootfstype=ext4 gpt loglevel=6 printk.time=y pcie_aspm=force i915.i915_enable_rc6=1 nouveau.nofbaccel=1 add_efi_memmap systemd.unit=graphical.target initrd=\initramfs-linux-fallback.img initrd=\initramfs-linux-mainline-fallback.img"
"Boot into Terminal mode" "root=PARTUUID=6f44c56d-d5c2-41ca-8c54-873d8dc5e5e3 rootfstype=ext4 gpt loglevel=6 printk.time=y pcie_aspm=force i915.i915_enable_rc6=1 nouveau.nofbaccel=1 add_efi_memmap systemd.unit=multi-user.target initrd=\initramfs-linux-fallback.img initrd=\initramfs-linux-mainline-fallback.img"
"Boot into Rescue mode" "root=PARTUUID=6f44c56d-d5c2-41ca-8c54-873d8dc5e5e3 rootfstype=ext4 gpt loglevel=6 printk.time=y pcie_aspm=force i915.i915_enable_rc6=1 nouveau.nofbaccel=1 add_efi_memmap systemd.unit=rescue.target initrd=\initramfs-linux-fallback.img initrd=\initramfs-linux-mainline-fallback.img"
For this you need to have /boot/efi/EFI/tools/drivers_x64/ext4_x64.efi driver, otherwise rEFInd wont be able to read /boot. I have /boot as a separate partition from / root partition. If your /boot is part of root partition, you need to modify the file paths accordingly.

Similar Messages

  • [Solved] Help Setting Samba Share In Qemu With XP Guest

    Hello all,
    After getting around all the quirks of setting an XP guest inside qemu, the only (though, pretty important) thing I can't solve is setting a samba share between the Arch host and the XP guest.
    I tried whatever I could think of that's relevant, with no success:
    Qemu is launched with:
    qemu-system-x86_64 -machine type=pc,accel=kvm -cpu host -boot d -m 1024 -net user,smb={my home folder} -net nic,model=virtio -rtc base=localtime -drive file=XP.qcow2,if=virtio -spice port=5900,disable-ticketing,image-compression=off,jpeg-wan-compression=never,zlib-glz-wan-compression=never,playback-compression=off -vga qxl -global qxl-vga.vram_size=67108864 -device virtio-serial-pci -device virtserialport,chardev=spicechannel0,name=com.redhat.spice.0 -chardev spicevmc,id=spicechannel0,name=vdagent -balloon virtio
    I installed samba, added a user, and started the service according to the wiki.
    I allowed the samba ports in UFW (using the CIFS rule).
    Whenever I try accessing the share inside my XP guest (\\10.0.2.4\qemu), I usually end up with a target not found error, or at times, a password prompt that will not accept the samba user/password.
    Anything else I forgot to do?
    Thanks, Adam.
    * EDIT *
    I somehow missed the section regarding the guest OS able to access the host OS normal samba shares at 10.0.2.2.
    Default samba share for home folder works as expected.
    Last edited by adam777 (2013-07-15 16:05:44)

    Thanks.
    I tried toying with the options a bit more, with no success.
    I then decided to try Spice+QXL anyway, and am very happy with it.
    Aside from the lengthy compilation of the Qemu version that supports Spice from the AUR, once I got it set up, installing the guest was a breeze.
    Using the Spice guest tools for windows, everything was set up very conveniently (virtio for network, hdd, qxl driver, mouse integration etc.).
    Responsiveness is much better comparing to previous attempts with "vga std", "vga cirrus" and normal adapter.
    Bottom line, I'm sticking with Spice+QXL, seems to work best for me.

  • (Solved)Help setting up ALSA to mix multiple sources to one output

    Hey everyone,
    I've been putting off fixing this for a while, since getting the sound working was giving me trouble from the beginning. I'm still a bit of a noob when it comes to configuring ALSA and how the system works in general, so sorry if I miss something obvious or need something explained to me >.> As it has been I can only output audio with one program at a time, and I'd like to fix that now. Some quick research told me that I should use dmix, and adding this to /etc/asound.comf would enable it:
    pcm.dsp {
    type plug
    slave.pcm "dmix"
    And I can verify that this pcm works with speaker-test -Dpcm.dsp -c 2. However, I'm not sure that programs are actually using it, since I still can't use audio with more than one program. I'm not sure if it's supposed to be listed in the output of aplay -L, but it isn't there.
    There's another issue I noticed in my experiments. To get the sound working before, I had to override pcm.default to type hw, card 0, device 0. In my research and fiddling around, I noticed that in alsa.conf card 0 and device 0 are set to the defaults, and those are the ones I need to use. However, I can't remove the override since the default pcm generated by default.conf doesn't work for some reason. Also, this overridden default won't show up in aplay -L's output, or as an option in programs that have a similar list of pcm's as output device options (like vlc, or kmix).
    Sorry if this sounds weird, I'm still not 100% sure what is going on here. Let me know if you need more info from me, need the output from some program, etc.
    Edit: Well I found a solution. This in asound.conf:
    pcm.!display {
    type plug
    slave.pcm "dmix"
    hint {
    show on
    description "dmix default"
    Sets the dmix pcm as default, and shows it with a description. Still don't know why the generated default pcm doesn't work, but I guess it doesn't matter.
    Last edited by Zixiken (2015-01-17 07:51:32)

    rg_arc:
    I receive the following
    00:19.0 Ethernet controler: Intel Corporation 82566DM-2 Gigabit Network Connection (rev o2)
    11:00.0 Network controller: Broadcom Corporation BCM4318 [AirForce One 54g] 802.11g Wireless LAN Controller (rev 02)
    however, as stated in my edit on post 1, i tried
    ip link set eth0 up
    and my static i set during set-up remained, from here i grabbed the BC43 package from AUR http://aur.archlinux.org/packages.php?ID=21690
    rebooted and now wireless is working.
    Thanks for the help RG I guess if i would have waited a bit i coulda solved it without a post, but the quick response makes me satisfied in chosing Arch as my distro !

  • [SOLVED] Help setting up wireless/wired

    Hello everyone! I installed arch last night on my desktop and had no issues, ethernet worked during install and wireless asked for firmware. (b43/ucode5.fw , b43-open/ucode5.fw) during install i set a static IP in configuration file following the "beginner guide" after install was finished i rebooted and went to bed.
    tonight when i got home i booted up my PC (damn fast!) and was assuming my LAN connection would remain. alas it didn't, I ran ifconfig and i receive "-bash: ifconfig: command not found"
    i figured i'd set up my wireless because that's going to be my main source of internet anyway. so i downloaded the firmware following the "wireless guide" for my broadcom 14e4:4318 , i found out that it doesn't use the legacy driver on the kernel.org website so i followed this
    sudo pacman -S b43-fwcutter
    export FIRMWARE_INSTALL_DIR="/lib/firmware"
    wget http://downloads.openwrt.org/sources/broadcom-wl-4.178.10.4.tar.bz2
    tar xjf broadcom-wl-4.178.10.4.tar.bz2
    cd broadcom-wl-4.178.10.4/linux
    sudo b43-fwcutter -w "$FIRMWARE_INSTALL_DIR" wl_apsta.o
    it moves the firmware (somewhere) i reboot and i still receive gripes about firmware! any help would be greatly appreciated as i currently have no net on this machine and would like to start configuring the rest of my hardware
    Thanks everyone!
    Edit:: for shits i just set eth0 to up, it's now connected to the net but my wireless issue still remains. and still no ifconfig strange!
    also hello! first post, look forward to meeting you all and an exciting arch experience.
    Last edited by TehBanz (2011-09-09 13:34:57)

    rg_arc:
    I receive the following
    00:19.0 Ethernet controler: Intel Corporation 82566DM-2 Gigabit Network Connection (rev o2)
    11:00.0 Network controller: Broadcom Corporation BCM4318 [AirForce One 54g] 802.11g Wireless LAN Controller (rev 02)
    however, as stated in my edit on post 1, i tried
    ip link set eth0 up
    and my static i set during set-up remained, from here i grabbed the BC43 package from AUR http://aur.archlinux.org/packages.php?ID=21690
    rebooted and now wireless is working.
    Thanks for the help RG I guess if i would have waited a bit i coulda solved it without a post, but the quick response makes me satisfied in chosing Arch as my distro !

  • [SOLVED]Help setting a custom modeline

    Hi,
    I recently bought a Samsung SyncMaster B2030 1600x900 monitor, at it needs a custom modeline to work at 1600x900. I've tried cvt and other modeline generators, but I specifically need a modeline that has the horizontal refresh rate as 60 Hz and vertical refresh rate of 60Hz. All the calculators I've tried have set different values for the refresh rate.
    I have a dual screen setup, with Radeon HD 3850, running ati catalyst driver if it's any help.
    Last edited by Rubbishbook (2012-04-28 18:12:05)

    Found an 'inf' file for the windows driver which I think contains the information I need... But I don't know which numbers are which.
    ;==================================================
    ; SMB2030.inf 10/15/2009 ver. 3.0HC
    ; Copyright 2008 Samsung Electronics Corporation
    ; This is a Setup information file for Samsung Monitor.
    ;==================================================
    [Version]
    signature="$CHICAGO$"
    Class=Monitor
    ClassGuid={4D36E96E-E325-11CE-BFC1-08002BE10318}
    Provider=%Samsung%
    CatalogFile=SMB2030.cat
    DriverVer=10/15/2009,3.0
    [ControlFlags]
    ExcludeFromSelect.nt=Monitor\SAM063C
    ExcludeFromSelect.nt=Monitor\SAM063D
    [ClassInstall32]
    AddReg=ClassAddReg32
    [ClassAddReg32]
    HKR,,,,%MonitorClassName%
    HKR,,Icon,,"-1"
    HKR,,NoInstallClass,,1
    [DestinationDirs]
    DefaultDestDir = 11
    SMB2030a.CopyFiles = 23
    SMB2030d.CopyFiles = 23
    [SourceDisksNames]
    1=%DISK%,,,
    [SourceDisksFiles]
    SMB2030.icm=1
    [Manufacturer]
    %Samsung%=Samsung,NTx86,NTAMD64
    ; Manufacturer sections
    [Samsung]
    %SMB2030a%=SMB2030a.Install, Monitor\SAM063C
    %SMB2030d%=SMB2030d.Install, Monitor\SAM063D
    ; Manufacturer sections
    [Samsung.NTx86]
    %SMB2030a%=SMB2030a.Install, Monitor\SAM063C
    %SMB2030d%=SMB2030d.Install, Monitor\SAM063D
    ; Manufacturer sections
    [Samsung.NTAMD64]
    %SMB2030a%=SMB2030a.Install, Monitor\SAM063C
    %SMB2030d%=SMB2030d.Install, Monitor\SAM063D
    ; Install Sections
    [SMB2030a.Install]
    DelReg=DEL_CURRENT_REG
    AddReg=SMB2030a.AddReg, 1600, DPMS
    CopyFiles=SMB2030a.CopyFiles
    [SMB2030d.Install]
    DelReg=DEL_CURRENT_REG
    AddReg=SMB2030d.AddReg, 1600, DPMS
    CopyFiles=SMB2030d.CopyFiles
    ; Addreg & DelReg sections
    [DEL_CURRENT_REG]
    HKR,MODES
    HKR,,MaxResolution
    HKR,,DPMS
    HKR,,ICMProfile
    [1600]
    HKR,,MaxResolution,,"1600,900"
    [DPMS]
    HKR,,DPMS,,1
    ; AddReg sections
    [SMB2030a.AddReg]
    HKR,"MODES\1600,900",Mode1,,"30-81,56-75,+,+"
    HKR,,ICMProfile,0,"SMB2030.icm"
    [SMB2030d.AddReg]
    HKR,"MODES\1600,900",Mode1,,"30-81,56-75,+,+"
    HKR,,ICMProfile,0,"SMB2030.icm"
    [SMB2030a.CopyFiles]
    SMB2030.icm
    [SMB2030d.CopyFiles]
    SMB2030.icm
    [Strings]
    DISK="Samsung Monitor Installation Disk"
    MonitorClassName="Monitor"
    Samsung="Samsung"
    SMB2030a="SyncMaster B2030 (Analog)"
    SMB2030d="SyncMaster B2030 (Digital)"

  • [Solved] Help setting up Murrine?

    Hey, all. So I'm attempting to install and use the Murrine engine on GNOME as per the suggestion of the Arch Beginners' Guide. After doing the following:
    pacman -S gtk-engine-murrine murrine-themes-collection
    and then going to System > Preferences > Appearance, what I see under the Theme tag is not what I was expecting. I basically only have the default themes (Clearlooks, Crux, HiContrast and the like).
    I tried downloading the tarballs of a few themes I especially liked from the Murrine site, dragged the folders into the Appearance window, and was told that the themes had been installed. However, I can't select them from the list.
    Is there something I'm forgetting to do?
    I'm a total n00b to Murrine, and to configuring this sort of thing in general. If anyone could be so kind as to guide me through this, I'd be much obliged.
    Last edited by islandis (2010-03-03 12:01:29)

    ~$ pacman -Ss murrine
    community/gtk-engine-murrine 0.90.3-1
    GTK2 engine to make your desktop look like a 'murrina', an italian word
    meaning the art glass works done by Venicians glass blowers.
    community/murrine-themes-collection 20100201-1
    A collection of Murrine GTK2 themes
    ~$ sudo pacman -S murrine-themes-collection

  • TS3899 I can receive, but not send emails on iPad. All settings checked several times and with internet provider. imap settings confirmed as ok. Account deleted and set up under guidance of service provider several times - problem not solved - help!!

    I can receive, but not send emails on iPad. All settings checked several times and with internet provider. imap settings confirmed as ok. Account deleted and set up under guidance of service provider several times - problem not solved - help!!

    iOS: Unable to send or receive email
    http://support.apple.com/kb/TS3899
    Can’t Send Emails on iPad – Troubleshooting Steps
    http://ipadhelp.com/ipad-help/ipad-cant-send-emails-troubleshooting-steps/
    Setting up and troubleshooting Mail
    http://www.apple.com/support/ipad/assistant/mail/
    Using a POP account with multiple devices
    http://support.apple.com/kb/ht3228
    iOS: Adding an email account
    http://support.apple.com/kb/HT4810
    iOS: Setting up an Outlook.com, Hotmail, Live, or MSN email account
    http://support.apple.com/kb/ht1694
    iPhone, iPad, iPod touch: Microsoft Outlook 2003, Outlook 2007, Outlook 2010 may not display contacts and calendars after sync
    http://support.apple.com/kb/TS1944
    Server does not allow relaying email error, fix
    http://appletoolbox.com/2012/01/server-does-not-allow-relaying-email-error-fix/
    Why Does My iPad Say "Cannot Connect to Server"?
    http://www.ehow.co.uk/info_8693415_ipad-say-cannot-connect-server.html
    How to Sync Contacts with Your iPad Using iTunes
    http://www.dummies.com/how-to/content/how-to-sync-contacts-with-your-ipad-using- itunes.html
    iOS: 'Mailbox Locked', account is in use on another device, or prompt to re-enter POP3 password
    http://support.apple.com/kb/ts2621
    iCloud: Create a group and add contacts to it
    http://support.apple.com/kb/PH2667
    eMail Groups - You can use a third party app that many users recommend.
    MailShot -  https://itunes.apple.com/us/app/mailshot-pro-group-email-done/id445996226?mt=8
    Group Email  -  https://itunes.apple.com/us/app/mailshot-pro-group-email-done/id445996226?mt=8
    iPad Mail
    http://www.apple.com/support/ipad/mail/
    Configuration problems with IMAP e-mail on iOS with a non-standard SSL port.
    http://colinrobbins.me/2013/02/09/configuration-problems-with-imap-e-mail-on-ios -with-a-non-standard-ssl-port/
    Try this first - Reset the iPad by holding down on the Sleep and Home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider - let go of the buttons. (This is equivalent to rebooting your computer.)
    Or this - Delete the account in Mail and then set it up again. Settings->Mail, Contacts, Calendars -> Accounts   Tap on the Account, then on the red button that says Remove Account.
     Cheers, Tom

  • Help setting up BTinternet email with Apple Mail

    Hello everyone,
    I need help setting up a btinternet email account with Apple's Mail sofware. I am setting it up on behalf of my aunt and uncles new macbook pro so I hope i get some solutions quick because Im leaving their place by the end of the weekend and I would love to have their email setup and teach them how to use it. 
    They have 2 btinternet email accounts, the first one they use alot as its their main email account which is currently setup on MS Outlook on their old computer. The secound one they use rarely and its not setup on MS Outlook. 
    Heres the problem, when I setup their main email account with apple mail, I have no problem creating the account however once created the inbox is empty - it does not load previous emails. It can send emails fine, if i send an email to the account using my personal email it will receive it but when I switch off the computer and switch it back on the mail box is empty. So I checked the email account by going to yahoo.co.uk and signing in - again even on the web page the mail box is empty.
    I then setup the second btinternet  email account on Apple Mail shockingly this works perfectly all the old emails got loaded up in mail. So how do I do this for the main account, I know the difference is Outlook mail but I rather not delete that because if it doesnt work then they would lose all their old emails.
    Please help
    Thanks in advance
    PS: ive setup my hotmail and yahoo accounts and they all work fine by the way

    Please guys give me something or any random ideas u may have. im running out of time.

  • HOW TO?: Need help setting up 3 different iCloud accounts for my kids (so each has own iMessanger)using same Apple ID (mine) ....they don't have their own separate email addresses to work from...how do I do this?

    Need help setting up 3 different iCloud accounts for my kids (so each has own iMessanger)using same Apple ID (mine) ....they don't have their own separate email addresses to work from...how do I do this?

    Any devices connected to the same icloud account can sync all the data on that account.  For this reason an icloud account is really for a single user.
    On a mac, if each user has their own account, then the itunes for that mac account should be set up to connect to that user's icloud account (System preferences>icloud).

  • Help setting up my new IPod Touch on iTunes on windows 7 64bit

    Hello there,
    I need help setting up my new IPod Touch to my Itunes 10 application on a PC running windows 7 64bit. I have watched the tutorial on how to do it but what the tutorial says it is supposed to do is not what is happenning for me:
    1. In the tutorial it tells you to connect your ipod to your computer, then, (if it is for the first time) when the ipod appears and is selected, a window will come up allowing you to name your ipod, and begin selecting the options you wish to use.
    I did as instructed but quickly came against some technical issues.
    My issues:
    1-1: When I selected the new iPod Touch for the dirst time I got an error message.
    A) This was quickly fixed once I calld up apple support on the phone (turns out an IE browser setting was blocking it.)
    1-2: With that fixed I selected my iPod Touch again but instead of the window indicated by the tutorial, I instead got an iPod registration form window.
    1-3: I filled out the form and pressed the submit button (thinking everything was fine), then a new window came up that looks like this:
    Free Find My iPhone
    Free Find My iPad
    Free Find My iPod touch
    Set up Find My iPhone for free so you can locate your device if you lose it, remotely lock the screen, or wipe its data. You can also find your iPad or iPod touch.Set up Find My iPad for free so you can locate your device if you lose it, remotely lock the screen, or wipe its data. You can also find your iPhone or iPod touch.Set up Find My iPod touch for free so you can locate your device if you lose it, remotely lock the screen, or wipe its data. You can also find your iPhone or iPad. _Learn More_
    _Set up Find My iPhone_
    _Not Now_ _Set up Find My iPad_
    _Set up Find My iPod touch_
    Find My iPhone (or iPad or iPod touch) enables you to locate your iPad with Wi-Fi or iPod touch only when it is on and connected to a registered Wi-Fi network. Find My iPhone is not available in all countries. "
    The first three lines and the first paragraph are indented as if there should be some type of graphic there, but it is missing. The underlined words indicate that they are supposed to be links, but they don't go anywhere, they are broken!
    Now wheenever I connect my iPod Touch and select it the above window comes up and nomatter what I try it will not move or change.
    Please help!
    MSRankin

    Try setting up the device in a new user account. or visit register.apple.com and verify your device is registered

  • Need Help Setting Up a new Network ..

    Hello 
    Newbie question, I am attempting to setup a small home network, where I want three WLANS
    Main
    Guests
    Kids
    I want to set up different policies for these three networks. 
    I want the Kids to be able to access the Media server and other network devices, but limit the internet access. I want guest network to not be able to see the other two networks. 
    I have an ISA550 Firewall a 2504 Wireless Controller and a SG300-28P Switch. 
    I did manage to setup the Vlans on the ISA550 - Default as 192.168.75.x , Guest as 192.168.25.x and Kids as 192.168.35.x 
    From here on - I would need some help setting it up the right way, Please help. 
    Thanks

    rmunoz274 wrote:
    I had to call Verizon and spend an hour on the phone, my Versalink is about 3 years old and I never updated it. There is a software update which makes it a little more mac friendly. Cables still run through it on the Ethernet port. I was able to turn the wireless feature off on the Versalink (to stop my neighbors and kids from bypassing the APE and just factory reset the APE and set it up with a shared IP adrs instead of bridging it. Also made sure I turned off the guest network on the APE. Once it was set up I clicked on Airport in the Airport Utility then wireless Clinets, jotted down the client I wanted to restrict access to (Kid's Laptop) then go back to Airport screen, last option on right Access then MAC Adrs Access Control change to "Timed Access", then click the + on the bottom of the window, type the MAC adrs you want to restrict and set time limits, when complete click done..... Only took me a week and a half to figure it out...... Good luck, if that doesn't help let me know, but I'm no expert...
    thanks!!
    i think i have the most recent 327w update, because it now shows my modem screen in a red color and it is broken into 3 sections across the screen.
    as far as the AEBS is concerned, you did not use it in bridge mode at all?
    i thought you had to connect 1 cable from it to the 327w? I have about 5 items i will be connecting, so i will probably run any wired from the AESB, but not sure yet?
    thanks, and yaeh last time my network took me a bit of time as well!!
    what kind of encryption are you running?
    thanks

  • Need help setting up TV equiptment

    I have been very ill and I need help setting up my TV, DVR, Receiver, Surround sound systems. I'm afraid if I try to work on all the equiptment, I'll drop my HDTV or other componets because I'm still weak. Can anyone help me? I've called a few places and they want $100.00 to set it up. Give me a break! I know about inputs and outputs and other cables, I just don't have the strength to move the equiptment around. I am willing to pay. Please call me at 813-{edited for privacy}. Thanks, Teresa {edited for privacy}

    blondeinneed wrote:
    I have been very ill and I need help setting up my TV, DVR, Receiver, Surround sound systems. I'm afraid if I try to work on all the equiptment, I'll drop my HDTV or other componets because I'm still weak. Can anyone help me? I've called a few places and they want $100.00 to set it up. Give me a break! I know about inputs and outputs and other cables, I just don't have the strength to move the equiptment around. I am willing to pay. Please call me at 813-{edited for privacy}. Thanks, Teresa {edited for privacy}
    Teresa,
    I think the best way for someone to volunteer to help you would be for them to send you a Private Message (PM) here on the forums. You should see a small envelope in the upper right corner of the screen, when it changes color you will know you have a PM to view.
    I would be happy to help, but since I am in North Texas I don't think that is a viable option Sorry....
    Justin
    FiOS TV, Internet, and phone user
    QIP7232, QIP7100-P2, IMG 1.9A
    Keller, TX 76248

  • Need help setting up and configuring rsync

    Hello
    I need help setting up, or rather configuring rsync to sync data between my brand new iMac and my Macbook Air.
    Here is what I would like to:
    - I want all of the files on both machines to be an exact mirror or copy of each other. Basically I have an iMac for at home, and then a Macbook Air for the road.
    - The main folder on both Macs is called 'Sara' and I want the contents (mainly the 'movies' folder, 'music' folder, 'documents' folder and 'pictures' folder) to immediately sync up with each other when both of them are on my home network.
    - this means if I'm working on a file at home on my Macbook, it will immediately write to the same directory on my iMac and vice versa (if I'm working on file(s) on my iMac, it will immediately save the contents to my Macbook). This way, if I'm working on last minute project my iMac, and then have to head out the door to the airport, the file is immediately saved to my Macbook (no usb for USB transfer).
    - hopefully this makes sense??
    Any help is greatly appreciated!
    Thanks

    It's a lofty but unrealistic goal.  Rsync does not run automatically.  There is no realistic method of instantaneously synching two computers over the internet or even on a LAN.
    I would suggest you might try using Synk Pro which, in theory, can keep two devices in sync when they are both on the same network (and both have shared and mounted drives.)
    If you must do this with rsync then I suggest a Google search for rsync tutorials.

  • I need help setting up an apple id for my sons phone. It seems his email address has been taken and/or we cant get the password.

    I need help setting up an apple id for my son's phone. It seems his email address has been taken and/or we cant get the password.

    Two different things
    If you forgot the password
    If you forgot your Apple ID password - Apple Support
    If the email ID you want to use is in use by someone else - then you may need a new one
    The iCloud ID's are usually unique and may be of help if you set one up

  • Need help Setting up Multiple Static Ip , 1 for each port of the fios router

    Need help Setting up multiple Static Ip on my fios router
    I have been trying to figure out how to set up multiple ip in my fios router.
    However I kind of managed how to set up multiple static ip However the way I want it is for each port of my router to have an external ip signed to it. ( like 4 different modem in 1 )
    Verizon gave me 5 static ip but they can not help me how to set it up.
    Have anyone here done more then one static ip on different ports? I assume that the process will be the after the second static ip.

    You want to set up Static Nat. You will not assign the IP to a port, but rather to a local machine. Figure out what machines you want your IP's to go to. Under the firewall section you will see static nat. Pick the machine you want and enter one of the IP's you were assigned.

Maybe you are looking for

  • Follow up question on recovery data on USB flash drive

    HP instructions say the 32 GB flash drive should NOT be branded as Windows 8 compatible.   I bought a Sandisk 32 GB yesterday for  $20 on sale,   but it says on the back it is compatible. Other more/or less expensive  flash drives did not address whe

  • Portal runtime Error in KM Navigation iView

    Hi, I have created a KM Navigation iview and assigned it to a role. When I preview it via portal content, everything is fine. When I login as an end user with that role (to which this iview is assigned) this list of documents in that folder is shown.

  • Query stats substitution strings on IR region

    Hello, Are the query stats substitution strings, like #ROWS_FETCHED#, #TOTAL_ROWS#, #FIRST_ROW_FETCHED# and #LAST_ROW_FETCHED#, should be active in an IR region? Currently, it seems they are not active, and I'm asking if it's intentional or a bug. Th

  • Using garageband as an audio input

    I am trying to figure out a way to funnel the output audio as an input on a webcam. So, lets say we are using skype. I want skpe to recognize the video from my webcam for the video input and only the audio that is coming out of garageband (the audio

  • Multiple RAC databases in Enterprise Manager

    Hey, I installed 3 databases on a 2-node rac. srvctl show database -d <dbname> shows all 3 database are up and running. Everything is working fine. Just the Enterprise Manager is working on the first database (port 1158) For all other databases (port