Kein Boot-Menü mehr

Acipenser

Enthusiast
Thread Starter
Mitglied seit
17.05.2007
Beiträge
973
Ort
Dort, wo der Pfeffer wächst
Hi Community,

nachdem ich meine Partition mit dem ersten OS, dass ich drauf hatte (XP), formatiert hatte, bekam ich eine Boot-Fehlermeldung und konnte weder auf Ubuntu, noch Win 7 zugreifen. Deswegen benutzte ich die SuperGrubDisc und installierte GRUB erneut auf sda, da es zuvor dort nicht mehr verfügbar war. Nun bootet mein PC zwar wieder, aber nur direkt auf Ubuntu und ein Boot-Menü kommt auch nicht. Muss dazu sagen, dass ich mich noch nicht so wirklich gut mit Ubuntu auskenne.

Hab mal ein Boot Info Script erstellen lassen:

Code:
                Boot Info Script 0.55    dated February 15th, 2010                    

============================= Boot Info Summary: ==============================

 => Grub 2 is installed in the MBR of /dev/sda and looks on the same drive in 
    partition #7 for /boot/grub.

sda1: _________________________________________________________________________

    File system:       Extended Partition
    Boot sector type:  -
    Boot sector info:  

sda5: _________________________________________________________________________

    File system:       ntfs
    Boot sector type:  Grub 2
    Boot sector info:  Grub 2 is installed in the boot sector of sda5 and 
                       looks at sector 269916033 of the same hard drive for 
                       core.img, but core.img can not be found at this 
                       location. No errors found in the Boot Parameter Block.
    Operating System:  Windows 7
    Boot files/dirs:   /Windows/System32/winload.exe

sda6: _________________________________________________________________________

    File system:       swap
    Boot sector type:  -
    Boot sector info:  

sda7: _________________________________________________________________________

    File system:       ext2
    Boot sector type:  -
    Boot sector info:  
    Operating System:  Ubuntu 10.04.1 LTS
    Boot files/dirs:   /boot/grub/menu.lst /boot/grub/grub.cfg /etc/fstab 
                       /boot/grub/core.img

sda8: _________________________________________________________________________

    File system:       ntfs
    Boot sector type:  Windows Vista/7
    Boot sector info:  According to the info in the boot sector, sda8 starts 
                       at sector 21. But according to the info from fdisk, 
                       sda8 starts at sector 307200621.
    Operating System:  
    Boot files/dirs:   

=========================== Drive/Partition Info: =============================

Drive: sda ___________________ _____________________________________________________

Platte /dev/sda: 500.1 GByte, 500107862016 Byte
255 Köpfe, 63 Sektoren/Spur, 60801 Zylinder, zusammen 976773168 Sektoren
Einheiten = Sektoren von 1 × 512 = 512 Bytes
Sector size (logical/physical): 512 bytes / 512 bytes

Partition  Boot         Start           End          Size  Id System

/dev/sda1         102,400,200   220,425,323   118,025,124   f W95 Ext d (LBA)
/dev/sda5         102,400,221   204,800,399   102,400,179   7 HPFS/NTFS
/dev/sda6         204,800,421   220,425,323    15,624,903  82 Linux swap / Solaris
/dev/sda7         220,425,345   307,198,835    86,773,491  83 Linux
/dev/sda8         307,200,621   976,771,487   669,570,867   7 HPFS/NTFS

the logical partition /dev/sda7 is not contained in the extended partition /dev/sda1
the logical partition /dev/sda8 is not contained in the extended partition /dev/sda1

blkid -c /dev/null: ____________________________________________________________

Device           UUID                                   TYPE       LABEL                         

/dev/sda1: PTTYPE="dos" 
/dev/sda5        AE3AD3F63AD3BA13                       ntfs       7                             
/dev/sda6        180cea2d-4672-48b6-baf3-d7da53351a36   swap                                     
/dev/sda7        503cf5ce-e238-4a6c-b970-bcfe4ebeab46   ext2                                     
/dev/sda8        CE50CDA450CD941D                       ntfs       Stuff                         
/dev/sda: PTTYPE="dos" 

============================ "mount | grep ^/dev  output: ===========================

Device           Mount_Point              Type       Options

/dev/sda7        /                        ext2       (rw,errors=remount-ro)


=========================== sda7/boot/grub/menu.lst: ===========================

# menu.lst - See: grub(8), info grub, update-grub(8)
#            grub-install(8), grub-floppy(8),
#            grub-md5-crypt, /usr/share/doc/grub
#            and /usr/share/doc/grub-legacy-doc/.

## default num
# Set the default entry to the entry number NUM. Numbering starts from 0, and
# the entry number 0 is the default if the command is not used.
#
# You can specify 'saved' instead of a number. In this case, the default entry
# is the entry saved with the command 'savedefault'.
# WARNING: If you are using dmraid do not use 'savedefault' or your
# array will desync and will not let you boot your system.
default		5

## timeout sec
# Set a timeout, in SEC seconds, before automatically booting the default entry
# (normally the first entry defined).
timeout		5

## hiddenmenu
# Hides the menu by default (press ESC to see the menu)
#hiddenmenu

# Pretty colours
#color cyan/blue white/blue

#A splash image for the menu
splashimage=/boot/grub/splashimages/sapphire-matrix.xpm.gz

## password ['--md5'] passwd
# If used in the first section of a menu file, disable all interactive editing
# control (menu entry editor and command-line)  and entries protected by the
# command 'lock'
# e.g. password topsecret
## password --md5 $1$gLhU0/$aW78kHK1QfV3P2b2znUoe/
# password topsecret

#
# examples
#
# title		Windows 95/98/NT/2000
# root		(hd0,0)
# makeactive
# chainloader	+1
#
# title		Linux
# root		(hd0,1)
# kernel	/vmlinuz root=/dev/hda2 ro
#

#
# Put static boot stanzas before and/or after AUTOMAGIC KERNEL LIST

### BEGIN AUTOMAGIC KERNELS LIST
## lines between the AUTOMAGIC KERNELS LIST markers will be modified
## by the debian update-grub script except for the default options below

## DO NOT UNCOMMENT THEM, Just edit them to your needs

## ## Start Default Options ##
## default kernel options
## default kernel options for automagic boot options
## If you want special options for specific kernels use kopt_x_y_z
## where x.y.z is kernel version. Minor versions can be omitted.
## e.g. kopt=root=/dev/hda1 ro
##      kopt_2_6_8=root=/dev/hdc1 ro
##      kopt_2_6_8_2_686=root=/dev/hdc2 ro
# kopt=root=UUID=503cf5ce-e238-4a6c-b970-bcfe4ebeab46 ro

## default grub root device
## e.g. groot=(hd0,0)
# groot=503cf5ce-e238-4a6c-b970-bcfe4ebeab46

## should update-grub create alternative automagic boot options
## e.g. alternative=true
##      alternative=false
# alternative=true

## should update-grub lock alternative automagic boot options
## e.g. lockalternative=true
##      lockalternative=false
# lockalternative=false

## additional options to use with the default boot option, but not with the
## alternatives
## e.g. defoptions=vga=791 resume=/dev/hda5
# defoptions=quiet splash vga=758

## should update-grub lock old automagic boot options
## e.g. lockold=false
##      lockold=true
# lockold=false

## Xen hypervisor options to use with the default Xen boot option
# xenhopt=

## Xen Linux kernel options to use with the default Xen boot option
# xenkopt=console=tty0

## altoption boot targets option
## multiple altoptions lines are allowed
## e.g. altoptions=(extra menu suffix) extra boot options
##      altoptions=(recovery) single
# altoptions=(recovery mode) single

## controls how many kernels should be put into the menu.lst
## only counts the first occurence of a kernel, not the
## alternative kernel options
## e.g. howmany=all
##      howmany=7
# howmany=all

## specify if running in Xen domU or have grub detect automatically
## update-grub will ignore non-xen kernels when running in domU and vice versa
## e.g. indomU=detect
##      indomU=true
##      indomU=false
# indomU=detect

## should update-grub create memtest86 boot option
## e.g. memtest86=true
##      memtest86=false
# memtest86=true

## should update-grub adjust the value of the default booted system
## can be true or false
# updatedefaultentry=false

## should update-grub add savedefault to the default options
## can be true or false
# savedefault=false

## ## End Default Options ##

title		Ubuntu 10.04 LTS, kernel 2.6.32-21-generic
uuid		503cf5ce-e238-4a6c-b970-bcfe4ebeab46
kernel		/boot/vmlinuz-2.6.32-21-generic root=UUID=503cf5ce-e238-4a6c-b970-bcfe4ebeab46 ro quiet splash
initrd		/boot/initrd.img-2.6.32-21-generic

title		Ubuntu 10.04 LTS, kernel 2.6.32-21-generic (recovery mode)
uuid		503cf5ce-e238-4a6c-b970-bcfe4ebeab46
kernel		/boot/vmlinuz-2.6.32-21-generic root=UUID=503cf5ce-e238-4a6c-b970-bcfe4ebeab46 ro single
initrd		/boot/initrd.img-2.6.32-21-generic

title		Ubuntu 10.04 LTS, kernel 2.6.31-20-generic
uuid		503cf5ce-e238-4a6c-b970-bcfe4ebeab46
kernel		/boot/vmlinuz-2.6.31-20-generic root=UUID=503cf5ce-e238-4a6c-b970-bcfe4ebeab46 ro quiet splash
initrd		/boot/initrd.img-2.6.31-20-generic

title		Ubuntu 10.04 LTS, kernel 2.6.31-20-generic (recovery mode)
uuid		503cf5ce-e238-4a6c-b970-bcfe4ebeab46
kernel		/boot/vmlinuz-2.6.31-20-generic root=UUID=503cf5ce-e238-4a6c-b970-bcfe4ebeab46 ro single
initrd		/boot/initrd.img-2.6.31-20-generic

title		Ubuntu 10.04 LTS, memtest86+
uuid		503cf5ce-e238-4a6c-b970-bcfe4ebeab46
kernel		/boot/memtest86+.bin

### END DEBIAN AUTOMAGIC KERNELS LIST

title Windows
rootnoverify (hd0,0)
makeactive
chainloader +1

=========================== sda7/boot/grub/grub.cfg: ===========================

#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by /usr/sbin/grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#

### BEGIN /etc/grub.d/00_header ###
if [ -s $prefix/grubenv ]; then
  load_env
fi
set default="0"
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 recordfail {
  set recordfail=1
  if [ -n ${have_grubenv} ]; then if [ -z ${boot_once} ]; then save_env recordfail; fi; fi
}
insmod ext2
set root='(hd0,7)'
search --no-floppy --fs-uuid --set 503cf5ce-e238-4a6c-b970-bcfe4ebeab46
if loadfont /usr/share/grub/unicode.pf2 ; then
set gfxmode=640x480
  insmod gfxterm
  insmod vbe
  if terminal_output gfxterm ; then true ; else
    # For backward compatibility with versions of terminal.mod that don't
    # understand terminal_output
    terminal gfxterm
  fi
fi
insmod ext2
set root='(hd0,7)'
search --no-floppy --fs-uuid --set 503cf5ce-e238-4a6c-b970-bcfe4ebeab46
set locale_dir=($root)/boot/grub/locale
set lang=de
insmod gettext
if [ ${recordfail} = 1 ]; then
  set timeout=-1
else
  set timeout=10
fi
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/05_debian_theme ###
set menu_color_normal=white/black
set menu_color_highlight=black/light-gray
### END /etc/grub.d/05_debian_theme ###

### BEGIN /etc/grub.d/10_linux ###
menuentry 'Ubuntu, mit Linux 2.6.32-24-generic' --class ubuntu --class gnu-linux --class gnu --class os {
	recordfail
	insmod ext2
	set root='(hd0,7)'
	search --no-floppy --fs-uuid --set 503cf5ce-e238-4a6c-b970-bcfe4ebeab46
	linux	/boot/vmlinuz-2.6.32-24-generic root=UUID=503cf5ce-e238-4a6c-b970-bcfe4ebeab46 ro  splash vga=769  quiet splash
	initrd	/boot/initrd.img-2.6.32-24-generic
}
menuentry 'Ubuntu, mit Linux 2.6.32-24-generic (Wiederherstellungsmodus)' --class ubuntu --class gnu-linux --class gnu --class os {
	recordfail
	insmod ext2
	set root='(hd0,7)'
	search --no-floppy --fs-uuid --set 503cf5ce-e238-4a6c-b970-bcfe4ebeab46
	echo	'Linux 2.6.32-24-generic wird geladen …'
	linux	/boot/vmlinuz-2.6.32-24-generic root=UUID=503cf5ce-e238-4a6c-b970-bcfe4ebeab46 ro single  splash vga=769
	echo	'Initiale Ramdisk wird geladen …'
	initrd	/boot/initrd.img-2.6.32-24-generic
}
menuentry 'Ubuntu, mit Linux 2.6.32-21-generic' --class ubuntu --class gnu-linux --class gnu --class os {
	recordfail
	insmod ext2
	set root='(hd0,7)'
	search --no-floppy --fs-uuid --set 503cf5ce-e238-4a6c-b970-bcfe4ebeab46
	linux	/boot/vmlinuz-2.6.32-21-generic root=UUID=503cf5ce-e238-4a6c-b970-bcfe4ebeab46 ro  splash vga=769  quiet splash
	initrd	/boot/initrd.img-2.6.32-21-generic
}
menuentry 'Ubuntu, mit Linux 2.6.32-21-generic (Wiederherstellungsmodus)' --class ubuntu --class gnu-linux --class gnu --class os {
	recordfail
	insmod ext2
	set root='(hd0,7)'
	search --no-floppy --fs-uuid --set 503cf5ce-e238-4a6c-b970-bcfe4ebeab46
	echo	'Linux 2.6.32-21-generic wird geladen …'
	linux	/boot/vmlinuz-2.6.32-21-generic root=UUID=503cf5ce-e238-4a6c-b970-bcfe4ebeab46 ro single  splash vga=769
	echo	'Initiale Ramdisk wird geladen …'
	initrd	/boot/initrd.img-2.6.32-21-generic
}
menuentry 'Ubuntu, mit Linux 2.6.31-20-generic' --class ubuntu --class gnu-linux --class gnu --class os {
	recordfail
	insmod ext2
	set root='(hd0,7)'
	search --no-floppy --fs-uuid --set 503cf5ce-e238-4a6c-b970-bcfe4ebeab46
	linux	/boot/vmlinuz-2.6.31-20-generic root=UUID=503cf5ce-e238-4a6c-b970-bcfe4ebeab46 ro  splash vga=769  quiet splash
	initrd	/boot/initrd.img-2.6.31-20-generic
}
menuentry 'Ubuntu, mit Linux 2.6.31-20-generic (Wiederherstellungsmodus)' --class ubuntu --class gnu-linux --class gnu --class os {
	recordfail
	insmod ext2
	set root='(hd0,7)'
	search --no-floppy --fs-uuid --set 503cf5ce-e238-4a6c-b970-bcfe4ebeab46
	echo	'Linux 2.6.31-20-generic wird geladen …'
	linux	/boot/vmlinuz-2.6.31-20-generic root=UUID=503cf5ce-e238-4a6c-b970-bcfe4ebeab46 ro single  splash vga=769
	echo	'Initiale Ramdisk wird geladen …'
	initrd	/boot/initrd.img-2.6.31-20-generic
}
### END /etc/grub.d/10_linux ###

### BEGIN /etc/grub.d/20_memtest86+ ###
menuentry "Memory test (memtest86+)" {
	insmod ext2
	set root='(hd0,7)'
	search --no-floppy --fs-uuid --set 503cf5ce-e238-4a6c-b970-bcfe4ebeab46
	linux16	/boot/memtest86+.bin
}
menuentry "Memory test (memtest86+, serial console 115200)" {
	insmod ext2
	set root='(hd0,7)'
	search --no-floppy --fs-uuid --set 503cf5ce-e238-4a6c-b970-bcfe4ebeab46
	linux16	/boot/memtest86+.bin console=ttyS0,115200n8
}
### END /etc/grub.d/20_memtest86+ ###

### BEGIN /etc/grub.d/30_os-prober ###
if [ ${timeout} != -1 ]; then
  if keystatus; then
    if keystatus --shift; then
      set timeout=-1
    else
      set timeout=0
    fi
  else
    if sleep --interruptible 3 ; then
      set timeout=0
    fi
  fi
fi
### 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 ###

=============================== sda7/etc/fstab: ===============================

# /etc/fstab: static file system information.
#
# Use 'blkid -o value -s UUID' to print the universally unique identifier
# for a device; this may be used with UUID= as a more robust way to name
# devices that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point>   <type>  <options>       <dump>  <pass>
proc            /proc           proc    defaults        0       0
# / was on /dev/sda8 during installation
UUID=503cf5ce-e238-4a6c-b970-bcfe4ebeab46 /               ext2    errors=remount-ro 0       1
# swap was on /dev/sda7 during installation
UUID=180cea2d-4672-48b6-baf3-d7da53351a36 none            swap    sw              0       0
/dev/scd0       /media/cdrom0   udf,iso9660 user,noauto,exec,utf8 0       0
/dev/fd0        /media/floppy0  auto    rw,user,noauto,exec,utf8 0       0

=================== sda7: Location of files loaded by Grub: ===================


 138.1GB: boot/grub/core.img
 138.2GB: boot/grub/grub.cfg
 138.1GB: boot/grub/menu.lst
 138.2GB: boot/grub/stage2
 138.0GB: boot/initrd.img-2.6.31-20-generic
 138.0GB: boot/initrd.img-2.6.32-21-generic
 138.0GB: boot/initrd.img-2.6.32-24-generic
 137.9GB: boot/vmlinuz-2.6.31-20-generic
 138.0GB: boot/vmlinuz-2.6.32-21-generic
 138.0GB: boot/vmlinuz-2.6.32-24-generic
 138.0GB: initrd.img
 138.0GB: initrd.img.old
 138.0GB: vmlinuz
 138.0GB: vmlinuz.old

Hab's auch schon per Win-CD mit bootrec /fixboot versucht, allerdings meint die Konsole dann nur:
"Element nicht gefunden."
Hab mich auch schon mit TestDisk versucht, allerdings weiß ich nicht so genau, was damit zu tun ist.

Was kann ich denn dagegen tun? Ich weiß echt nicht mehr weiter :(
Schon mal vielen Dank im Voraus!

Gruß,
Acipenser :wink:
 
Zuletzt bearbeitet:
Wenn Du diese Anzeige nicht sehen willst, registriere Dich und/oder logge Dich ein.
Bin dieser Anleitung gefolgt, allerdings kam beim Ausführen des Befehls eine Fehlermeldung:



Diese kam aber nicht unerwartet, da in einer Nebenbemerkung der Anleitung stand, dass man es bei solch einer Meldung einfach mit der bootrec.exe versuchen soll. Naja, viel hat's nicht gebracht, System wurde zwar erkannt, aber geändert wurde nichts:



Nagut, jetzt kommt wieder ne Fehlermeldung beim Booten und ich komm wie vorher schon einmal lediglich per SuperGrubDisk hinein. Dafür is jetzt aber auch ein EIntrag "Other OS" bei "Detect all OS" mehr da, beim Versuch dieses zu starten, kommt allerdings nur die Meldung:
NTLDR fehlt Neustart mit Strg+Alt+Entf
 
Zuletzt bearbeitet:
Nachdem ich den Eintrag GRUB_HIDDEN_TIMEOUT=0 auskommentiert und nochmals GRUB neu in den MBR installiert habe, sieht man nun auch wieder das Boot-Menü, allerdings fehlt immer noch der Eintrag für Windows...
 
Zuletzt bearbeitet:
Ich hab zwar kein Plan was eine Supergrubdisk ist oder was ein Boot Info Script ist. Deshalb kann ich Dir dazu nicht viel sagen.
Allerdings ist es merkwürdig, dass es angeblich eine /boot/grub/menu.lst Datei gibt (Ubuntu verwendet grub2 und dadurch kann es diese Datei nicht geben)
Außerdem finde ich es komisch, dass es sda2 - sda4 nicht geben soll.
Desweiteren ist dieser Eintrag einfach falsch:
title Windows
rootnoverify (hd0,0)
makeactive
chainloader +1
Denn wieso sollte Windows auf sda1 liegen, die hier ja laut Boot Info Script eine erweiterte Partition ist?
Was gibt denn fdisk /dev/sda an Partitionen aus (Option p beenden mit q)?
Ich würde Ubuntu starten. Die grub.cfg neu generieren lassen (grub-mkconfig) und grub updaten (grub-update), Dann sollte es eigentlich gehen.
Ansonsten eben einen Menüeintrag in die /etc/grub.d/40_custom einfügen die grub.cfg neu generieren lassen und grub updaten.
Wenn da wirklich grub1 installiert sein sollte muss natürlich mit grub-install erst mal wieder der default Bootloader installiert werden.
Falls Du grub1 weiterverwenden willst vergiss das Ganze und passe einfach den Windowsmenüeintrag in /boot/grub/menu.lst an (Der verweist auf die falsche Partition)
 
Ich danke dir wirklich für deine Bemühungen, aber mittlerweile ist das Problem vom Tisch, da ich mein System einfach nochmal komplett neu aufgesetzt habe.
Dies wurde mir empohlen, da meine Partitionierung sehr desolat war und ich Ubuntu zudem damals auf ext2 installierte. Meiner Meinung nach ist dies jetzt auch die sauberste Lösung gewesen.
 
Hardwareluxx setzt keine externen Werbe- und Tracking-Cookies ein. Auf unserer Webseite finden Sie nur noch Cookies nach berechtigtem Interesse (Art. 6 Abs. 1 Satz 1 lit. f DSGVO) oder eigene funktionelle Cookies. Durch die Nutzung unserer Webseite erklären Sie sich damit einverstanden, dass wir diese Cookies setzen. Mehr Informationen und Möglichkeiten zur Einstellung unserer Cookies finden Sie in unserer Datenschutzerklärung.


Zurück
Oben Unten refresh