Hallo, Ich habe mir heute die Beta von Ubuntu 9.10 installiert. Allerdings habe ich das Problem, dass Grub beim booten hängen bleibt. Es steht da nur: "Grub loading Stage 1.5." "Grub loading please wait..."
Und weiter geht es nicht. Ich habe Ubuntu auf eine ext4 Partition installiert und Grub liegt auf einer ext2 Partition. Hat jemand vielleicht eine Idee woran das liegen könnte? Hier mal die "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 ### load_env set default="0" if [ ${prev_saved_entry} ]; then saved_entry=${prev_saved_entry} save_env saved_entry prev_saved_entry= save_env prev_saved_entry fi insmod ext2 set root=(hd1,2) search --no-floppy --fs-uuid --set b81e41e5-7ded-4c26-9fa2-29f8c20a6727 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 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/white ### END /etc/grub.d/05_debian_theme ### ### BEGIN /etc/grub.d/10_linux ### menuentry "Ubuntu, Linux 2.6.31-11-generic" { recordfail=1 save_env recordfail set quiet=1 insmod ext2 set root=(hd1,6) search --no-floppy --fs-uuid --set 18f3ccde-069a-452a-a206-3a7a9d4650ad linux /vmlinuz-2.6.31-11-generic root=UUID=b81e41e5-7ded-4c26-9fa2-29f8c20a6727 ro quiet splash initrd /initrd.img-2.6.31-11-generic } menuentry "Ubuntu, Linux 2.6.31-11-generic (recovery mode)" { recordfail=1 save_env recordfail insmod ext2 set root=(hd1,6) search --no-floppy --fs-uuid --set 18f3ccde-069a-452a-a206-3a7a9d4650ad linux /vmlinuz-2.6.31-11-generic root=UUID=b81e41e5-7ded-4c26-9fa2-29f8c20a6727 ro single initrd /initrd.img-2.6.31-11-generic } ### END /etc/grub.d/10_linux ### ### BEGIN /etc/grub.d/20_memtest86+ ### menuentry "Memory test (memtest86+)" { linux16 /memtest86+.bin } menuentry "Memory test (memtest86+, serial console 115200)" { linux16 /memtest86+.bin console=ttyS0,115200n8 } ### END /etc/grub.d/20_memtest86+ ### ### BEGIN /etc/grub.d/30_os-prober ### menuentry "Windows Vista (loader) (on /dev/sdc1)" { insmod ntfs set root=(hd2,1) search --no-floppy --fs-uuid --set d2043cad043c9707 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 ###
Meine Festplatten sind in folgende Partitionen aufgeteilt:
Platte /dev/sda: 1000.2 GByte, 1000204886016 Byte 255 Köpfe, 63 Sektoren/Spuren, 121601 Zylinder Einheiten = Zylinder von 16065 × 512 = 8225280 Bytes Disk identifier: 0x000a2e9f Gerät boot. Anfang Ende Blöcke Id System /dev/sda1 * 1 121601 976760001 83 Linux Platte /dev/sdb: 1000.2 GByte, 1000204886016 Byte 255 Köpfe, 63 Sektoren/Spuren, 121601 Zylinder Einheiten = Zylinder von 16065 × 512 = 8225280 Bytes Disk identifier: 0x125d1609 Gerät boot. Anfang Ende Blöcke Id System /dev/sdb1 1 37858 304087040 7 HPFS/NTFS /dev/sdb2 37859 40457 20876467+ 83 Linux /dev/sdb3 40458 40966 4088542+ 5 Erweiterte /dev/sdb4 40967 121601 647700637+ 83 Linux /dev/sdb5 40458 40943 3903763+ 82 Linux Swap / Solaris /dev/sdb6 40944 40966 184716 83 Linux Platte /dev/sdc: 250.1 GByte, 250059350016 Byte 255 Köpfe, 63 Sektoren/Spuren, 30401 Zylinder Einheiten = Zylinder von 16065 × 512 = 8225280 Bytes Disk identifier: 0x000cbb6d Gerät boot. Anfang Ende Blöcke Id System /dev/sdc1 * 1 19581 157284351 7 HPFS/NTFS /dev/sdc2 19582 27137 60691580+ 7 HPFS/NTFS /dev/sdc3 27137 30402 26220544 7 HPFS/NTFS Platte /dev/sdd: 320.1 GByte, 320072933376 Byte 255 Köpfe, 63 Sektoren/Spuren, 38913 Zylinder Einheiten = Zylinder von 16065 × 512 = 8225280 Bytes Disk identifier: 0x000a07e2 Gerät boot. Anfang Ende Blöcke Id System /dev/sdd1 1 38913 312568641 83 Linux Platte /dev/sde: 320.1 GByte, 320072933376 Byte 255 Köpfe, 63 Sektoren/Spuren, 38913 Zylinder Einheiten = Zylinder von 16065 × 512 = 8225280 Bytes Disk identifier: 0x000ebe41 Gerät boot. Anfang Ende Blöcke Id System /dev/sde1 * 1 38913 312568641 83 Linux
Ubuntu liegt auf /dev/sdb2 und grub auf /dev/sdb6 falls das irgendwie hilft.
MfG
odin89
edit: Ich habe grub mit Hilfe des wikis neu installiert und nun funktioniert es endlich ☺