Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#1 Le 02/10/2011, à 01:02

Plesko

[Résolu] Installation d'Ubuntu sécurisé: dois-je m'inquiéter ?

Bonjour,
Je tiens à commencer ce message par indiquer que je suis un novice total en ce qui concerne Linux.
J'ai installé ce soir Ubuntu sécurisé à coté de mon windows 7 sur mon ordinateur portable.
J'ai eu un problème à la copie des journaux d'installation qui ne se finissait pas. J'ai vu sur ce forum que c'est un problème lié à la version Ubuntu sécurisée et j'ai cru comprendre qu'il y avait un risque lié au mbr. J'ai vu sur un message de Djanckey qu'il avait eu le même problème que moi à l'installation (http://forum.ubuntu-fr.org/viewtopic.php?id=649751), et j'ai comme lui utilisé boot repair pour faire un rapport: http://paste.ubuntu.com/700783/
Y a-t-il un problème ? Dois-je faire quelque chose pour y remédier ?
Merci d'avance,
Plesko

Dernière modification par Plesko (Le 02/10/2011, à 16:49)

Hors ligne

#2 Le 02/10/2011, à 08:33

malbo

Re : [Résolu] Installation d'Ubuntu sécurisé: dois-je m'inquiéter ?

Je colle ton résultat ici pour que ce soit plus facile à utiliser :

                  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 (,msdos5)/boot/grub 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 7
    Boot files:        /bootmgr /boot/BCD /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:        /bootmgr /boot/bcd

sda4: __________________________________________________________________________

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

sda5: __________________________________________________________________________

    File system:       ext4
    Boot sector type:  -
    Boot sector info:  
    Operating System:  Ubuntu 11.04
    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
255 heads, 63 sectors/track, 60801 cylinders, total 976773168 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       409,599       407,552   7 NTFS / exFAT / HPFS
/dev/sda2             409,600   710,363,135   709,953,536   7 NTFS / exFAT / HPFS
/dev/sda3         949,544,960   976,768,064    27,223,105   7 NTFS / exFAT / HPFS
/dev/sda4         710,365,182   949,544,959   239,179,778   5 Extended
/dev/sda5         710,365,184   941,223,935   230,858,752  83 Linux
/dev/sda6         941,225,984   949,544,959     8,318,976  82 Linux swap / Solaris


"blkid" output: ________________________________________________________________

Device           UUID                                   TYPE       LABEL

/dev/sda1        3C06BABF06BA7A0A                       ntfs       SYSTEM
/dev/sda2        7ADEBDEADEBD9EB7                       ntfs       
/dev/sda3        FCCCC20DCCC1C1DE                       ntfs       RECOVERY
/dev/sda5        656924e8-4917-4d89-a328-c507141bdb19   ext4       
/dev/sda6        83192f4f-f626-4304-bc7b-7496b87670be   swap       

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

Device           Mount_Point              Type       Options

/dev/sda5        /                        ext4       (rw,errors=remount-ro,commit=0)


=========================== 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='(/dev/sda,msdos5)'
search --no-floppy --fs-uuid --set=root 656924e8-4917-4d89-a328-c507141bdb19
if loadfont /usr/share/grub/unicode.pf2 ; then
  set gfxmode=auto
  load_video
  insmod gfxterm
fi
terminal_output gfxterm
insmod part_msdos
insmod ext2
set root='(/dev/sda,msdos5)'
search --no-floppy --fs-uuid --set=root 656924e8-4917-4d89-a328-c507141bdb19
set locale_dir=($root)/boot/grub/locale
set lang=fr_FR
insmod gettext
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 ###
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, avec Linux 2.6.38-11-generic' --class ubuntu --class gnu-linux --class gnu --class os {
    recordfail
    set gfxpayload=$linux_gfx_mode
    insmod part_msdos
    insmod ext2
    set root='(/dev/sda,msdos5)'
    search --no-floppy --fs-uuid --set=root 656924e8-4917-4d89-a328-c507141bdb19
    linux    /boot/vmlinuz-2.6.38-11-generic root=UUID=656924e8-4917-4d89-a328-c507141bdb19 ro   quiet splash vt.handoff=7
    initrd    /boot/initrd.img-2.6.38-11-generic
}
menuentry 'Ubuntu, avec Linux 2.6.38-11-generic (mode de dépannage)' --class ubuntu --class gnu-linux --class gnu --class os {
    recordfail
    set gfxpayload=$linux_gfx_mode
    insmod part_msdos
    insmod ext2
    set root='(/dev/sda,msdos5)'
    search --no-floppy --fs-uuid --set=root 656924e8-4917-4d89-a328-c507141bdb19
    echo    'Loading Linux 2.6.38-11-generic ...'
    linux    /boot/vmlinuz-2.6.38-11-generic root=UUID=656924e8-4917-4d89-a328-c507141bdb19 ro single 
    echo    'Loading initial ramdisk ...'
    initrd    /boot/initrd.img-2.6.38-11-generic
}
submenu "Previous Linux versions" {
menuentry 'Ubuntu, avec Linux 2.6.38-8-generic' --class ubuntu --class gnu-linux --class gnu --class os {
    recordfail
    set gfxpayload=$linux_gfx_mode
    insmod part_msdos
    insmod ext2
    set root='(/dev/sda,msdos5)'
    search --no-floppy --fs-uuid --set=root 656924e8-4917-4d89-a328-c507141bdb19
    linux    /boot/vmlinuz-2.6.38-8-generic root=UUID=656924e8-4917-4d89-a328-c507141bdb19 ro   quiet splash vt.handoff=7
    initrd    /boot/initrd.img-2.6.38-8-generic
}
menuentry 'Ubuntu, avec Linux 2.6.38-8-generic (mode de dépannage)' --class ubuntu --class gnu-linux --class gnu --class os {
    recordfail
    set gfxpayload=$linux_gfx_mode
    insmod part_msdos
    insmod ext2
    set root='(/dev/sda,msdos5)'
    search --no-floppy --fs-uuid --set=root 656924e8-4917-4d89-a328-c507141bdb19
    echo    'Loading Linux 2.6.38-8-generic ...'
    linux    /boot/vmlinuz-2.6.38-8-generic root=UUID=656924e8-4917-4d89-a328-c507141bdb19 ro single 
    echo    'Loading initial ramdisk ...'
    initrd    /boot/initrd.img-2.6.38-8-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='(/dev/sda,msdos5)'
    search --no-floppy --fs-uuid --set=root 656924e8-4917-4d89-a328-c507141bdb19
    linux16    /boot/memtest86+.bin
}
menuentry "Memory test (memtest86+, serial console 115200)" {
    insmod part_msdos
    insmod ext2
    set root='(/dev/sda,msdos5)'
    search --no-floppy --fs-uuid --set=root 656924e8-4917-4d89-a328-c507141bdb19
    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='(/dev/sda,msdos1)'
    search --no-floppy --fs-uuid --set=root 3C06BABF06BA7A0A
    chainloader +1
}
menuentry "Windows Recovery Environment (loader) (on /dev/sda2)" --class windows --class os {
    insmod part_msdos
    insmod ntfs
    set root='(/dev/sda,msdos2)'
    search --no-floppy --fs-uuid --set=root 7ADEBDEADEBD9EB7
    drivemap -s (hd0) ${root}
    chainloader +1
}
menuentry "Windows Recovery Environment (loader) (on /dev/sda3)" --class windows --class os {
    insmod part_msdos
    insmod ntfs
    set root='(/dev/sda,msdos3)'
    search --no-floppy --fs-uuid --set=root FCCCC20DCCC1C1DE
    drivemap -s (hd0) ${root}
    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 -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=656924e8-4917-4d89-a328-c507141bdb19 /               ext4    errors=remount-ro 0       1
# swap was on /dev/sda6 during installation
UUID=83192f4f-f626-4304-bc7b-7496b87670be none            swap    sw              0       0
--------------------------------------------------------------------------------

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

           GiB - GB             File                                 Fragment(s)

 370.865074158 = 398.213341184  boot/grub/core.img                             1
 438.854850769 = 471.216807936  boot/grub/grub.cfg                             1
 341.525390625 = 366.710095872  boot/initrd.img-2.6.38-11-generic              2
 339.982936859 = 365.053898752  boot/initrd.img-2.6.38-8-generic               2
 341.076484680 = 366.228086784  boot/vmlinuz-2.6.38-11-generic                 1
 370.862422943 = 398.210494464  boot/vmlinuz-2.6.38-8-generic                  1
 341.525390625 = 366.710095872  initrd.img                                     2
 339.982936859 = 365.053898752  initrd.img.old                                 2
 341.076484680 = 366.228086784  vmlinuz                                        1
 370.862422943 = 398.210494464  vmlinuz.old                                    1

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

Unknown BootLoader on sda4

00000000  a8 a6 bf 80 ea 1c 90 77  b9 37 49 83 e1 29 c1 af  |.......w.7I..)..|
00000010  56 f2 5b 56 1a c9 86 2a  c4 a1 f1 f1 36 a1 0b e6  |V.[V...*....6...|
00000020  37 38 85 ef ba 5f 99 29  00 b8 04 e8 dd 69 a6 7e  |78..._.).....i.~|
00000030  59 18 8e bd 6a e0 d2 e8  22 d7 85 42 5b c0 aa 88  |Y...j..."..B[...|
00000040  48 96 17 84 87 7f c1 ea  68 55 70 56 1d 0e 9b 09  |H.......hUpV....|
00000050  ec 2a 7e 15 50 16 13 1c  7a 5c 40 94 43 3e 19 0e  |.*~.P...z\@.C>..|
00000060  d6 42 7b 2a 91 a2 74 74  8a 11 1b e9 04 61 49 d3  |.B{*..tt.....aI.|
00000070  84 80 1f 9f 4d 25 52 a9  04 4d 29 d3 a7 49 89 34  |....M%R..M)..I.4|
00000080  99 a3 d1 04 12 a3 85 00  26 37 a4 16 20 e8 b3 95  |........&7.. ...|
00000090  73 ff 18 05 c2 e4 c1 0f  bd 4b ae 4e 57 05 48 74  |s........K.NW.Ht|
000000a0  a1 66 c2 70 f8 db d9 97  9b 95 dc af fb 40 22 96  |.f.p.........@".|
000000b0  0b c7 80 26 a5 aa ff 99  2f 2c b9 bb 94 09 6f 08  |...&..../,....o.|
000000c0  57 db 25 c6 bf 64 d8 7d  08 22 1f 0c 0f b6 32 a2  |W.%..d.}."....2.|
000000d0  de 72 e7 e2 7d 70 5c 37  58 95 79 2c d9 83 26 57  |.r..}p\7X.y,..&W|
000000e0  09 44 35 b4 64 18 1d 25  1d 1d 15 0d d0 1a 4c 1b  |.D5.d..%......L.|
000000f0  00 fc 08 c5 65 2e 8d df  89 c3 70 a9 e1 e0 93 ec  |....e.....p.....|
00000100  5c 3a 7c 29 df d4 1c 18  86 83 c6 c2 98 c9 00 58  |\:|)...........X|
00000110  76 c3 fc 30 96 d3 f4 82  e0 b2 78 b0 03 98 21 bc  |v..0......x...!.|
00000120  fa 52 4e 9d 36 95 d2 09  53 12 3a 61 d1 a2 3a 3a  |.RN.6...S.:a..::|
00000130  40 fc 28 0b a2 e0 d0 05  92 dc 7c 8e 14 00 8c 45  |@.(.......|....E|
00000140  b8 09 61 d1 79 dd 62 06  ba 7b 70 3f 3d 66 46 02  |..a.y.b..{p?=fF.|
00000150  20 e0 48 af eb 00 b8 cf  5e 11 17 a9 e7 01 74 9d  | .H.....^.....t.|
00000160  2e 95 0e 86 9d af 8b 38  2a 13 ab 73 76 e6 39 e1  |.......8*..sv.9.|
00000170  80 cb 28 cd 5f 62 81 79  e4 d2 5e 97 50 88 2e 07  |..(._b.y..^.P...|
00000180  0d 4e 9c 11 00 70 cf 48  1f a4 49 27 4a a7 4e be  |.N...p.H..I'J.N.|
00000190  95 d1 b2 7a 32 22 b0 88  66 92 b4 4e 1b 00 b2 c3  |...z2"..f..N....|
000001a0  43 88 27 3c 12 09 b0 50  79 38 48 52 cd 06 f3 2d  |C.'<...Py8HR...-|
000001b0  e2 0a 4e 11 16 f0 a0 de  11 1b d3 49 50 c0 00 fe  |..N........IP...|
000001c0  ff ff 83 fe ff ff 02 00  00 00 00 a0 c2 0d 00 fe  |................|
000001d0  ff ff 05 fe ff ff 02 a0  c2 0d 00 f8 7e 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


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

unlzma: Decoder error

Hors ligne

#3 Le 02/10/2011, à 08:41

malbo

Re : [Résolu] Installation d'Ubuntu sécurisé: dois-je m'inquiéter ?

A priori, ton installation est parfaite. Le souci que tu as eu avec la copie des journaux d'installation qui ne se finissait pas, n'a pas affecté ton installation. Des explications sur ce souci - pas forcément compréhensibles par tout un chacun - sont données ici par YannUbuntu, le concepteur de "Ubuntu sécurisée" : http://forum.ubuntu-fr.org/viewtopic.ph … 1#p6385981
Tu peux poster à la suite de ce lien pour demander des précisions à YannUbuntu si tu le souhaites. Mais à mon avis, ne touche à rien et ne modifie rien dans ton installation.
Pour mon information, peux-tu préciser le modèle et le fabricant de ton PC ?

Dernière modification par malbo (Le 02/10/2011, à 08:52)

Hors ligne

#4 Le 02/10/2011, à 11:18

Plesko

Re : [Résolu] Installation d'Ubuntu sécurisé: dois-je m'inquiéter ?

Bonjour,
Merci beaucoup Malbo, j'avais peur d'avoir abîmé quelque chose...
Mon pc est un Pavilion dv6 1340sf de chez HP, (windows 7 était déjà là à l'achat).
Merci pour le lien vers le message de YannUbuntu, je vais aller vérifier de suite si les sauvegardes de MBR sont bien dans ma partition windows.

Hors ligne

#5 Le 02/10/2011, à 11:32

Plesko

Re : [Résolu] Installation d'Ubuntu sécurisé: dois-je m'inquiéter ?

J'ai bien le fichier current_mbr dans windows, me voilà double rassuré.
Merci beaucoup !

Hors ligne

#6 Le 02/10/2011, à 13:22

malbo

Re : [Résolu] Installation d'Ubuntu sécurisé: dois-je m'inquiéter ?

Plesko,
J'ai rajouté une ligne pour ton modèle dans les portables HP : http://doc.ubuntu-fr.org/liste_portables_hp?&#dv6000
Et j'ai ajouté ton expérience dans cette liste des portables non-tatoués dans le MBR : http://forum.ubuntu-fr.org/viewtopic.ph … 6#p3259106
Peux-tu passer cette discussion en résolu ? Pour ce faire, je te prie de modifier le titre du post #1 de la présente discussion pour qu'il devienne :

[Résolu] Installation d'Ubuntu sécurisé: dois-je m'inquiéter ?

en suivant ces indications ( 4.4 Passer son sujet en [Résolu] ) : http://doc.ubuntu-fr.org/tutoriel/howto … _en_resolu

Hors ligne