Dobrý den,
na svém nootebooku jsem dostal předinstalované Windows 7 a rozhodl jsem se zkusit Ubuntu (v10.10). Při instalaci jsem zvolil aby se Ubuntu nainstalovalo "bok po boku windows" a ať si samo zvolí místo (zde byl nejspíš kámen úrazu). Ubuntu běhá krásně ale po restartu nejsem schopen se dostat do windows. Grub tabulka naběhne se všemi možnostmi (2xUbuntu,2x memory,Windows7 a Windows Vista) ale když zvolím W7 tak pouze zmizí text,objeví se blikající kurzor jakoby příkazové řádky a hned mě to hodí zpět do Grubu.
Zkoušel jsem Opravu spuštění přes Recovery CD windows. Poprvé nalezl "chyby na disku" , opravil je ale ani po restartu nepomohlo. Nechal jsem to proběhnout ještě 2x ale nikdy už žádné chyby nenašel
přikládám log z boot_info_scriptu :
Boot Info Script 0.55 dated February 15th, 2010
============================= Boot Info Summary: ==============================
=> Windows is installed in the MBR of /dev/sda
sda1: _________________________________________________________________________
File system: ntfs
Boot sector type: Grub 2
Boot sector info: Grub 2 is installed in the boot sector of sda1 and
looks at sector 862886560 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:
Boot files/dirs: /bootmgr /Boot/BCD
sda2: _________________________________________________________________________
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
sda3: _________________________________________________________________________
File system: Extended Partition
Boot sector type: -
Boot sector info:
sda5: _________________________________________________________________________
File system: ntfs
Boot sector type: Windows Vista/7
Boot sector info: According to the info in the boot sector, sda5 starts
at sector 2048.
Operating System:
Boot files/dirs:
sda6: _________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System: Ubuntu 10.10
Boot files/dirs: /boot/grub/grub.cfg /etc/fstab /boot/grub/core.img
sda7: _________________________________________________________________________
File system: swap
Boot sector type: -
Boot sector info:
sda4: _________________________________________________________________________
File system: ntfs
Boot sector type: Windows Vista/7
Boot sector info: According to the info in the boot sector, sda4 has
30722047 sectors, but according to the info from
fdisk, it has 30943279 sectors.
Operating System:
Boot files/dirs: /bootmgr /boot/bcd
=========================== 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 * 2,048 411,647 409,600 7 HPFS/NTFS
/dev/sda2 411,648 535,437,219 535,025,572 7 HPFS/NTFS
/dev/sda3 535,437,310 945,829,887 410,392,578 f W95 Ext d (LBA)
/dev/sda5 885,022,720 945,829,887 60,807,168 7 HPFS/NTFS
/dev/sda6 535,437,312 870,756,351 335,319,040 83 Linux
/dev/sda7 870,758,400 885,020,671 14,262,272 82 Linux swap / Solaris
/dev/sda4 945,829,888 976,773,167 30,943,280 12 Compaq diagnostics
blkid -c /dev/null: ____________________________________________________________
Device UUID TYPE LABEL
/dev/sda: PTTYPE="dos"
/dev/sda1 CA8A74088A73EF77 ntfs
/dev/sda2 64BE7652BE761CAC ntfs
/dev/sda3: PTTYPE="dos"
/dev/sda4 44527EE9527EDEDC ntfs LENOVO_PART
/dev/sda5 9642B14E42B133B9 ntfs LENOVO
/dev/sda6 ae78be8d-0395-4c0a-a419-b023a5dada6b ext4
/dev/sda7 04983b51-2442-4666-a4f3-5adae7e17901 swap
error: /dev/sdb: No medium found
============================ "mount | grep ^/dev output: ===========================
Device Mount_Point Type Options
/dev/sda6 / ext4 (rw,errors=remount-ro,commit=0)
/dev/sr0 /media/RecoveryDisc001 udf (ro,nosuid,nodev,uhelper=udisks,uid=1000,gid=1000,iocharset=utf8,umask=0077)
=========================== sda6/boot/grub/grub.cfg: ===========================
#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by 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
set have_grubenv=true
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
}
function load_video {
insmod vbe
insmod vga
}
insmod part_msdos
insmod ext2
set root='(hd0,msdos6)'
search --no-floppy --fs-uuid --set ae78be8d-0395-4c0a-a419-b023a5dada6b
if loadfont /usr/share/grub/unicode.pf2 ; then
set gfxmode=640x480
load_video
insmod gfxterm
fi
terminal_output gfxterm
insmod part_msdos
insmod ext2
set root='(hd0,msdos6)'
search --no-floppy --fs-uuid --set ae78be8d-0395-4c0a-a419-b023a5dada6b
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.35-25-generic-pae' --class ubuntu --class gnu-linux --class gnu --class os {
recordfail
insmod part_msdos
insmod ext2
set root='(hd0,msdos6)'
search --no-floppy --fs-uuid --set ae78be8d-0395-4c0a-a419-b023a5dada6b
linux /boot/vmlinuz-2.6.35-25-generic-pae root=UUID=ae78be8d-0395-4c0a-a419-b023a5dada6b ro quiet splash
initrd /boot/initrd.img-2.6.35-25-generic-pae
}
menuentry 'Ubuntu, with Linux 2.6.35-25-generic-pae (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os {
recordfail
insmod part_msdos
insmod ext2
set root='(hd0,msdos6)'
search --no-floppy --fs-uuid --set ae78be8d-0395-4c0a-a419-b023a5dada6b
echo 'Loading Linux 2.6.35-25-generic-pae ...'
linux /boot/vmlinuz-2.6.35-25-generic-pae root=UUID=ae78be8d-0395-4c0a-a419-b023a5dada6b ro single
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-2.6.35-25-generic-pae
}
### END /etc/grub.d/10_linux ###
### BEGIN /etc/grub.d/20_linux_xen ###
### END /etc/grub.d/20_linux_xen ###
### BEGIN /etc/grub.d/20_memtest86+ ###
menuentry "Memory test (memtest86+)" {
insmod part_msdos
insmod ext2
set root='(hd0,msdos6)'
search --no-floppy --fs-uuid --set ae78be8d-0395-4c0a-a419-b023a5dada6b
linux16 /boot/memtest86+.bin
}
menuentry "Memory test (memtest86+, serial console 115200)" {
insmod part_msdos
insmod ext2
set root='(hd0,msdos6)'
search --no-floppy --fs-uuid --set ae78be8d-0395-4c0a-a419-b023a5dada6b
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/sda1)" {
insmod part_msdos
insmod ntfs
set root='(hd0,msdos3)'
search --no-floppy --fs-uuid --set ca8a74088a73ef77
chainloader +1
}
menuentry "Windows Vista (loader) (on /dev/sda4)" {
insmod part_msdos
insmod ntfs
set root='(hd0,msdos4)'
search --no-floppy --fs-uuid --set 44527ee9527ededc
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 ###
### BEGIN /etc/grub.d/41_custom ###
if [ -f $prefix/custom.cfg ]; then
source $prefix/custom.cfg;
fi
### END /etc/grub.d/41_custom ###
=============================== sda6/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/sda6 during installation
UUID=ae78be8d-0395-4c0a-a419-b023a5dada6b / ext4 errors=remount-ro 0 1
# swap was on /dev/sda7 during installation
UUID=04983b51-2442-4666-a4f3-5adae7e17901 none swap sw 0 0
=================== sda6: Location of files loaded by Grub: ===================
441.7GB: boot/grub/core.img
308.7GB: boot/grub/grub.cfg
275.1GB: boot/initrd.img-2.6.35-25-generic-pae
441.7GB: boot/vmlinuz-2.6.35-25-generic-pae
275.1GB: initrd.img
441.7GB: vmlinuz
=======Devices which don't seem to have a corresponding hard drive==============
sdb
Budu vděčný za každou radu.
Děkuji