help-grub
[Top][All Lists]
Advanced

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

Re: Weird problem


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

Sorry, I did an approximate translation from French.

The message is :

_________
error: failure reading sector 0x0 from 'hd6'

Press any key to continue....
_________

The DVD drive is empty. When there is a DVD in it, no error.

I already changed the order of the sata connections to have the DVD drive as the latest one.

Thank you.





Le 13/09/2015 19:43, Andrei Borzenkov a écrit :
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







reply via email to

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