Po instalaci Ubuntu 10.04. 64 bit se provedla aktualizace a od te doby nelze nabootovat.
Po restartu nabehne jen konzole grubu
takze mam jen grub>
abych mohl nabootovat tak musim zadat
root (hd0,5)
configfile (hd0,5)/boot/grub/grub.cfg
kdyz tohle udelam nekolikrat tak se mi casem objevi nabidka s vyberem operacnich systemu a ubuntu normalne nabehne
jak to opravit, aby se ta nabidka objevila automaticky?
je divny, ze ve vysledcich ze skriptu boot-info neni u jednotlivych souboru uvedena velikost, ale jen otazniky, tak jestli to neni nejaky komnuty

sda5: Location of files loaded by Grub: ===================
??GB: boot/grub/core.img
??GB: boot/grub/grub.cfg
??GB: boot/initrd.img-2.6.32-21-generic
??GB: boot/initrd.img-2.6.32-22-generic
??GB: boot/initrd.img-2.6.32-23-generic
??GB: boot/vmlinuz-2.6.32-21-generic
??GB: boot/vmlinuz-2.6.32-22-generic
??GB: boot/vmlinuz-2.6.32-23-generic
??GB: initrd.img
??GB: initrd.img.old
??GB: vmlinuz
??GB: vmlinuz.old
vypis ze skriptu boot_info
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 #5 for /boot/grub.
=> No boot loader is installed in the MBR of /dev/sdb
sda1: _________________________________________________________________________
File system: vfat
Boot sector type: Dell Utility: Fat16
Boot sector info: No errors found in the Boot Parameter Block.
Operating System:
Boot files/dirs: /COMMAND.COM
sda2: _________________________________________________________________________
File system: ntfs
Boot sector type: Windows Vista/7
Boot sector info: No errors found in the Boot Parameter Block.
Operating System:
Boot files/dirs: /bootmgr /Boot/BCD
sda3: _________________________________________________________________________
File system: ntfs
Boot sector type: Windows Vista/7
Boot sector info: No errors found in the Boot Parameter Block.
Operating System: Windows 7
Boot files/dirs: /Windows/System32/winload.exe
sda4: _________________________________________________________________________
File system: Extended Partition
Boot sector type: -
Boot sector info:
sda5: _________________________________________________________________________
File system: reiserfs
Boot sector type: -
Boot sector info:
Operating System: Ubuntu 10.04 LTS
Boot files/dirs: /boot/grub/grub.cfg /etc/fstab /boot/grub/core.img
sda6: _________________________________________________________________________
File system: swap
Boot sector type: -
Boot sector info:
sda7: _________________________________________________________________________
File system: ntfs
Boot sector type: Windows Vista/7
Boot sector info: No errors found in the Boot Parameter Block.
Operating System:
Boot files/dirs:
sdb1: _________________________________________________________________________
File system: reiserfs
Boot sector type: -
Boot sector info:
Operating System:
Boot files/dirs:
=========================== Drive/Partition Info: =============================
Drive: sda ___________________ _____________________________________________________
Disk /dev/sda: 500,1 GB, 500 107 862 016 bajtů
hlav: 255, sektorů na stopu: 63, cylindrů: 60 801, celkem 976 773 168 sektorů
Jednotky = sektory po 1 * 512 = 512 bajtech
Velikost sektoru (logického/fyzického): 512 bajtů / 512 bajtů
Partition Boot Start End Size Id System
/dev/sda1 63 192,779 192,717 de Dell Utility
/dev/sda2 * 194,560 1,730,559 1,536,000 7 HPFS/NTFS
/dev/sda3 1,730,560 127,752,122 126,021,563 7 HPFS/NTFS
/dev/sda4 127,752,190 976,771,071 849,018,882 5 Extended
/dev/sda5 127,752,192 244,938,751 117,186,560 83 Linux
/dev/sda6 244,940,800 284,000,255 39,059,456 82 Linux swap / Solaris
/dev/sda7 284,002,304 976,771,071 692,768,768 b W95 FAT32
Drive: sdb ___________________ _____________________________________________________
Disk /dev/sdb: 500,1 GB, 500 107 862 016 bajtů
hlav: 255, sektorů na stopu: 63, cylindrů: 60 801, celkem 976 773 168 sektorů
Jednotky = sektory po 1 * 512 = 512 bajtech
Velikost sektoru (logického/fyzického): 512 bajtů / 512 bajtů
Partition Boot Start End Size Id System
/dev/sdb1 63 976,768,064 976,768,002 83 Linux
blkid -c /dev/null: ____________________________________________________________
Device UUID TYPE LABEL
/dev/sda: PTTYPE="dos"
/dev/sda1 07DA-0607 vfat DellUtility
/dev/sda2 A45094B9509493A0 ntfs RECOVERY
/dev/sda3 F26A97A76A97675F ntfs OS
/dev/sda4: PTTYPE="dos"
/dev/sda5 89f03dc1-cc04-4ce0-b54a-20362ee255a2 reiserfs
/dev/sda6 a41e61a7-94f2-405e-a7f8-f884051f480f swap
/dev/sda7 2155A4C053FCF085 ntfs data
/dev/sdb: PTTYPE="dos"
/dev/sdb1 191c1cef-88ff-4d9e-aa14-f106e477c1fa reiserfs
error: /dev/sdc: No medium found
error: /dev/sdd: No medium found
error: /dev/sde: No medium found
error: /dev/sdf: No medium found
============================ "mount | grep ^/dev output: ===========================
Device Mount_Point Type Options
/dev/sda5 / reiserfs (rw,notail)
/dev/sda7 /home/uzivatel/ fuseblk (rw,nosuid,nodev,allow_other,blksize=4096)
/dev/sdb1 /home/uzivatel/c reiserfs (rw)
=========================== sda5/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 reiserfs
set root='(hd0,5)'
search --no-floppy --fs-uuid --set 89f03dc1-cc04-4ce0-b54a-20362ee255a2
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 reiserfs
set root='(hd0,5)'
search --no-floppy --fs-uuid --set 89f03dc1-cc04-4ce0-b54a-20362ee255a2
set locale_dir=($root)/boot/grub/locale
set lang=cs
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, with Linux 2.6.32-23-generic' --class ubuntu --class gnu-linux --class gnu --class os {
recordfail
insmod reiserfs
set root='(hd0,5)'
search --no-floppy --fs-uuid --set 89f03dc1-cc04-4ce0-b54a-20362ee255a2
linux /boot/vmlinuz-2.6.32-23-generic root=UUID=89f03dc1-cc04-4ce0-b54a-20362ee255a2 ro quiet splash
initrd /boot/initrd.img-2.6.32-23-generic
}
menuentry 'Ubuntu, with Linux 2.6.32-23-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os {
recordfail
insmod reiserfs
set root='(hd0,5)'
search --no-floppy --fs-uuid --set 89f03dc1-cc04-4ce0-b54a-20362ee255a2
echo 'Loading Linux 2.6.32-23-generic ...'
linux /boot/vmlinuz-2.6.32-23-generic root=UUID=89f03dc1-cc04-4ce0-b54a-20362ee255a2 ro single
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-2.6.32-23-generic
}
menuentry 'Ubuntu, with Linux 2.6.32-22-generic' --class ubuntu --class gnu-linux --class gnu --class os {
recordfail
insmod reiserfs
set root='(hd0,5)'
search --no-floppy --fs-uuid --set 89f03dc1-cc04-4ce0-b54a-20362ee255a2
linux /boot/vmlinuz-2.6.32-22-generic root=UUID=89f03dc1-cc04-4ce0-b54a-20362ee255a2 ro quiet splash
initrd /boot/initrd.img-2.6.32-22-generic
}
menuentry 'Ubuntu, with Linux 2.6.32-22-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os {
recordfail
insmod reiserfs
set root='(hd0,5)'
search --no-floppy --fs-uuid --set 89f03dc1-cc04-4ce0-b54a-20362ee255a2
echo 'Loading Linux 2.6.32-22-generic ...'
linux /boot/vmlinuz-2.6.32-22-generic root=UUID=89f03dc1-cc04-4ce0-b54a-20362ee255a2 ro single
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-2.6.32-22-generic
}
menuentry 'Ubuntu, with Linux 2.6.32-21-generic' --class ubuntu --class gnu-linux --class gnu --class os {
recordfail
insmod reiserfs
set root='(hd0,5)'
search --no-floppy --fs-uuid --set 89f03dc1-cc04-4ce0-b54a-20362ee255a2
linux /boot/vmlinuz-2.6.32-21-generic root=UUID=89f03dc1-cc04-4ce0-b54a-20362ee255a2 ro quiet splash
initrd /boot/initrd.img-2.6.32-21-generic
}
menuentry 'Ubuntu, with Linux 2.6.32-21-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os {
recordfail
insmod reiserfs
set root='(hd0,5)'
search --no-floppy --fs-uuid --set 89f03dc1-cc04-4ce0-b54a-20362ee255a2
echo 'Loading Linux 2.6.32-21-generic ...'
linux /boot/vmlinuz-2.6.32-21-generic root=UUID=89f03dc1-cc04-4ce0-b54a-20362ee255a2 ro single
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-2.6.32-21-generic
}
### END /etc/grub.d/10_linux ###
### BEGIN /etc/grub.d/20_memtest86+ ###
menuentry "Memory test (memtest86+)" {
insmod reiserfs
set root='(hd0,5)'
search --no-floppy --fs-uuid --set 89f03dc1-cc04-4ce0-b54a-20362ee255a2
linux16 /boot/memtest86+.bin
}
menuentry "Memory test (memtest86+, serial console 115200)" {
insmod reiserfs
set root='(hd0,5)'
search --no-floppy --fs-uuid --set 89f03dc1-cc04-4ce0-b54a-20362ee255a2
linux16 /boot/memtest86+.bin console=ttyS0,115200n8
}
### END /etc/grub.d/20_memtest86+ ###
### BEGIN /etc/grub.d/30_os-prober ###
menuentry "Windows 7 (loader) (on /dev/sda2)" {
insmod ntfs
set root='(hd0,2)'
search --no-floppy --fs-uuid --set a45094b9509493a0
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 ###
=============================== sda5/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 nodev,noexec,nosuid 0 0
# / was on /dev/sda5 during installation
UUID=89f03dc1-cc04-4ce0-b54a-20362ee255a2 / reiserfs notail 0 1
# swap was on /dev/sda6 during installation
UUID=a41e61a7-94f2-405e-a7f8-f884051f480f none swap sw 0 0
UUID=2155A4C053FCF085 /home/uzivatel/c ntfs rw,auto 0 2
UUID=191c1cef-88ff-4d9e-aa14-f106e477c1fa /home/uzivatel/t reiserfs rw,auto 0 1
=================== sda5: Location of files loaded by Grub: ===================
??GB: boot/grub/core.img
??GB: boot/grub/grub.cfg
??GB: boot/initrd.img-2.6.32-21-generic
??GB: boot/initrd.img-2.6.32-22-generic
??GB: boot/initrd.img-2.6.32-23-generic
??GB: boot/vmlinuz-2.6.32-21-generic
??GB: boot/vmlinuz-2.6.32-22-generic
??GB: boot/vmlinuz-2.6.32-23-generic
??GB: initrd.img
??GB: initrd.img.old
??GB: vmlinuz
??GB: vmlinuz.old
=======Devices which don't seem to have a corresponding hard drive==============
sdc sdd sde sdf