dobrý večer vespolek, potřeboval bych pomoct, protože se můj systém velmi často zasekává před nabootováním. Musim potom udělat "tvrdý reset" a na druhý pokus už to jde. Občas to potom i kontroluje konzistenci disku. Poslední dobou se mi to stává velmi často, ale začalo to, když jsem upgradoval na Ubutnu 10.04 LL. Mohl byste někdo prosím mrknout do boot_info, jestli tam není nějaký problém? V příloze systémové info. Díky, v.
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 #1 for /boot/grub.
sda1: _________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System: Ubuntu 10.04.1 LTS
Boot files/dirs: /boot/grub/grub.cfg /etc/fstab /boot/grub/core.img
sda2: _________________________________________________________________________
File system: Extended Partition
Boot sector type: -
Boot sector info:
sda5: _________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System:
Boot files/dirs:
sda3: _________________________________________________________________________
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:
sda4: _________________________________________________________________________
File system: swap
Boot sector type: -
Boot sector info:
=========================== Drive/Partition Info: =============================
Drive: sda ___________________ _____________________________________________________
Disk /dev/sda: 160,0 GB, 160 041 885 696 bajtů
hlav: 255, sektorů na stopu: 63, cylindrů: 19 457, celkem 312 581 808 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 25,173,854 25,173,792 83 Linux
/dev/sda2 25,173,855 216,636,524 191,462,670 5 Extended
/dev/sda5 25,173,918 216,636,524 191,462,607 83 Linux
/dev/sda3 219,570,176 312,578,047 93,007,872 7 HPFS/NTFS
/dev/sda4 216,636,525 219,560,354 2,923,830 82 Linux swap / Solaris
blkid -c /dev/null: ____________________________________________________________
Device UUID TYPE LABEL
/dev/sda: PTTYPE="dos"
/dev/sda1 b228787d-feb8-490f-809e-c0ba08a1a4fa ext4
/dev/sda2: PTTYPE="dos"
/dev/sda3 24D2599ED2597550 ntfs Data
/dev/sda4 9a68fe0a-9e0e-45fe-9f66-ce6df7ef7901 swap
/dev/sda5 6e5f87bf-be67-4ac9-878f-4db2de504074 ext4
============================ "mount | grep ^/dev output: ===========================
Device Mount_Point Type Options
/dev/sda1 / ext4 (rw,errors=remount-ro)
/dev/sda5 /home ext4 (rw)
=========================== sda1/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,1)'
search --no-floppy --fs-uuid --set b228787d-feb8-490f-809e-c0ba08a1a4fa
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,1)'
search --no-floppy --fs-uuid --set b228787d-feb8-490f-809e-c0ba08a1a4fa
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-25-generic' --class ubuntu --class gnu-linux --class gnu --class os {
recordfail
insmod ext2
set root='(hd0,1)'
search --no-floppy --fs-uuid --set b228787d-feb8-490f-809e-c0ba08a1a4fa
linux /boot/vmlinuz-2.6.32-25-generic root=UUID=b228787d-feb8-490f-809e-c0ba08a1a4fa ro quiet splash
initrd /boot/initrd.img-2.6.32-25-generic
}
menuentry 'Ubuntu, with Linux 2.6.32-25-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os {
recordfail
insmod ext2
set root='(hd0,1)'
search --no-floppy --fs-uuid --set b228787d-feb8-490f-809e-c0ba08a1a4fa
echo 'Loading Linux 2.6.32-25-generic ...'
linux /boot/vmlinuz-2.6.32-25-generic root=UUID=b228787d-feb8-490f-809e-c0ba08a1a4fa ro single
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-2.6.32-25-generic
}
menuentry 'Ubuntu, with Linux 2.6.32-24-generic' --class ubuntu --class gnu-linux --class gnu --class os {
recordfail
insmod ext2
set root='(hd0,1)'
search --no-floppy --fs-uuid --set b228787d-feb8-490f-809e-c0ba08a1a4fa
linux /boot/vmlinuz-2.6.32-24-generic root=UUID=b228787d-feb8-490f-809e-c0ba08a1a4fa ro quiet splash
initrd /boot/initrd.img-2.6.32-24-generic
}
menuentry 'Ubuntu, with Linux 2.6.32-24-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os {
recordfail
insmod ext2
set root='(hd0,1)'
search --no-floppy --fs-uuid --set b228787d-feb8-490f-809e-c0ba08a1a4fa
echo 'Loading Linux 2.6.32-24-generic ...'
linux /boot/vmlinuz-2.6.32-24-generic root=UUID=b228787d-feb8-490f-809e-c0ba08a1a4fa ro single
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-2.6.32-24-generic
}
menuentry 'Ubuntu, with Linux 2.6.32-23-generic' --class ubuntu --class gnu-linux --class gnu --class os {
recordfail
insmod ext2
set root='(hd0,1)'
search --no-floppy --fs-uuid --set b228787d-feb8-490f-809e-c0ba08a1a4fa
linux /boot/vmlinuz-2.6.32-23-generic root=UUID=b228787d-feb8-490f-809e-c0ba08a1a4fa 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 ext2
set root='(hd0,1)'
search --no-floppy --fs-uuid --set b228787d-feb8-490f-809e-c0ba08a1a4fa
echo 'Loading Linux 2.6.32-23-generic ...'
linux /boot/vmlinuz-2.6.32-23-generic root=UUID=b228787d-feb8-490f-809e-c0ba08a1a4fa 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 ext2
set root='(hd0,1)'
search --no-floppy --fs-uuid --set b228787d-feb8-490f-809e-c0ba08a1a4fa
linux /boot/vmlinuz-2.6.32-22-generic root=UUID=b228787d-feb8-490f-809e-c0ba08a1a4fa 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 ext2
set root='(hd0,1)'
search --no-floppy --fs-uuid --set b228787d-feb8-490f-809e-c0ba08a1a4fa
echo 'Loading Linux 2.6.32-22-generic ...'
linux /boot/vmlinuz-2.6.32-22-generic root=UUID=b228787d-feb8-490f-809e-c0ba08a1a4fa 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 ext2
set root='(hd0,1)'
search --no-floppy --fs-uuid --set b228787d-feb8-490f-809e-c0ba08a1a4fa
linux /boot/vmlinuz-2.6.32-21-generic root=UUID=b228787d-feb8-490f-809e-c0ba08a1a4fa 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 ext2
set root='(hd0,1)'
search --no-floppy --fs-uuid --set b228787d-feb8-490f-809e-c0ba08a1a4fa
echo 'Loading Linux 2.6.32-21-generic ...'
linux /boot/vmlinuz-2.6.32-21-generic root=UUID=b228787d-feb8-490f-809e-c0ba08a1a4fa 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 ext2
set root='(hd0,1)'
search --no-floppy --fs-uuid --set b228787d-feb8-490f-809e-c0ba08a1a4fa
linux16 /boot/memtest86+.bin
}
menuentry "Memory test (memtest86+, serial console 115200)" {
insmod ext2
set root='(hd0,1)'
search --no-floppy --fs-uuid --set b228787d-feb8-490f-809e-c0ba08a1a4fa
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 ###
=============================== sda1/etc/fstab: ===============================
# /etc/fstab: static file system information.
#
# -- This file has been automaticly generated by ntfs-config --
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
# Entry for /dev/sda1 :
UUID=b228787d-feb8-490f-809e-c0ba08a1a4fa / ext4 errors=remount-ro 0 1
# Entry for /dev/sda5 :
UUID=6e5f87bf-be67-4ac9-878f-4db2de504074 /home ext4 defaults 0 2
# Entry for /dev/sda4 :
UUID=9a68fe0a-9e0e-45fe-9f66-ce6df7ef7901 none swap sw 0 0
/dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec,utf8 0 0
=================== sda1: Location of files loaded by Grub: ===================
.3GB: boot/grub/core.img
.8GB: boot/grub/grub.cfg
3.7GB: boot/initrd.img-2.6.32-21-generic
5.2GB: boot/initrd.img-2.6.32-22-generic
9.3GB: boot/initrd.img-2.6.32-23-generic
9.5GB: boot/initrd.img-2.6.32-24-generic
9.5GB: boot/initrd.img-2.6.32-25-generic
4.7GB: boot/vmlinuz-2.6.32-21-generic
3.8GB: boot/vmlinuz-2.6.32-22-generic
3.9GB: boot/vmlinuz-2.6.32-23-generic
5.2GB: boot/vmlinuz-2.6.32-24-generic
5.2GB: boot/vmlinuz-2.6.32-25-generic
9.5GB: initrd.img
9.5GB: initrd.img.old
5.2GB: vmlinuz
5.2GB: vmlinuz.old