Pages : 1
#1 Le 25/03/2014, à 15:03
- compte supprimé
(RESOLU )Ubuntu UEFI installè Pas de GRUB ?
Bonjour!! !
Sur mon nouvel ordinateur de bureau acheté sans OS installé .
j'ai installé Ubuntu 13.10 en UEFI sans trop de problèmes
Par contre au démarrage de l'ordinateur ce dernier ne me propose pas de Grub , et démarre instantanément
sur Ubuntu !
par contre si au démarrage j’appuie sur la touche F11 qui est celle pour choisir , si je démarre sur
un cd ou disque dur, j'ai Ubuntu proposé la aussi
je signale que la machine fonctionne très bien
Avez vous le même démarrage ou comment faire pour afficher le grub en cas de nécessité ?
Merci pour vos conseils
Dernière modification par rudix (Le 25/03/2014, à 16:04)
#2 Le 25/03/2014, à 15:05
- compte supprimé
Re : (RESOLU )Ubuntu UEFI installè Pas de GRUB ?
Download as text
Boot Info Script e7fc706 + Boot-Repair extra info [Boot-Info 12May2013]
============================= Boot Info Summary: ===============================
=> No boot loader is installed in the MBR of /dev/sda.
sda1: __________________________________________________________________________
File system: vfat
Boot sector type: FAT32
Boot sector info: According to the info in the boot sector, sda1 starts
at sector 0. But according to the info from fdisk,
sda1 starts at sector 161792.
Operating System:
Boot files: /EFI/ubuntu/MokManager.efi /EFI/ubuntu/grubx64.efi
/EFI/ubuntu/shimx64.efi
sda2: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System: Ubuntu 13.10
Boot files: /boot/grub/grub.cfg /etc/fstab
sda3: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System:
Boot files:
sda4: __________________________________________________________________________
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 / 4096 bytes
Partition Boot Start Sector End Sector # of Sectors Id System
/dev/sda1 1 976,773,167 976,773,167 ee GPT
GUID Partition Table detected.
Partition Start Sector End Sector # of Sectors System
/dev/sda1 161,792 987,135 825,344 EFI System partition
/dev/sda2 987,136 94,662,655 93,675,520 Data partition (Linux)
/dev/sda3 94,662,656 212,865,023 118,202,368 Data partition (Linux)
/dev/sda4 212,865,024 229,670,911 16,805,888 Swap partition (Linux)
"blkid" output: ________________________________________________________________
Device UUID TYPE LABEL
/dev/loop0 squashfs
/dev/sda1 E58C-719F vfat
/dev/sda2 4633b433-12ce-4b65-8af3-dcc2450db673 ext4
/dev/sda3 9ef4b505-0b72-49f9-b961-9143b038012e ext4
/dev/sda4 a7fa36ad-fea8-4808-bbbc-820c953fb7ad swap
/dev/sr0 iso9660 Linux Secure 13.04 64bit
================================ Mount points: =================================
Device Mount_Point Type Options
/dev/loop0 /rofs squashfs (ro,noatime)
/dev/sr0 /cdrom iso9660 (ro,noatime)
=========================== sda2/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 [ x"${feature_menuentry_id}" = xy ]; then
menuentry_id_option="--id"
else
menuentry_id_option=""
fi
export menuentry_id_option
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 {
if [ x$feature_all_video_module = xy ]; then
insmod all_video
else
insmod efi_gop
insmod efi_uga
insmod ieee1275_fb
insmod vbe
insmod vga
insmod video_bochs
insmod video_cirrus
fi
}
if [ x$feature_default_font_path = xy ] ; then
font=unicode
else
insmod part_gpt
insmod ext2
set root='hd0,gpt2'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 4633b433-12ce-4b65-8af3-dcc2450db673
else
search --no-floppy --fs-uuid --set=root 4633b433-12ce-4b65-8af3-dcc2450db673
fi
font="/usr/share/grub/unicode.pf2"
fi
if loadfont $font ; then
set gfxmode=auto
load_video
insmod gfxterm
set locale_dir=$prefix/locale
set lang=fr_FR
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 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
menuentry 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-4633b433-12ce-4b65-8af3-dcc2450db673' {
recordfail
load_video
gfxmode $linux_gfx_mode
insmod gzio
insmod part_gpt
insmod ext2
set root='hd0,gpt2'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 4633b433-12ce-4b65-8af3-dcc2450db673
else
search --no-floppy --fs-uuid --set=root 4633b433-12ce-4b65-8af3-dcc2450db673
fi
linux /boot/vmlinuz-3.11.0-18-generic.efi.signed root=UUID=4633b433-12ce-4b65-8af3-dcc2450db673 ro quiet splash $vt_handoff
initrd /boot/initrd.img-3.11.0-18-generic
}
submenu 'Options avancées pour Ubuntu' $menuentry_id_option 'gnulinux-advanced-4633b433-12ce-4b65-8af3-dcc2450db673' {
menuentry 'Ubuntu, avec Linux 3.11.0-18-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.11.0-18-generic-advanced-4633b433-12ce-4b65-8af3-dcc2450db673' {
recordfail
load_video
gfxmode $linux_gfx_mode
insmod gzio
insmod part_gpt
insmod ext2
set root='hd0,gpt2'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 4633b433-12ce-4b65-8af3-dcc2450db673
else
search --no-floppy --fs-uuid --set=root 4633b433-12ce-4b65-8af3-dcc2450db673
fi
echo 'Chargement de Linux 3.11.0-18-generic…'
linux /boot/vmlinuz-3.11.0-18-generic.efi.signed root=UUID=4633b433-12ce-4b65-8af3-dcc2450db673 ro quiet splash $vt_handoff
echo 'Chargement du disque mémoire initial…'
initrd /boot/initrd.img-3.11.0-18-generic
}
menuentry 'Ubuntu, avec Linux 3.11.0-18-generic (mode de dépannage)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.11.0-18-generic-recovery-4633b433-12ce-4b65-8af3-dcc2450db673' {
recordfail
load_video
insmod gzio
insmod part_gpt
insmod ext2
set root='hd0,gpt2'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 4633b433-12ce-4b65-8af3-dcc2450db673
else
search --no-floppy --fs-uuid --set=root 4633b433-12ce-4b65-8af3-dcc2450db673
fi
echo 'Chargement de Linux 3.11.0-18-generic…'
linux /boot/vmlinuz-3.11.0-18-generic.efi.signed root=UUID=4633b433-12ce-4b65-8af3-dcc2450db673 ro recovery nomodeset
echo 'Chargement du disque mémoire initial…'
initrd /boot/initrd.img-3.11.0-18-generic
}
menuentry 'Ubuntu, avec Linux 3.11.0-12-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.11.0-12-generic-advanced-4633b433-12ce-4b65-8af3-dcc2450db673' {
recordfail
load_video
gfxmode $linux_gfx_mode
insmod gzio
insmod part_gpt
insmod ext2
set root='hd0,gpt2'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 4633b433-12ce-4b65-8af3-dcc2450db673
else
search --no-floppy --fs-uuid --set=root 4633b433-12ce-4b65-8af3-dcc2450db673
fi
echo 'Chargement de Linux 3.11.0-12-generic…'
linux /boot/vmlinuz-3.11.0-12-generic root=UUID=4633b433-12ce-4b65-8af3-dcc2450db673 ro quiet splash $vt_handoff
echo 'Chargement du disque mémoire initial…'
initrd /boot/initrd.img-3.11.0-12-generic
}
menuentry 'Ubuntu, avec Linux 3.11.0-12-generic (mode de dépannage)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.11.0-12-generic-recovery-4633b433-12ce-4b65-8af3-dcc2450db673' {
recordfail
load_video
insmod gzio
insmod part_gpt
insmod ext2
set root='hd0,gpt2'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 4633b433-12ce-4b65-8af3-dcc2450db673
else
search --no-floppy --fs-uuid --set=root 4633b433-12ce-4b65-8af3-dcc2450db673
fi
echo 'Chargement de Linux 3.11.0-12-generic…'
linux /boot/vmlinuz-3.11.0-12-generic root=UUID=4633b433-12ce-4b65-8af3-dcc2450db673 ro recovery nomodeset
echo 'Chargement du disque mémoire initial…'
initrd /boot/initrd.img-3.11.0-12-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+ ###
### END /etc/grub.d/20_memtest86+ ###
### BEGIN /etc/grub.d/30_os-prober ###
if [ "x${timeout}" != "x-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/30_uefi-firmware ###
menuentry 'System setup' $menuentry_id_option 'uefi-firmware' {
fwsetup
}
### END /etc/grub.d/30_uefi-firmware ###
### 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 ${config_directory}/custom.cfg ]; then
source ${config_directory}/custom.cfg
elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
source $prefix/custom.cfg;
fi
### END /etc/grub.d/41_custom ###
--------------------------------------------------------------------------------
=============================== sda2/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>
# / was on /dev/sda2 during installation
UUID=4633b433-12ce-4b65-8af3-dcc2450db673 / ext4 errors=remount-ro 0 1
# /boot/efi was on /dev/sda1 during installation
UUID=E58C-719F /boot/efi vfat defaults 0 1
# /home was on /dev/sda3 during installation
UUID=9ef4b505-0b72-49f9-b961-9143b038012e /home ext4 defaults 0 2
# swap was on /dev/sda4 during installation
UUID=a7fa36ad-fea8-4808-bbbc-820c953fb7ad none swap sw 0 0
--------------------------------------------------------------------------------
=================== sda2: Location of files loaded by Grub: ====================
GiB - GB File Fragment(s)
42.597454071 = 45.738668032 boot/grub/grub.cfg 1
1.460296631 = 1.567981568 boot/vmlinuz-3.11.0-12-generic 1
2.972045898 = 3.191209984 boot/vmlinuz-3.11.0-18-generic 1
3.159549713 = 3.392540672 boot/vmlinuz-3.11.0-18-generic.efi.signed 1
1.460296631 = 1.567981568 vmlinuz 1
3.229324341 = 3.467460608 boot/initrd.img-3.11.0-12-generic 1
4.377571106 = 4.700381184 boot/initrd.img-3.11.0-18-generic 1
3.229324341 = 3.467460608 initrd.img 1
=============================== StdErr Messages: ===============================
File descriptor 8 (/proc/3876/mounts) leaked on lvscan invocation. Parent PID 12104: bash
No volume groups found
ADDITIONAL INFORMATION :
=================== log of boot-repair 2014-03-25__12h29 ===================
boot-repair version : 3.199~ppa2~raring
boot-sav version : 3.199~ppa2~raring
glade2script version : 3.2.2~ppa45~raring
boot-sav-extra version : 3.199~ppa2~raring
boot-repair is executed in live-session (Linux-Secure-Remix-64bit 20may2013, raring, Ubuntu, x86_64)
ls: cannot access /home/usr/.config: No such file or directory
CPU op-mode(s): 32-bit, 64-bit
file=/cdrom/preseed/ubuntu.seed boot=casper initrd=/casper/initrd.lz quiet splash -- debian-installer/language=fr keyboard-configuration/layoutcode?=fr keyboard-configuration/variantcode?=oss
WARNING: GPT (GUID Partition Table) detected on '/dev/sda'! The util fdisk doesn't support GPT. Use GNU Parted.
=================== os-prober:
/dev/sda2:Ubuntu 13.10 (13.10):Ubuntu:linux
=================== blkid:
/dev/loop0: TYPE="squashfs"
/dev/sda1: UUID="E58C-719F" TYPE="vfat"
/dev/sda2: UUID="4633b433-12ce-4b65-8af3-dcc2450db673" TYPE="ext4"
/dev/sda3: UUID="9ef4b505-0b72-49f9-b961-9143b038012e" TYPE="ext4"
/dev/sda4: UUID="a7fa36ad-fea8-4808-bbbc-820c953fb7ad" TYPE="swap"
/dev/sr0: LABEL="Linux Secure 13.04 64bit" TYPE="iso9660"
1 disks with OS, 1 OS : 1 Linux, 0 MacOS, 0 Windows, 0 unknown type OS.
WARNING: GPT (GUID Partition Table) detected on '/dev/sda'! The util sfdisk doesn't support GPT. Use GNU Parted.
WARNING: GPT (GUID Partition Table) detected on '/dev/sda'! The util fdisk doesn't support GPT. Use GNU Parted.
=================== sda2/etc/default/grub :
# If you change this file, run 'update-grub' afterwards to update
# /boot/grub/grub.cfg.
# For full documentation of the options in this file, see:
# info -f grub -n 'Simple configuration'
GRUB_DEFAULT=0
GRUB_HIDDEN_TIMEOUT=0
GRUB_HIDDEN_TIMEOUT_QUIET=true
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""
# Uncomment to enable BadRAM filtering, modify to suit your needs
# This works with Linux (no patch required) and with any kernel that obtains
# the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
#GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
# Uncomment to disable graphical terminal (grub-pc only)
#GRUB_TERMINAL=console
# The resolution used on graphical terminal
# note that you can use only modes which your graphic card supports via VBE
# you can see them in real GRUB with the command `vbeinfo'
#GRUB_GFXMODE=640x480
# Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
#GRUB_DISABLE_LINUX_UUID=true
# Uncomment to disable generation of recovery mode menu entries
#GRUB_DISABLE_RECOVERY="true"
# Uncomment to get a beep at grub start
#GRUB_INIT_TUNE="480 440 1"
=================== sda2/etc/grub.d/ :
drwxr-xr-x 2 root root 4096 mars 22 20:26 grub.d
total 72
-rwxr-xr-x 1 root root 7850 oct. 10 17:48 00_header
-rwxr-xr-x 1 root root 5949 août 15 2013 05_debian_theme
-rwxr-xr-x 1 root root 11479 oct. 10 17:48 10_linux
-rwxr-xr-x 1 root root 10258 oct. 10 17:48 20_linux_xen
-rwxr-xr-x 1 root root 1798 juin 17 2013 20_memtest86+
-rwxr-xr-x 1 root root 11531 oct. 10 17:48 30_os-prober
-rwxr-xr-x 1 root root 1426 oct. 10 17:48 30_uefi-firmware
-rwxr-xr-x 1 root root 214 oct. 10 17:48 40_custom
-rwxr-xr-x 1 root root 216 oct. 10 17:48 41_custom
-rw-r--r-- 1 root root 483 oct. 10 17:48 README
/boot/efi detected in the fstab of sda2: UUID=E58C-719F (sda1)
=================== UEFI/Legacy mode:
This live-session is not in EFI-mode.
SecureBoot maybe enabled.
=================== PARTITIONS & DISKS:
sda1 : sda, not-sepboot, no-grubenv nogrub, no-docgrub, no-update-grub, 32, no-boot, no-os, is-correct-EFI, part-has-no-fstab, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot, nopakmgr, nogrubinstall, no---usr, part-has-no-fstab, not-sep-usr, standard, not-far, /mnt/boot-sav/sda1.
sda2 : sda, not-sepboot, grubenv-ok grub2, signed grub-efi , update-grub, 64, with-boot, is-os, not--efi--part, fstab-without-boot, fstab-has-goodEFI, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot, apt-get, grub-install, with--usr, fstab-without-usr, not-sep-usr, standard, not-far, /mnt/boot-sav/sda2.
sda3 : sda, maybesepboot, no-grubenv nogrub, no-docgrub, no-update-grub, 32, no-boot, no-os, not--efi--part, part-has-no-fstab, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot, nopakmgr, nogrubinstall, no---usr, part-has-no-fstab, not-sep-usr, standard, farbios, /mnt/boot-sav/sda3.
sda : GPT, no-BIOS_boot, has-correctEFI, not-usb, has-os, 2048 sectors * 512 bytes
=================== parted -l:
Model: ATA ST500DM002-1BD14 (scsi)
Disk /dev/sda: 500GB
Sector size (logical/physical): 512B/4096B
Partition Table: gpt
Number Start End Size File system Name Flags
1 82.8MB 505MB 423MB fat32 boot
2 505MB 48.5GB 48.0GB ext4
3 48.5GB 109GB 60.5GB ext4
4 109GB 118GB 8605MB linux-swap(v1)
Error: /dev/sr0: unrecognised disk label
=================== parted -lm:
BYT;
/dev/sda:500GB:scsi:512:4096:gpt:ATA ST500DM002-1BD14;
1:82.8MB:505MB:423MB:fat32::boot;
2:505MB:48.5GB:48.0GB:ext4::;
3:48.5GB:109GB:60.5GB:ext4::;
4:109GB:118GB:8605MB:linux-swap(v1)::;
Error: /dev/sr0: unrecognised disk label
=================== mount:
/cow on / type overlayfs (rw)
proc on /proc type proc (rw,noexec,nosuid,nodev)
sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
udev on /dev type devtmpfs (rw,mode=0755)
devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
tmpfs on /run type tmpfs (rw,noexec,nosuid,size=10%,mode=0755)
/dev/sr0 on /cdrom type iso9660 (ro,noatime)
/dev/loop0 on /rofs type squashfs (ro,noatime)
none on /sys/fs/cgroup type tmpfs (rw)
none on /sys/fs/fuse/connections type fusectl (rw)
none on /sys/kernel/debug type debugfs (rw)
none on /sys/kernel/security type securityfs (rw)
tmpfs on /tmp type tmpfs (rw,nosuid,nodev)
none on /run/lock type tmpfs (rw,noexec,nosuid,nodev,size=5242880)
none on /run/shm type tmpfs (rw,nosuid,nodev)
none on /run/user type tmpfs (rw,noexec,nosuid,nodev,size=104857600,mode=0755)
gvfsd-fuse on /run/user/ubuntu/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,user=ubuntu)
/dev/sda1 on /mnt/boot-sav/sda1 type vfat (rw)
/dev/sda2 on /mnt/boot-sav/sda2 type ext4 (rw)
/dev/sda3 on /mnt/boot-sav/sda3 type ext4 (rw)
=================== ls:
/sys/block/sda (filtered): alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight power queue range removable ro sda1 sda2 sda3 sda4 size slaves stat subsystem trace uevent
/sys/block/sr0 (filtered): alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight power queue range removable ro size slaves stat subsystem trace uevent
/dev (filtered): alarm ashmem autofs binder block bsg btrfs-control bus cdrom cdrw char console core cpu cpu_dma_latency disk dri dvd dvdrw ecryptfs fb0 fd full fuse hidraw0 hidraw1 hidraw2 hpet input kmsg kvm log lp0 mapper mcelog mei mem net network_latency network_throughput null oldmem parport0 port ppp psaux ptmx pts random rfkill rtc rtc0 sda sda1 sda2 sda3 sda4 sg0 sg1 shm snapshot snd sr0 stderr stdin stdout uinput urandom vga_arbiter vhost-net zero
ls /dev/mapper: control
ls /mnt/boot-sav/sda1: /*/*/*/*
=================== hexdump -n512 -C /dev/sda1
00000000 eb 58 90 6d 6b 64 6f 73 66 73 00 00 02 08 20 00 |.X.mkdosfs.... .|
00000010 02 00 00 00 00 f8 00 00 3f 00 ff 00 00 00 00 00 |........?.......|
00000020 00 98 0c 00 28 03 00 00 00 00 00 00 02 00 00 00 |....(...........|
00000030 01 00 06 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
00000040 00 00 29 9f 71 8c e5 20 20 20 20 20 20 20 20 20 |..).q.. |
00000050 20 20 46 41 54 33 32 20 20 20 0e 1f be 77 7c ac | FAT32 ...w|.|
00000060 22 c0 74 0b 56 b4 0e bb 07 00 cd 10 5e eb f0 32 |".t.V.......^..2|
00000070 e4 cd 16 cd 19 eb fe 54 68 69 73 20 69 73 20 6e |.......This is n|
00000080 6f 74 20 61 20 62 6f 6f 74 61 62 6c 65 20 64 69 |ot a bootable di|
00000090 73 6b 2e 20 20 50 6c 65 61 73 65 20 69 6e 73 65 |sk. Please inse|
000000a0 72 74 20 61 20 62 6f 6f 74 61 62 6c 65 20 66 6c |rt a bootable fl|
000000b0 6f 70 70 79 20 61 6e 64 0d 0a 70 72 65 73 73 20 |oppy and..press |
000000c0 61 6e 79 20 6b 65 79 20 74 6f 20 74 72 79 20 61 |any key to try a|
000000d0 67 61 69 6e 20 2e 2e 2e 20 0d 0a 00 00 00 00 00 |gain ... .......|
000000e0 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
WARNING: GPT (GUID Partition Table) detected on '/dev/sda'! The util fdisk doesn't support GPT. Use GNU Parted.
=================== df -Th:
Filesystem Type Size Used Avail Use% Mounted on
/cow overlayfs 1.8G 27M 1.8G 2% /
udev devtmpfs 1.8G 12K 1.8G 1% /dev
tmpfs tmpfs 365M 860K 365M 1% /run
/dev/sr0 iso9660 782M 782M 0 100% /cdrom
/dev/loop0 squashfs 738M 738M 0 100% /rofs
none tmpfs 4.0K 0 4.0K 0% /sys/fs/cgroup
tmpfs tmpfs 1.8G 944K 1.8G 1% /tmp
none tmpfs 5.0M 0 5.0M 0% /run/lock
none tmpfs 1.8G 76K 1.8G 1% /run/shm
none tmpfs 100M 24K 100M 1% /run/user
/dev/sda1 vfat 403M 3.3M 399M 1% /mnt/boot-sav/sda1
/dev/sda2 ext4 44G 4.1G 38G 10% /mnt/boot-sav/sda2
/dev/sda3 ext4 56G 138M 53G 1% /mnt/boot-sav/sda3
=================== fdisk -l:
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 / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk identifier: 0x00000000
Device Boot Start End Blocks Id System
/dev/sda1 1 976773167 488386583+ ee GPT
Partition 1 does not start on physical sector boundary.
EFI détecté. Veuillez vérifier les options.
=================== Advice displayed in case of recommended repair
Le démarrage de votre ordinateur est en mode Legacy. Vous voudrez peut-être ré-essayer après l'avoir changé en mode EFI.
Alternativement, vous souhaiterez peut-être ré-essayer après avoir désactivé l'option [Partition /boot/efi séparée :].
Voulez-vous continuer ?
=================== Final advice in case of recommended repair
N'oubliez pas de régler votre BIOS pour qu'il amorce sur le fichier sda1/efi/.../grub*.efi !
=================== Default settings
Recommended-Repair
This setting would purge (in order to unsign-grub upgrade version) and reinstall the grub-efi of sda2, using the following options: upgrade-grub sda1/boot/efi,
Additional repair would be performed: unhide-bootmenu-10s backup-and-rename-efi-files
=================== Settings chosen by the user
Boot-Info
This setting will not act on the MBR.
Aucun changement n'a été effectué sur cet ordinateur.
Download as text
Dernière modification par rudix (Le 25/03/2014, à 15:07)
#3 Le 25/03/2014, à 15:18
- Korak
Re : (RESOLU )Ubuntu UEFI installè Pas de GRUB ?
Bonjour,
Le menu de GRUB n’apparaît pas quand l'on a un seul O.S. sur le PC. C'est donc normal dans ton cas.
Pour faire apparaître le menu de GRUB, maintient la touche majuscule enfoncée au démarrage du PC.
OS: Ubuntu 24.04 64 bits + Windows 11 64 bits en dualboot (BIOS UEFI, Secure Boot activé et table de partitions GPT)
PC portable HP 17-CP0308NF Processeur: AMD Ryzen 7 5700U avec carte graphique AMD Lucienne intégrée au processeur. Mémoire vive: 16 Go RAM
Quand vous ne trouvez pas la solution à un problème, cherchez des pistes menant à la solution !
Hors ligne
#4 Le 25/03/2014, à 15:38
- compte supprimé
Re : (RESOLU )Ubuntu UEFI installè Pas de GRUB ?
Entendu Merci pour la réponse
#5 Le 25/03/2014, à 15:42
- compte supprimé
Re : (RESOLU )Ubuntu UEFI installè Pas de GRUB ?
Par nécessité , j'ai installé la 13.10
Que me conseil tu au passage de la 14.04 mettre a jour ?
ou tout refaire , sachant ,que sauf erreur de ma par ce sera unr LTS ?
que je compte Garder, pour ne pas réinstaller sans arrêt
#6 Le 25/03/2014, à 16:00
- Korak
Re : (RESOLU )Ubuntu UEFI installè Pas de GRUB ?
Personnellement, je réinstallerais tout.
OS: Ubuntu 24.04 64 bits + Windows 11 64 bits en dualboot (BIOS UEFI, Secure Boot activé et table de partitions GPT)
PC portable HP 17-CP0308NF Processeur: AMD Ryzen 7 5700U avec carte graphique AMD Lucienne intégrée au processeur. Mémoire vive: 16 Go RAM
Quand vous ne trouvez pas la solution à un problème, cherchez des pistes menant à la solution !
Hors ligne
#7 Le 25/03/2014, à 16:03
- compte supprimé
Re : (RESOLU )Ubuntu UEFI installè Pas de GRUB ?
Entendu je vais faire comme tu dis Merci .
#8 Le 25/03/2014, à 16:24
- Korak
Re : (RESOLU )Ubuntu UEFI installè Pas de GRUB ?
Tu n'es pas obligé de faire ce que je propose.
Tu peux très bien faire une mise-à-niveau vers Ubuntu 14.04. Le problème, c'est que ce n'est pas toujours fiable. Des fois ça passe, des fois ça casse.
OS: Ubuntu 24.04 64 bits + Windows 11 64 bits en dualboot (BIOS UEFI, Secure Boot activé et table de partitions GPT)
PC portable HP 17-CP0308NF Processeur: AMD Ryzen 7 5700U avec carte graphique AMD Lucienne intégrée au processeur. Mémoire vive: 16 Go RAM
Quand vous ne trouvez pas la solution à un problème, cherchez des pistes menant à la solution !
Hors ligne
#9 Le 25/03/2014, à 18:35
- compte supprimé
Re : (RESOLU )Ubuntu UEFI installè Pas de GRUB ?
Je suis partisan de réinstaller Maintenant
par contre , j'ai installé Ubuntu UEFI de manière manuelle
je veux dire que j'ai installé avec un partitionnement manuel
j'ai passé mon hdd en GPT et crée la partition EFI avec un gparted récent
car je voulais garder un morceau de mon disque dur, pour une autre version éventuellement
a la réinstallation je vais retrouver mes partitions, mais je ne sais pas , si la petite partition en fat 32
il faudra que je la reformate ?
#10 Le 25/03/2014, à 18:38
- Korak
Re : (RESOLU )Ubuntu UEFI installè Pas de GRUB ?
Je ne sais pas.
Je suis en dualboot avec Windows et la partition UEFI a toujours été présente.
OS: Ubuntu 24.04 64 bits + Windows 11 64 bits en dualboot (BIOS UEFI, Secure Boot activé et table de partitions GPT)
PC portable HP 17-CP0308NF Processeur: AMD Ryzen 7 5700U avec carte graphique AMD Lucienne intégrée au processeur. Mémoire vive: 16 Go RAM
Quand vous ne trouvez pas la solution à un problème, cherchez des pistes menant à la solution !
Hors ligne
#11 Le 25/03/2014, à 18:47
- malbo
Re : (RESOLU )Ubuntu UEFI installè Pas de GRUB ?
Si une partition EFI est présente, l'installateur de Ubuntu installe automatiquement ce qu'il faut dedans en écrasant les parties (ça fait mal) de Ubuntu qui s'y trouvent. Dans ton post #1, on voit ceci :
sda1: __________________________________________________________________________
File system: vfat
Boot sector type: FAT32
Boot sector info: According to the info in the boot sector, sda1 starts
at sector 0. But according to the info from fdisk,
sda1 starts at sector 161792.
Operating System:
Boot files: /EFI/ubuntu/MokManager.efi /EFI/ubuntu/grubx64.efi
/EFI/ubuntu/shimx64.efi
Ce que je veux dire, c'est que MokManager.efi, grubx64.efi et shimx64.efi seront réécrits par l'installateur. Tu n'as rien à faire de spécial pour cela et tout ce que tu pourrais sélectionner dans le champ chargeur d'amorçage (en bas de cette fenêtre) ne sera pas pris en compte parce que l'installateur ne s'occupera que de réécrire dans la partition EFI déjà existante.
Dernière modification par malbo (Le 25/03/2014, à 18:49)
Hors ligne
#12 Le 25/03/2014, à 18:48
- compte supprimé
Re : (RESOLU )Ubuntu UEFI installè Pas de GRUB ?
@Korak
C'est mon premier UEFI alors je prends le maximum de précautions
je te remercie , pour tes précisions .
Dernière modification par rudix (Le 25/03/2014, à 18:49)
#13 Le 25/03/2014, à 18:59
- compte supprimé
Re : (RESOLU )Ubuntu UEFI installè Pas de GRUB ?
@malbo
Je viens de comprendre ce que tu ma expliquer ,
c'est un peu complexe pour moi
mais cela complète mes informations
je te remercie de tes précisions
Dernière modification par rudix (Le 25/03/2014, à 19:08)
#14 Le 25/03/2014, à 19:15
- compte supprimé
Re : (RESOLU )Ubuntu UEFI installè Pas de GRUB ?
@malbo
@Korak
si j'installe plu tard une autre version de Ubuntu a coté
cela est il gênant ?
Précautions a prendre ?
#15 Le 25/03/2014, à 19:39
- malbo
Re : (RESOLU )Ubuntu UEFI installè Pas de GRUB ?
si j'installe plu tard une autre version de Ubuntu a coté
cela est il gênant ?
Si c'est juste pour tester cette autre version temporairement, il n'y a pas de précautions à prendre à mon avis. Par contre, si tu souhaites laisser en permanence cette autre version, moi je suggère de ne pas créer de partition /home ni pour la présente installation ni pour la future version que tu installeras mais une Partition de partage de données en EXT4
L'idée, c'est que cette partition serve uniquement à du stockage de données et qu'elle ne soit pas liée à une installation plutôt qu'une autre. Dans ce concept, une installation de Ubuntu se limite à une partition racine (il n'y a pas de partition /home). Exemple avec 2 installations différentes de Ubuntu :
- partition EFI
- partition racine Ubuntu 1 (EXT4) environ 20 Go
- partition swap (commune à tous les Ubuntu)
- Partition de partage de données (EXT4) qui occupe toute la place disponible
- partition racine Ubuntu 2 (EXT4) environ 20 Go
si tu dois rajouter un troisième Ubuntu, tu fais maigrir la Partition de partage de données, tu crées une partition racine pour un Ubuntu 3
Dernière modification par malbo (Le 25/03/2014, à 19:43)
Hors ligne
#16 Le 25/03/2014, à 19:46
- compte supprimé
Re : (RESOLU )Ubuntu UEFI installè Pas de GRUB ?
Ubuntu :
- partition EFI
- partition racine Ubuntu 1 (EXT4) environ 20 Go
- partition swap (commune à tous les Ubuntu)
- Partition de partage de données (EXT4) qui occupe toute la place disponible
- partition racine Ubuntu 2 (EXT4) environ 20 Go
cela me parait excellant !
Je peux prendre ma partition racine actuel pour Ubuntu 1 devient racine de 1
-----------et prendre le home actuel pour devenir Ubuntu 2 devient racine de 2
et le restant pour Partition de partage de données
et garder ma swap
comme cela je n'est rien a changer sur mes partitions .
ce n'est pas pour tester c'est pour avoir disons une LTS + une autre version
Dernière modification par rudix (Le 25/03/2014, à 21:04)
#17 Le 25/03/2014, à 21:08
- compte supprimé
Re : (RESOLU )Ubuntu UEFI installè Pas de GRUB ?
Merci pour les réponses
Dernière modification par rudix (Le 25/03/2014, à 22:14)