나는 pop_os를 설치하려고 노력해 왔습니다! 몇 주가 지났습니다...이 시점에서 바보 같은 느낌이 듭니다...파티션 크기 변경, 안전 부팅 모드 비활성화 또는 Windows 빠른 부팅 비활성화, Google에서 이와 같은 것을 찾으려고 시도하는 등 다양한 솔루션을 시도했습니다. 오류... 효과가 없습니다. , 팝오스! 설치 시 항상 1~2분 후에 다음 오류 메시지가 표시됩니다.
마침내 pop_os 설치 로그를 수집하고 디스크 파티션의 스크린샷을 찍었습니다.
위에서 왜 pop이 파티션을 ext4로 포맷하도록 강요하는지 이해가 안 되지만... gparted에서는 FAT32로 포맷해야 합니다! 그럼 /boot/efi가 되어야겠죠? ? ..."사용 용도" 섹션에서 "사용자 정의"를 선택하고 /boot/efi를 수동으로 입력해 보았지만 작동하지 않는 것 같습니다.
경고 아이콘을 참고하세요. EFI 파티션이기 때문에 읽을 수 없나요? sda2의 Windows 부트로더에도 동일한 경고가 표시됩니다. 2개의 EFI 파티션을 갖는 것이 나쁜가요? 또한 EFI 파티션의 경우 2GB가 많다는 것을 알고 있지만... 다른 작업을 필사적으로 시도하면서 해당 크기가 널리 사용되는 운영 체제에 특별히 적용되는 일부 튜토리얼을 본 적이 있습니다! ...
이것은 내 lsblk입니다.
NAME SIZE FSTYPE MOUNTPOINT
loop0 2.5G squashfs /rofs
sda 223.6G
├─sda1 499M ntfs
├─sda2 100M vfat
├─sda3 114.2G ntfs
├─sda4 2G ext4
├─sda5 95.7G ext4
└─sda6 11G swap
sdb 14.5G //Live USB using Ventoy
├─sdb1 14.4G exfat
│ └─ventoy 2.8G /media/pop-os/Pop_OS 22.04 amd64 Intel
└─sdb2 32M iso9660 /media/pop-os/Pop_OS 22.04 amd64 Intel
sdc 0B
이것은 로그의 마지막 부분이며 설치는 항상 실패합니다(전체 로그 파일은 끝에 있는 Google 드라이브 링크에 있습니다). Grub 설치 단계가 실패한 것 같습니다. 왜 BIOS 모드에서 설치하려고 합니까? 내 컴퓨터에는 UEFI가 있습니다.
[INFO distinst:crates/chroot/src/command.rs:103] running "chroot" "/tmp/distinst.vZLr2nxp1R5g" "kernelstub" "--esp-path" "/boot/efi" "--add-options" "quiet loglevel=0 systemd.show_status=false splash" "--loader" "--manage-only" "--force-update" "--verbose"
[WARN distinst:crates/chroot/src/command.rs:93] chroot: fallo al ejecutar la orden «kernelstub»: No existe el archivo o el directorio
[INFO distinst:crates/chroot/src/command.rs:103] running "chroot" "/tmp/distinst.vZLr2nxp1R5g" "update-grub"
[WARN distinst:crates/chroot/src/command.rs:93] Sourcing file `/etc/default/grub'
[WARN distinst:crates/chroot/src/command.rs:93] Sourcing file `/etc/default/grub.d/init-select.cfg'
[WARN distinst:crates/chroot/src/command.rs:93] Generating grub configuration file ...
[WARN distinst:crates/chroot/src/command.rs:93] Found linux image: /boot/vmlinuz-5.19.0-76051900-generic
[WARN distinst:crates/chroot/src/command.rs:93] Found initrd image: /boot/initrd.img-5.19.0-76051900-generic
[WARN distinst:crates/chroot/src/command.rs:93] done
[INFO distinst:src/installer/steps/configure/chroot_conf.rs:289] configuring keyboard layout
[INFO distinst:crates/chroot/src/command.rs:103] running "chroot" "/tmp/distinst.vZLr2nxp1R5g" "localectl" "set-x11-keymap" "es" "" ""
[INFO distinst:crates/chroot/src/command.rs:103] running "chroot" "/tmp/distinst.vZLr2nxp1R5g" "/usr/bin/env" "-i" "SYSTEMCTL_SKIP_REDIRECT=_" "openvt" "--" "sh" "/etc/init.d/console-setup.sh" "reload"
[INFO distinst:crates/chroot/src/command.rs:103] running "chroot" "/tmp/distinst.vZLr2nxp1R5g" "ln" "-s" "/etc/console-setup/cached_UTF-8_del.kmap.gz" "/etc/console-setup/cached.kmap.gz"
[INFO distinst:src/installer/steps/configure/chroot_conf.rs:277] re-enabling update-initramfs
[INFO distinst:crates/chroot/src/command.rs:103] running "chroot" "/tmp/distinst.vZLr2nxp1R5g" "sh" "-c" "rm /usr/sbin/update-initramfs"
[INFO distinst:crates/chroot/src/command.rs:103] running "chroot" "/tmp/distinst.vZLr2nxp1R5g" "sh" "-c" "mv /usr/sbin/update-initramfs.bak /usr/sbin/update-initramfs"
[INFO distinst:src/installer/state.rs:33] starting configuring bootloader step
[INFO distinst:src/installer/steps/bootloader.rs:35] /dev/sda: installing bootloader for Bios
[INFO distinst:crates/chroot/src/command.rs:103] running "chroot" "/tmp/distinst.vZLr2nxp1R5g" "grub-install" "--recheck" "--target=i386-pc" "/dev/sda"
[WARN distinst:crates/chroot/src/command.rs:93] Instalando para plataforma i386-pc.
[WARN distinst:crates/chroot/src/command.rs:93] grub-install: aviso: esta etiqueta de partición GPT no contiene ninguna Partición de
Arranque BIOS; el embebido no será posible.
[WARN distinst:crates/chroot/src/command.rs:93] grub-install: aviso: El embebido no es posible. GRUB podrá ser instalado con esta
configuración únicamente usando listas de bloques. No obstante, las listas de bloques son INSEGURAS y su uso está desaconsejado..
[WARN distinst:crates/chroot/src/command.rs:93] grub-install: error: no se procederá con las listas de bloques.
[ERROR distinst:src/installer/state.rs:37] configuring bootloader error: command failed with exit status: exit status: 1
[ERROR distinst:src/installer/mod.rs:300] errored while installing system: command failed with exit status: exit status: 1
[INFO distinst:ffi/src/installer.rs:190] Install error: command failed with exit status: exit status: 1
전체 로그: https://drive.google.com/file/d/162WdYhL4S9CNMZDtvBt8MmM4jstlNpeK/view?usp=sharing
질문의 크기가 커서 죄송하지만 제가 가지고 있는 모든 데이터를 제공하려고 노력했고 이제 이것은 저와 pop os 사이의 개인적인 문제입니다. 관심을 가져주셔서 감사합니다.
하드웨어:
- 마더보드 Ticnova e70 SFF(ASRock UEFI 포함)
- 라이젠 5 2600
- 16GB RAM
- 킹스턴 240GB SSD
- 엔비디아 GF 710 시리즈
답변1
로그 파일에는 다음과 같이 나와 있습니다.
[WARN distinst:crates/chroot/src/command.rs:93] Instalando para plataforma i386-pc.
[WARN distinst:crates/chroot/src/command.rs:93] grub-install: aviso: esta etiqueta de partición GPT no contiene ninguna Partición de
Arranque BIOS; el embebido no será posible.
번역하다:
Installing for i386-pc platform.
grub-install: warning: this GPT partition label does not contain any GPT partitions.
BIOS boot; embedding will not be possible.
이는 BIOS 모드에서 설치 프로그램을 시작하고 디스크 분할을 UEFI로 시도하고 있음을 의미합니다. 설치 프로그램이 GRUB i386-pc 설치를 시도하지만 실패합니다.
BIOS에서 부팅 순서를 변경하고 필요한 경우 레거시 부팅을 비활성화합니다. 일부 마더보드에서는 부팅 옵션이 감지되지 않으면 /efi/boot/grubx64.efi
수동으로 추가해야 합니다. 바라보다20.04의 UEFI iso 부팅 문제.
기존 ESP( )가 이미 있으므로 /dev/sda2
이를 재사용해야 합니다. ESP를 여러 개 만드는 것은 권장되지 않습니다.
/boot
또한 EFI 시스템 파티션과 다른 FAT 파티션을 생성하려고 합니다 . ESP는 /boot
내부적으로 만 설치됩니다 /boot/efi
.