LINUX.ORG.RU

[РЕШЕНО] Проблема с grub uefi

 , ,


0

0

По началу после установки арча на ноутбук с uefi, grub загружает систему без проблем, но если вставить любую флешку или внешний диск, то он слетает. Приходится загружается с live-usb арча заходить в чрут и заново устанавливать груб. Как избавиться от этого проклятья?

P.s. решение - перемещение груба из ./EFI/arch в ./EFI/BOOT



Последнее исправление: RedMaun (всего исправлений: 1)

Ответ на: комментарий от RedMaun

Я дал подсказку. Ты же сообщил только внешние симптомы — никаких настроек системы я не увидел.

Конфиги груба, какие файлы на UEFI разделе, какая схема разметки?

Ну и настройки UEFI покажи. Может поможет выставление диску приоритета выше флешек?

Vsevolod-linuxoid ★★★★★
()
Последнее исправление: Vsevolod-linuxoid (всего исправлений: 3)
Ответ на: комментарий от Vsevolod-linuxoid

По разметке:

Partition table scan:
  MBR: MBR only
  BSD: not present
  APM: not present
  GPT: not present
Конфиг:
#
# 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 ###
insmod part_gpt
insmod part_msdos
if [ -s $prefix/grubenv ]; then
  load_env
fi
if [ "${next_entry}" ] ; then
   set default="${next_entry}"
   set next_entry=
   save_env next_entry
   set boot_once=true
else
   set default="0"
fi

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 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_gpt
insmod ext2
set root='hd0,gpt2'
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root --hint-ieee1275='ieee1275//disk@0,gpt2' --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2  b89b6256-4539-4615-8e00-5ac7d2d69842
else
  search --no-floppy --fs-uuid --set=root b89b6256-4539-4615-8e00-5ac7d2d69842
fi
    font="/usr/share/grub/unicode.pf2"
fi

if loadfont $font ; then
  set gfxmode=auto
  load_video
  insmod gfxterm
fi
terminal_input console
terminal_output gfxterm
if [ x$feature_timeout_style = xy ] ; then
  set timeout_style=menu
  set timeout=5
# Fallback normal timeout code in case the timeout_style feature is
# unavailable.
else
  set timeout=5
fi
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/10_linux ###
menuentry 'Arch Linux' --class arch --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-b89b6256-4539-4615-8e00-5ac7d2d69842' {
	load_video
	set gfxpayload=keep
	insmod gzio
	insmod part_gpt
	insmod ext2
	set root='hd0,gpt2'
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint-ieee1275='ieee1275//disk@0,gpt2' --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2  b89b6256-4539-4615-8e00-5ac7d2d69842
	else
	  search --no-floppy --fs-uuid --set=root b89b6256-4539-4615-8e00-5ac7d2d69842
	fi
	echo	'Loading Linux linux-lts ...'
	linux	/boot/vmlinuz-linux-lts root=UUID=b89b6256-4539-4615-8e00-5ac7d2d69842 rw  quiet
	echo	'Loading initial ramdisk ...'
	initrd	/boot/initramfs-linux-lts.img
}
submenu 'Advanced options for Arch Linux' $menuentry_id_option 'gnulinux-advanced-b89b6256-4539-4615-8e00-5ac7d2d69842' {
	menuentry 'Arch Linux, with Linux linux-lts' --class arch --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-linux-lts-advanced-b89b6256-4539-4615-8e00-5ac7d2d69842' {
		load_video
		set gfxpayload=keep
		insmod gzio
		insmod part_gpt
		insmod ext2
		set root='hd0,gpt2'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-ieee1275='ieee1275//disk@0,gpt2' --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2  b89b6256-4539-4615-8e00-5ac7d2d69842
		else
		  search --no-floppy --fs-uuid --set=root b89b6256-4539-4615-8e00-5ac7d2d69842
		fi
		echo	'Loading Linux linux-lts ...'
		linux	/boot/vmlinuz-linux-lts root=UUID=b89b6256-4539-4615-8e00-5ac7d2d69842 rw  quiet
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initramfs-linux-lts.img
	}
	menuentry 'Arch Linux, with Linux linux-lts (fallback initramfs)' --class arch --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-linux-lts-fallback-b89b6256-4539-4615-8e00-5ac7d2d69842' {
		load_video
		set gfxpayload=keep
		insmod gzio
		insmod part_gpt
		insmod ext2
		set root='hd0,gpt2'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-ieee1275='ieee1275//disk@0,gpt2' --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2  b89b6256-4539-4615-8e00-5ac7d2d69842
		else
		  search --no-floppy --fs-uuid --set=root b89b6256-4539-4615-8e00-5ac7d2d69842
		fi
		echo	'Loading Linux linux-lts ...'
		linux	/boot/vmlinuz-linux-lts root=UUID=b89b6256-4539-4615-8e00-5ac7d2d69842 rw  quiet
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initramfs-linux-lts-fallback.img
	}
}

### 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 ###
### END /etc/grub.d/30_os-prober ###

### 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 ###

RedMaun
() автор топика
Ответ на: комментарий от Vsevolod-linuxoid

Выставление приоритета не поможет. В uefi в принципе пропадает диск из списка.

RedMaun
() автор топика
Ответ на: комментарий от Vsevolod-linuxoid

fdisk -l:

Disk /dev/sda: 223.6 GiB, 240057409536 bytes, 468862128 sectors
Disk model: KingDian S280 24
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: gpt
Disk identifier: 51DBAACD-DE41-0B4C-971A-7928999C735A

Device         Start       End   Sectors  Size Type
/dev/sda1       2048    206847    204800  100M EFI System
/dev/sda2     206848 304191487 303984640  145G Linux filesystem
/dev/sda3  304191488 304224255     32768   16M Microsoft reserved
/dev/sda4  304224256 468860927 164636672 78.5G Microsoft basic data
cat /etc/default/grub:
# GRUB boot loader configuration

GRUB_DEFAULT=0
GRUB_TIMEOUT=5
GRUB_DISTRIBUTOR="Arch"
GRUB_CMDLINE_LINUX_DEFAULT="quiet"
GRUB_CMDLINE_LINUX=""

# Preload both GPT and MBR modules so that they are not missed
GRUB_PRELOAD_MODULES="part_gpt part_msdos"

# Uncomment to enable booting from LUKS encrypted devices
#GRUB_ENABLE_CRYPTODISK=y

# Uncomment to enable Hidden Menu, and optionally hide the timeout count
#GRUB_HIDDEN_TIMEOUT=5
#GRUB_HIDDEN_TIMEOUT_QUIET=true

# Uncomment to use basic console
GRUB_TERMINAL_INPUT=console

# Uncomment to disable graphical terminal
#GRUB_TERMINAL_OUTPUT=console

# The resolution used on graphical terminal
# note that you can use only modes which your graphic card supports via VBE
# you can see them in real GRUB with the command `vbeinfo'
GRUB_GFXMODE=auto

# Uncomment to allow the kernel use the same resolution used by grub
GRUB_GFXPAYLOAD_LINUX=keep

# Uncomment if you want GRUB to pass to the Linux kernel the old parameter
# format "root=/dev/xxx" instead of "root=/dev/disk/by-uuid/xxx"
#GRUB_DISABLE_LINUX_UUID=true

# Uncomment to disable generation of recovery mode menu entries
GRUB_DISABLE_RECOVERY=true

# Uncomment and set to the desired menu colors.  Used by normal and wallpaper
# modes only.  Entries specified as foreground/background.
#GRUB_COLOR_NORMAL="light-blue/black"
#GRUB_COLOR_HIGHLIGHT="light-cyan/blue"

# Uncomment one of them for the gfx desired, a image background or a gfxtheme
#GRUB_BACKGROUND="/path/to/wallpaper"
#GRUB_THEME="/path/to/gfxtheme"

# Uncomment to get a beep at GRUB start
#GRUB_INIT_TUNE="480 440 1"

# Uncomment to make GRUB remember the last selection. This requires to
# set 'GRUB_DEFAULT=saved' above.
#GRUB_SAVEDEFAULT="true"

RedMaun
() автор топика
Ответ на: комментарий от RedMaun

А что внутри каталога Arch? Сделай так:

mkdir /mnt/1
mount /dev/sda1 /mnt/1
cd /mnt/1
ls -laR

И хватит вести себя как у следователя на допросе — какого фига я из тебя инфу вытягиваю по ложке?

Vsevolod-linuxoid ★★★★★
()
Ответ на: комментарий от RedMaun
Partition table scan:
  MBR: MBR only
  BSD: not present
  APM: not present
  GPT: not present

я где-то читал, что для загрузки в режиме efi требуется gpt. Это уже успели поменять или это проблемы с таблицей разделов?

anonymous
()
Ответ на: комментарий от Vsevolod-linuxoid
.:
total 5
drwxr-xr-x 3 root root  512 Jan  1  1970 .
drwxr-xr-x 4 root root 4096 May 26 23:55 ..
drwxr-xr-x 3 root root  512 May 26 21:12 EFI

./EFI:
total 2
drwxr-xr-x 3 root root 512 May 26 21:12 .
drwxr-xr-x 3 root root 512 Jan  1  1970 ..
drwxr-xr-x 2 root root 512 May 26 21:12 arch

./EFI/arch:
total 121
drwxr-xr-x 2 root root    512 May 26 21:12 .
drwxr-xr-x 3 root root    512 May 26 21:12 ..
-rwxr-xr-x 1 root root 122880 May 26 22:43 grubx64.efi

Я просто не знаю какую информацию тебе дать, если тебя это выматывает - можешь не помогать, буду сам мучатся.

RedMaun
() автор топика
Ответ на: комментарий от Vsevolod-linuxoid

ну черт знает

GPT: not present

вот это тоже вроде вывод fdisk или gdisk, может прошивка и сходит с ума

anonymous
()
Ответ на: комментарий от RedMaun

попробуй поставить груб с --force-extra-removable (не знаю как это в арче) или скопировать загрузчик из ./EFI/arch в ./EFI/BOOT (дефолтный путь для большинства прошивок)

anonymous
()
Ответ на: комментарий от anonymous
sudo gdisk /dev/sda
Partition table scan:
  MBR: protective
  BSD: not present
  APM: not present
  GPT: present
sudo gdisk /dev/sda1
Partition table scan:
  MBR: MBR only
  BSD: not present
  APM: not present
  GPT: not present
RedMaun
() автор топика
Ответ на: комментарий от anonymous

Перемещение в ./EFI/BOOT помогло, теперь груб не сбивается! Спасибо большое. Решение то было совсем простое

RedMaun
() автор топика
Ответ на: комментарий от RedMaun

значит не зря настрадался с подобным :)

учти, что при установке обновлений бинарник там автоматически обновляться не будет

anonymous
()
Ответ на: комментарий от anonymous

Оно и понятно, можно просто обновления груба в арче отключить и пусть себе там лежит до скончания времен

RedMaun
() автор топика
Вы не можете добавлять комментарии в эту тему. Тема перемещена в архив.