[Solved] GRUB2 and Win 8 on raid 0

Hello all,
Currently I have my system set up in the following config, (hd0) and (hd1) set up in raid 0 for my windows 8
install. Separately (hd2) is my arch linux install where I spend most of my time.
I have been choosing what system to boot into from the BIOS but this is cluncky and now I want to load windows 8 from GRUB,
when I run grub-mkconfig GRUB detects windows and creates a menu entry for it, but when I boot up the entry I only get
this.
invalid signature
Well I checked the wiki and there was a fix for the issue but the file that is supposed to be removed is not on my system. So
now I'm at a loss as to what the issue is. Below is my grub.cfg file and my /etc/default/grub, one thing I do notice about
this is that insmod mdraid is not part of the menu entry for windows when the wiki says it should be for raid. Is
there something that I am missing?
# DO NOT EDIT THIS FILE
# It is automatically generated by grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
### BEGIN /etc/grub.d/00_header ###
insmod part_gpt
insmod part_msdos
if [ -s $prefix/grubenv ]; then
load_env
fi
set default="0"
if [ x"${feature_menuentry_id}" = xy ]; then
menuentry_id_option="--id"
else
menuentry_id_option=""
fi
export menuentry_id_option
if [ "${prev_saved_entry}" ]; then
set saved_entry="${prev_saved_entry}"
save_env saved_entry
set prev_saved_entry=
save_env prev_saved_entry
set boot_once=true
fi
function savedefault {
if [ -z "${boot_once}" ]; then
saved_entry="${chosen}"
save_env saved_entry
fi
function load_video {
if [ x$feature_all_video_module = xy ]; then
insmod all_video
else
insmod efi_gop
insmod efi_uga
insmod ieee1275_fb
insmod vbe
insmod vga
insmod video_bochs
insmod video_cirrus
fi
if [ x$feature_default_font_path = xy ] ; then
font=unicode
else
insmod part_msdos
insmod ext2
set root='hd2,msdos3'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd2,msdos3 --hint-efi=hd2,msdos3 --hint-baremetal=ahci2,msdos3
03799801-f6b7-4354-97eb-350e203e6cf9
else
search --no-floppy --fs-uuid --set=root 03799801-f6b7-4354-97eb-350e203e6cf9
fi
font="/usr/share/grub/unicode.pf2"
fi
if loadfont $font ; then
set gfxmode=auto
load_video
insmod gfxterm
set locale_dir=$prefix/locale
set lang=en_US
insmod gettext
fi
terminal_input console
terminal_output gfxterm
set timeout=5
### END /etc/grub.d/00_header ###
### BEGIN /etc/grub.d/10_linux ###
menuentry 'Arch GNU/Linux, with Linux core repo kernel' --class arch --class gnu-linux --class gnu --class os
$menuentry_id_option 'gnulinux-core repo kernel-true-03799801-f6b7-4354-97eb-350e203e6cf9' {
load_video
insmod gzio
insmod part_msdos
insmod ext2
set root='hd2,msdos1'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd2,msdos1 --hint-efi=hd2,msdos1 --hint-baremetal=ahci2,msdos1
9adde22a-6bf9-4650-b321-625762901919
else
search --no-floppy --fs-uuid --set=root 9adde22a-6bf9-4650-b321-625762901919
fi
echo 'Loading Linux core repo kernel ...'
linux /vmlinuz-linux root=UUID=03799801-f6b7-4354-97eb-350e203e6cf9 ro nomodeset security=tomoyo
echo 'Loading initial ramdisk ...'
initrd /initramfs-linux.img
menuentry 'Arch GNU/Linux, with Linux core repo kernel (Fallback initramfs)' --class arch --class gnu-linux --class gnu
--class os $menuentry_id_option 'gnulinux-core repo kernel-fallback-03799801-f6b7-4354-97eb-350e203e6cf9' {
load_video
insmod gzio
insmod part_msdos
insmod ext2
set root='hd2,msdos1'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd2,msdos1 --hint-efi=hd2,msdos1 --hint-baremetal=ahci2,msdos1
9adde22a-6bf9-4650-b321-625762901919
else
search --no-floppy --fs-uuid --set=root 9adde22a-6bf9-4650-b321-625762901919
fi
echo 'Loading Linux core repo kernel ...'
linux /vmlinuz-linux root=UUID=03799801-f6b7-4354-97eb-350e203e6cf9 ro nomodeset security=tomoyo
echo 'Loading initial ramdisk ...'
initrd /initramfs-linux-fallback.img
menuentry 'Arch GNU/Linux, with Linux core repo kernel (recovery mode)' --class arch --class gnu-linux --class gnu --class os
$menuentry_id_option 'gnulinux-core repo kernel-recovery-03799801-f6b7-4354-97eb-350e203e6cf9' {
load_video
insmod gzio
insmod part_msdos
insmod ext2
set root='hd2,msdos1'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd2,msdos1 --hint-efi=hd2,msdos1 --hint-baremetal=ahci2,msdos1
9adde22a-6bf9-4650-b321-625762901919
else
search --no-floppy --fs-uuid --set=root 9adde22a-6bf9-4650-b321-625762901919
fi
echo 'Loading Linux core repo kernel ...'
linux /vmlinuz-linux root=UUID=03799801-f6b7-4354-97eb-350e203e6cf9 ro single
echo 'Loading initial ramdisk ...'
initrd /initramfs-linux-fallback.img
### END /etc/grub.d/10_linux ###
### BEGIN /etc/grub.d/20_linux_xen ###
### END /etc/grub.d/20_linux_xen ###
### BEGIN /etc/grub.d/20_memtest86+ ###
### END /etc/grub.d/20_memtest86+ ###
### BEGIN /etc/grub.d/30_os-prober ###
menuentry 'Windows 8 (loader) (on /dev/mapper/pdc_fibaedjhfp1)' --class windows --class os $menuentry_id_option
'osprober-chain-/dev/mapper/pdc_fibaedjhfp1' {
drivemap -s (hd0) ${root}
chainloader +1
### END /etc/grub.d/30_os-prober ###
### BEGIN /etc/grub.d/40_custom ###
# This file provides an easy way to add custom menu entries. Simply type the
# menu entries you want to add after this comment. Be careful not to change
# the 'exec tail' line above.
### END /etc/grub.d/40_custom ###
### BEGIN /etc/grub.d/41_custom ###
if [ -f ${config_directory}/custom.cfg ]; then
source ${config_directory}/custom.cfg
elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
source $prefix/custom.cfg;
fi
### END /etc/grub.d/41_custom ###
GRUB_DEFAULT=0
GRUB_TIMEOUT=5
GRUB_DISTRIBUTOR="Arch"
GRUB_CMDLINE_LINUX_DEFAULT="nomodeset security=tomoyo"
GRUB_CMDLINE_LINUX=""
# Preload both GPT and MBR modules so that they are not missed
GRUB_PRELOAD_MODULES="part_gpt part_msdos"
# Uncomment to enable Hidden Menu, and optionally hide the timeout count
#GRUB_HIDDEN_TIMEOUT=5
#GRUB_HIDDEN_TIMEOUT_QUIET=true
# Uncomment to use basic console
GRUB_TERMINAL_INPUT=console
# Uncomment to disable graphical terminal
#GRUB_TERMINAL_OUTPUT=console
# The resolution used on graphical terminal
# note that you can use only modes which your graphic card supports via VBE
# you can see them in real GRUB with the command `vbeinfo'
GRUB_GFXMODE=auto
# Uncomment to allow the kernel use the same resolution used by grub
#GRUB_GFXPAYLOAD_LINUX=keep
# Uncomment if you want GRUB to pass to the Linux kernel the old parameter
# format "root=/dev/xxx" instead of "root=/dev/disk/by-uuid/xxx"
#GRUB_DISABLE_LINUX_UUID=true
# Uncomment to disable generation of recovery mode menu entries
#GRUB_DISABLE_RECOVERY=true
# Uncomment and set to the desired menu colors. Used by normal and wallpaper
# modes only. Entries specified as foreground/background.
#GRUB_COLOR_NORMAL="light-blue/black"
#GRUB_COLOR_HIGHLIGHT="light-cyan/blue"
# Uncomment one of them for the gfx desired, a image background or a gfxtheme
#GRUB_BACKGROUND="/path/to/wallpaper"
#GRUB_THEME="/path/to/gfxtheme"
# Uncomment to get a beep at GRUB start
#GRUB_INIT_TUNE="480 440 1"
#GRUB_SAVEDEFAULT="true"
Last edited by Anders H (2013-05-25 22:29:19)

Thank you for the reply, it helped alot.
Here is what I did,
I used
# blkid
to figure out the UUID of the drive, OS-Prober was finding the correct UUID but the format was all messed up. The format of the menu entry that you linked to worked just fine, this is what I have added to
/etc/grub.d/40_custom
menuentry "Windows 8 Loader" {
insmod part_msdos
insmod ntfs
set root='(/dev/mapper/pdc_fibaedjhfp1)'
search --no-floppy --fs-uuid --set 2262C76C62C74371
chainloader +1
Everything is booting just fine, thanks for the help.

Similar Messages

  • [Solved] WoW and Wine: Run time errors and massive lag.

    Ok, so I have a AMD A4 Kabini series APU, and I installed the ati open source drivers and added the correct settings into the
    /etc/X11/xorg.conf.d/20-radeon.conf
    , however when ever I run WoW it becomes extremely laggy and to a point where it is unusable. Heres the output from the point that I start getting errors:
    fixme:ntdll:find_reg_tz_info Can't find matching timezone information in the registry for bias 180, std (d/m/y): 16/02/2014, dlt (d/m/y): 19/10/2014
    fixme:win:EnumDisplayDevicesW ((null),0,0x192edf4,0x00000000), stub!
    libGL error: dlopen /usr/lib32/xorg/modules/dri/radeonsi_dri.so failed (/usr/lib32/xorg/modules/dri/radeonsi_dri.so: cannot open shared object file: No such file or directory)
    libGL error: unable to load driver: radeonsi_dri.so
    libGL error: driver pointer missing
    libGL error: failed to load driver: radeonsi
    fixme:d3d:wined3d_guess_card No card selector available for card vendor 0000 (using GL_RENDERER "Gallium 0.4 on llvmpipe (LLVM 3.4, 128 bits)").
    fixme:win:EnumDisplayDevicesW ((null),0,0x192ecf4,0x00000000), stub!
    fixme:d3d:wined3d_guess_card No card selector available for card vendor 0000 (using GL_RENDERER "Gallium 0.4 on llvmpipe (LLVM 3.4, 128 bits)").
    fixme:win:EnumDisplayDevicesW ((null),0,0x192f1c4,0x00000000), stub!
    fixme:win:EnumDisplayDevicesW ((null),0,0x192f324,0x00000000), stub!
    fixme:win:EnumDisplayDevicesW ((null),0,0x192f444,0x00000000), stub!
    fixme:win:EnumDisplayDevicesW ((null),0,0x192f5d4,0x00000000), stub!
    fixme:win:EnumDisplayDevicesW ((null),0,0x192f5d4,0x00000000), stub!
    fixme:d3d:wined3d_guess_card No card selector available for card vendor 0000 (using GL_RENDERER "Gallium 0.4 on llvmpipe (LLVM 3.4, 128 bits)").
    fixme:win:EnumDisplayDevicesW ((null),0,0x192f6f4,0x00000000), stub!
    fixme:d3d:swapchain_init The application requested more than one back buffer, this is not properly supported.
    Please configure the application to use double buffering (1 back buffer) if possible.
    fixme:win:EnumDisplayDevicesW ((null),0,0x192f054,0x00000000), stub!
    fixme:win:EnumDisplayDevicesW ((null),0,0x192f194,0x00000000), stub!
    fixme:avrt:AvSetMmThreadCharacteristicsW (L"Pro Audio",0x192f87c): stub
    fixme:avrt:AvSetMmThreadCharacteristicsW (L"Pro Audio",0x192f87c): stub
    fixme:win:EnumDisplayDevicesW ((null),0,0x192df34,0x00000000), stub!
    fixme:win:EnumDisplayDevicesW ((null),0,0x192df64,0x00000000), stub!
    fixme:d3d:wined3d_guess_card No card selector available for card vendor 0000 (using GL_RENDERER "Gallium 0.4 on llvmpipe (LLVM 3.4, 128 bits)").
    fixme:win:EnumDisplayDevicesW ((null),0,0x192dfe4,0x00000000), stub!
    err:wininet:open_http_connection create_netconn failed: 12029
    err:wininet:open_http_connection create_netconn failed: 12029
    err:wininet:open_http_connection create_netconn failed: 12029
    fixme:imm:ImmReleaseContext (0x2004c, 0x1b97a8): stub
    What do I have to install to fix this issue ?
    Solved by installing lib32-ati-dri
    Last edited by nathanmartins (2014-08-03 20:38:05)

    Most of us don't need any  /etc/X11/xorg.conf.d/20-radeon.conf , please post it's contents.
    The error messages indicate WoW can't find /usr/lib32/xorg/modules/dri/radeonsi_dri.so , the 32-bit multlib version of ati-dri .
    $ pkgfile /usr/lib32/xorg/modules/dri/radeonsi_dri.so
    multilib/lib32-ati-dri
    LoneVVolf/lib32-mesa-r300-r600-radeonsi-git
    $
    Do you have lib32-ati-dri installed ?

  • [SOLVED] Grub2 and LVM -- "Couldn't find physical volume `pv1'"

    Hello Folks
    I'm trying to upgrade from grub-legacy to grub2, following the instructions at https://wiki.archlinux.org/index.php/GRUB2
    I've installed grub-bios, and run this without problem:
    # modprobe dm-mod
    # grub-install --recheck /dev/sda
    But this command
    # grub-mkconfig -o /boot/grub/grub.cfg
    gives this:
    Generating grub.cfg ...
    /usr/sbin/grub-probe: warning: Couldn't find physical volume `pv1'. Some modules may be missing from core image..
    /usr/sbin/grub-probe: warning: Couldn't find physical volume `pv1'. Some modules may be missing from core image..
    /usr/sbin/grub-probe: warning: Couldn't find physical volume `pv1'. Some modules may be missing from core image..
    /usr/sbin/grub-probe: warning: Couldn't find physical volume `pv1'. Some modules may be missing from core image..
    /usr/sbin/grub-probe: warning: Couldn't find physical volume `pv1'. Some modules may be missing from core image..
    Found linux image: /boot/vmlinuz-linux
    Found initrd image: /boot/initramfs-linux.img
    /usr/sbin/grub-probe: warning: Couldn't find physical volume `pv1'. Some modules may be missing from core image..
    done
    So now I'm reluctant to try to reboot the system because it seems likely to be broken.  Should I ignore the warnings, or fix something?
    I'm using LVM2 as you can see.  /boot is on a separate non-LVM partition (/dev/sdc1).  root is on LVM.  This is all on a recently-updated 64-bit Arch installation using systemd.
    Here's a load of information -- I hope it's relevant.
    # fdisk -lu
    Disk /dev/sdb: 250.1 GB, 250059350016 bytes, 488397168 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
    Disk identifier: 0xea22bb30
    Device Boot Start End Blocks Id System
    /dev/sdb1 63 488392064 244196001 83 Linux
    Disk /dev/sda: 250.0 GB, 250000000000 bytes, 488281250 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
    Disk identifier: 0x00000080
    Device Boot Start End Blocks Id System
    /dev/sda1 2048 488281249 244139601 8e Linux LVM
    Disk /dev/sdc: 500.1 GB, 500107862016 bytes, 976773168 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
    Disk identifier: 0x00000000
    Device Boot Start End Blocks Id System
    /dev/sdc1 * 63 481949 240943+ 83 Linux
    /dev/sdc2 481950 12482504 6000277+ 82 Linux swap / Solaris
    /dev/sdc3 12482505 976773167 482145331+ 8e Linux LVM
    Disk /dev/mapper/vg1-root: 64.4 GB, 64424509440 bytes, 125829120 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
    Disk /dev/mapper/vg1-home: 583.0 GB, 583008256000 bytes, 1138688000 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
    # pvdisplay
    --- Physical volume ---
    PV Name /dev/sdc3
    VG Name vg1
    PV Size 459.81 GiB / not usable 1.05 MiB
    Allocatable yes (but full)
    PE Size 4.00 MiB
    Total PE 117711
    Free PE 0
    Allocated PE 117711
    PV UUID zaLJiO-1LCH-TGi6-hwBr-OyNs-Sjlm-HggrMo
    --- Physical volume ---
    PV Name /dev/sda1
    VG Name vg1
    PV Size 232.83 GiB / not usable 1.58 MiB
    Allocatable yes
    PE Size 4.00 MiB
    Total PE 59604
    Free PE 22955
    Allocated PE 36649
    PV UUID P05c2d-1d2i-bf0M-u6BX-EEq0-fvZW-VkTLhY
    # lvdisplay
    --- Logical volume ---
    LV Path /dev/vg1/root
    LV Name root
    VG Name vg1
    LV UUID Z68H3p-VvbC-ZNau-7Ds7-GptS-Hpl0-VZNjo4
    LV Write Access read/write
    LV Creation host, time ,
    LV Status available
    # open 1
    LV Size 60.00 GiB
    Current LE 15360
    Segments 1
    Allocation inherit
    Read ahead sectors auto
    - currently set to 256
    Block device 254:0
    --- Logical volume ---
    LV Path /dev/vg1/home
    LV Name home
    VG Name vg1
    LV UUID uUfmS9-C4CK-Vw3V-cmwD-hEC1-VcwD-90yAyO
    LV Write Access read/write
    LV Creation host, time ,
    LV Status available
    # open 1
    LV Size 542.97 GiB
    Current LE 139000
    Segments 2
    Allocation inherit
    Read ahead sectors auto
    - currently set to 256
    Block device 254:1
    Last edited by Chris Dennis (2013-04-03 19:04:58)

    Chris Dennis wrote:
    Oh well, I took a punt on the word 'Warning' in the message, and rebooted anyway.
    It worked!
    I've just completed a series of experiments involving LVM and GRUB2. The short story is that such warnings are innocuous and arise from extending a volume group.
    Now in some detail, here's what happens (all of which was performed in VirtualBox with the current Arch rolling release just to make it easy to add and remove disk devices):
    a). pvcreate /dev/sde1 /dev/sdf1
    * Use partitions of type 8e, spanning the whole drive, for BOTH devices comprising the physical
    volume to prove that partitioning is irrelevant to the matter.
    b). vgcreate vg_x /dev/sde1
    * Start with just one device in the volume group.
    c). lvcreate --extents 100%VG --name boot vg_x
    d). mkfs.ext4 /dev/vg_x/boot && mount /dev/vg_x/boot /mnt/other
    e). grub2-install --boot-directory=/mnt/other /dev/sde
    Installation finished. No error reported.
    All is well...but now let's extend the vg_x volume group with the pre-allocated device, /dev/sdf1:
    f). vgextend vg_x /dev/sdf1
    g). grub2-install --boot-directory=/mnt/other /dev/sde
    /usr/sbin/grub2-probe: warning: Couldn't find physical volume `pv1'. Some modules may be missing from core
    /usr/sbin/grub2-probe: warning: Couldn't find physical volume `pv1'. Some modules may be missing from core
    Installation finished. No error reported.
    ...and boom goes the dynamite. As Chris Dennis stated, GRUB2 installs fine and the system is bootable in spite of the warning. The grub-2.00 source where the warning arises is in ./grub-core/disk/diskfilter.c and has this comment:
    /* TRANSLATORS: This message kicks in during the detection of
    which modules needs to be included in core image. This happens
    in the case of degraded RAID and means that autodetection may
    fail to include some of modules. It's an installation time
    message, not runtime message. */
    I haven't tried to hack the GRUB code but, based upon my experimentation and the ease of replicating the problem, my guess is that somehow a volume group that extended in manner shown above is mishandled by GRUB. It's arguably a bug, IMHO, since a volume group, even when extended, is still a valid entity.

  • [SOLVED]arch32 and wine: winecfg

    I've set up a arch32 chroot on arch64, just like described in the wiki.
    thoughtcrime ~ $ arch32 winecfg
    ALSA lib pcm_dsnoop.c:593:(snd_pcm_dsnoop_open) unable to open slave
    err:winecfg:open_mountmgr failed to open mount manager err 2
    This results in me not being able to set up mountpoints in winecfg. Help?
    Last edited by thoughtcrime (2009-07-12 13:30:56)

    I can't figure out what you mean. When running winecfg, the program creates a .wine directory including drive_c etc. So there's a "C:\" - but this doesn't have much to do with my problem.

  • [SOLVED] grub2 dmraid and parttool

    Hello,
    I want to update from grub-legacy to grub2 and have some troubles to setup
    up my grub2 enviroment with dmraid and parttool.
    I have installed linux, win xp and win vista on fake a raid device.
    On grub legacy I followed the instructions on the wiki as described her  https://wiki.archlinux.org/index.php/In … stall_GRUB
    To boot windows xp or vista a hide the windows partitions among each other. With grub-legacy it works. Now the point is how to get this work with grub2.
    Currently my grub.cfg for windows looks like following:
    menuentry "Windows XP" --class "windows" {
    insmod part_msdos
    insmod ntfs
    insmod search_fs_uuid
    insmod ntldr
    parttool (hd3,1) hidden-
    parttool (hd3,2) hidden+
    parttool (hd3,1) boot+
    search --no-floppy --fs-uuid --set root 9084516E84515834
    ntldr /ntldr
    menuentry "Windows Vista" --class "windows" {
    insmod part_msdos
    insmod ntfs
    insmod search_fs_uuid
    insmod ntldr
    parttool (dm) hidden+
    parttool (hd3,2) hidden-
    parttool (hd3,1) boot+
    search --no-floppy --fs-uuid --set root 5AFC3ABCFC3A91ED e o
    ntldr /bootmgr
    Currently my device.map looks like this:
    (hd0) /dev/disk/by-id/ata-ST3250620AS_9QE254ZH
    (hd1) /dev/disk/by-id/ata-ST3250620AS_5QF5210T
    (hd2) /dev/disk/by-id/ata-ST3500410AS_5VM0FTBY
    (hd3) /dev/disk/by-id/dm-uuid-DMRAID-isw_eafejhhgaf_Volume0
    (hd3,1) /dev/disk/by-id/dm-uuid-DMRAID-isw_eafejhhgaf_Volume0p1
    (hd3,2) /dev/disk/by-id/dm-uuid-DMRAID-isw_eafejhhgaf_Volume0p2
    When try to start windows it complains with
    Error: hd3 cannot get C/H/S values
    So parttool seems not to work with this configuration.
    Windows just starts - but not correct, so my dmraid just works with grub (linux just starting fine, too).
    The only point is how must I configure my device.map file that parttool ist working?
    A grub console like in grub-legacy to setup the c/h/s values for the fake raid seems not to exist, or I haven't found it currently...
    Cheers framas
    Last edited by framas (2012-04-28 09:06:51)

    I solved it now by hiding the first disk of my fake raid array. Don't know if this is the "right" solution but it works for me...
    device.map:
    (fd0) /dev/fd0
    (hd0) /dev/disk/by-id/ata-ST3250620AS_9QE254ZH
    (hd1) /dev/disk/by-id/ata-ST3250620AS_5QF5210T
    grub.cfg:
    menuentry "Windows XP" --class "windows" {
    insmod ntfs
    insmod search_fs_uuid
    insmod ntldr
    parttool (hd0,1) hidden-
    #parttool (hd1,1) hidden-
    parttool (hd0,2) hidden+
    #parttool (hd1,2) hidden+
    search --no-floppy --fs-uuid --set root 9084516E84515834
    ntldr /ntldr
    menuentry "Windows Vista" --class "windows" {
    insmod ntfs
    insmod search_fs_uuid
    insmod ntldr
    parttool (hd0,1) hidden+
    #parttool (hd1,1) hidden+
    parttool (hd0,2) hidden-
    #parttool (hd1,2) hidden-
    search --no-floppy --fs-uuid --set root 5AFC3ABCFC3A91ED
    ntldr /bootmgr
    Last edited by framas (2012-04-28 09:07:24)

  • (SOMEWHAT SOLVED) grub2 finds and boots windows 7 but NOT arch

    I installed arch on a new system. I have 64-bit Windows 7 Ultimate. I installed arch skipped bootloader, chrooted into system and installed grub2 and installed. My system is btrfs. I do not have a seperate swap or home partition. OS-prober is installed.  I have another system with btrfs and grub2 and all works fine. When I run grub-mkconfig -o /boot/grub/grub.cfg I get this
    Keyboard is not working properly on other computer so I cannot insert code brackets.
    Found linux image: /boot/vmlinuz-linux
    Found initrd image: /boot/initramfs-linux.img
        No volume groups found   (what does this mean)
    Found Windows 7 (loader) on /dev/sda1
    done
    Again boot and root partitions are btrfs. Grub2 is the bootloader and it does support btrfs at least the version in the repos a month ago did. I have feeling this might be the problem but I do not know why. Windows 7 boots successfully by the way. No Arch Linux
    Edit: Backed up boot partition. Made the partition ext4 and cp'd it all back and still no luck. I converted it because ran the grub-mkconfig again and I got everything above but also I got an unknown filesystem error.  Converting it back to btrfs...
    Edit 2: I am writing this from within windows but grub2 now shows Arch in the the menu. (no gui on this install yet) After what feels like 100 grub-installs and grub-mkconfigs it is all working. I still have two questions. For like half a second I see a file not found and I think it is a *.mod in /usr/lib/grub/i386-pc directory. (i have good eyes). What could this be? Secondly, what does no volume groups mean? Marking this somewhat solved.
    Last edited by quasifilmie (2012-03-30 23:59:43)

    I'd just ask checking the grub.cfg file to see if the device id entries for arch in the grub menu are correct.
    In my case, I use ubuntu's grub2 and each time I have to update grub for some reason, it wont get the partition right for the arch entry.
    Last edited by debdj (2012-03-31 15:28:20)

  • Raid mode and Win 8 features

    Once you enable raid mode and win 8 features in bios, you will notice you no longer see the raid controller bios. The raid controller is now operated inside of uefi bios. You are able to create and handle the raid arrays from there. This is found in uefi bios > Settings >  advanced
    The screen shots below were taken on a z77a-gd80 as a reference.

    That is a screen shot of the bios from my old z77a-gd80.

  • [SOLVED] fbsplash and grub2

    Hi, I wanted to give myself a splashscreen but the Fbsplash wiki only shows how to do this with grub legacy, and currently my computers booting is controlled by grub2 from Ubuntu, as it insisted on it. So I was wondering if theres a way to circumvent this, I don't want to go and do something that might mean I can't boot at all. I've heard of chainloading, which links from the bootloader on the MBR to other distro or partition specific bootloaders, but I've only really seen this with the example of Windows, and grub2 and Ubuntu sort it out for the user, meaning nothing is learned. Could anybody give me some advice?
    Cheers,
    Ben.
    Last edited by Ben9250 (2010-12-06 07:12:15)

    Ok thanks, I've pacman'd grub2 and used Arch's instead of ubuntu and set my Arch / partition with the boot flag, not that it would make much difference because grub2 is put on the MBR. Although it has acted a bit differently, I now hove the choice of the lts kernel, which I don't think I've been using up to now, I've installed all my modules for kernel26. And It won't audodetect any of the Ubuntu partitions. Although, truth be told, I've been having problems with the ubuntu partitions for quite some time, they seem to think they're called UberStudent, not Ubuntu. I tried putting ubuntu entries in 40-custom but it hasn't worked yet. But I'm going to try and turn autodetection off and use only custom. Or I may just put grub-legacy on.
    [EDIT] Got it going - disabled the automatic scripts and just added everything to the 40_custom file and added the kernel line and it works fine. Had a kernel panic the first time I tried but it works now perfectly, must have been a typo.
    Last edited by Ben9250 (2010-12-06 07:11:47)

  • [SOLVED] wine and wine-silverlight

    hello
    i wanted to watch netflix so i installed netflix desktop
    i needed wine-silverlight for that but it conflicts with wine
    how can i install both of them? or is there an other way to watch netflix on my linux computer?
    Last edited by Fearce (2014-04-04 18:07:12)

    In many cases you can use wine-silverlight instead of wine. The improved API may result in a few bugs in other functions becoming visible, so if that is the case you can use the precompiled pipelight and wine-compholio packages from the pipelight repository. http://fds-team.de/cms/pipelight-instal … tion_1_2_1
    Or you can modify some variables in the PKGBUILDs: https://wiki.archlinux.org/index.php/Pi … _variables
    Last edited by progandy (2014-04-04 17:19:57)

  • [SOLVED] GRUB2 does not process hooks: System doesn't boot

    My initial system was an SSD where /dev/sda1 was my boot partition and /dev/sda2 was an (encrypted) LVM containing home, root, var and swap. Since all partitions were ext3, I decided to do a clean format to ext4 and copy my data back on the partitions. First I archived everything but home with the arch live CD onto a server with:
    rsync -a /mnt/* root@server:/path/to/backupdir/
    Everything went fine, but after copying back, the system would not boot (it was GRUB Legacy). Since it was not in the MBR but on sda1, I figured I could upgrade to GRUB2 now. So I followed the described procedure (from a live CD) and installed GRUB2 (this time into the MBR of sda. I then regenerated the image via mkinitcpio -p linux and generated a configuration file.
    When I try to start the system, GRUB2 gets loaded, but after the two messages for loading the ramdisk it remains silent for some time (no output at all) until it finally complains it cannot find my root. But I did not see any output of any hook being processed (including encrypt) so of course it cannot find my root, since it is still encrypted.
    I reformatted my boot partition again and reinstalled and regenerated everything again (I copied the directory contents from my backup but moved the old grub folder). Still the same issue. I know I could probably just reinstall everything and restore the settings, but I'd really prefer to restore my system, since this should be a lot faster.
    Here are the relevant configuration files:
    rc.conf
    # /etc/rc.conf - Main Configuration for Arch Linux
    # LOCALIZATION
    # LOCALE: available languages can be listed with the 'locale -a' command
    # LANG in /etc/locale.conf takes precedence
    # DAEMON_LOCALE: If set to 'yes', use $LOCALE as the locale during daemon
    # startup and during the boot process. If set to 'no', the C locale is used.
    # HARDWARECLOCK: set to "", "UTC" or "localtime", any other value will result
    # in the hardware clock being left untouched (useful for virtualization)
    # Note: Using "localtime" is discouraged, using "" makes hwclock fall back
    # to the value in /var/lib/hwclock/adjfile
    # TIMEZONE: timezones are found in /usr/share/zoneinfo
    # Note: if unset, the value in /etc/localtime is used unchanged
    # KEYMAP: keymaps are found in /usr/share/kbd/keymaps
    # CONSOLEFONT: found in /usr/share/kbd/consolefonts (only needed for non-US)
    # CONSOLEMAP: found in /usr/share/kbd/consoletrans
    # USECOLOR: use ANSI color sequences in startup messages
    LOCALE="en_US.UTF-8"
    DAEMON_LOCALE="no"
    HARDWARECLOCK="UTC"
    TIMEZONE="Europe/Berlin"
    KEYMAP="de-latin1-nodeadkeys"
    #CONSOLEFONT=
    #CONSOLEMAP=
    USECOLOR="yes"
    # HARDWARE
    # MODULES: Modules to load at boot-up. Blacklisting is no longer supported.
    # Replace every !module by an entry as on the following line in a file in
    # /etc/modprobe.d:
    # blacklist module
    # See "man modprobe.conf" for details.
    MODULES=(acpi-cpufreq cpufreq_ondemand tun fuse vboxdrv)
    # Udev settle timeout (default to 30)
    UDEV_TIMEOUT=30
    # Scan for FakeRAID (dmraid) Volumes at startup
    USEDMRAID="no"
    # Scan for BTRFS volumes at startup
    USEBTRFS="no"
    # Scan for LVM volume groups at startup, required if you use LVM
    USELVM="yes"
    # NETWORKING
    # HOSTNAME: Hostname of machine. Should also be put in /etc/hosts
    HOSTNAME="archlaptop"
    # Use 'ip addr' or 'ls /sys/class/net/' to see all available interfaces.
    # Wired network setup
    # - interface: name of device (required)
    # - address: IP address (leave blank for DHCP)
    # - netmask: subnet mask (ignored for DHCP) (optional, defaults to 255.255.255.0)
    # - broadcast: broadcast address (ignored for DHCP) (optional)
    # - gateway: default route (ignored for DHCP)
    # Static IP example
    # interface=eth0
    # address=192.168.0.2
    # netmask=255.255.255.0
    # broadcast=192.168.0.255
    # gateway=192.168.0.1
    # DHCP example
    # interface=eth0
    # address=
    # netmask=
    # gateway=
    interface=wlan0
    address=
    netmask=
    broadcast=
    gateway=
    # Setting this to "yes" will skip network shutdown.
    # This is required if your root device is on NFS.
    NETWORK_PERSIST="no"
    # Enable these netcfg profiles at boot-up. These are useful if you happen to
    # need more advanced network features than the simple network service
    # supports, such as multiple network configurations (ie, laptop users)
    # - set to 'menu' to present a menu during boot-up (dialog package required)
    # - prefix an entry with a ! to disable it
    # Network profiles are found in /etc/network.d
    # This requires the netcfg package
    NETWORKS=(FlosAP)
    # DAEMONS
    # Daemons to start at boot-up (in this order)
    # - prefix a daemon with a ! to disable it
    # - prefix a daemon with a @ to start it up in the background
    # If you are sure nothing else touches your hardware clock (such as ntpd or
    # a dual-boot), you might want to enable 'hwclock'. Note that this will only
    # make a difference if the hwclock program has been calibrated correctly.
    # If you use a network filesystem you should enable 'netfs'.
    DAEMONS=(syslog-ng dbus acpid crond alsa networkmanager @bumblebeed laptop-mode !hwclock ntpd psd)
    mkinitcpio.conf
    # vim:set ft=sh
    # MODULES
    # The following modules are loaded before any boot hooks are
    # run. Advanced users may wish to specify all system modules
    # in this array. For instance:
    # MODULES="piix ide_disk reiserfs"
    MODULES=""
    # BINARIES
    # This setting includes any additional binaries a given user may
    # wish into the CPIO image. This is run first, so it may be used to
    # override the actual binaries used in a given hook.
    # (Existing files are NOT overwritten if already added)
    # BINARIES are dependency parsed, so you may safely ignore libraries
    BINARIES=""
    # FILES
    # This setting is similar to BINARIES above, however, files are added
    # as-is and are not parsed in any way. This is useful for config files.
    # Some users may wish to include modprobe.conf for custom module options
    # like so:
    # FILES="/etc/modprobe.d/modprobe.conf"
    FILES=""
    # HOOKS
    # This is the most important setting in this file. The HOOKS control the
    # modules and scripts added to the image, and what happens at boot time.
    # Order is important, and it is recommended that you do not change the
    # order in which HOOKS are added. Run 'mkinitcpio -H <hook name>' for
    # help on a given hook.
    # 'base' is _required_ unless you know precisely what you are doing.
    # 'udev' is _required_ in order to automatically load modules
    # 'filesystems' is _required_ unless you specify your fs modules in MODULES
    # Examples:
    ## This setup specifies all modules in the MODULES setting above.
    ## No raid, lvm2, or encrypted root is needed.
    # HOOKS="base"
    ## This setup will autodetect all modules for your system and should
    ## work as a sane default
    # HOOKS="base udev autodetect pata scsi sata filesystems"
    ## This is identical to the above, except the old ide subsystem is
    ## used for IDE devices instead of the new pata subsystem.
    # HOOKS="base udev autodetect ide scsi sata filesystems"
    ## This setup will generate a 'full' image which supports most systems.
    ## No autodetection is done.
    # HOOKS="base udev pata scsi sata usb filesystems"
    ## This setup assembles a pata mdadm array with an encrypted root FS.
    ## Note: See 'mkinitcpio -H mdadm' for more information on raid devices.
    # HOOKS="base udev pata mdadm encrypt filesystems"
    ## This setup loads an lvm2 volume group on a usb device.
    # HOOKS="base udev usb lvm2 filesystems"
    HOOKS="base udev autodetect pata scsi sata keymap encrypt lvm2 resume filesystems usbinput"
    # COMPRESSION
    # Use this to compress the initramfs image. With kernels earlier than
    # 2.6.30, only gzip is supported, which is also the default. Newer kernels
    # support gzip, bzip2 and lzma. Kernels 2.6.38 and later support xz
    # compression.
    #COMPRESSION="gzip"
    #COMPRESSION="bzip2"
    #COMPRESSION="lzma"
    #COMPRESSION="xz"
    #COMPRESSION="lzop"
    # COMPRESSION_OPTIONS
    # Additional options for the compressor
    #COMPRESSION_OPTIONS=""
    grub.cfg
    # DO NOT EDIT THIS FILE
    # It is automatically generated by grub-mkconfig using templates
    # from /etc/grub.d and settings from /etc/default/grub
    ### BEGIN /etc/grub.d/00_header ###
    insmod part_gpt
    insmod part_msdos
    if [ -s $prefix/grubenv ]; then
    load_env
    fi
    set default="0"
    if [ x"${feature_menuentry_id}" = xy ]; then
    menuentry_id_option="--id"
    else
    menuentry_id_option=""
    fi
    export menuentry_id_option
    if [ "${prev_saved_entry}" ]; then
    set saved_entry="${prev_saved_entry}"
    save_env saved_entry
    set prev_saved_entry=
    save_env prev_saved_entry
    set boot_once=true
    fi
    function savedefault {
    if [ -z "${boot_once}" ]; then
    saved_entry="${chosen}"
    save_env saved_entry
    fi
    function load_video {
    if [ x$feature_all_video_module = xy ]; then
    insmod all_video
    else
    insmod efi_gop
    insmod efi_uga
    insmod ieee1275_fb
    insmod vbe
    insmod vga
    insmod video_bochs
    insmod video_cirrus
    fi
    if loadfont unicode ; then
    set gfxmode=auto
    load_video
    insmod gfxterm
    set locale_dir=$prefix/locale
    set lang=en_US
    insmod gettext
    fi
    terminal_input console
    terminal_output gfxterm
    set timeout=5
    ### END /etc/grub.d/00_header ###
    ### BEGIN /etc/grub.d/10_linux ###
    menuentry 'Arch GNU/Linux, with Linux core repo kernel' --class arch --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-core repo kernel-true-194e65d3-b357-430d-b4bb-67a8300d287d' {
    load_video
    set gfxpayload=keep
    insmod gzio
    insmod part_msdos
    insmod ext2
    set root='hd0,msdos1'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 b69dee88-a8c9-4af7-a938-7ca6c8ff368c
    else
    search --no-floppy --fs-uuid --set=root b69dee88-a8c9-4af7-a938-7ca6c8ff368c
    fi
    echo 'Loading Linux core repo kernel ...'
    linux /vmlinuz-linux root=/dev/mapper/VolGroup00-root ro quiet
    echo 'Loading initial ramdisk ...'
    initrd /initramfs-linux.img
    menuentry 'Arch GNU/Linux, with Linux core repo kernel (Fallback initramfs)' --class arch --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-core repo kernel-fallback-194e65d3-b357-430d-b4bb-67a8300d287d' {
    load_video
    set gfxpayload=keep
    insmod gzio
    insmod part_msdos
    insmod ext2
    set root='hd0,msdos1'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 b69dee88-a8c9-4af7-a938-7ca6c8ff368c
    else
    search --no-floppy --fs-uuid --set=root b69dee88-a8c9-4af7-a938-7ca6c8ff368c
    fi
    echo 'Loading Linux core repo kernel ...'
    linux /vmlinuz-linux root=/dev/mapper/VolGroup00-root ro quiet
    echo 'Loading initial ramdisk ...'
    initrd /initramfs-linux-fallback.img
    ### END /etc/grub.d/10_linux ###
    ### BEGIN /etc/grub.d/20_linux_xen ###
    ### END /etc/grub.d/20_linux_xen ###
    ### BEGIN /etc/grub.d/20_memtest86+ ###
    ### END /etc/grub.d/20_memtest86+ ###
    ### BEGIN /etc/grub.d/30_os-prober ###
    ### END /etc/grub.d/30_os-prober ###
    ### BEGIN /etc/grub.d/40_custom ###
    # This file provides an easy way to add custom menu entries. Simply type the
    # menu entries you want to add after this comment. Be careful not to change
    # the 'exec tail' line above.
    ### END /etc/grub.d/40_custom ###
    ### BEGIN /etc/grub.d/41_custom ###
    if [ -f ${config_directory}/custom.cfg ]; then
    source ${config_directory}/custom.cfg
    elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
    source $prefix/custom.cfg;
    fi
    ### END /etc/grub.d/41_custom ###
    Thank you in advance. If you need any more information, please let me know.
    Regards,
    javex
    Last edited by javex (2012-08-10 18:33:41)

    Thank you for your reply. I looked further into the grub.cfg and removed the quiet part. Apparently the problem is that it runs all hooks but does not prompt me for a passphrase when running the encrypt hook. Why does this occur?
    Edit: I solved this: apparently I forgot to specify a cryptdevice. Since the article about dm-crypt does not talk about GRUB2, I missed that. I will rework that section to specify GRUB2 and GRUB-Legacy
    Last edited by javex (2012-08-10 18:33:22)

  • Headphones and Win FM 5.31 no longer work after installing Audigy SE (Windows

    [color="#ff0000"]I had the new Sound Blaster Audigy SE SB0570? installed in my computer. I have 2 front stereo speakers next to my computer monitor which are connected to the green output on the sound card and they work fine.
    I get sound from Windows Media Player or either CD/DVD player. [color="#ff0000"]?[color="#ff0000"]But now my headphones, when plugged into the jacks in the front of my computer case?have no sound coming through. They will work from the same green output as my speakers use -- but that defeats the functionality and convenience of using headphones.[color="#ff0000"]?[color="#ff0000"]Is there another way to connect the headphones without having to share the same output as for the speakers ?[color="#ff0000"]I have tried using the other?2 outputs next to the green output -- but they don't work for the headphones.[color="#ff0000"]. ?[color="#ff0000"]I am having problems with my radio online. I am using winFM 5.3 and I can not get any sound though my speakers. I get sound from Windows Media Player or either CD/DVD player. [color="#ff0000"]?[color="#ff0000"]Help, please !!!![color="#ff0000"]?[color="#ff0000"]P.S.: when I installed the software cd, all went well except for this message:[color="#ff0000"]??"Windows Media Player 0"?? This version of Windows Media Technologies is incompatible with this version of windows. For more information, view the information at the Microsoft web site.[color="#ff0000"]??

    Solved after reinstalling Win XP. Wasted too much time on trying other possible solutions.
    Hope other people may learn something out of it.

  • Memory violation / segmentation fault at k3b, kdenlive and wine

    Hello, i cant run k3b, kdenlive and wine.
    When i try to run some of listed apliactions i got segmentation fault.
    Here are some logs:
    strace k3b
    http://wklej.org/id/350797/
    valgrind k3b
    http://wklej.org/id/350806/
    strace kdenlive
    http://wklej.org/id/350801/
    valgrind k3b
    http://wklej.org/id/350807/
    I launched Wine separated version installed by PlayOnLinux, and just made a bash script in /usr/bin/wine:
    #!/bin/bash
    /home/webnull/.PlayOnLinux/WineVersions/1.1.44/usr/bin/wine $@
    And wine runs from /home/webnull/.PlayOnLinux/WineVersions/1.1.44/usr/bin/win using /usr/bin/wine but this is not a solution, its just a shortcut to other installed wine.
    @edit
    SOLVED: BUG IN GLIBC 2.12-2 OR BINUTILS 2.20.1-3 JUST DOWNGRADED THESE PACKAGES USING http://schlunix.org/archlinux/core/os/
    -- WebNuLL
    Last edited by webnull (2010-06-15 14:31:49)

    Here is some additional information that may or may not be of any relevance. I do not know.
    On the old server, I compiled the code with the compilation commands: f95 program.for
    I was able to compile and execute code with small, medium size or large arrays (with or without the additional -openmp flag).
    If I repeat the same command: f95 program.for
    on the new server, I get the following compilation error message for programs with medium size and large arrays:
    In function `newmaxmalecor':
    /mnt/ide0/home/gustaf/education/programming/cesprod100//chicago.for:4340: relocation truncated to fit: R_X86_64_32 against symbol
    If I compile with the additional flags: f95 -xmodel=medium -m64 program.for
    on the new server, there are no compilation errors and I can run the code in sequence.
    However, when I compile with
    f95 -xmodel=medim -m64 -openmp program.for
    on the new server, compilation works, but I cannot execute the code with medium size and large arrays.
    The programs for which I have to add the "-xmodel=medium" flag on the new server to be able to compile the code and run it in sequence, are exactly the ones for which I get segmentation faults when I introduce the openmp flag and try to execute the code in parallel fashion.
    Is this just a coincidence?
    Lage

  • Running .bat files as administrator on win 7 and win 2k8 machines

    I have .bat which will be copied onto Win 7 and Win 2k8 machines remotely. The batch file contains scripts to stop and restart Windows services, like,
    net stop "Adobe Acrobat Update Service".
    Now when I run this batch file, I get "System error 5 has occurred. Access is denied."
    I understand that I need to run this batch file as administrator (here by administrator I mean, Windows default administrator.).
    Does anyone have a solution for this?
    P.S: 1) "run as" command inside the .bat file won't work, since you need to run the .bat file itself as administrator (here by administrator I mean, Windows default administrator.).
    2) I can create another batch file (say b.bat) containing the "run as" command and invoking the the original batch file (say a.bat), which has the command net stop "Adobe Acrobat Update Service". But still, this won't solve the issue, since you can run as,
    the user, who has administrator privileges and not run as administrator (here by administrator I mean, Windows default administrator.) itself.

    Suhas,
    Can you explain me why you want to do this?
    Maby there are there some beter ways to achive your goal.
    The reason why this doesn't work is UAC who strips the administrator tokens from your user account.
    So it is not nesseary to use the default windows administrator account. Just a user with administrative priviliges will do you only need to run this command elevated.
    There are several ways to run this command elevated:
    Just right click on the batch file and choose the option run as administator.
    Quite simple but a no go if you wanna have a fully automated solution
    Use PsExec.exe  from the pstools suite (avaible
    here)
    If you use the command like this:
    PSEXEC -u domain\user -p password -h net stop spooler
    PSEXEC -u domain\user -p password -h net start spooler
    Or from a remote machine (pcX = remote management machine, pcY = machine where you want to restart the service.)
    Execute this command on machine pcX:
    PSEXEC \\pcY -u domain\user -p password -h net stop spooler
    PSEXEC \\pcY -u domain\user -p password -h net start spooler
    Create a sheduled task with the "highest privlilges" that executes your batch file.
    etc ...
    Kind Regards
    DFT
    IM me - TWiTTer: @DFTER

  • [SOLVED] - grub2 hide/unhide

    A mate has two win98 and one win95 on his first hard disk and a second hd for - ubuntu. To get M$ to see the correct C disk, grub legacy stanzas for any one of the win9x have always had to include two hide and one unhide command.
    Ubuntu comes with grub2 and I thought I'd try super grub disk first and see whether I can boot all win9x - but no. SGD sees them but does not hide/unhide the relevant partitions so that it always boots the first win9x.
    A bit of googling found parttool as part of grub2 command line possibilities which has a hidden+/- feature.
    I won't be able to try this on his computer until this pm:
    1) boot from SGD
    2) go into CLI
    3) use parttool to hide/unhide the relevant partitions (say hd0,2)
    4) set root (hd0,2)
    5) chainload +1
    6) boot
    And I should be good to go. Am I on the right track? Any advice of course welcome
    PS.:
    This is more of an exploratory/note taking thread with a view to a proper wiki entry if I succeed as there is nothing on google or the web out there that applies to grub2 CLI stuff.
    Last edited by toad (2010-04-21 13:41:31)

    Okay, this is solved, parttool did the trick on the grub CLI.
    The following sequence hides the first two C disks and boots off the third - something super grub disk was not able to do automagically
    parttool hd0,1 hidden+ boot-
    parttool hd0,2 hidden+ boot-
    parttool hd0,3 hidden- boot+
    set root=hd0,3
    chainloader +1
    boot
    EDIT:
    WIKI entry
    Last edited by toad (2010-04-21 13:55:05)

  • I am trying to setup air print with a canon PIXMA iP7250 and win 7 64bit

    I am trying to setup air print using a canon PIXMA iP 7250 printer  and win 7 64bit

    Did you read the instruction manual?
    http://www.canon-europe.com/Support/Consumer_Products/products/printers/InkJet/P IXMA_iP_series/PIXMA_iP7250.aspx?faqtcmuri=tcm:13-982915&page=1&type=faq

Maybe you are looking for

  • How to create a table with strings active by boolean button

    Good morning. I have a problem to create a table and did not find any topic in the forum who could help me solve this problem. I need to create an alarm table. That is, every time an alarm was activated (boolean button), the table will show the time,

  • Transfer from Time Capsule to External Disk

    I want to start using an external drive (Lacie) for Time Machine, but need to transfer my Time Capsule backups to this external drive. I have archived the TC backups but that does not seem to be useful for this purpose. The instructions about restori

  • HT5312 there are no link to reset security question in my E mail

    i ask apple team several time how to reset security question. i know step to reset but there are no link to my e-mail. Why??  no assist

  • Does the Pop-Up Menu causes the Video a small jump to the closest Pop-Up chapter?

    I have setted five Pop-up Chapter Menu for my project but after burning the blu ray, I have notice the vidoe coming close to one of the Pop-up Chapter will a small jump to the pop-up point. It happens to all of the Pop-Up chapter. Is there a way to m

  • Can't Highlight Text

    I haven't figured out a way to highlight text in any of the Pages versions. By highlight I mean color the background behind specific words in a sentence, much like people do with a yellow highlighting pen in a book. Microsoft Word has this feature an