Config Grub2 + winxp + win7 (loader or not)

Hi everyone!
Im new as user, not only in the Arch Linux but also in the forums. So far (few months), no problems with the distro, everything perfect, but i have an issue with Loaders.
I have been testing several things, following the wiki and i don't know how to solve it.
My fdisk -l
Device Boot Start End Blocks Id System
/dev/sda1 * 2048 139681791 69839872 7 HPFS/NTFS/exFAT
/dev/sda2 139681792 180641791 20480000 7 HPFS/NTFS/exFAT
/dev/sda3 180641792 242081791 30720000 5 Extended
/dev/sda4 242081792 976773119 367345664 7 HPFS/NTFS/exFAT
/dev/sda5 180643840 239982591 29669376 83 Linux
/dev/sda6 239984640 242081791 1048576 82 Linux swap / Solaris
sda1 only Windows 7
sda2 only Windows xp (latest in format and install)
sda4 ntfs for data
sda5 arch linux
sda6 swap
So far i only can do two things: or working windows but not linux, or linux but not windows.
TO recover the MBR of Windows (because from Linux i cannot access in the WIndows Loader from grub menu), insert recovery cd xp, and i do:
fixboot (over C:)
fixmbr
copy F:\I386\NTDLR D:\
copy F:\I386\NTDETECT.COM D:\
F is CDROM y D  is the partition with windows xp (i do this because if not later i get errors to go to windows).
reboot, and it works the windows, but i lost the GRUB2 loader.
If i want to recover the grub, i insert archlinux live and do:
mkdir /mnt/
mkdir /mnt/arch
mount /dev/sda5 /mnt/arch
cd /mnt/arch
mount -o bind /dev dev/
mount -t proc proc proc/
mount -t sysfs sys sys/
chroot . /bin/bash
grub-install /dev/sda
And i recover grub and the linux, but i cannot access again to windows loader...
How can i solve it? I think that when i do grub-install it destroys the before MBR, and i would like to preserve or move to other side to allow after that that Grub Loader can access to NTLDR (before MBR) through WIndows Loader entry.
I have also tried another alternative that appears here: https://wiki.archlinux.org/index.php/Gr … ot_in_BIOS
Trying to avoid the WIndows Loader and put the two entries specifically in Grub Loader.
I do the process and add to /etc/grub.d/40_custom
#Windows 7
menuentry "Microsoft Windows 7 BIOS-MBR" {
insmod part_msdos
insmod ntfs
insmod search_fs_uuid
insmod ntldr
search --fs-uuid --no-floppy --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 5950F0AB218845D1
ntldr /bootmgr
menuentry "Microsoft Windows XP" {
insmod part_msdos
insmod ntfs
insmod search_fs_uuid
insmod ntldr
search --fs-uuid --no-floppy --set=root --hint-bios=hd0,msdos2 --hint-efi=hd0,msdos2 --hint-baremetal=ahci0,msdos2 F0FC4E7EFC4E3EDA
ntldr /ntldr
Then, grub-mkconfig but when i reboot, they don't appear.
Another test i have done is change the chainloader from this:
#Windows 7 Loader
menuentry "Windows Loader" {
set root=(hd0,0)
chainloader (hd0,0)+1
To this:
#Windows 7 Loader
menuentry "Windows Loader" {
set root=(hd0,1)
chainloader (hd0,1)+1
But nothing. I don't know if there is any way to move the NTLDR (Windows Loader for xp and 7) e.g. to /dev/sda2, and in /dev/sda1 allocated the MBR that points to GRUB2, and then from GRUB2 in Windows Loader, a pointer to /dev/sda2 NTLDR. I don't know if it works like that.
Any help?
Last edited by Zzipo (2013-01-07 22:11:01)

Boot Info Script 0.61 [1 April 2012]
============================= Boot Info Summary: ===============================
=> Grub2 (v1.99) is installed in the MBR of /dev/sda and looks at sector 1 of
the same hard drive for core.img. core.img is at this location and looks
in partition 99 for .
sda1: __________________________________________________________________________
File system: ntfs
Boot sector type: Windows XP: NTFS
Boot sector info: No errors found in the Boot Parameter Block.
Operating System: Windows 7
Boot files: /boot.ini /bootmgr /Boot/BCD
/Windows/System32/winload.exe /ntldr /NTDETECT.COM
sda2: __________________________________________________________________________
File system: ntfs
Boot sector type: Windows XP: NTFS
Boot sector info: No errors found in the Boot Parameter Block.
Operating System: Windows XP
Boot files: /NTLDR /NTDETECT.COM
sda3: __________________________________________________________________________
File system: Extended Partition
Boot sector type: Unknown
Boot sector info:
sda5: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System: Arch Linux ()
Boot files: /boot/grub/grub.cfg /etc/fstab /etc/lilo.conf
/boot/syslinux/syslinux.cfg
sda6: __________________________________________________________________________
File system: swap
Boot sector type: -
Boot sector info:
sda4: __________________________________________________________________________
File system: ntfs
Boot sector type: Windows Vista/7: NTFS
Boot sector info: No errors found in the Boot Parameter Block.
Operating System:
Boot files:
============================ Drive/Partition Info: =============================
Drive: sda _____________________________________________________________________
Disk /dev/sda: 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
Partition Boot Start Sector End Sector # of Sectors Id System
/dev/sda1 * 2,048 139,681,791 139,679,744 7 NTFS / exFAT / HPFS
/dev/sda2 139,681,792 180,641,791 40,960,000 7 NTFS / exFAT / HPFS
/dev/sda3 180,641,792 242,081,791 61,440,000 5 Extended
/dev/sda5 180,643,840 239,982,591 59,338,752 83 Linux
/dev/sda6 239,984,640 242,081,791 2,097,152 82 Linux swap / Solaris
/dev/sda4 242,081,792 976,773,119 734,691,328 7 NTFS / exFAT / HPFS
"blkid" output: ________________________________________________________________
Device UUID TYPE LABEL
/dev/sda1 5950F0AB218845D1 ntfs Juegos
/dev/sda2 F0FC4E7EFC4E3EDA ntfs
/dev/sda4 25EF7EEE7BF9CEE0 ntfs Datos
/dev/sda5 d24b6d6c-53ae-4559-b453-ab085e2625a6 ext4
/dev/sda6 c66e6518-27a5-46ab-8063-b8675049d58f swap
================================ Mount points: =================================
Device Mount_Point Type Options
/dev/sda4 /media/Datos fuseblk (rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other,blksize=4096)
/dev/sda5 / ext4 (rw,relatime,data=ordered)
================================ sda1/boot.ini: ================================
[boot loader]
timeout=30
default=multi(0)disk(0)rdisk(0)partition(2)\WINDOWS
[operating systems]
multi(0)disk(0)rdisk(0)partition(2)\WINDOWS="Windows XP Professional" /fastdetect
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Professional" /noexecute=optin /fastdetect
=========================== sda5/boot/grub/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 [ x$feature_default_font_path = xy ] ; then
font=unicode
else
insmod part_msdos
insmod ext2
set root='hd0,msdos5'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 d24b6d6c-53ae-4559-b453-ab085e2625a6
else
search --no-floppy --fs-uuid --set=root d24b6d6c-53ae-4559-b453-ab085e2625a6
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=es_ES
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-d24b6d6c-
53ae-4559-b453-ab085e2625a6' {
load_video
set gfxpayload=keep
insmod gzio
insmod part_msdos
insmod ext2
set root='hd0,msdos5'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 d24b6d6c-53ae-4559-b453-ab085e2625a6
else
search --no-floppy --fs-uuid --set=root d24b6d6c-53ae-4559-b453-ab085e2625a6
fi
echo 'Loading Linux core repo kernel ...'
linux /boot/vmlinuz-linux root=UUID=d24b6d6c-53ae-4559-b453-ab085e2625a6 ro quiet
echo 'Loading initial ramdisk ...'
initrd /boot/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-d24b6d6c-53ae-4559-b453-ab085e2625a6' {
load_video
set gfxpayload=keep
insmod gzio
insmod part_msdos
insmod ext2
set root='hd0,msdos5'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 d24b6d6c-53ae-4559-b453-ab085e2625a6
else
search --no-floppy --fs-uuid --set=root d24b6d6c-53ae-4559-b453-ab085e2625a6
fi
echo 'Loading Linux core repo kernel ...'
linux /boot/vmlinuz-linux root=UUID=d24b6d6c-53ae-4559-b453-ab085e2625a6 ro quiet
echo 'Loading initial ramdisk ...'
initrd /boot/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.
#Windows 7 Loader
menuentry "Windows Loader" {
set root=(hd0,2)
chainloader (hd0,2)+1
### 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 ###
=============================== sda5/etc/fstab: ================================
# /etc/fstab: static file system information
# <file system> <dir> <type> <options> <dump> <pass>
tmpfs /tmp tmpfs nodev,nosuid 0 0
# UUID=d24b6d6c-53ae-4559-b453-ab085e2625a6
/dev/sda5 / ext4 rw,relatime,data=ordered 0 1
# UUID=B2A1-1615
#/dev/sdc1 /media/pen vfat rw,relatime,fmask=0022,dmask=0022,codepage=cp437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro 0 2
# UUID=c66e6518-27a5-46ab-8063-b8675049d58f
/dev/sda6 none swap defaults 0 0
/dev/sda4 /media/Datos ntfs-3g rw,relatime,auto 0 1
============================= sda5/etc/lilo.conf: ==============================
# /etc/lilo.conf
boot=/dev/hda
# This line often fixes L40 errors on bootup
# disk=/dev/hda bios=0x80
default=arch
timeout=50
lba32
prompt
image=/boot/vmlinuz-linux
label=arch
root=/dev/hda3
initrd=/boot/initramfs-linux.img
read-only
image=/boot/vmlinuz-linux
label=arch-fallback
root=/dev/hda3
initrd=/boot/initramfs-linux-fallback.img
read-only
#other=/dev/hda1
# label=dos
======================= sda5/boot/syslinux/syslinux.cfg: =======================
# Config file for Syslinux -
# /boot/syslinux/syslinux.cfg
# Comboot modules:
# * menu.c32 - provides a text menu
# * vesamenu.c32 - provides a graphical menu
# * chain.c32 - chainload MBRs, partition boot sectors, Windows bootloaders
# * hdt.c32 - hardware detection tool
# * reboot.c32 - reboots the system
# * poweroff.com - shutdown the system
# To Use: Copy the respective files from /usr/lib/syslinux to /boot/syslinux.
# If /usr and /boot are on the same file system, symlink the files instead
# of copying them.
# If you do not use a menu, a 'boot:' prompt will be shown and the system
# will boot automatically after 5 seconds.
# Please review the wiki: [url]https://wiki.archlinux.org/index.php/Syslinux[/url]
# The wiki provides further configuration examples
DEFAULT arch
PROMPT 0 # Set to 1 if you always want to display the boot: prompt
TIMEOUT 50
# You can create syslinux keymaps with the keytab-lilo tool
#KBDMAP de.ktl
# Menu Configuration
# Either menu.c32 or vesamenu32.c32 must be copied to /boot/syslinux
UI menu.c32
#UI vesamenu.c32
# Refer to [url]http://syslinux.zytor.com/wiki/index.php/Doc/menu[/url]
MENU TITLE Arch Linux
#MENU BACKGROUND splash.png
MENU COLOR border 30;44 #40ffffff #a0000000 std
MENU COLOR title 1;36;44 #9033ccff #a0000000 std
MENU COLOR sel 7;37;40 #e0ffffff #20ffffff all
MENU COLOR unsel 37;44 #50ffffff #a0000000 std
MENU COLOR help 37;40 #c0ffffff #a0000000 std
MENU COLOR timeout_msg 37;40 #80ffffff #00000000 std
MENU COLOR timeout 1;37;40 #c0ffffff #00000000 std
MENU COLOR msg07 37;40 #90ffffff #a0000000 std
MENU COLOR tabmsg 31;40 #30ffffff #00000000 std
# boot sections follow
# TIP: If you want a 1024x768 framebuffer, add "vga=773" to your kernel line.
LABEL arch
MENU LABEL Arch Linux
LINUX ../vmlinuz-linux
APPEND root=/dev/sda3 ro
INITRD ../initramfs-linux.img
LABEL archfallback
MENU LABEL Arch Linux Fallback
LINUX ../vmlinuz-linux
APPEND root=/dev/sda3 ro
INITRD ../initramfs-linux-fallback.img
#LABEL windows
# MENU LABEL Windows
# COM32 chain.c32
# APPEND hd0 1
LABEL hdt
MENU LABEL HDT (Hardware Detection Tool)
COM32 hdt.c32
LABEL reboot
MENU LABEL Reboot
COM32 reboot.c32
LABEL off
MENU LABEL Power Off
COMBOOT poweroff.com
=================== sda5: Location of files loaded by Grub: ====================
GiB - GB File Fragment(s)
90.323257446 = 96.983859200 boot/grub/grub.cfg 1
112.360614777 = 120.646291456 boot/initramfs-linux-fallback.img 1
87.491901398 = 93.943713792 boot/initramfs-linux.img 1
110.640808105 = 118.799663104 boot/vmlinuz-linux 1
================= sda5: Location of files loaded by Syslinux: ==================
GiB - GB File Fragment(s)
98.263214111 = 105.509322752 boot/syslinux/syslinux.cfg 1
======================== Unknown MBRs/Boot Sectors/etc: ========================
Unknown BootLoader on sda3
00000000 96 6f 4e 5e d0 3b 99 1c 18 98 de 4a ca 47 ed 0a |.oN^.;.....J.G..|
00000010 72 79 71 b5 e0 5d 2c f5 c1 71 de d9 63 04 84 c7 |ryq..],..q..c...|
00000020 b2 6f 3e a3 5f 99 1b a0 2d 78 17 ad fb 69 ee c2 |.o>._...-x...i..|
00000030 a9 4e 96 33 a1 1c c3 80 06 ee 22 f1 be 5a 06 62 |.N.3......"..Z.b|
00000040 c8 8f 6f d6 bb cf 7e 12 c0 d8 5b 90 85 95 ff 1e |..o...~...[.....|
00000050 80 fa ea 89 d5 aa e6 cd b5 ed 01 93 24 05 fb 81 |............$...|
00000060 00 00 0c f6 08 00 00 e8 01 42 5c 00 00 00 00 af |.........B\.....|
00000070 01 21 0c 4f bf ff ff ff ff fe a9 c2 61 50 91 84 |.!.O........aP..|
00000080 64 11 09 04 7e 37 1d 71 aa 99 ed 37 5a 9e 6b 61 |d...~7.q...7Z.ka|
00000090 75 ca f9 b6 d2 eb 89 47 14 ba be bc b6 1e c7 fc |u......G........|
000000a0 7f 36 30 c5 54 f6 c5 9d dc e4 e7 1a af 69 4e bc |.60.T........iN.|
000000b0 12 94 d0 81 d2 f1 a9 4d d4 6f b1 25 e8 0f dc a2 |.......M.o.%....|
000000c0 e8 de 64 84 c5 a4 67 32 95 c0 00 51 27 70 0b 08 |..d...g2...Q'p..|
000000d0 82 f6 02 e0 80 02 c1 00 05 a6 0a 00 22 16 00 5c |............"..\|
000000e0 00 99 20 05 00 04 40 00 00 25 4a e1 60 a0 48 c2 |.. ...@..%J.`.H.|
000000f0 62 08 fc 4e b8 be ab 5b f3 51 c5 ca c8 bb ad 97 |b..N...[.Q......|
00000100 b9 59 17 37 24 c8 4b 6a f5 c8 7e 21 68 d0 52 ba |.Y.7$.Kj..~!h.R.|
00000110 dc ae 15 ed 16 8d 48 c7 21 12 e8 1c 9c 6f 44 bb |......H.!....oD.|
00000120 16 82 f5 23 69 e7 09 f7 25 45 55 93 08 b9 44 c5 |...#i...%EU...D.|
00000130 8a 09 b1 16 9c 80 05 2c 2b 31 0a c4 50 13 00 27 |.......,+1..P..'|
00000140 40 12 54 09 00 02 40 a0 02 f3 00 98 01 30 50 01 |@[email protected].|
00000150 10 14 00 01 70 01 c0 00 00 00 f3 08 00 00 e5 01 |....p...........|
00000160 42 73 00 00 00 00 af 01 21 2c 4f ff ff ff ff ff |Bs......!,O.....|
00000170 fe a6 02 61 40 91 87 e9 6b 89 d6 aa b8 bc b4 f3 |[email protected].......|
00000180 b9 55 14 cd 65 65 4a ae 12 a5 8b 4b bf a7 20 be |.U..eeJ....K.. .|
00000190 97 e8 79 05 32 cb 1b 76 c6 34 a5 99 6d 7e 48 dd |..y.2..v.4..m~H.|
000001a0 b9 d6 1c 46 51 c9 06 49 2d 05 b0 05 63 64 62 50 |...FQ..I-...cdbP|
000001b0 bc 65 05 9b 83 18 98 1c 20 7e 00 13 28 81 00 fe |.e...... ~..(...|
000001c0 ff ff 83 fe ff ff 00 08 00 00 00 70 89 03 00 fe |...........p....|
000001d0 ff ff 05 fe ff ff 00 78 89 03 00 08 20 00 00 00 |.......x.... ...|
000001e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
000001f0 00 00 00 00 00 00 00 Boot Info Script 0.61 [1 April 2012]
============================= Boot Info Summary: ===============================
=> Grub2 (v1.99) is installed in the MBR of /dev/sda and looks at sector 1 of
the same hard drive for core.img. core.img is at this location and looks
in partition 99 for .
sda1: __________________________________________________________________________
File system: ntfs
Boot sector type: Windows XP: NTFS
Boot sector info: No errors found in the Boot Parameter Block.
Operating System: Windows 7
Boot files: /boot.ini /bootmgr /Boot/BCD
/Windows/System32/winload.exe /ntldr /NTDETECT.COM
sda2: __________________________________________________________________________
File system: ntfs
Boot sector type: Windows XP: NTFS
Boot sector info: No errors found in the Boot Parameter Block.
Operating System: Windows XP
Boot files: /NTLDR /NTDETECT.COM
sda3: __________________________________________________________________________
File system: Extended Partition
Boot sector type: Unknown
Boot sector info:
sda5: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System: Arch Linux ()
Boot files: /boot/grub/grub.cfg /etc/fstab /etc/lilo.conf
/boot/syslinux/syslinux.cfg
sda6: __________________________________________________________________________
File system: swap
Boot sector type: -
Boot sector info:
sda4: __________________________________________________________________________
File system: ntfs
Boot sector type: Windows Vista/7: NTFS
Boot sector info: No errors found in the Boot Parameter Block.
Operating System:
Boot files:
============================ Drive/Partition Info: =============================
Drive: sda _____________________________________________________________________
Disk /dev/sda: 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
Partition Boot Start Sector End Sector # of Sectors Id System
/dev/sda1 * 2,048 139,681,791 139,679,744 7 NTFS / exFAT / HPFS
/dev/sda2 139,681,792 180,641,791 40,960,000 7 NTFS / exFAT / HPFS
/dev/sda3 180,641,792 242,081,791 61,440,000 5 Extended
/dev/sda5 180,643,840 239,982,591 59,338,752 83 Linux
/dev/sda6 239,984,640 242,081,791 2,097,152 82 Linux swap / Solaris
/dev/sda4 242,081,792 976,773,119 734,691,328 7 NTFS / exFAT / HPFS
"blkid" output: ________________________________________________________________
Device UUID TYPE LABEL
/dev/sda1 5950F0AB218845D1 ntfs Juegos
/dev/sda2 F0FC4E7EFC4E3EDA ntfs
/dev/sda4 25EF7EEE7BF9CEE0 ntfs Datos
/dev/sda5 d24b6d6c-53ae-4559-b453-ab085e2625a6 ext4
/dev/sda6 c66e6518-27a5-46ab-8063-b8675049d58f swap
================================ Mount points: =================================
Device Mount_Point Type Options
/dev/sda4 /media/Datos fuseblk (rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other,blksize=4096)
/dev/sda5 / ext4 (rw,relatime,data=ordered)
================================ sda1/boot.ini: ================================
[boot loader]
timeout=30
default=multi(0)disk(0)rdisk(0)partition(2)\WINDOWS
[operating systems]
multi(0)disk(0)rdisk(0)partition(2)\WINDOWS="Windows XP Professional" /fastdetect
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Professional" /noexecute=optin /fastdetect
=========================== sda5/boot/grub/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 [ x$feature_default_font_path = xy ] ; then
font=unicode
else
insmod part_msdos
insmod ext2
set root='hd0,msdos5'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 d24b6d6c-53ae-4559-b453-ab085e2625a6
else
search --no-floppy --fs-uuid --set=root d24b6d6c-53ae-4559-b453-ab085e2625a6
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=es_ES
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-d24b6d6c-
53ae-4559-b453-ab085e2625a6' {
load_video
set gfxpayload=keep
insmod gzio
insmod part_msdos
insmod ext2
set root='hd0,msdos5'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 d24b6d6c-53ae-4559-b453-ab085e2625a6
else
search --no-floppy --fs-uuid --set=root d24b6d6c-53ae-4559-b453-ab085e2625a6
fi
echo 'Loading Linux core repo kernel ...'
linux /boot/vmlinuz-linux root=UUID=d24b6d6c-53ae-4559-b453-ab085e2625a6 ro quiet
echo 'Loading initial ramdisk ...'
initrd /boot/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-d24b6d6c-53ae-4559-b453-ab085e2625a6' {
load_video
set gfxpayload=keep
insmod gzio
insmod part_msdos
insmod ext2
set root='hd0,msdos5'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 d24b6d6c-53ae-4559-b453-ab085e2625a6
else
search --no-floppy --fs-uuid --set=root d24b6d6c-53ae-4559-b453-ab085e2625a6
fi
echo 'Loading Linux core repo kernel ...'
linux /boot/vmlinuz-linux root=UUID=d24b6d6c-53ae-4559-b453-ab085e2625a6 ro quiet
echo 'Loading initial ramdisk ...'
initrd /boot/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.
#Windows 7 Loader
menuentry "Windows Loader" {
set root=(hd0,2)
chainloader (hd0,2)+1
### 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 ###
=============================== sda5/etc/fstab: ================================
# /etc/fstab: static file system information
# <file system> <dir> <type> <options> <dump> <pass>
tmpfs /tmp tmpfs nodev,nosuid 0 0
# UUID=d24b6d6c-53ae-4559-b453-ab085e2625a6
/dev/sda5 / ext4 rw,relatime,data=ordered 0 1
# UUID=B2A1-1615
#/dev/sdc1 /media/pen vfat rw,relatime,fmask=0022,dmask=0022,codepage=cp437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro 0 2
# UUID=c66e6518-27a5-46ab-8063-b8675049d58f
/dev/sda6 none swap defaults 0 0
/dev/sda4 /media/Datos ntfs-3g rw,relatime,auto 0 1
============================= sda5/etc/lilo.conf: ==============================
# /etc/lilo.conf
boot=/dev/hda
# This line often fixes L40 errors on bootup
# disk=/dev/hda bios=0x80
default=arch
timeout=50
lba32
prompt
image=/boot/vmlinuz-linux
label=arch
root=/dev/hda3
initrd=/boot/initramfs-linux.img
read-only
image=/boot/vmlinuz-linux
label=arch-fallback
root=/dev/hda3
initrd=/boot/initramfs-linux-fallback.img
read-only
#other=/dev/hda1
# label=dos
======================= sda5/boot/syslinux/syslinux.cfg: =======================
# Config file for Syslinux -
# /boot/syslinux/syslinux.cfg
# Comboot modules:
# * menu.c32 - provides a text menu
# * vesamenu.c32 - provides a graphical menu
# * chain.c32 - chainload MBRs, partition boot sectors, Windows bootloaders
# * hdt.c32 - hardware detection tool
# * reboot.c32 - reboots the system
# * poweroff.com - shutdown the system
# To Use: Copy the respective files from /usr/lib/syslinux to /boot/syslinux.
# If /usr and /boot are on the same file system, symlink the files instead
# of copying them.
# If you do not use a menu, a 'boot:' prompt will be shown and the system
# will boot automatically after 5 seconds.
# Please review the wiki: [url]https://wiki.archlinux.org/index.php/Syslinux[/url]
# The wiki provides further configuration examples
DEFAULT arch
PROMPT 0 # Set to 1 if you always want to display the boot: prompt
TIMEOUT 50
# You can create syslinux keymaps with the keytab-lilo tool
#KBDMAP de.ktl
# Menu Configuration
# Either menu.c32 or vesamenu32.c32 must be copied to /boot/syslinux
UI menu.c32
#UI vesamenu.c32
# Refer to [url]http://syslinux.zytor.com/wiki/index.php/Doc/menu[/url]
MENU TITLE Arch Linux
#MENU BACKGROUND splash.png
MENU COLOR border 30;44 #40ffffff #a0000000 std
MENU COLOR title 1;36;44 #9033ccff #a0000000 std
MENU COLOR sel 7;37;40 #e0ffffff #20ffffff all
MENU COLOR unsel 37;44 #50ffffff #a0000000 std
MENU COLOR help 37;40 #c0ffffff #a0000000 std
MENU COLOR timeout_msg 37;40 #80ffffff #00000000 std
MENU COLOR timeout 1;37;40 #c0ffffff #00000000 std
MENU COLOR msg07 37;40 #90ffffff #a0000000 std
MENU COLOR tabmsg 31;40 #30ffffff #00000000 std
# boot sections follow
# TIP: If you want a 1024x768 framebuffer, add "vga=773" to your kernel line.
LABEL arch
MENU LABEL Arch Linux
LINUX ../vmlinuz-linux
APPEND root=/dev/sda3 ro
INITRD ../initramfs-linux.img
LABEL archfallback
MENU LABEL Arch Linux Fallback
LINUX ../vmlinuz-linux
APPEND root=/dev/sda3 ro
INITRD ../initramfs-linux-fallback.img
#LABEL windows
# MENU LABEL Windows
# COM32 chain.c32
# APPEND hd0 1
LABEL hdt
MENU LABEL HDT (Hardware Detection Tool)
COM32 hdt.c32
LABEL reboot
MENU LABEL Reboot
COM32 reboot.c32
LABEL off
MENU LABEL Power Off
COMBOOT poweroff.com
=================== sda5: Location of files loaded by Grub: ====================
GiB - GB File Fragment(s)
90.323257446 = 96.983859200 boot/grub/grub.cfg 1
112.360614777 = 120.646291456 boot/initramfs-linux-fallback.img 1
87.491901398 = 93.943713792 boot/initramfs-linux.img 1
110.640808105 = 118.799663104 boot/vmlinuz-linux 1
================= sda5: Location of files loaded by Syslinux: ==================
GiB - GB File Fragment(s)
98.263214111 = 105.509322752 boot/syslinux/syslinux.cfg 1
======================== Unknown MBRs/Boot Sectors/etc: ========================
Unknown BootLoader on sda3
00000000 96 6f 4e 5e d0 3b 99 1c 18 98 de 4a ca 47 ed 0a |.oN^.;.....J.G..|
00000010 72 79 71 b5 e0 5d 2c f5 c1 71 de d9 63 04 84 c7 |ryq..],..q..c...|
00000020 b2 6f 3e a3 5f 99 1b a0 2d 78 17 ad fb 69 ee c2 |.o>._...-x...i..|
00000030 a9 4e 96 33 a1 1c c3 80 06 ee 22 f1 be 5a 06 62 |.N.3......"..Z.b|
00000040 c8 8f 6f d6 bb cf 7e 12 c0 d8 5b 90 85 95 ff 1e |..o...~...[.....|
00000050 80 fa ea 89 d5 aa e6 cd b5 ed 01 93 24 05 fb 81 |............$...|
00000060 00 00 0c f6 08 00 00 e8 01 42 5c 00 00 00 00 af |.........B\.....|
00000070 01 21 0c 4f bf ff ff ff ff fe a9 c2 61 50 91 84 |.!.O........aP..|
00000080 64 11 09 04 7e 37 1d 71 aa 99 ed 37 5a 9e 6b 61 |d...~7.q...7Z.ka|
00000090 75 ca f9 b6 d2 eb 89 47 14 ba be bc b6 1e c7 fc |u......G........|
000000a0 7f 36 30 c5 54 f6 c5 9d dc e4 e7 1a af 69 4e bc |.60.T........iN.|
000000b0 12 94 d0 81 d2 f1 a9 4d d4 6f b1 25 e8 0f dc a2 |.......M.o.%....|
000000c0 e8 de 64 84 c5 a4 67 32 95 c0 00 51 27 70 0b 08 |..d...g2...Q'p..|
000000d0 82 f6 02 e0 80 02 c1 00 05 a6 0a 00 22 16 00 5c |............"..\|
000000e0 00 99 20 05 00 04 40 00 00 25 4a e1 60 a0 48 c2 |.. ...@..%J.`.H.|
000000f0 62 08 fc 4e b8 be ab 5b f3 51 c5 ca c8 bb ad 97 |b..N...[.Q......|
00000100 b9 59 17 37 24 c8 4b 6a f5 c8 7e 21 68 d0 52 ba |.Y.7$.Kj..~!h.R.|
00000110 dc ae 15 ed 16 8d 48 c7 21 12 e8 1c 9c 6f 44 bb |......H.!....oD.|
00000120 16 82 f5 23 69 e7 09 f7 25 45 55 93 08 b9 44 c5 |...#i...%EU...D.|
00000130 8a 09 b1 16 9c 80 05 2c 2b 31 0a c4 50 13 00 27 |.......,+1..P..'|
00000140 40 12 54 09 00 02 40 a0 02 f3 00 98 01 30 50 01 |@[email protected].|
00000150 10 14 00 01 70 01 c0 00 00 00 f3 08 00 00 e5 01 |....p...........|
00000160 42 73 00 00 00 00 af 01 21 2c 4f ff ff ff ff ff |Bs......!,O.....|
00000170 fe a6 02 61 40 91 87 e9 6b 89 d6 aa b8 bc b4 f3 |[email protected].......|
00000180 b9 55 14 cd 65 65 4a ae 12 a5 8b 4b bf a7 20 be |.U..eeJ....K.. .|
00000190 97 e8 79 05 32 cb 1b 76 c6 34 a5 99 6d 7e 48 dd |..y.2..v.4..m~H.|
000001a0 b9 d6 1c 46 51 c9 06 49 2d 05 b0 05 63 64 62 50 |...FQ..I-...cdbP|
000001b0 bc 65 05 9b 83 18 98 1c 20 7e 00 13 28 81 00 fe |.e...... ~..(...|
000001c0 ff ff 83 fe ff ff 00 08 00 00 00 70 89 03 00 fe |...........p....|
000001d0 ff ff 05 fe ff ff 00 78 89 03 00 08 20 00 00 00 |.......x.... ...|
000001e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
000001f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 55 aa |..............U.|
00000200
=============================== StdErr Messages: ===============================
No volume groups found
mdadm: No arrays found in config file or automatically
00 00 00 00 00 00 00 55 aa |..............U.|
00000200
=============================== StdErr Messages: ===============================
No volume groups found
mdadm: No arrays found in config file or automatically
Last edited by Zzipo (2013-01-07 22:12:58)

Similar Messages

  • Hi there not sure what I did wrong but got a message asking if I would allow the application config but was warned by commputer not to now I can't log into some sites and others won't load properly, anyone had this problem and has advice?

    Hi there not sure what I did wrong but got a message asking if I would allow the application config but was warned by commputer not to now I can't log into some sites and others won't load properly, some sites will log in but only if the stay logged in box is not checked,I'v have cleared my cashe and internet history looked through securtity setting but nothing, anyone had this problem and has any advice?

    See KB Article:  http://support.apple.com/kb/HT1274 Changing or resetting an account password
    my current country does not have a apple store....
    AS are not the only places that repair Macs.  Check out the following:
    International AASP’s & Other Services
    AASP's Outside of the USA
    How to find your nearest Apple Authorized Service Provider (AASP)
    Also, there are User Groups that can possible help.

  • RV042 Load Balancing not working correctly?

    We have an RV042 on firmware version 1.3.13.02 and 2 ISPs:
    WAN1 = Telepacific T1
    1.5Mbps down and 1.5Mbps up
    WAN2 = AT&T U-Verse
    12Mbps down and 5Mbps up
    I have it set to Load Balance, Primary WAN = WAN2
    Network Service Detection enabled, only pinging the Remote Host of 4.2.2.2 and set to Generate Log
    Bandwidth is set to:
    WAN1 = 1000Kbps upstream & downstream
    WAN2 = 5040Kbps upstream & 12000Kbps downstream
    It seems to pick WAN1 a lot of the time.  Do I have something setup wrong?

    Ok, so what do you recommend? To setup binding for ports important to direct over say… WAN1 (my fast access) shall I also keep the bandwidth management set up as is, example:
    For me it’s confusing because this config appears to be clear to me that has to control traffic the way I want .
    Thanks for your response.
    H Aragon
    De: jasbryan
    Enviado el: lunes, 20 de febrero de 2012 03:18 p.m.
    Para: HECTOR MANUEL ARAGON
    Asunto: - Re: RV042 Load Balancing not working correctly?
    Home
    Re: RV042 Load Balancing not working correctly?
    created by jasbryan in Small Business Routers - View the full discussion

  • Safari 4.0.3 running OSX 10.6.1 -  Pages are loading but NOT thumbnails?

    Just upgraded to OSX 10.6.1 running Safari 4.0.3 last week - everything was working BEFORE the upgrade - but now for some reason I have an issue where pages ARE loading including larger banners, text flash animations etc, but if the site contains small thumbnails they are not loading.
    The icon in the web bar spins and spins for ages and then suddenly where the thumbnails should be I get the blue question make as if the links are broken - which there not as this is happening to well know sites such as youtube gettyimages and ebay and its just to the thumbnails?????
    Take ebay for example, the homepage page loads in fine, and if I search for a product - the page with the listing all loads but not the thumbnail images, yet if I click a listing the full page loads without a problem?
    Any advice, I have cleared the cookies and javascript database all to no avail?

    HI,
    Try Safari Maintenance
    Carolyn

  • Upgraded to FF4 sites were slow loading or not loading at all - then I discovered it downloads if I keep moving the cursor. If I stop moving the cursor the downloading stops or slows to a crawl again.

    Upgraded to FF4 sites were slow loading or not loading at all - then I discovered it downloads if I keep moving the cursor. If I stop moving the cursor the downloading stops or slows to a crawl again. What do I do so no need to keep having to move cursor?THE DOWNLOADING ICON STOPS MOVING UNLESS I KEEP MOVING THE CURSOR AROUND.

    Clear Cookies & Cache
    * https://support.mozilla.com/en-US/kb/Template:clearCookiesCache
    Clear the Network Cache
    * https://support.mozilla.com/en-US/kb/How%20to%20clear%20the%20cache#w_clear-the-cache
    Troubleshooting extensions and themes
    * https://support.mozilla.com/en-US/kb/Troubleshooting%20extensions%20and%20themes
    Check and tell if its working.

  • SQl loader is not working in 10g but working in 9i

    In My PC i have installed both 9i and 10g. could you please tell me why it is not working

    "SQL loader is not working" is rather like "my car won't start" http://tkyte.blogspot.com/2005/06/how-to-ask-questions.html
    The 9i Oracle Client install includes sqlldr. The 10g Oracle Client install does NOT include sqlldr. You'd have to do a "Custom" Install and specifically select "Oracle Database Utilities" to install.
    See MetaLink Note#437377.1
    Edited by: Hemant K Chitale on Dec 31, 2008 3:58 PM
    Edited by: Hemant K Chitale on Dec 31, 2008 4:00 PM

  • Alert log message : Load Indicator not supported by OS

    I am running Oracle 8.1.5 on Red Hat Linux 6.1 , I am getting an alert message
    "Load Indicator not supported by OS"
    Kindly help me urgently on the below email address
    [email protected]
    Thanks

    Try turning of the Multi-threaded server option (i.e. comment out "mts" references in the init[SID].ora file). This appears to be an MTS-related bug.
    HTH
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by (Viral Shah):
    I am running Oracle 8.1.5 on Red Hat Linux 6.1 , I am getting an alert message
    "Load Indicator not supported by OS"
    Kindly help me urgently on the below email address
    [email protected]
    Thanks<HR></BLOCKQUOTE>
    null

  • Weblogic 10.0 Parsing Failure in config.xml: failed to load java type

    Hello,
    I've just installed a Weblogic 10.0 on a Linux server and when i try to start it, by :
    bash$ : sudo -u weblogic ./startWebLogic.sh
    JAVA Memory arguments: -Xms256m -Xmx512m -XX:MaxPermSize=128m
    WLS Start Mode=Production
    CLASSPATH=:/opt/weblogic/10.0/patch_wls1002/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/opt/weblogic/10.0/patch_cie640/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/opt/weblogic/10.0/jdk150_15/lib/tools.jar:/opt/weblogic/10.0/weblogic10.0/server/lib/weblogic_sp.jar:/opt/weblogic/10.0/weblogic10.0/server/lib/weblogic.jar:/opt/weblogic/10.0/modules/features/weblogic.server.modules_10.0.2.0.jar:/opt/weblogic/10.0/modules/features/com.bea.cie.common-plugin.launch_2.1.2.0.jar:/opt/weblogic/10.0/weblogic10.0/server/lib/webservices.jar:/opt/weblogic/10.0/modules/org.apache.ant_1.6.5/lib/ant-all.jar:/opt/weblogic/10.0/modules/net.sf.antcontrib_1.0b2.0/lib/ant-contrib.jar::/opt/weblogic/10.0/weblogic10.0/common/eval/pointbase/lib/pbclient51.jar:/opt/weblogic/10.0/weblogic10.0/server/lib/xqrl.jar::
    PATH=/opt/weblogic/10.0/weblogic10.0/server/bin:/opt/weblogic/10.0/modules/org.apache.ant_1.6.5/bin:/opt/weblogic/10.0/jdk150_15/jre/bin:/opt/weblogic/10.0/jdk150_15/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/X11R6/bin
    * To start WebLogic Server, use a username and *
    * password assigned to an admin-level user. For *
    * server administration, use the WebLogic Server *
    * console at http://hostname:port/console *
    starting weblogic with Java version:
    java version "1.5.0_15"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_15-b04)
    Java HotSpot(TM) Server VM (build 1.5.0_15-b04, mixed mode)
    Starting WLS with line:
    /opt/weblogic/10.0/jdk150_15/bin/java -server -Xms256m -Xmx512m -XX:MaxPermSize=128m -da -Dplatform.home=/opt/weblogic/10.0/weblogic10.0 -Dwls.home=/opt/weblogic/10.0/weblogic10.0/server -Dweblogic.home=/opt/weblogic/10.0/weblogic10.0/server -Dwli.home= -Dweblogic.management.discover=true -Dwlw.iterativeDev=false -Dwlw.testConsole=false -Dwlw.logErrorsToConsole= -Dweblogic.ext.dirs=/opt/weblogic/10.0/patch_wls1002/profiles/default/sysext_manifest_classpath:/opt/weblogic/10.0/patch_cie640/profiles/default/sysext_manifest_classpath -Dweblogic.security.providers.authentication.LDAPDelegatePoolSize=50 -Dweblogic.management.username=system -Dweblogic.management.password=admin9424 -Dweblogic.Name=AdminServer -Djava.security.policy=/opt/weblogic/10.0/weblogic10.0/server/lib/weblogic.policy weblogic.Server
    <Jun 7, 2010 9:49:12 AM CEST> <Notice> <WebLogicServer> <BEA-000395> <Following extensions directory contents added to the end of the classpath:
    /opt/weblogic/10.0/weblogic10.0/platform/lib/p13n/p13n-schemas.jar:/opt/weblogic/10.0/weblogic10.0/platform/lib/p13n/p13n_common.jar:/opt/weblogic/10.0/weblogic10.0/platform/lib/p13n/p13n_system.jar:/opt/weblogic/10.0/weblogic10.0/platform/lib/p13n/wlp_services.jar:/opt/weblogic/10.0/weblogic10.0/platform/lib/wlp/netuix_common.jar:/opt/weblogic/10.0/weblogic10.0/platform/lib/wlp/netuix_schemas.jar:/opt/weblogic/10.0/weblogic10.0/platform/lib/wlp/netuix_system.jar:/opt/weblogic/10.0/weblogic10.0/platform/lib/wlp/wsrp-client.jar:/opt/weblogic/10.0/weblogic10.0/platform/lib/wlp/wsrp-common.jar>
    <Jun 7, 2010 9:49:13 AM CEST> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with Java HotSpot(TM) Server VM Version 1.5.0_15-b04 from Sun Microsystems Inc.>
    <Jun 7, 2010 9:49:13 AM CEST> <Info> <Management> <BEA-141107> <Version: WebLogic Server 10.0 MP2 Sat Apr 25 01:45:38 EDT 2009 1213942 >
    i got the following error messages :
    *<Jun 7, 2010 9:49:14 AM CEST> <Critical> <WebLogicServer> <BEA-000362> <Server failed. Reason: [Management:141266]Parsing Failure in config.xml: failed to load java type corresponding to e=domain@http://www.bea.com/ns/weblogic/920/domain>*
    <Jun 7, 2010 9:49:14 AM CEST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FAILED>
    <Jun 7, 2010 9:49:14 AM CEST> <Error> <WebLogicServer> <BEA-000383> <A critical service failed. The server will shut itself down>
    <Jun 7, 2010 9:49:14 AM CEST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FORCE_SHUTTING_DOWN>
    If i start the server as root, it boots but i cant deploy anything.
    Any idea about this behavior ?

    Hi,
    It is the problem in prasing the DTD of config.xml file
    It look like this
    <?xml version='1.0' encoding='UTF-8'?>
    <domain xmlns="http://www.bea.com/ns/weblogic/920/domain" xmlns:sec="http://www.bea.com/ns/weblogic/90/security" xmlns:xsi="http://www.w3.org/2001/XMLSchema-
    instance" xmlns:wls="http://www.bea.com/ns/weblogic/90/security/wls" xsi:schemaLocation="http://www.bea.com/ns/weblogic/90/security/xacml http://www.bea.com/
    ns/weblogic/90/security/xacml.xsd http://www.bea.com/ns/weblogic/90/security http://www.bea.com/ns/weblogic/90/security.xsd http://www.bea.com/ns/weblogic/92
    0/domain http://www.bea.com/ns/weblogic/920/domain.xsd http://www.bea.com/ns/weblogic/90/security/wls http://www.bea.com/ns/weblogic/90/security/wls.xsd">
    Please change your DTD to this lines and start the server.
    Regards
    Ravi D

  • Final cut pro x - lion - mbp 2011 2.0 15 - not responding at all since latest update. Can't open or edit projects, loading window that pops us when you click the app (as it loads) does not go away, says loading compressor support.  Have tried reinstalling

    final cut pro x - lion - mbp 2011 2.0 15 - not responding at all since latest update. Can't open or edit projects, loading window that pops us when you click the app (as it loads) does not go away, says loading compressor support, paralyzed.  Have tried reinstalling, default settings etc
    Appreciate suggestion, working on deadline. Thanks.  

    Here is the start of the crash report:
    Process:         Final Cut Pro [20568]
    Path:            /Applications/Final Cut Pro.app/Contents/MacOS/Final Cut Pro
    Identifier:      com.apple.FinalCut
    Version:         10.0.1 (185673)
    Build Info:      ProEditor-185670300~1
    App Item ID:     424389933
    App External ID: 4138831
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [102]
    Date/Time:       2011-11-11 20:41:32.201 -0800
    OS Version:      Mac OS X 10.7.2 (11C74)
    Report Version:  9
    Interval Since Last Report:          192058 sec
    Crashes Since Last Report:           14
    Per-App Interval Since Last Report:  157161 sec
    Per-App Crashes Since Last Report:   14
    Anonymous UUID:                      DD542B2F-58A0-482E-AAFA-ECADEC76F562
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x0000000280000003
    VM Regions Near 0x280000003:
        CG shared images       00000001cbf62000-00000001cc182000 [ 2176K] r--/r-- SM=SHM 
    -->
        STACK GUARD            00007fff5bc00000-00007fff5f400000 [ 56.0M] ---/rwx SM=NUL  stack guard for thread 0
    Application Specific Information:
    objc[20568]: garbage collection is OFF

  • My iphone 4 after update ios wont turn on and stuck in restore with apple logo and loading bar not move

    When I update the ios on my Iphone 4 it wont turn on and I tried to restore it, but it stuck in restore with apple logo and loading bar not move at all, I contact apple support and they tried to help me but nothing work, then they told me to send it to replace it and I need to pay $149, that's mean if anybody has any problem with his iphone even the problem from apple software you need to pay, that's not fair at all.... I will try to sale all our apple device and by Samsung device to resolve this problems.

    I believe this means that it is bricked, just sell it for parts, to someone like me

  • I've lost a load of notes, but dont know why or how to get them back. I cant find the folder that is in my Yahoo account that people have suggested might be the location for the messages.  I recently signed into iCloud for the first time.

    I've lost a load of notes, but dont know why or how to get them back. I cant find the folder that is in my Yahoo account that people have suggested might be the location for the messages.  I recently signed into iCloud for the first time.  Any idea how to get the notes back?   I really dont want to lose them.

    It should keep asking for the password, because it's trying to check for purchases... As soon as you login, it will see you have pending downloads and create the downloads section on the left below Purchases under the Store section. Then it will start the music downloads there, as they will be listed one below the other.
    You could just try to check your account balance or view your account and that will trigger a password request too. You can just click on that and say that now iTunes keeps asking for the password and ask him to help you with that. Trick would be to interrupt him so that he carries on with another task after, so he doesn't notice the download. Or you carry on with email or browsing which you were "busy" with when iTunes interrupted you for the password (stupid iTunes)

  • Data loads is not picking up all records

    Hello, wonder if anyone ever encountered the following problem.  I've been trying to load a flat file to BPC and for a year now, we've had no issues.  This time however, it seems that not all records were loaded, eventhough the status indicated the correct number of rows were successfully loaded.  Any ideas what may be causing this?  I've checked the conversion files, account dimension and nothing has changed.  Any help with this is greatly appreciated.  Ideas on how / where to check for potential trouble spots are all welcome.
    Thanks in advance.
    David

    Hello,
        If you are using the standard SSIS package import, the rejected record should be reported into the log file at the end. However, in order to see if there are rejected records or not, you can try to validate your transformation file using the same import file.
    You can also verify also the temporary files generated into D:\BPC\Data\Webfolders\APSHELL_Sorin\Finance\PrivatePublications. In this way you can find the right calues imported into the cube.
        How you check if data is loaded or not?
    Best regards,
    Mihaela

  • Middleware - Delta load is not working from CRM to R/3

    Hi Experts,
    Our client is using SAP-R/3 4.7 and CRM 5.0
    Connectivity was established via Middleware and initial load of Customizing objects and Master data( Customer and Material) was finished successfully.
    Now if i create any Customer or Product in R/3 they were replicating to CRM(Delta load), but this delta load is not working in CRM to R/3 direction.
    In CRM Administration console( Transaction code - SMOEAC) R/3 site was maintained and subscribed for Publications - All Business Partners, All Business Transactions and All Business partner Relationships.
    Can anybody help me out that why Delta load is not happening from CRM to R/3 Direction.
    Thanks in advance
    Nadh.

    Hi Nadh,
    for BPs check PIDE settings once agiain, i hope u ve already downloaded all mandatory obects for BP, because u already told that replication from r/3 to crm is ok, so check once again PIDE settings (CRM to R/3),
    for Products u ve to manual upload only
    for Products
    This may be necessary because the data is required in the OLTP System for a number of logistical processes such as procurement, inventory management, billing, financial accounting, controlling.
    cheers
    Ranga

  • (LDOM) The file just loaded does not appear to be executable.

    Sorry if this is not the right forum - it seems to be the closest one for things about LDOMs; plese let me know if I should post somewhere else.
    I have installed LDoms_Manager-1_2.zip on a T5220 Server; following the book ("Logical Domains 1.2 Administration Guide") I set up the control domain etc, then a guest domain (cranachan) - so far all appears well. I downloaded the dvd iso of Solaris 10 (sol-10-u7-ga-sparc-dvd.iso) and added it to the guest as described, started the domain and issued "boot vdisk_iso:f -v" - this seemed to work well, but there was an error that turned out to be that I had given the wrong path for the system disk.
    So I started over - removed the guest domain and the disk definitions for both guest and control domain, and removed the guest; then recreated everything. This time, when I "boot vdisk_iso:f -v" I get:
    The file just loaded does not appear to be executable.
    Any idea what may have happened? It makes no sense to me; not unless the iso file has been corrupted, but it doesn't seem to have been modified, and I can mount it as a loop-back fs in linux.

    I have the same problem with a Netra T1 system. Solaris 10 installed fine and it won't boot. It did have Solaris 8 on the system, but I put in new drives to start my Solaris 10 install.
    I tried booting to single user cd-rom (ok boot cdrom -s) and ran this:
    # installboot /usr/platform/SUNW,UltraAX-i2/lib/fs/ufs/bookblk /dev/rdsk/c1t0d0s1
    (SUNW,UltraAX-i2 was derived from # uname -i)
    It didn't help.
    I also tried "setenv diag-switch? false" at the okay prompt. It didn't help
    Any thoughts?

  • To get rid of "Load Indicator not Supported by OS!" - del MTS if u r not into IIOP.

    During database creation, even if you choose "Dedicated Server Mode" instead of "Shared Server Mode" (for MTS), you will actually be using dedicated server processes for Net8 BUT you will still use MTS for IIOP connections. That's why you have those MTS_ entries in your INIT.ORA file.
    The reason is IIOP connections to 8i can only be done with MTS.
    So, if you are not interested or will not use 8i to handle IIOP connections (in that case, maybe stick with 8.0.5 or use OAS ), comment out all MTS entries in your INIT.ORA file, restart the instance / database.
    You will then notice that the alert log has no more "Load Indicator not supported by OS" entries, while the pmon trace file will have only one entry for that message, just after startup, but never again.
    If you are interested on IIOP connections ( e.g.: the reason you chose 8i instead of 8.0.5 and OAS ), then I think Oracle is the only one who can answer this problem. Or maybe somebody with a support contract with Oracle can ask Oracle about this.
    So what does the error message mean? From what I have read, an 8i listener registered with multiple 8i dispatchers chooses the dispatcher that has the least load.
    However, even if I specify in my INIT.ORA that there is only one dispatcher (therefore assuming that it won't have to check the load of the dispatcher since there is only one to choose from), it still generates the error message.
    John Salvo

    Unfortunately, the RAM shortage on my PC mandates the use of MTS. I've modified the
    startup procedures to clean up the trace & log files, so my filesystem doesn't get filled up to the brim. I can live with the few messages in my trace & log files.

Maybe you are looking for

  • I am a Creative Cloud Member and have the Membership for one Year but in one month it syays expired

    I am a Creative Cloud Member and have the Membership for one Year. It has been only one Month and the Plan says expired. I am not sure what has happened but I am unable to find any Customer Care Number of Adobe.  Can anyone please help. Its Urgent. I

  • Problem with adding a Node in a Scene from a Node initialization

    Hi all! I am trying to create a custom Button, then I create a class that extends Rectangle, then this class add a Text on the button... but the Text is never shown! import javafx.scene.Cursor; import javafx.scene.shape.Rectangle; import javafx.scene

  • What is the ability of FCP X without hang-up?

    I am using Mac Book Pro with retina display OS X Mavericks 10.9 (Processor: 2.3 GHz, Intel core i7, Memory: 8 GB 1600MHz DDR3).  In one project, approximately upto how many GB of HD content can the FCP X  take the load without the color wheel indicat

  • IPhone 5 not charging in MacBook Pro

    I have an iPhone 5 running iOS 8.1 and a MacBook Pro of latest 2013 running OS X Yosemite. The problem is that today I plugged my iphone to my Mac and nothing happened. It wasnt detected nor it started charging. I though the problem was the cable and

  • Meeting place 8.5 backup/archive software

    Hello all, we just migrated to MP 8.5 and it there is no more FTP option for backup and archiving, only ssh/rsync. Does anybody have any recommendations that they are using for the archiving software? Thanks, Dan