[SOLVED] GRUB2 nie uruchamia Windowsa 7

Wyłącznie system! Wątpliwości dotyczące aplikacji proszę umieszczać niżej, w odpowiednich forach.
Awatar użytkownika
panmusk
Piegowaty Guziec
Piegowaty Guziec
Posty: 8
Rejestracja: 19 sty 2008, 23:21
Płeć: Mężczyzna
Wersja Ubuntu: 9.04
Środowisko graficzne: GNOME
Kontakt:

[SOLVED] GRUB2 nie uruchamia Windowsa 7

Post autor: panmusk »

Witam,
problem jak w temacie, mimo istnienia w plikach konfiguracyjnych GRUBA2 wpisów dotyczących W7 tenże nie startuje (po wybraniu stosownej opcji miast uruchamiających się okien przed mymi oczyma ponownie prezentuje się lista opcji).

# ls -l /dev/disk/by-uuid/

Kod: Zaznacz cały

razem 0
lrwxrwxrwx 1 root root 10 kwi 27 21:22 37299199-be52-4c59-827a-bfb1742caa45 -> ../../sda5
lrwxrwxrwx 1 root root 10 kwi 27 21:22 945265F15265D90E -> ../../sda2
lrwxrwxrwx 1 root root 10 kwi 27 21:22 b3dd4372-dabf-4de5-8524-13084472b1ec -> ../../sda6
lrwxrwxrwx 1 root root 10 kwi 27 21:22 D0A2BB1BA2BB054E -> ../../sda1
# fdisk -l

Kod: Zaznacz cały

Disk /dev/sda: 500.1 GB, 500107862016 bytes
głowic: 255, sektorów/ścieżkę: 63, cylindrów: 60801, w sumie sektorów: 976773168
Jednostka = sektorów, czyli 1 * 512 = 512 bajtów
Rozmiar sektora (logiczny/fizyczny) w bajtach: 512 / 512
Rozmiar we/wy (minimalny/optymalny) w bajtach: 512 / 512
Identyfikator dysku: 0xbab21f87

Urządzenie Rozruch   Początek      Koniec   Bloków   ID  System
/dev/sda1   *          63   122832989    61416463+   7  HPFS/NTFS/exFAT
/dev/sda2       122834944   321629567    99397312    7  HPFS/NTFS/exFAT
/dev/sda3       321630206   976771071   327570433    5  Rozszerzona
/dev/sda5       321630208   968814591   323592192   83  Linux
/dev/sda6       968816640   976771071     3977216   82  Linux swap / Solaris
fragment grub.cfg

Kod: Zaznacz cały

### BEGIN /etc/grub.d/30_os-prober ###
menuentry "Windows 7 (loader) (on /dev/sda1)" --class windows --class os {
	insmod part_msdos
	insmod ntfs
	set root='(hd0,msdos1)'
	search --no-floppy --fs-uuid --set=root D0A2BB1BA2BB054E
	chainloader +1
}
### END /etc/grub.d/30_os-prober ###
Sprawa jest pilna, bo muszę prędziutko zalogować się na windzie by wysłać PIT :-x
Ostatnio zmieniony 28 kwie 2012, 13:10 przez panmusk, łącznie zmieniany 1 raz.
noldok
Piegowaty Guziec
Piegowaty Guziec
Posty: 7
Rejestracja: 06 maja 2011, 09:04
Płeć: Mężczyzna
Wersja Ubuntu: 13.10
Środowisko graficzne: Unity
Architektura: x86_64
Lokalizacja: Zamość / Warszawa

Re: GRUB2 nie uruchamia Windowsa 7

Post autor: noldok »

Spróbuj w grub.cfg zamiast tego, co wkleiłeś wpisać to:

Kod: Zaznacz cały

### BEGIN /etc/grub.d/30_os-prober ###
menuentry "Windows 7 (loader) (on /dev/sda1)" --class windows --class os {
   insmod part_msdos
   insmod ntfs
   set root='(hd0,msdos1)'
   search --no-floppy --fs-uuid --set=root D0A2BB1BA2BB054E
   chainloader +1
}

menuentry "Windows 7 (loader) (on /dev/sda2)" --class windows --class os {
   insmod part_msdos
   insmod ntfs
   set root='(hd0,msdos1)'
   search --no-floppy --fs-uuid --set=root 945265F15265D90E
   chainloader +1
}
### END /etc/grub.d/30_os-prober ###
Będzie miał wtedy dwie opcje z Win7, spróbuj każdej z nich.
_______________
Noldok
Awatar użytkownika
panmusk
Piegowaty Guziec
Piegowaty Guziec
Posty: 8
Rejestracja: 19 sty 2008, 23:21
Płeć: Mężczyzna
Wersja Ubuntu: 9.04
Środowisko graficzne: GNOME
Kontakt:

Re: GRUB2 nie uruchamia Windowsa 7

Post autor: panmusk »

--set=root 945265F15265D90E
ale to bez sensu, Windows jest na sda1
marcin1982
Gibki Gibbon
Gibki Gibbon
Posty: 3209
Rejestracja: 30 wrz 2007, 13:49
Płeć: Mężczyzna

Re: GRUB2 nie uruchamia Windowsa 7

Post autor: marcin1982 »

Podaj wynik boot_info_script
Awatar użytkownika
panmusk
Piegowaty Guziec
Piegowaty Guziec
Posty: 8
Rejestracja: 19 sty 2008, 23:21
Płeć: Mężczyzna
Wersja Ubuntu: 9.04
Środowisko graficzne: GNOME
Kontakt:

Re: GRUB2 nie uruchamia Windowsa 7

Post autor: panmusk »

Kod: Zaznacz cały

                  Boot Info Script 0.61      [1 April 2012]


============================= Boot Info Summary: ===============================

 => Grub2 (v1.99) is installed in the MBR of /dev/sda and looks at sector 1 of 
    the same hard drive for core.img. core.img is at this location and looks 
    for (,msdos5)/boot/grub on this drive.

sda1: __________________________________________________________________________

    File system:       ntfs
    Boot sector type:  Grub2 (v1.99)
    Boot sector info:  Grub2 (v1.99) is installed in the boot sector of sda1 
                       and looks at sector 904992416 of the same hard drive 
                       for core.img. core.img is at this location and looks 
                       for (,msdos5)/boot/grub on this drive. No errors found 
                       in the Boot Parameter Block.
    Operating System:  Windows 7
    Boot files:        /bootmgr /Boot/BCD /Windows/System32/winload.exe

sda2: __________________________________________________________________________

    File system:       ntfs
    Boot sector type:  Windows Vista/7: NTFS
    Boot sector info:  No errors found in the Boot Parameter Block.
    Operating System:  
    Boot files:        

sda3: __________________________________________________________________________

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

sda5: __________________________________________________________________________

    File system:       ext4
    Boot sector type:  -
    Boot sector info: 
    Operating System:  Ubuntu 12.04 LTS
    Boot files:        /boot/grub/grub.cfg /etc/fstab /boot/grub/core.img

sda6: __________________________________________________________________________

    File system:       swap
    Boot sector type:  -
    Boot sector info: 

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

Drive: sda _____________________________________________________________________

Disk /dev/sda: 500.1 GB, 500107862016 bytes
głowic: 255, sektorów/ścieżkę: 63, cylindrów: 60801, w sumie sektorów: 976773168
Jednostka = sektorów, czyli 1 * 512 = 512 bajtów
Rozmiar sektora (logiczny/fizyczny) w bajtach: 512 / 512

Partition  Boot  Start Sector    End Sector  # of Sectors  Id System

/dev/sda1    *             63   122,832,989   122,832,927   7 NTFS / exFAT / HPFS
/dev/sda2         122,834,944   321,629,567   198,794,624   7 NTFS / exFAT / HPFS
/dev/sda3         321,630,206   976,771,071   655,140,866   5 Extended
/dev/sda5         321,630,208   968,814,591   647,184,384  83 Linux
/dev/sda6         968,816,640   976,771,071     7,954,432  82 Linux swap / Solaris


"blkid" output: ________________________________________________________________

Device           UUID                                   TYPE       LABEL

/dev/sda1        D0A2BB1BA2BB054E                       ntfs       
/dev/sda2        945265F15265D90E                       ntfs       Nowy
/dev/sda5        37299199-be52-4c59-827a-bfb1742caa45   ext4       
/dev/sda6        b3dd4372-dabf-4de5-8524-13084472b1ec   swap       
/dev/sr0                                                udf        DVD

================================ Mount points: =================================

Device           Mount_Point              Type       Options

/dev/sda1        /media/sda1              fuseblk    (rw,nosuid,nodev,allow_other,default_permissions,blksize=4096)
/dev/sda2        /media/sda2              fuseblk    (rw,nosuid,nodev,allow_other,default_permissions,blksize=4096)
/dev/sda5        /                        ext4       (rw,errors=remount-ro)
/dev/sr0         /media/DVD               udf        (ro,nosuid,nodev,uid=1000,gid=1000,iocharset=utf8,umask=0077,dmode=0500,uhelper=udisks)


=========================== sda5/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 video_bochs
  insmod video_cirrus
}

insmod part_msdos
insmod ext2
set root='(hd0,msdos5)'
search --no-floppy --fs-uuid --set=root 37299199-be52-4c59-827a-bfb1742caa45
if loadfont /usr/share/grub/unicode.pf2 ; then
  set gfxmode=auto
  load_video
  insmod gfxterm
  insmod part_msdos
  insmod ext2
  set root='(hd0,msdos5)'
  search --no-floppy --fs-uuid --set=root 37299199-be52-4c59-827a-bfb1742caa45
  set locale_dir=($root)/boot/grub/locale
  set lang=pl_PL
  insmod gettext
fi
terminal_output gfxterm
if [ "${recordfail}" = 1 ]; then
  set timeout=10
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
if background_color 44,0,30; then
  clear
fi
### END /etc/grub.d/05_debian_theme ###

### BEGIN /etc/grub.d/10_linux ###
function gfxmode {
	set gfxpayload="$1"
	if [ "$1" = "keep" ]; then
		set vt_handoff=vt.handoff=7
	else
		set vt_handoff=
	fi
}
if [ ${recordfail} != 1 ]; then
  if [ -e ${prefix}/gfxblacklist.txt ]; then
    if hwmatch ${prefix}/gfxblacklist.txt 3; then
      if [ ${match} = 0 ]; then
        set linux_gfx_mode=keep
      else
        set linux_gfx_mode=text
      fi
    else
      set linux_gfx_mode=text
    fi
  else
    set linux_gfx_mode=keep
  fi
else
  set linux_gfx_mode=text
fi
export linux_gfx_mode
if [ "$linux_gfx_mode" != "text" ]; then load_video; fi
menuentry 'Ubuntu, za pomocą systemu Linux 3.2.0-24-generic' --class ubuntu --class gnu-linux --class gnu --class os {
	recordfail
	gfxmode $linux_gfx_mode
	insmod gzio
	insmod part_msdos
	insmod ext2
	set root='(hd0,msdos5)'
	search --no-floppy --fs-uuid --set=root 37299199-be52-4c59-827a-bfb1742caa45
	linux	/boot/vmlinuz-3.2.0-24-generic root=UUID=37299199-be52-4c59-827a-bfb1742caa45 ro   quiet splash $vt_handoff
	initrd	/boot/initrd.img-3.2.0-24-generic
}
menuentry 'Ubuntu, za pomocą systemu Linux 3.2.0-24-generic (tryb ratunkowy)' --class ubuntu --class gnu-linux --class gnu --class os {
	recordfail
	insmod gzio
	insmod part_msdos
	insmod ext2
	set root='(hd0,msdos5)'
	search --no-floppy --fs-uuid --set=root 37299199-be52-4c59-827a-bfb1742caa45
	echo	'Wczytywanie systemu Linux 3.2.0-24-generic...'
	linux	/boot/vmlinuz-3.2.0-24-generic root=UUID=37299199-be52-4c59-827a-bfb1742caa45 ro recovery nomodeset 
	echo	'Wczytywanie początkowego dysku RAM...'
	initrd	/boot/initrd.img-3.2.0-24-generic
}
### 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,msdos5)'
	search --no-floppy --fs-uuid --set=root 37299199-be52-4c59-827a-bfb1742caa45
	linux16	/boot/memtest86+.bin
}
menuentry "Memory test (memtest86+, serial console 115200)" {
	insmod part_msdos
	insmod ext2
	set root='(hd0,msdos5)'
	search --no-floppy --fs-uuid --set=root 37299199-be52-4c59-827a-bfb1742caa45
	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)" --class windows --class os {
	insmod part_msdos
	insmod ntfs
	set root='(hd0,msdos1)'
	search --no-floppy --fs-uuid --set=root D0A2BB1BA2BB054E
	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 ###
--------------------------------------------------------------------------------

=============================== sda5/etc/fstab: ================================

--------------------------------------------------------------------------------
# /etc/fstab: static file system information.
#
# Use 'blkid' 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=37299199-be52-4c59-827a-bfb1742caa45 /               ext4    errors=remount-ro 0       1
# swap was on /dev/sda6 during installation
UUID=b3dd4372-dabf-4de5-8524-13084472b1ec none            swap    sw              0       0
UUID=D0A2BB1BA2BB054E /media/sda1 ntfs defaults,utf8,umask=007,gid=46 0 0
UUID=945265F15265D90E /media/sda2 ntfs defaults,utf8,umask=007,gid=46 0 0
--------------------------------------------------------------------------------

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

           GiB - GB             File                                 Fragment(s)

 437.553024292 = 469.818982400  boot/grub/core.img                             1
 387.495536804 = 416.070164480  boot/grub/grub.cfg                             1
 154.880859375 = 166.302056448  boot/initrd.img-3.2.0-24-generic               2
 154.655017853 = 166.059560960  boot/vmlinuz-3.2.0-24-generic                  1
 154.880859375 = 166.302056448  initrd.img                                     2
 154.655017853 = 166.059560960  vmlinuz                                        1

======================== Unknown MBRs/Boot Sectors/etc: ========================

Unknown BootLoader on sda3

00000000  5b c3 94 e1 c7 bc 21 1a  7d 34 09 03 f9 35 41 36  |[.....!.}4...5A6|
00000010  a9 a4 60 22 d7 98 33 89  46 4e 9b 22 f6 22 ca 28  |..`"..3.FN.".".(|
00000020  40 84 a4 d7 c4 21 2d 15  5e 27 31 ae 73 c4 e5 94  |@....!-.^'1.s...|
00000030  73 9e 26 31 19 ce 13 19  d1 ce 26 6e 70 24 37 12  |s.&1......&np$7.|
00000040  37 53 70 50 1a 87 87 a6  74 eb 9e 95 54 b2 07 f1  |7SpP....t...T...|
00000050  d5 f4 fb 8b 8f 9c 3a 0a  e4 e3 dc f7 0f e2 61 53  |......:.......aS|
00000060  b9 de 32 e7 86 47 dc 19  de 73 a3 9c 27 9e c0 eb  |..2..G...s..'...|
00000070  de 74 e0 60 51 c3 e0 3c  20 16 9a 9d 55 55 7d 55  |.t.`Q..< ...UU}U|
00000080  96 99 b8 4a 08 65 f8 25  65 60 d0 fe 53 8e 0a 8b  |...J.e.%e`..S...|
00000090  8b a5 91 c5 c0 87 f9 4e  01 e9 c8 7c 75 2d d7 7f  |.......N...|u-..|
000000a0  64 b4 ff b2 d9 ce 3c 3c  83 c2 62 5a a0 87 bc 7a  |d.....<<..bZ...z|
000000b0  bf 97 fe 3e 72 9d 9a 5f  99 a4 21 fc 11 05 25 de  |...>r.._..!...%.|
000000c0  df 99 e3 b0 e5 d7 7e d5  9c aa 4b 1b a7 c3 80 15  |......~...K.....|
000000d0  03 6f 23 9c a1 83 8b 54  cd 10 5e 78 4a 7a dc 9d  |.o#....T..^xJz..|
000000e0  73 c5 25 99 d7 8a 2a 36  11 05 ef 13 de c4 b8 c9  |s.%...*6........|
000000f0  3d a5 11 f4 35 68 fa 40  d9 b1 71 87 71 c5 76 d5  |=...5h.@..q.q.v.|
00000100  4a 35 35 81 a8 a4 4f 54  c6 af 88 4f 7a 28 8a 0b  |J55...OT...Oz(..|
00000110  28 e3 86 e7 1c 37 38 72  1d 25 ce 7a 28 8c 42 7b  |(....78r.%.z(.B{|
00000120  9e ad 43 b8 88 45 16 69  d0 48 31 10 f8 94 b0 c4  |..C..E.i.H1.....|
00000130  73 c8 bb 9c 0f 24 dc e7  38 15 4c 63 9f 0f 03 31  |s....$..8.Lc...1|
00000140  17 3d e2 43 53 38 50 7b  89 1c a5 2e 5a 1a 28 07  |.=.CS8P{....Z.(.|
00000150  ab 99 b2 b8 7c 39 05 03  f9 e5 43 cd c3 5e f7 c2  |....|9....C..^..|
00000160  9a 3d c2 51 f5 ff a1 d0  fa 0a a9 c7 62 b9 43 20  |.=.Q........b.C |
00000170  67 1f 1f 41 08 2a 88 06  03 ff 9c 55 25 a1 9d 12  |g..A.*.....U%...|
00000180  ee 3e aa 3d 6c da 78 79  06 81 10 60 b1 f8 e7 1c  |.>.=l.xy...`....|
00000190  14 01 30 70 17 a9 e5 4c  d1 31 fb 92 5b 79 93 6b  |..0p...L.1..[y.k|
000001a0  d9 ca bf a5 74 42 7b c4  47 cb 73 12 9e 14 1a 59  |....tB{.G.s....Y|
000001b0  82 e1 89 b7 5e f5 fa f8  84 72 04 bc e1 b9 00 fe  |....^....r......|
000001c0  ff ff 83 fe ff ff 02 00  00 00 00 40 93 26 00 fe  |...........@.&..|
000001d0  ff ff 05 fe ff ff 14 45  93 26 ee 62 79 00 00 00  |.......E.&.by...|
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


=============================== StdErr Messages: ===============================

xz: (stdin): Dane skompresowane są uszkodzone
xz: (stdin): Dane skompresowane są uszkodzone
marcin1982
Gibki Gibbon
Gibki Gibbon
Posty: 3209
Rejestracja: 30 wrz 2007, 13:49
Płeć: Mężczyzna

Re: GRUB2 nie uruchamia Windowsa 7

Post autor: marcin1982 »

Przeinstaluj Gruba z poziomu środowiska chroot:
http://www.ubuntu-pomoc.org/grub-2-napr ... -windowsa/
http://debian.linux.pl/threads/24705-Na ... owego-Grub .
Jak już się chrootujesz - sprawdź, czy komenda:

Kod: Zaznacz cały

os-prober
wykryje Windows.
namok
Przebojowy Jelonek
Przebojowy Jelonek
Posty: 1703
Rejestracja: 01 mar 2008, 12:21
Płeć: Mężczyzna
Wersja Ubuntu: 16.04
Środowisko graficzne: Unity
Architektura: x86_64
Kontakt:

Re: GRUB2 nie uruchamia Windowsa 7

Post autor: namok »

Zostaw grub'a - jest OK. Problem jest z bootloaderem windows:
sda1: __________________________________________________________________________

File system: ntfs
Boot sector type: Grub2 (v1.99)
Boot sector info: Grub2 (v1.99) is installed in the boot sector of sda1
and looks at sector 904992416 of the same hard drive
for core.img. core.img is at this location and looks
for (,msdos5)/boot/grub on this drive. No errors found
in the Boot Parameter Block.

Operating System: Windows 7
Boot files: /bootmgr /Boot/BCD /Windows/System32/winload.exe
Napraw bootloadera windows (przewiń do "How to restore the Windows Vista or 7 bootloader") i wykonaj tylko

Kod: Zaznacz cały

bootrec.exe /fixboot
to nie będziesz musiał naprawiać grub'a.
Awatar użytkownika
Rafcio
Wytworny Kaczor
Wytworny Kaczor
Posty: 328
Rejestracja: 12 paź 2011, 06:09
Płeć: Mężczyzna
Wersja Ubuntu: inny OS
Środowisko graficzne: Xfce
Architektura: x86

Re: GRUB2 nie uruchamia Windowsa 7

Post autor: Rafcio »

panmusk pisze:
--set=root 945265F15265D90E
ale to bez sensu, Windows jest na sda1
...na sda1 jest mała boot partycja Win7 "nie system" System leży na sda2 , trzeba zmodyfikować tutaj wpisy

Kod: Zaznacz cały

### BEGIN /etc/grub.d/30_os-prober ###
menuentry "Windows 7 (loader) (on /dev/sda1)" --class windows --class os {
   insmod part_msdos
   insmod ntfs
   set root='(hd0,msdos1)'
   search --no-floppy --fs-uuid --set=root D0A2BB1BA2BB054E
   chainloader +1
}
noldok pisze:Spróbuj w grub.cfg zamiast tego, co wkleiłeś wpisać to:

Kod: Zaznacz cały

### BEGIN /etc/grub.d/30_os-prober ###
menuentry "Windows 7 (loader) (on /dev/sda1)" --class windows --class os {
   insmod part_msdos
   insmod ntfs
   set root='(hd0,msdos1)'
   search --no-floppy --fs-uuid --set=root D0A2BB1BA2BB054E
   chainloader +1
}

menuentry "Windows 7 (loader) (on /dev/sda2)" --class windows --class os {
   insmod part_msdos
   insmod ntfs
   set root='(hd0,msdos1)'
   search --no-floppy --fs-uuid --set=root 945265F15265D90E
   chainloader +1
}
### END /etc/grub.d/30_os-prober ###
Będzie miał wtedy dwie opcje z Win7, spróbuj każdej z nich.
Testowałeś te opcje ?
Debian Jessie
marcin1982
Gibki Gibbon
Gibki Gibbon
Posty: 3209
Rejestracja: 30 wrz 2007, 13:49
Płeć: Mężczyzna

Re: GRUB2 nie uruchamia Windowsa 7

Post autor: marcin1982 »

Skoro pliki startowe Windows są w komplecie ... namok cytujesz i nie widzisz - Grub musi być w MBR dysku twardego, a nie na /dev/sda1.
namok
Przebojowy Jelonek
Przebojowy Jelonek
Posty: 1703
Rejestracja: 01 mar 2008, 12:21
Płeć: Mężczyzna
Wersja Ubuntu: 16.04
Środowisko graficzne: Unity
Architektura: x86_64
Kontakt:

Re: GRUB2 nie uruchamia Windowsa 7

Post autor: namok »

marcin1982 pisze:Skoro pliki startowe Windows są w komplecie ... namok cytujesz i nie widzisz - Grub musi być w MBR dysku twardego, a nie na /dev/sda1.
Przeczytaj jeszcze raz co ja napisałem i powiedz co to jest:
============================= Boot Info Summary: ===============================

=> Grub2 (v1.99) is installed in the MBR of /dev/sda and looks at sector 1 of
the same hard drive for core.img. core.img is at this location and looks
for (,msdos5)/boot/grub on this drive.
marcin1982
Gibki Gibbon
Gibki Gibbon
Posty: 3209
Rejestracja: 30 wrz 2007, 13:49
Płeć: Mężczyzna

Re: GRUB2 nie uruchamia Windowsa 7

Post autor: marcin1982 »

Ok, przepraszam - moje niedopatrzenie.
=====
Teraz należy zadać zatem pytanie: What went wrong? ;] Inaczej zapytam - co osiągnął autor wątku?
Awatar użytkownika
panmusk
Piegowaty Guziec
Piegowaty Guziec
Posty: 8
Rejestracja: 19 sty 2008, 23:21
Płeć: Mężczyzna
Wersja Ubuntu: 9.04
Środowisko graficzne: GNOME
Kontakt:

Re: GRUB2 nie uruchamia Windowsa 7

Post autor: panmusk »

namok pisze: Napraw bootloadera windows (przewiń do "How to restore the Windows Vista or 7 bootloader") i wykonaj tylko

Kod: Zaznacz cały

bootrec.exe /fixboot
to nie będziesz musiał naprawiać grub'a.
Bóg zapłać dobry człowieku! To rozwiązało problem.
ODPOWIEDZ

Wróć do „Instalacja, aktualizacja i konfiguracja Ubuntu”

Kto jest online

Użytkownicy przeglądający to forum: Obecnie na forum nie ma żadnego zarejestrowanego użytkownika i 3 gości