Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 630624 Details for
Bug 868473
grub2-probe error cannot find a GRUB drive for /dev/sda1 on btrfs raid0
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
bash -x grub2-mkconfig
bash-x_grub-mkconfig.txt (text/plain), 6.58 KB, created by
Chris Murphy
on 2012-10-20 19:43:16 UTC
(
hide
)
Description:
bash -x grub2-mkconfig
Filename:
MIME Type:
Creator:
Chris Murphy
Created:
2012-10-20 19:43:16 UTC
Size:
6.58 KB
patch
obsolete
>[root@f18v grub]# bash -x grub2-mkconfig -o /boot/grub2/grub.cfg >+ set -e >+ transform='s&^&&;s,grub,grub2,' >+ prefix=/usr >+ exec_prefix=/usr >+ datarootdir=/usr/share >+ prefix=/usr >+ exec_prefix=/usr >+ sbindir=/usr/sbin >+ bindir=/usr/bin >+ sysconfdir=/etc >+ PACKAGE_NAME=GRUB >+ PACKAGE_VERSION=2.00 >+ host_os=linux-gnu >+ datadir=/usr/share >+ '[' x = x ']' >+ pkgdatadir=/usr/share/grub >+ grub_cfg= >+ grub_mkconfig_dir=/etc/grub.d >++ basename grub2-mkconfig >+ self=grub2-mkconfig >++ echo grub-probe >++ sed 's&^&&;s,grub,grub2,' >+ grub_probe=/usr/sbin/grub2-probe >++ echo grub-editenv >++ sed 's&^&&;s,grub,grub2,' >+ grub_editenv=/usr/bin/grub2-editenv >++ echo grub-script-check >++ sed 's&^&&;s,grub,grub2,' >+ grub_script_check=/usr/bin/grub2-script-check >+ export TEXTDOMAIN=grub >+ TEXTDOMAIN=grub >+ export TEXTDOMAINDIR=/usr/share/locale >+ TEXTDOMAINDIR=/usr/share/locale >+ . /usr/share/grub/grub-mkconfig_lib >++ transform='s&^&&;s,grub,grub2,' >++ prefix=/usr >++ exec_prefix=/usr >++ datarootdir=/usr/share >++ datadir=/usr/share >++ bindir=/usr/bin >++ sbindir=/usr/sbin >++ pkgdatadir=/usr/share/grub >++ test x/usr/sbin/grub2-probe = x >++ test x = x >+++ echo grub-mkrelpath >+++ sed 's&^&&;s,grub,grub2,' >++ grub_mkrelpath=/usr/bin/grub2-mkrelpath >++ which gettext >++ : >+ test 2 -gt 0 >+ option=-o >+ shift >+ case "$option" in >++ argument -o /boot/grub2/grub.cfg >++ opt=-o >++ shift >++ test 1 -eq 0 >++ echo /boot/grub2/grub.cfg >+ grub_cfg=/boot/grub2/grub.cfg >+ shift >+ test 0 -gt 0 >+ '[' x0 = x ']' >+ '[' 0 '!=' 0 ']' >+ set /usr/sbin/grub2-probe dummy >+ test -f /usr/sbin/grub2-probe >+ : >++ /usr/sbin/grub2-probe --target=device / >+ GRUB_DEVICE='/dev/sda1 >/dev/sdb1' >++ /usr/sbin/grub2-probe --device /dev/sda1 /dev/sdb1 --target=fs_uuid >+ GRUB_DEVICE_UUID=dcb768b8-59d3-4420-87f4-4e05cdb4eb40 >++ /usr/sbin/grub2-probe --target=device /boot >+ GRUB_DEVICE_BOOT='/dev/sda1 >/dev/sdb1' >++ /usr/sbin/grub2-probe --device /dev/sda1 /dev/sdb1 --target=fs_uuid >+ GRUB_DEVICE_BOOT_UUID=dcb768b8-59d3-4420-87f4-4e05cdb4eb40 >++ /usr/sbin/grub2-probe --device /dev/sda1 /dev/sdb1 --target=fs >+ GRUB_FS=btrfs >+ test -f /etc/default/grub >+ . /etc/default/grub >++ GRUB_TIMEOUT=5 >+++ sed 's, release .*$,,g' /etc/system-release >++ GRUB_DISTRIBUTOR=Fedora >++ GRUB_DEFAULT=saved >+++ '[' -x /usr/sbin/rhcrashkernel-param ']' >+++ : >++ GRUB_CMDLINE_LINUX='elevator=noop rd.md=0 rd.lvm=0 rd.dm=0 rd.luks=0 ' >++ GRUB_DISABLE_RECOVERY=true >+ '[' x '!=' x ']' >+ termoutdefault=0 >+ '[' x = x ']' >+ GRUB_TERMINAL_OUTPUT=gfxterm >+ termoutdefault=1 >+ for x in '${GRUB_TERMINAL_OUTPUT}' >+ case "x${x}" in >+ GRUB_ACTUAL_DEFAULT=saved >+ '[' xsaved = xsaved ']' >++ /usr/bin/grub2-editenv - list >++ sed -n '/^saved_entry=/ s,^saved_entry=,,p' >+ GRUB_ACTUAL_DEFAULT='Fedora Linux, with Linux 3.6.1-1.fc18.x86_64' >+ export GRUB_DEVICE GRUB_DEVICE_UUID GRUB_DEVICE_BOOT GRUB_DEVICE_BOOT_UUID GRUB_FS GRUB_FONT GRUB_PRELOAD_MODULES GRUB_ACTUAL_DEFAULT >+ export GRUB_DEFAULT GRUB_HIDDEN_TIMEOUT GRUB_HIDDEN_TIMEOUT_QUIET GRUB_TIMEOUT GRUB_DEFAULT_BUTTON GRUB_HIDDEN_TIMEOUT_BUTTON GRUB_TIMEOUT_BUTTON GRUB_BUTTON_CMOS_ADDRESS GRUB_BUTTON_CMOS_CLEAN GRUB_DISTRIBUTOR GRUB_CMDLINE_LINUX GRUB_CMDLINE_LINUX_DEFAULT GRUB_CMDLINE_XEN GRUB_CMDLINE_XEN_DEFAULT GRUB_CMDLINE_LINUX_XEN_REPLACE GRUB_CMDLINE_LINUX_XEN_REPLACE_DEFAULT GRUB_CMDLINE_NETBSD GRUB_CMDLINE_NETBSD_DEFAULT GRUB_CMDLINE_GNUMACH GRUB_TERMINAL_INPUT GRUB_TERMINAL_OUTPUT GRUB_SERIAL_COMMAND GRUB_DISABLE_LINUX_UUID GRUB_DISABLE_RECOVERY GRUB_VIDEO_BACKEND GRUB_GFXMODE GRUB_BACKGROUND GRUB_THEME GRUB_GFXPAYLOAD_LINUX GRUB_DISABLE_OS_PROBER GRUB_INIT_TUNE GRUB_SAVEDEFAULT GRUB_ENABLE_CRYPTODISK GRUB_BADRAM >+ test x/boot/grub2/grub.cfg '!=' x >+ rm -f /boot/grub2/grub.cfg.new >++ umask >+ oldumask=0022 >+ umask 077 >+ exec >+ umask 0022 >+ gettext 'Generating grub.cfg ...' >Generating grub.cfg ...+ echo > >+ cat >+ for i in '${grub_mkconfig_dir}/*' >+ case "$i" in >+ grub_file_is_not_garbage /etc/grub.d/00_header >+ test -f /etc/grub.d/00_header >+ case "$1" in >+ return 0 >+ test -x /etc/grub.d/00_header >+ echo >+ echo '### BEGIN /etc/grub.d/00_header ###' >+ /etc/grub.d/00_header >+ echo '### END /etc/grub.d/00_header ###' >+ for i in '${grub_mkconfig_dir}/*' >+ case "$i" in >+ grub_file_is_not_garbage /etc/grub.d/10_linux >+ test -f /etc/grub.d/10_linux >+ case "$1" in >+ return 0 >+ test -x /etc/grub.d/10_linux >+ echo >+ echo '### BEGIN /etc/grub.d/10_linux ###' >+ /etc/grub.d/10_linux >/usr/sbin/grub2-probe: error: cannot find a GRUB drive for /dev/sda1 >/dev/sdb1. Check your device.map. >Found linux image: /boot/vmlinuz-3.6.1-1.fc18.x86_64 >Found initrd image: /boot/initramfs-3.6.1-1.fc18.x86_64.img >+ echo '### END /etc/grub.d/10_linux ###' >+ for i in '${grub_mkconfig_dir}/*' >+ case "$i" in >+ grub_file_is_not_garbage /etc/grub.d/20_linux_xen >+ test -f /etc/grub.d/20_linux_xen >+ case "$1" in >+ return 0 >+ test -x /etc/grub.d/20_linux_xen >+ echo >+ echo '### BEGIN /etc/grub.d/20_linux_xen ###' >+ /etc/grub.d/20_linux_xen >/usr/sbin/grub2-probe: error: cannot find a GRUB drive for /dev/sda1 >/dev/sdb1. Check your device.map. >+ echo '### END /etc/grub.d/20_linux_xen ###' >+ for i in '${grub_mkconfig_dir}/*' >+ case "$i" in >+ grub_file_is_not_garbage /etc/grub.d/20_ppc_terminfo >+ test -f /etc/grub.d/20_ppc_terminfo >+ case "$1" in >+ return 0 >+ test -x /etc/grub.d/20_ppc_terminfo >+ echo >+ echo '### BEGIN /etc/grub.d/20_ppc_terminfo ###' >+ /etc/grub.d/20_ppc_terminfo >+ echo '### END /etc/grub.d/20_ppc_terminfo ###' >+ for i in '${grub_mkconfig_dir}/*' >+ case "$i" in >+ grub_file_is_not_garbage /etc/grub.d/30_os-prober >+ test -f /etc/grub.d/30_os-prober >+ case "$1" in >+ return 0 >+ test -x /etc/grub.d/30_os-prober >+ echo >+ echo '### BEGIN /etc/grub.d/30_os-prober ###' >+ /etc/grub.d/30_os-prober > No volume groups found >+ echo '### END /etc/grub.d/30_os-prober ###' >+ for i in '${grub_mkconfig_dir}/*' >+ case "$i" in >+ grub_file_is_not_garbage /etc/grub.d/40_custom >+ test -f /etc/grub.d/40_custom >+ case "$1" in >+ return 0 >+ test -x /etc/grub.d/40_custom >+ echo >+ echo '### BEGIN /etc/grub.d/40_custom ###' >+ /etc/grub.d/40_custom >+ echo '### END /etc/grub.d/40_custom ###' >+ for i in '${grub_mkconfig_dir}/*' >+ case "$i" in >+ grub_file_is_not_garbage /etc/grub.d/41_custom >+ test -f /etc/grub.d/41_custom >+ case "$1" in >+ return 0 >+ test -x /etc/grub.d/41_custom >+ echo >+ echo '### BEGIN /etc/grub.d/41_custom ###' >+ /etc/grub.d/41_custom >+ echo '### END /etc/grub.d/41_custom ###' >+ for i in '${grub_mkconfig_dir}/*' >+ case "$i" in >+ grub_file_is_not_garbage /etc/grub.d/README >+ test -f /etc/grub.d/README >+ case "$1" in >+ return 1 >+ test x/boot/grub2/grub.cfg '!=' x >+ /usr/bin/grub2-script-check /boot/grub2/grub.cfg.new >+ mv -f /boot/grub2/grub.cfg.new /boot/grub2/grub.cfg >+ gettext done >done+ echo > >[root@f18v grub]#
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 868473
:
630354
|
630355
| 630624