태그 보관물: grub

grub

두 번째 하드 드라이브가있을 때 GRUB이 표시되지 않습니다 EDIT THIS FILE # #

방금 Windows 7 + Linux Mint dualboot로 엉망이되어 마침내 작동했습니다. Grub은 부팅을 처리합니다. 메인 하드 드라이브 만 연결되어 있으면 예상대로 작동합니다.

두 번째 드라이브를 연결하고 랩톱을 시작하면 인트로 화면이 나타난 다음 빈 대신 화면이 나타납니다. 다른 건 없어 처음 PC를 시작하고 OS로 부팅 한 다음 두 번째 하드 드라이브 만 연결하면 문제없이 인식됩니다.

두 드라이브가 연결된 상태에서 부팅 복구를 시도했지만 문제가 지속됩니다. 이 문제의 원인은 무엇입니까?

두 드라이브 모두 SATA입니다.

의 내용 /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_msdos
insmod ext2
set root='hd0,msdos5'
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5  f6737ea4-0fee-4215-81d7-917a4fe2f082
else
  search --no-floppy --fs-uuid --set=root f6737ea4-0fee-4215-81d7-917a4fe2f082
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=en_US
  insmod gettext
fi
terminal_output gfxterm
if [ "${recordfail}" = 1 ]; then
  set timeout=10
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
### 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
if [ "$linux_gfx_mode" != "text" ]; then load_video; fi
menuentry 'Linux Mint 16 Cinnamon 64-bit, 3.11.0-18-generic (/dev/sda5)' --class ubuntu --class gnu-linux --class gnu --class os {
    recordfail
    gfxmode $linux_gfx_mode
    insmod gzio
    insmod part_msdos
    insmod ext2
    set root='hd0,msdos5'
    if [ x$feature_platform_search_hint = xy ]; then
      search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5  f6737ea4-0fee-4215-81d7-917a4fe2f082
    else
      search --no-floppy --fs-uuid --set=root f6737ea4-0fee-4215-81d7-917a4fe2f082
    fi
    linux   /boot/vmlinuz-3.11.0-18-generic root=UUID=f6737ea4-0fee-4215-81d7-917a4fe2f082 ro   quiet splash $vt_handoff
    initrd  /boot/initrd.img-3.11.0-18-generic
}
menuentry 'Linux Mint 16 Cinnamon 64-bit, 3.11.0-18-generic (/dev/sda5) -- recovery mode' --class ubuntu --class gnu-linux --class gnu --class os {
    recordfail
    insmod gzio
    insmod part_msdos
    insmod ext2
    set root='hd0,msdos5'
    if [ x$feature_platform_search_hint = xy ]; then
      search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5  f6737ea4-0fee-4215-81d7-917a4fe2f082
    else
      search --no-floppy --fs-uuid --set=root f6737ea4-0fee-4215-81d7-917a4fe2f082
    fi
    echo    'Loading Linux 3.11.0-18-generic ...'
    linux   /boot/vmlinuz-3.11.0-18-generic root=UUID=f6737ea4-0fee-4215-81d7-917a4fe2f082 ro recovery nomodeset
    echo    'Loading initial ramdisk ...'
    initrd  /boot/initrd.img-3.11.0-18-generic
}
submenu "Previous Linux versions" {
menuentry 'Linux Mint 16 Cinnamon 64-bit, 3.11.0-12-generic (/dev/sda5)' --class ubuntu --class gnu-linux --class gnu --class os {
    recordfail
    gfxmode $linux_gfx_mode
    insmod gzio
    insmod part_msdos
    insmod ext2
    set root='hd0,msdos5'
    if [ x$feature_platform_search_hint = xy ]; then
      search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5  f6737ea4-0fee-4215-81d7-917a4fe2f082
    else
      search --no-floppy --fs-uuid --set=root f6737ea4-0fee-4215-81d7-917a4fe2f082
    fi
    linux   /boot/vmlinuz-3.11.0-12-generic root=UUID=f6737ea4-0fee-4215-81d7-917a4fe2f082 ro   quiet splash $vt_handoff
    initrd  /boot/initrd.img-3.11.0-12-generic
}
menuentry 'Linux Mint 16 Cinnamon 64-bit, 3.11.0-12-generic (/dev/sda5) -- recovery mode' --class ubuntu --class gnu-linux --class gnu --class os {
    recordfail
    insmod gzio
    insmod part_msdos
    insmod ext2
    set root='hd0,msdos5'
    if [ x$feature_platform_search_hint = xy ]; then
      search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5  f6737ea4-0fee-4215-81d7-917a4fe2f082
    else
      search --no-floppy --fs-uuid --set=root f6737ea4-0fee-4215-81d7-917a4fe2f082
    fi
    echo    'Loading Linux 3.11.0-12-generic ...'
    linux   /boot/vmlinuz-3.11.0-12-generic root=UUID=f6737ea4-0fee-4215-81d7-917a4fe2f082 ro recovery nomodeset
    echo    'Loading initial ramdisk ...'
    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/30_os-prober ###
menuentry 'Windows 7 (loader) (on /dev/sda1)' --class windows --class os $menuentry_id_option 'osprober-chain-1AD8136CD8134603' {
    insmod part_msdos
    insmod ntfs
    set root='hd0,msdos1'
    if [ x$feature_platform_search_hint = xy ]; then
      search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  1AD8136CD8134603
    else
      search --no-floppy --fs-uuid --set=root 1AD8136CD8134603
    fi
    chainloader +1
}
menuentry 'Windows 7 (loader) (on /dev/sda2)' --class windows --class os $menuentry_id_option 'osprober-chain-E07A20FD7A20D258' {
    insmod part_msdos
    insmod ntfs
    set root='hd0,msdos2'
    if [ x$feature_platform_search_hint = xy ]; then
      search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos2 --hint-efi=hd0,msdos2 --hint-baremetal=ahci0,msdos2  E07A20FD7A20D258
    else
      search --no-floppy --fs-uuid --set=root E07A20FD7A20D258
    fi
    chainloader +1
}
### END /etc/grub.d/30_os-prober ###

### BEGIN /etc/grub.d/30_uefi-firmware ###
### 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 ###

Edit2-다른 보조 하드 드라이브를 사용해 보았습니다. 포맷 한 드라이브에는 파티션이 없습니다. 할당되지 않은 공간 만 그러나 PC는 여전히 부팅되지 않습니다.

나는 어떤 제안에도 열려 있으며,이 작업을 수행하기 위해 아무것도 포맷하거나 닦을 수 있습니다.

또한 설치할 때 Linux Mint는 기존 Windows 설치를 인식하지 못 했으므로 드라이브를 수동으로 분할 한 다음 부팅 복구를 실행하여 작동해야했습니다.



답변

두 번째 하드 드라이브의 MBR 부트 스트랩 영역에 부트 로더 데이터가있는 경우 (BIOS의 부팅 순서가 올바르게 설정되어 있어도) 발생할 수 있습니다.

현재 또는 미래에 두 번째 드라이브에서 부팅 할 필요가없는 경우 다음 명령을 사용하여 처음 446 바이트를 안전하게 지울 수 있습니다.

dd if = / dev / zero of = / dev / {second drive} bs = 446 count = 1

/ dev / sdb와 같이 / dev의 올바른 해당 항목으로 위의 {second drive}를 대체해야합니다.


답변