arthur_dent_2007
New Member
und Windows startet nicht mehr
//edit (RM)
Das OS aus Redmond heisst Windows => Forenregeln beachten
http://www.pc-forum24.de/ankuendigungen-wichtiges/98-erst-lesen-dann-posten-unsere-forenregeln.html
Fehlermeldung sieht wie folgt aus:
wenn ich den Eintrag editiere
startet Windows normal durch. Änderung in menu.lst wird aber immer wieder überschrieben s.o.
Linux und Mac starten normal. Jemand ne Idee?
Gruß
Arthur
P.S. es ist nen Suse 11.0
//edit (RM)
Das OS aus Redmond heisst Windows => Forenregeln beachten
http://www.pc-forum24.de/ankuendigungen-wichtiges/98-erst-lesen-dann-posten-unsere-forenregeln.html
Fehlermeldung sieht wie folgt aus:
Code:
rootnoverify (hd0,8)
chainloader (hd0,0)+1
makeactive
Error 12: Invalid device requested
Code:
root (hd0,0)
chainloader +1
Code:
linux-its6:~ # grep -i Type /etc/sysconfig/bootloader
LOADER_TYPE="grub"
## Type: yesno
## Type: integer(0:)
Code:
linux-its6:~ # grep -i location /etc/sysconfig/bootloader
---- kein Ergebnis!?
Code:
linux-its6:~ # cat /etc/sysconfig/bootloader
LOADER_TYPE="grub"
## Path: System/Bootloader
## Description: Bootloader configuration
## Type: yesno
## Default: no
#
# Should the boot cycle detection be used to
# avoid unconditional reboot cycles of not
# supervised system.
#
CYCLE_DETECTION="no"
## Type: integer(0:)
## Default: 1
#
# The number of the entry in grub's menu.lst
# which should be used on the next reboot cycle.
# Note that the first entry has the number 0.
#
CYCLE_NEXT_ENTRY="1"
Code:
linux-its6:~ # fdisk -l
Disk /dev/sda: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0xdd45dd45
Device Boot Start End Blocks Id System
/dev/sda1 * 1 2612 20973548+ 7 HPFS/NTFS
Partition 1 does not end on cylinder boundary.
/dev/sda2 2612 10460 63045632 af Unknown
Partition 2 does not end on cylinder boundary.
/dev/sda3 10460 15682 41946112 7 HPFS/NTFS
Partition 3 does not end on cylinder boundary.
/dev/sda4 20123 50141 241121280 f W95 Ext'd (LBA)
Partition 4 does not end on cylinder boundary.
/dev/sda5 20123 24202 32764903 b W95 FAT32
/dev/sda6 24202 38914 118174700+ 7 HPFS/NTFS
/dev/sda7 38914 43091 33554416 b W95 FAT32
/dev/sda8 43091 43614 4195312 82 Linux swap / Solaris
/dev/sda9 43614 44919 10486768 83 Linux
/dev/sda10 44919 48836 31458288 83 Linux
/dev/sda11 48836 50141 10486768 83 Linux
Code:
linux-its6:~ # cat /etc/fstab
/dev/disk/by-id/scsi-SATA_WDC_WD5000BEVT-_WD-WXNX08SK0465-part8 swap swap defaults 0 0
/dev/disk/by-id/scsi-SATA_WDC_WD5000BEVT-_WD-WXNX08SK0465-part9 / ext3 acl,user_xattr 1 1
/dev/disk/by-id/scsi-SATA_WDC_WD5000BEVT-_WD-WXNX08SK0465-part10 /home ext3 acl,user_xattr 1 2
/dev/disk/by-id/scsi-SATA_WDC_WD5000BEVT-_WD-WXNX08SK0465-part11 /usr ext3 acl,user_xattr 1 2
proc /proc proc defaults 0 0
sysfs /sys sysfs noauto 0 0
debugfs /sys/kernel/debug debugfs noauto 0 0
usbfs /proc/bus/usb usbfs noauto 0 0
devpts /dev/pts devpts mode=0620,gid=5 0 0
Code:
linux-its6:~ # cat /boot/grub/menu.lst
# Modified by YaST2. Last modification on Di Dez 23 13:58:01 CET 2008
default 2
timeout 8
gfxmenu (hd0,8)/boot/message
##YaST - activate
###Don't change this comment - YaST2 identifier: Original name: linux###
title openSUSE 11.0 - 2.6.25.18-0.2
root (hd0,8)
kernel /boot/vmlinuz-2.6.25.18-0.2-pae root=/dev/disk/by-id/scsi-SATA_WDC_WD5000BEVT-_WD-WXNX08SK0465-part9 showopts
initrd /boot/initrd-2.6.25.18-0.2-pae
###Don't change this comment - YaST2 identifier: Original name: failsafe###
title Failsafe -- openSUSE 11.0 - 2.6.25.18-0.2
root (hd0,8)
kernel /boot/vmlinuz-2.6.25.18-0.2-pae root=/dev/disk/by-id/scsi-SATA_WDC_WD5000BEVT-_WD-WXNX08SK0465-part9 showopts ide=nodma apm=off acpi=off noresume nosmp noapic maxcpus=0 edd=off x11failsafe vga=0x314
initrd /boot/initrd-2.6.25.18-0.2-pae
###Don't change this comment - YaST2 identifier: Original name: Windows XP###
title Windows XP
rootnoverify (hd0,8)
chainloader (hd0,0)+1
makeactive
###Don't change this comment - YaST2 identifier: Original name: Mac OS X###
title Mac OS X
root (hd0,1)
makeactive
savedefault
chainloader +1
Gruß
Arthur
P.S. es ist nen Suse 11.0