Mam maszynke Lenovo i tam sa 2 partycje recovery + Vista - ale jakos do tej pory to nie przeszkadzalo...
history.log:...
Start-Date: 2011-12-18 22:34:09
Commandline: /usr/sbin/synaptic --hide-main-window --non-interactive -o Synaptic::closeZvt=true --parent-window-id 41943099 --set-selections-file /tmp/tmp0UpQgg
Install: linux-image-3.0.0-14-generic:i386 (3.0.0-14.23), linux-headers-3.0.0-14:i386 (3.0.0-14.23, automatic), linux-headers-3.0.0-14-generic:i386 (3.0.0-14.23, automatic)
Upgrade: linux-headers-generic:i386 (3.0.0.12.14, 3.0.0.14.16), linux-image-generic:i386 (3.0.0.12.14, 3.0.0.14.16), linux-libc-dev:i386 (3.0.0-13.22, 3.0.0-14.23), linux-generic:i386 (3.0.0.12.14, 3.0.0.14.16)
End-Date: 2011-12-18 22:37:39
Start-Date: 2011-12-22 12:03:46
Commandline: apt-get install --reinstall grub-pc grub-pc-bin grub2-common grub-common
Reinstall: grub2-common:i386 (1.99-12ubuntu5-1linuxmint1), grub-pc:i386 (1.99-12ubuntu5-1linuxmint1), grub-pc-bin:i386 (1.99-12ubuntu5-1linuxmint1), grub-common:i386 (1.99-12ubuntu5-1linuxmint1)
End-Date: 2011-12-22 12:04:17
boot_info_script: Boot Info Script 0.60 from 17 May 2011
============================= 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 on this drive.
sda1: __________________________________________________________________________
File system: ntfs
Boot sector type: Windows Vista/7
Boot sector info: No errors found in the Boot Parameter Block.
Operating System:
Boot files: /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 Vista
Boot files: /Windows/System32/winload.exe
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:
sda4: __________________________________________________________________________
File system: Extended Partition
Boot sector type: Unknown
Boot sector info:
sda5: __________________________________________________________________________
File system: ext4
Boot sector type: Grub2 (v1.99)
Boot sector info: Grub2 (v1.99) is installed in the boot sector of sda5
and looks at sector 246256360 of the same hard drive
for core.img, but core.img can not be found at this
location.
Operating System: Linux Mint 12 Lisa
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: 160.0 GB, 160041885696 bytes
255 heads, 63 sectors/track, 19457 cylinders, total 312581808 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
Partition Boot Start Sector End Sector # of Sectors Id System
/dev/sda1 * 2,048 3,074,047 3,072,000 7 NTFS / exFAT / HPFS
/dev/sda2 3,074,048 233,347,071 230,273,024 7 NTFS / exFAT / HPFS
/dev/sda3 292,098,048 312,578,047 20,480,000 7 NTFS / exFAT / HPFS
/dev/sda4 233,347,072 292,098,047 58,750,976 5 Extended
/dev/sda5 233,349,120 288,118,783 54,769,664 83 Linux
/dev/sda6 288,120,832 292,098,047 3,977,216 82 Linux swap / Solaris
"blkid" output: ________________________________________________________________
Device UUID TYPE LABEL
/dev/loop0 squashfs
/dev/sda1 1A0405050404E61B ntfs SERVICEV003
/dev/sda2 C484083E84083588 ntfs System
/dev/sda3 28340C19340BE920 ntfs Lenovo
/dev/sda5 b72afb2f-e2f0-4c92-b527-830279e92172 ext4
/dev/sda6 18731a0a-01a1-4609-9399-81287dc9c52e swap
================================ Mount points: =================================
Device Mount_Point Type Options
/dev/loop0 /rofs squashfs (ro,noatime)
/dev/sda5 /mnt ext4 (rw)
/dev/sr0 /cdrom iso9660 (ro,noatime)
=========================== 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 b72afb2f-e2f0-4c92-b527-830279e92172
if loadfont /usr/share/grub/unicode.pf2 ; then
set gfxmode=1024x768
load_video
insmod gfxterm
insmod part_msdos
insmod ext2
set root='(hd0,msdos5)'
search --no-floppy --fs-uuid --set=root b72afb2f-e2f0-4c92-b527-830279e92172
set locale_dir=($root)/boot/grub/locale
set lang=en_US
insmod gettext
fi
terminal_output gfxterm
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
if background_color 0,0,0; then
clear
fi
### END /etc/grub.d/05_debian_theme ###
### BEGIN /etc/grub.d/06_mint_theme ###
set menu_color_normal=white/black
set menu_color_highlight=white/light-gray
### END /etc/grub.d/06_mint_theme ###
### BEGIN /etc/grub.d/10_linux_proxy ###
### END /etc/grub.d/10_linux_proxy ###
### BEGIN /etc/grub.d/10_lupin ###
### END /etc/grub.d/10_lupin ###
### BEGIN /etc/grub.d/30_os-prober_proxy ###
menuentry "Windows Vista (loader) (on /dev/sda1)" --class windows --class os {
insmod part_msdos
insmod ntfs
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set=root 1A0405050404E61B
chainloader +1
}
### END /etc/grub.d/30_os-prober_proxy ###
--------------------------------------------------------------------------------
=============================== 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=b72afb2f-e2f0-4c92-b527-830279e92172 / ext4 errors=remount-ro,user_xattr 0 1
# swap was on /dev/sda6 during installation
UUID=18731a0a-01a1-4609-9399-81287dc9c52e none swap sw 0 0
--------------------------------------------------------------------------------
=================== sda5: Location of files loaded by Grub: ====================
GiB - GB File Fragment(s)
114.560447693 = 123.008344064 boot/grub/core.img 1
117.424339294 = 126.083424256 boot/grub/grub.cfg 1
136.580795288 = 146.652512256 boot/initrd.img-3.0.0-12-generic 3
135.032245636 = 144.989769728 boot/initrd.img-3.0.0-14-generic 2
115.401992798 = 123.911946240 boot/vmlinuz-3.0.0-12-generic 1
134.582443237 = 144.506798080 boot/vmlinuz-3.0.0-14-generic 2
136.580795288 = 146.652512256 initrd.img.old 3
134.582443237 = 144.506798080 vmlinuz 2
115.401992798 = 123.911946240 vmlinuz.old 1
======================== Unknown MBRs/Boot Sectors/etc: ========================
Unknown BootLoader on sda4
00000000 00 00 00 00 00 00 00 00 00 00 00 00 5c 00 44 00 |............\.D.|
00000010 65 00 76 00 69 00 63 00 65 00 5c 00 48 00 61 00 |e.v.i.c.e.\.H.a.|
00000020 72 00 64 00 64 00 69 00 73 00 6b 00 56 00 6f 00 |r.d.d.i.s.k.V.o.|
00000030 6c 00 75 00 6d 00 65 00 33 00 5c 00 57 00 69 00 |l.u.m.e.3.\.W.i.|
00000040 6e 00 64 00 6f 00 77 00 73 00 5c 00 53 00 79 00 |n.d.o.w.s.\.S.y.|
00000050 73 00 74 00 65 00 6d 00 33 00 32 00 5c 00 6d 00 |s.t.e.m.3.2.\.m.|
00000060 73 00 69 00 2e 00 64 00 6c 00 6c 00 00 00 00 00 |s.i...d.l.l.....|
00000070 02 00 01 c0 4c 01 04 14 48 17 00 00 a8 05 00 00 |....L...H.......|
00000080 4b e3 58 c7 9b 01 00 00 0e 00 00 00 05 00 00 00 |K.X.............|
00000090 00 00 cd 70 00 70 08 00 c0 13 00 00 72 82 08 00 |...p.p......r...|
000000a0 00 00 00 00 00 00 00 00 00 00 cd 70 00 00 00 00 |...........p....|
000000b0 00 00 00 00 00 00 00 00 00 00 00 00 5c 00 44 00 |............\.D.|
000000c0 65 00 76 00 69 00 63 00 65 00 5c 00 48 00 61 00 |e.v.i.c.e.\.H.a.|
000000d0 72 00 64 00 64 00 69 00 73 00 6b 00 56 00 6f 00 |r.d.d.i.s.k.V.o.|
000000e0 6c 00 75 00 6d 00 65 00 33 00 5c 00 57 00 69 00 |l.u.m.e.3.\.W.i.|
000000f0 6e 00 64 00 6f 00 77 00 73 00 5c 00 77 00 69 00 |n.d.o.w.s.\.w.i.|
00000100 6e 00 73 00 78 00 73 00 5c 00 78 00 38 00 36 00 |n.s.x.s.\.x.8.6.|
00000110 5f 00 6d 00 69 00 63 00 72 00 6f 00 73 00 6f 00 |_.m.i.c.r.o.s.o.|
00000120 66 00 74 00 2e 00 76 00 63 00 38 00 30 00 2e 00 |f.t...v.c.8.0...|
00000130 63 00 72 00 74 00 5f 00 31 00 66 00 63 00 38 00 |c.r.t._.1.f.c.8.|
00000140 62 00 33 00 62 00 39 00 61 00 31 00 65 00 31 00 |b.3.b.9.a.1.e.1.|
00000150 38 00 65 00 33 00 62 00 5f 00 38 00 2e 00 30 00 |8.e.3.b._.8...0.|
00000160 2e 00 35 00 30 00 37 00 32 00 37 00 2e 00 34 00 |..5.0.7.2.7...4.|
00000170 30 00 31 00 36 00 5f 00 6e 00 6f 00 6e 00 65 00 |0.1.6._.n.o.n.e.|
00000180 5f 00 64 00 30 00 38 00 39 00 33 00 38 00 32 00 |_.d.0.8.9.3.8.2.|
00000190 30 00 34 00 34 00 32 00 65 00 37 00 66 00 65 00 |0.4.4.2.e.7.f.e.|
000001a0 34 00 5c 00 6d 00 73 00 76 00 63 00 70 00 38 00 |4.\.m.s.v.c.p.8.|
000001b0 30 00 2e 00 64 00 6c 00 6c 00 00 00 00 00 00 ef |0...d.l.l.......|
000001c0 ff ff 83 ef ff ff 00 08 00 00 00 b8 43 03 00 ef |............C...|
000001d0 ff ff 05 ef ff ff 00 c0 43 03 00 b8 3c 00 00 00 |........C...<...|
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: ===============================
unlzma: Decoder error