help-grub
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Weird problem


From: Pierre JUHEN
Subject: Weird problem
Date: Sun, 13 Sep 2015 19:07:18 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0

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 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 to tell grub to ignore this drive ?

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
}

_______________________________________

reply via email to

[Prev in Thread] Current Thread [Next in Thread]