13.09.2015 20:07, Pierre JUHEN пишет:
Hi,
I just bought a new configuration. The motherboard is a Gigabyte
GA-Z87-HD3.
It provides a dual boot.
In Legacy Bios, some issues around video, but I would rather be in
UEFI mode.
In UEFI mode, there is an disk issue.
After choosing the kernel to boot, Grub displays a line : */error
readind sector
0x0 on (hd6)/*.
Please show *exact* message. The above does not exist.
*/Please press any key to continue
/*After pressing a key, booting process continues perfectly*/.
/*hd6 happens to be a sata DVD drive. It seems the search instruction
looks for
all disks, even after finding the right one.
How do you know it finds the right device before looking at DVD?
How to tell grub to ignore this drive ?
You can't, but I expect it to ignore errors during scan. Right now I'm
not sure what exactly prints this error.
Thank you,
Regards,
______________________________
menuentry 'Fedora' --class fedora --class gnu-linux --class gnu
--class os
--unrestricted $menuentry_id_option
'gnulinux-simple-e6716503-1b69-4ad8-8807-0bd2c8f600d1' {
load_video
set gfxpayload=keep
insmod gzio
insmod part_gpt
insmod lvm
insmod ext2
set
root='lvmid/UJp0aJ-PCqY-BcBV-Fy7E-YP5n-RofA-huX9Bl/J2qpVD-vVkm-i0OK-NQsY-x0nI-t31Z-boOgRb'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root
--hint='lvmid/UJp0aJ-PCqY-BcBV-Fy7E-YP5n-RofA-huX9Bl/J2qpVD-vVkm-i0OK-NQsY-x0nI-t31Z-boOgRb'
e6716503-1b69-4ad8-8807-0bd2c8f600d1
else
search --no-floppy --fs-uuid --set=root
e6716503-1b69-4ad8-8807-0bd2c8f600d1
fi
linuxefi /boot/vmlinuz-4.1.6-201.fc22.x86_64
root=/dev/mapper/ssd-root ro
rd.md=0 rd.dm=0 LANG=fr_FR.UTF-8 acpi_enforce_resources=lax rd.luks=0
rd.lvm.lv=ssd/root nomodeset rhgb quiet
initrdefi /boot/initramfs-4.1.6-201.fc22.x86_64.img
}
_______________________________________
_______________________________________________
Help-grub mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/help-grub