Fórum Ubuntu CZ/SK

Ubuntu pro osobní počítače => Instalace, aktualizace a spouštění => Téma založeno: Kedrigern 09 Června 2010, 11:49:30

Název: Grub 2 nenašel Windows
Přispěvatel: Kedrigern 09 Června 2010, 11:49:30
Na PC byly Windows a několik oddílů, které si potřebovaly udělat, aby mě obtěžovaly (recovery, install). Smazal jsem všechy (Gparted z flashky), krom Windows, jelikož data si zálohuji sám a Windows mám na CD.

Vložil jsem Kubuntu, při dělbě disků jsem dal "použít největší souvislé místo".

Systém se nainstaloval, Kubuntu naběhlo, ale Grub nevidí Windows.

fdisk -l
Kód: [Vybrat]
Disk /dev/sda: 250,1 GB, 250059350016 bajtů
hlav: 255, sektorů na stopu: 63, cylindrů: 30401
Jednotky = cylindry po16065 * 512 = 8225280 bajtech
Velikost sektoru (logického/fyzického): 512 bajtů / 512 bajtů
Velikost I/O (minimální/optimální): 512 bajtů / 512 bajtů
Identifikátor disku:0xe4bdd5d4


Zařízení     Zavádět Začátek Konec         Bloky   Id  Systém
/dev/sda1   *           29127  30402    10240001    5  Rozšířený
/dev/sda2                   192  29127  232421376    7  HPFS/NTFS
/dev/sda5                29127  30341     9754624   83  Linux
/dev/sda6                30341  30402       484352   82 Linux swap/Solaris
22:56


Diskové oddíly jsou chybně seřazeny

update-grub
Kód: [Vybrat]
Generating grub.cfg ...
Found linux image: /boot/vmlinuz-2.6.32-21-generic

Found initrd image: /boot/initrd.img-2.6.32-21-generic

Found memtest86+ image: /boot/memtest86+.bin

K problému jsem našel:

Co je vhodným řešením? Předpokládám, že je problém, že první oddíl je logical. Pokud vložím cd s Windows a obnovím tam zavaděč (ve Windows skoro vůbec neumím), tak to přemaže Grub a pokud si ho obnovím, tak bude chodit normálně? Pokud ano, tak proč to tak neudělal rovnou při instalaci?
Název: Re: Grub 2 nenašel Windows
Přispěvatel: arrange 09 Června 2010, 20:34:32
Dáš tady výpis boot_info_script (http://wiki.ubuntu.cz/boot_info_script)?
Název: Re: Grub 2 nenašel Windows
Přispěvatel: Kedrigern 09 Června 2010, 23:37:58
Jasně:
Citace
                                                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.

sda1: _________________________________________________________________________

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

sda5: _________________________________________________________________________

    File system:       ext4
    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: 

sda2: _________________________________________________________________________

    File system:       ntfs
    Boot sector type:  Windows Vista/7
    Boot sector info:  No errors found in the Boot Parameter Block.
    Operating System:  Windows Vista
    Boot files/dirs:   /boot.ini /Windows/System32/winload.exe

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

Drive: sda ___________________ _____________________________________________________

Disk /dev/sda: 250,1 GB, 250 059 350 016 bajtů
hlav: 255, sektorů na stopu: 63, cylindrů: 30 401, celkem 488 397 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    *    467,916,798   488,396,799    20,480,002   5 Extended
/dev/sda5         467,916,800   487,426,047    19,509,248  83 Linux
/dev/sda6         487,428,096   488,396,799       968,704  82 Linux swap / Solaris
/dev/sda2           3,072,000   467,914,751   464,842,752   7 HPFS/NTFS


blkid -c /dev/null: ____________________________________________________________

Device           UUID                                   TYPE       LABEL                         

/dev/mmcblk0p1   828B-D209                              vfat       SD - WENCA                   
/dev/sda: PTTYPE="dos"
/dev/sda1: PTTYPE="dos"
/dev/sda2        8AB07A85B07A7811                       ntfs       SW_Preload                   
/dev/sda5        37dcc206-8c2c-48b6-89e9-c05195df586c   ext4                                     
/dev/sda6        214f7b9a-ae0d-4d0b-9680-779068c48dfd   swap                                     

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

Device           Mount_Point              Type       Options

/dev/sda5        /                        ext4       (rw,errors=remount-ro)
/dev/sda2        /media/SW_Preload        fuseblk    (rw,nosuid,nodev,allow_other,blksize=4096)


=========================== 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 ext2
set root='(hd0,5)'
search --no-floppy --fs-uuid --set 37dcc206-8c2c-48b6-89e9-c05195df586c
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,5)'
search --no-floppy --fs-uuid --set 37dcc206-8c2c-48b6-89e9-c05195df586c
set locale_dir=($root)/boot/grub/locale
set lang=cs.UTF-8
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-22-generic' --class ubuntu --class gnu-linux --class gnu --class os {
   recordfail
   insmod ext2
   set root='(hd0,5)'
   search --no-floppy --fs-uuid --set 37dcc206-8c2c-48b6-89e9-c05195df586c
   linux   /boot/vmlinuz-2.6.32-22-generic root=UUID=37dcc206-8c2c-48b6-89e9-c05195df586c 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,5)'
   search --no-floppy --fs-uuid --set 37dcc206-8c2c-48b6-89e9-c05195df586c
   echo   'Loading Linux 2.6.32-22-generic ...'
   linux   /boot/vmlinuz-2.6.32-22-generic root=UUID=37dcc206-8c2c-48b6-89e9-c05195df586c 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,5)'
   search --no-floppy --fs-uuid --set 37dcc206-8c2c-48b6-89e9-c05195df586c
   linux   /boot/vmlinuz-2.6.32-21-generic root=UUID=37dcc206-8c2c-48b6-89e9-c05195df586c 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,5)'
   search --no-floppy --fs-uuid --set 37dcc206-8c2c-48b6-89e9-c05195df586c
   echo   'Loading Linux 2.6.32-21-generic ...'
   linux   /boot/vmlinuz-2.6.32-21-generic root=UUID=37dcc206-8c2c-48b6-89e9-c05195df586c 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,5)'
   search --no-floppy --fs-uuid --set 37dcc206-8c2c-48b6-89e9-c05195df586c
   linux16   /boot/memtest86+.bin
}
menuentry "Memory test (memtest86+, serial console 115200)" {
   insmod ext2
   set root='(hd0,5)'
   search --no-floppy --fs-uuid --set 37dcc206-8c2c-48b6-89e9-c05195df586c
   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 ###

=============================== 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=37dcc206-8c2c-48b6-89e9-c05195df586c /               ext4    errors=remount-ro 0       1
# swap was on /dev/sda6 during installation
UUID=214f7b9a-ae0d-4d0b-9680-779068c48dfd none            swap    sw              0       0

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


 246.5GB: boot/grub/core.img
 242.0GB: boot/grub/grub.cfg
 247.5GB: boot/initrd.img-2.6.32-21-generic
 246.8GB: boot/initrd.img-2.6.32-22-generic
 247.4GB: boot/vmlinuz-2.6.32-21-generic
 246.4GB: boot/vmlinuz-2.6.32-22-generic
 246.8GB: initrd.img
 247.5GB: initrd.img.old
 246.4GB: vmlinuz
 247.4GB: vmlinuz.old

================================ sda2/boot.ini: ================================

[boot loader]
timeout=9
default=E:\wubildr.mbr
[operating systems]
E:\wubildr.mbr="Ubuntu"
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows Vista" /fastdetect
=========================== Unknown MBRs/Boot Sectors/etc =======================

Unknown BootLoader  on sda1

00000000  93 3a 9c 41 eb 1c dd 5f  38 38 00 2c 10 17 68 07  |.:.A..._88.,..h.|
00000010  c4 31 0f b0 c3 66 6d d0  49 e4 3c 5a 0e 51 d8 34  |.1...fm.I.<Z.Q.4|
00000020  90 13 c8 07 f4 62 02 80  72 f1 d4 a5 f8 be 4e c0  |.....b..r.....N.|
00000030  0c 4b 45 3d d9 d2 a4 50  43 d2 8b a2 10 0d 8a 77  |.KE=...PC......w|
00000040  82 b5 12 cd 48 1a 66 83  1a a8 2f 09 59 6e f0 d1  |....H.f.../.Yn..|
00000050  2f c7 70 9f b2 9b 8a 7c  83 52 7a 27 45 02 26 7c  |/.p....|.Rz'E.&||
00000060  5a cc c8 34 07 66 fd 50  78 32 42 90 1b 45 85 10  |Z..4.f.Px2B..E..|
00000070  11 19 c8 03 a3 b2 28 32  ce e8 45 76 f4 40 45 06  |......(2..Ev.@E.|
00000080  82 1b b6 14 ed 1a 91 95  86 79 09 dd f8 22 f3 5e  |.........y...".^|
00000090  28 b6 b9 08 ee 74 02 c8  ad 55 dd b3 9c f3 33 2f  |(....t...U....3/|
000000a0  cb f4 36 01 b3 ae 81 6c  e1 91 66 0a a7 97 ce 31  |..6....l..f....1|
000000b0  f0 ed 52 cb 4f 3f 5b dc  40 6f 22 1a 04 20 3e 56  |..R.O?[.@o".. >V|
000000c0  c9 d4 f4 d0 1a 13 0f b1  c4 f4 98 d2 be d4 14 14  |................|
000000d0  97 51 89 07 51 7b 0a a2  3b 88 85 59 f2 10 99 10  |.Q..Q{..;..Y....|
000000e0  96 0d 14 1e 3b 8e 78 66  83 74 42 01 01 42 a5 ff  |....;.xf.tB..B..|
000000f0  4b 31 05 2c 38 dd 60 1d  21 21 4b 06 68 8d 8f 66  |K1.,8.`.!!K.h..f|
00000100  ba 5c 4b f4 34 43 d3 cb  74 36 6e b2 00 58 23 73  |.\K.4C..t6n..X#s|
00000110  8d a4 34 72 bb 06 fc a5  b8 ae 12 6a 96 52 7b 3e  |..4r.......j.R{>|
00000120  e2 0a d0 e3 15 89 6d 4a  8d e8 11 aa 05 00 f4 4f  |......mJ.......O|
00000130  3c 88 c5 c2 a5 1e be 42  2a d0 a8 48 59 99 b0 c2  |<......B*..HY...|
00000140  01 74 c0 fb fb 28 85 28  fc 20 93 86 f2 1a aa 3c  |.t...(.(. .....<|
00000150  fe 04 50 7f 0d 91 11 07  b2 3a c2 e1 a4 35 b1 36  |..P......:...5.6|
00000160  23 b8 c0 d1 12 d9 4f 3c  2f 82 ba 8d de 37 1f 5c  |#.....O</....7.\|
00000170  cc 6b b9 cf e5 ba 9a 51  6e c5 68 cb f8 37 a8 5f  |.k.....Qn.h..7._|
00000180  da 97 c8 dd 31 c8 ce 88  10 65 c9 2c cc 05 6f a7  |....1....e.,..o.|
00000190  44 eb 47 60 17 aa 16 07  80 42 e3 8a 16 c3 84 30  |D.G`.....B.....0|
000001a0  46 05 11 08 00 a8 87 44  c5 48 ec 1f 62 e4 51 c5  |F......D.H..b.Q.|
000001b0  ad 02 2d 37 58 35 e1 8f  40 f3 9e 42 10 46 00 fe  |..-7X5..@..B.F..|
000001c0  ff ff 83 fe ff ff 02 00  00 00 00 b0 29 01 00 fe  |............)...|
000001d0  ff ff 05 fe ff ff 02 b0  29 01 00 d0 0e 00 00 00  |........).......|
000001e0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
000001f0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 55 aa  |..............U.|
00000200

Název: Re: Grub 2 nenašel Windows
Přispěvatel: arrange 09 Června 2010, 23:56:45
Zkus v Terminál (http://wiki.ubuntu.cz/Termin%C3%A1l)u
Kód: [Vybrat]
sudo os-prober
Zkopíruj sem výpis + v syslogu bys měl k tomu najít debug výstup, tak ho tu dej také.
Název: Re: Grub 2 nenašel Windows
Přispěvatel: Kedrigern 10 Června 2010, 16:25:03
Tak ten nenašel nic:
Citace
wenoushek@Winc:~$ sudo os-prober
wenoushek@Winc:~$

Syslog:
Citace
wenoushek@Winc:~$ cat /var/log/syslog | grep os-prober
Jun 10 16:17:25 Winc os-prober: debug: running /usr/lib/os-probes/mounted/10freedos on mounted /dev/mmcblk0p1
Jun 10 16:17:25 Winc os-prober: debug: running /usr/lib/os-probes/mounted/10qnx on mounted /dev/mmcblk0p1
Jun 10 16:17:25 Winc os-prober: debug: running /usr/lib/os-probes/mounted/20macosx on mounted /dev/mmcblk0p1
Jun 10 16:17:25 Winc os-prober: debug: running /usr/lib/os-probes/mounted/20microsoft on mounted /dev/mmcblk0p1
Jun 10 16:17:25 Winc os-prober: debug: running /usr/lib/os-probes/mounted/30utility on mounted /dev/mmcblk0p1
Jun 10 16:17:25 Winc os-prober: debug: running /usr/lib/os-probes/mounted/40lsb on mounted /dev/mmcblk0p1
Jun 10 16:17:25 Winc os-prober: debug: running /usr/lib/os-probes/mounted/70hurd on mounted /dev/mmcblk0p1
Jun 10 16:17:25 Winc os-prober: debug: running /usr/lib/os-probes/mounted/80minix on mounted /dev/mmcblk0p1
Jun 10 16:17:25 Winc os-prober: debug: running /usr/lib/os-probes/mounted/90linux-distro on mounted /dev/mmcblk0p1
Jun 10 16:17:25 Winc os-prober: debug: running /usr/lib/os-probes/mounted/90solaris on mounted /dev/mmcblk0p1
Jun 10 16:17:25 Winc os-prober: debug: running /usr/lib/os-probes/50mounted-tests on /dev/sda1
Jun 10 16:17:25 Winc os-prober: debug: running /usr/lib/os-probes/mounted/10freedos on mounted /dev/sda2
Jun 10 16:17:25 Winc os-prober: debug: running /usr/lib/os-probes/mounted/10qnx on mounted /dev/sda2
Jun 10 16:17:25 Winc os-prober: debug: running /usr/lib/os-probes/mounted/20macosx on mounted /dev/sda2
Jun 10 16:17:25 Winc os-prober: debug: running /usr/lib/os-probes/mounted/20microsoft on mounted /dev/sda2
Jun 10 16:17:25 Winc os-prober: debug: running /usr/lib/os-probes/mounted/30utility on mounted /dev/sda2
Jun 10 16:17:25 Winc os-prober: debug: running /usr/lib/os-probes/mounted/40lsb on mounted /dev/sda2
Jun 10 16:17:25 Winc os-prober: debug: running /usr/lib/os-probes/mounted/70hurd on mounted /dev/sda2
Jun 10 16:17:25 Winc os-prober: debug: running /usr/lib/os-probes/mounted/80minix on mounted /dev/sda2
Jun 10 16:17:25 Winc os-prober: debug: running /usr/lib/os-probes/mounted/90linux-distro on mounted /dev/sda2
Jun 10 16:17:25 Winc os-prober: debug: running /usr/lib/os-probes/mounted/90solaris on mounted /dev/sda2
Jun 10 16:17:25 Winc os-prober: debug: running /usr/lib/os-probes/50mounted-tests on /dev/sda6
Jun 10 16:19:03 Winc os-prober: debug: running /usr/lib/os-probes/mounted/10freedos on mounted /dev/mmcblk0p1
Jun 10 16:19:03 Winc os-prober: debug: running /usr/lib/os-probes/mounted/10qnx on mounted /dev/mmcblk0p1
Jun 10 16:19:03 Winc os-prober: debug: running /usr/lib/os-probes/mounted/20macosx on mounted /dev/mmcblk0p1
Jun 10 16:19:03 Winc os-prober: debug: running /usr/lib/os-probes/mounted/20microsoft on mounted /dev/mmcblk0p1
Jun 10 16:19:03 Winc os-prober: debug: running /usr/lib/os-probes/mounted/30utility on mounted /dev/mmcblk0p1
Jun 10 16:19:03 Winc os-prober: debug: running /usr/lib/os-probes/mounted/40lsb on mounted /dev/mmcblk0p1
Jun 10 16:19:03 Winc os-prober: debug: running /usr/lib/os-probes/mounted/70hurd on mounted /dev/mmcblk0p1
Jun 10 16:19:03 Winc os-prober: debug: running /usr/lib/os-probes/mounted/80minix on mounted /dev/mmcblk0p1
Jun 10 16:19:03 Winc os-prober: debug: running /usr/lib/os-probes/mounted/90linux-distro on mounted /dev/mmcblk0p1
Jun 10 16:19:03 Winc os-prober: debug: running /usr/lib/os-probes/mounted/90solaris on mounted /dev/mmcblk0p1
Jun 10 16:19:03 Winc os-prober: debug: running /usr/lib/os-probes/50mounted-tests on /dev/sda1
Jun 10 16:19:03 Winc os-prober: debug: os detected by /usr/lib/os-probes/50mounted-tests
Jun 10 16:19:03 Winc os-prober: debug: running /usr/lib/os-probes/mounted/10freedos on mounted /dev/sda2
Jun 10 16:19:03 Winc os-prober: debug: running /usr/lib/os-probes/mounted/10qnx on mounted /dev/sda2
Jun 10 16:19:03 Winc os-prober: debug: running /usr/lib/os-probes/mounted/20macosx on mounted /dev/sda2
Jun 10 16:19:03 Winc os-prober: debug: running /usr/lib/os-probes/mounted/20microsoft on mounted /dev/sda2
Jun 10 16:19:03 Winc os-prober: debug: running /usr/lib/os-probes/mounted/30utility on mounted /dev/sda2
Jun 10 16:19:03 Winc os-prober: debug: running /usr/lib/os-probes/mounted/40lsb on mounted /dev/sda2
Jun 10 16:19:03 Winc os-prober: debug: running /usr/lib/os-probes/mounted/70hurd on mounted /dev/sda2
Jun 10 16:19:03 Winc os-prober: debug: running /usr/lib/os-probes/mounted/80minix on mounted /dev/sda2
Jun 10 16:19:03 Winc os-prober: debug: running /usr/lib/os-probes/mounted/90linux-distro on mounted /dev/sda2
Jun 10 16:19:03 Winc os-prober: debug: running /usr/lib/os-probes/mounted/90solaris on mounted /dev/sda2
Jun 10 16:19:03 Winc os-prober: debug: running /usr/lib/os-probes/50mounted-tests on /dev/sda6
Jun 10 16:19:03 Winc os-prober: debug: os detected by /usr/lib/os-probes/50mounted-tests
Jun 10 16:19:22 Winc os-prober: debug: running /usr/lib/os-probes/mounted/10freedos on mounted /dev/mmcblk0p1
Jun 10 16:19:22 Winc os-prober: debug: running /usr/lib/os-probes/mounted/10qnx on mounted /dev/mmcblk0p1
Jun 10 16:19:22 Winc os-prober: debug: running /usr/lib/os-probes/mounted/20macosx on mounted /dev/mmcblk0p1
Jun 10 16:19:22 Winc os-prober: debug: running /usr/lib/os-probes/mounted/20microsoft on mounted /dev/mmcblk0p1
Jun 10 16:19:22 Winc os-prober: debug: running /usr/lib/os-probes/mounted/30utility on mounted /dev/mmcblk0p1
Jun 10 16:19:22 Winc os-prober: debug: running /usr/lib/os-probes/mounted/40lsb on mounted /dev/mmcblk0p1
Jun 10 16:19:22 Winc os-prober: debug: running /usr/lib/os-probes/mounted/70hurd on mounted /dev/mmcblk0p1
Jun 10 16:19:22 Winc os-prober: debug: running /usr/lib/os-probes/mounted/80minix on mounted /dev/mmcblk0p1
Jun 10 16:19:22 Winc os-prober: debug: running /usr/lib/os-probes/mounted/90linux-distro on mounted /dev/mmcblk0p1
Jun 10 16:19:22 Winc os-prober: debug: running /usr/lib/os-probes/mounted/90solaris on mounted /dev/mmcblk0p1
Jun 10 16:19:22 Winc os-prober: debug: running /usr/lib/os-probes/50mounted-tests on /dev/sda1
Jun 10 16:19:22 Winc os-prober: debug: running /usr/lib/os-probes/mounted/10freedos on mounted /dev/sda2
Jun 10 16:19:22 Winc os-prober: debug: running /usr/lib/os-probes/mounted/10qnx on mounted /dev/sda2
Jun 10 16:19:22 Winc os-prober: debug: running /usr/lib/os-probes/mounted/20macosx on mounted /dev/sda2
Jun 10 16:19:22 Winc os-prober: debug: running /usr/lib/os-probes/mounted/20microsoft on mounted /dev/sda2
Jun 10 16:19:22 Winc os-prober: debug: running /usr/lib/os-probes/mounted/30utility on mounted /dev/sda2
Jun 10 16:19:22 Winc os-prober: debug: running /usr/lib/os-probes/mounted/40lsb on mounted /dev/sda2
Jun 10 16:19:22 Winc os-prober: debug: running /usr/lib/os-probes/mounted/70hurd on mounted /dev/sda2
Jun 10 16:19:22 Winc os-prober: debug: running /usr/lib/os-probes/mounted/80minix on mounted /dev/sda2
Jun 10 16:19:22 Winc os-prober: debug: running /usr/lib/os-probes/mounted/90linux-distro on mounted /dev/sda2
Jun 10 16:19:22 Winc os-prober: debug: running /usr/lib/os-probes/mounted/90solaris on mounted /dev/sda2
Jun 10 16:19:22 Winc os-prober: debug: running /usr/lib/os-probes/50mounted-tests on /dev/sda6
Jun 10 16:19:22 Winc os-prober: debug: os detected by /usr/lib/os-probes/50mounted-tests
Název: Re: Grub 2 nenašel Windows
Přispěvatel: arrange 10 Června 2010, 21:01:00
Divné je, že nenajde vůbec nic, nejen Win oddíl. Jsi jinak normálně schopen ten Win oddíl z Ubuntu připojit a prohlížet ho?

?Dáš tu ještě výstup (raději do code, ne do quote)
Kód: [Vybrat]
sudo sh -x /usr/lib/os-probes/50mounted-tests /dev/sda2
Název: Re: Grub 2 nenašel Windows
Přispěvatel: Kedrigern 11 Června 2010, 00:34:07
Dneska jsem to celé přeinstaloval a šlape to jak hodinky.

Asi jsem předtím smazat nějaký bootloader Windows