• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

windows bootet nicht mehr nach update auf suse 10.3[gelöst]

hi

ich hab ein dickes problem:


ich habe eben meine opensuse 10.2 auf 10.3 geupdatet
lief auch alles gut soweit
nun wollte ich auf windows wieder booten und hab fast einen herzinfakt bekommen

Code:
Booting 'Windows'

rootnoverity (hd0,4)
chainloader (/dev/sdb) +1

Error 23: Error while parsing number

ich brauche mein windows unbedingt und unverzüglich[/u]

helft mir bitte schnell
THX

hab schon über suse nachgeschaut, die windows dateien scheinen noch in ordung zu sein

ps: hab keine windows cd
 
wo soll ich das eingeben?

edit:

ich habs gefunden

Code:
ccvorsitzender@ccvorsitzender:~> cat /etc/fstab
/dev/sda5            /                    ext3       acl,user_xattr        1 1
/dev/sda6            /home                ext3       acl,user_xattr        1 2
/dev/sda1            /windows/C           ntfs       ro,users,gid=users,umask=0002,nls=utf8 0 0
/dev/sda2            swap                 swap       defaults              0 0
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
ccvorsitzender@ccvorsitzender:~> cat /boot/grub/menu.lst
cat: /boot/grub/menu.lst: Keine Berechtigung
ccvorsitzender@ccvorsitzender:~> cat /boot/grub/device.map

oder das hier noch als root

Code:
ccvorsitzender:/home/ccvorsitzender # fdisk -l

Platte /dev/sda: 160.0 GByte, 160041885696 Byte
255 heads, 63 sectors/track, 19457 cylinders
Units = Zylinder of 16065 * 512 = 8225280 bytes
Disk identifier: 0xbda2bda2

   Gerät  boot.     Anfang        Ende     Blöcke   Id  System
/dev/sda1   *           1       11722    94156933+   7  HPFS/NTFS
/dev/sda2           11723       11852     1044225   82  Linux Swap / Solaris
/dev/sda3           11853       19457    61087162+   f  W95 Erw. (LBA)
/dev/sda5           11853       14463    20972826   83  Linux
/dev/sda6           14464       19457    40114273+  83  Linux
ccvorsitzender:/home/ccvorsitzender # cat /etc/fstab
/dev/sda5            /                    ext3       acl,user_xattr        1 1
/dev/sda6            /home                ext3       acl,user_xattr        1 2
/dev/sda1            /windows/C           ntfs       ro,users,gid=users,umask=0002,nls=utf8 0 0
/dev/sda2            swap                 swap       defaults              0 0
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
ccvorsitzender:/home/ccvorsitzender # cat /boot/grub/menu.lst
# Modified by YaST2. Last modification on So Jan 27 14:30:01 CET 2008
default 1
timeout 8
gfxmenu (hd0,4)/boot/message

###Don't change this comment - YaST2 identifier: Original name: linux###
title openSUSE 10.3
    root (hd0,4)
    kernel /boot/vmlinuz-2.6.22.5-31-default root=/dev/sda5 vga=0x31a resume=/dev/sda2 splash=silent  showopts
    initrd /boot/initrd-2.6.22.5-31-default

###Don't change this comment - YaST2 identifier: Original name: windows###
title Windows
    rootnoverify (hd0,4)
    chainloader (/dev/sdb1)+1

###Don't change this comment - YaST2 identifier: Original name: failsafe###
title Failsafe -- openSUSE 10.3
    root (hd0,4)
    kernel /boot/vmlinuz-2.6.22.5-31-default root=/dev/sda5 vga=normal showopts ide=nodma apm=off acpi=off noresume nosmp noapic maxcpus=0 edd=off 3
    initrd /boot/initrd-2.6.22.5-31-default

###Don't change this comment - YaST2 identifier: Original name: xen###
title XEN
    root (hd0,4)
    kernel /boot/xen.gz
    module /boot/vmlinuz-xen root=/dev/sda5 vga=0x31a resume=/dev/sda2 splash=silent showopts
    module /boot/initrd-xen
ccvorsitzender:/home/ccvorsitzender # cat /boot/grub/device.map
 
Code:
###Don't change this comment - YaST2 identifier: Original name: windows###
title Windows
    rootnoverify (hd0,4)
    chainloader (/dev/sdb1)+1

Mach aus diesem Eintrag in der /boot/grub/menu.lst mal das:

Code:
###Don't change this comment - YaST2 identifier: Original name: windows###
title Windows
    rootnoverify (hd0,0)
    chainloader +1

Tu dies aber bitte nicht mit YaST, sondern als root mit einem Editor deiner Wahl.
In einer Shell mit VI oder so:
Alt+F2 -> kdesu kate /boot/grub/menu.lst -> root-PW eingeben -> File editieren
 
ok ist getan

ich porbiere es nun nochmal

hoffentlich geht danach noch opensuse :lol:

edit:

bin ich froh das ich das hier unter windows schreiben kann
du hast mir eine menge ärger erspart



DANKE !!!
 
Oben