#!/bin/sh
exec tail -n +3 $0
# 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.
menuentry "Android-x86" {
set root='(hd0,2)'
linux /bliss-x86-11.13/kernel quiet root=/dev/ram0 androidboot.hardware=generic_x86 acpi_sleep=s3_bios,s3_mode SRC=/bliss-x86-11.13
initrd /bliss-x86-11.13/initrd.img}
변경한 후 /etc/grub.d/40_custom
. Bliss OS에 액세스할 수 있지만 img가 자동으로 다운로드됩니다.
system.img가 있지만 업데이트된 grub을 실행하고 노트북을 다시 시작하면 자동으로 다시 설치되는 것을 볼 수 있습니다. 따라서 Bliss OS를 열 수 없습니다. 애니메이션을 표시하는 동안 멈췄습니다...
Bliss OS 애니메이션은 다른 것을 보여주지만...! 부팅에서 운영 체제를 연 후 발생하는 오류입니다. 오류가 발생하는 이유는 실행하면 sudo update-grub
오류가 발생하기 때문이라고 생각합니다.
grub 구성 파일 생성 중... 경고: lvmetad에 연결할 수 없습니다. 장치 검색으로 돌아갑니다. /dev/sda1에서 Windows 10(로더)이 발견되었습니다.
이것이 (애니메이션) 실제로 보이는 모습입니다
Bliss OS를 켜는 방법은 다음과 같습니다.
해당 소스에서 system.img를 가져올 수 없어서 다운로드된 것 같습니다.
답변1
androidboot.hardware=generic_x86
이게 범인일 수도 있어
menuentry "Android-x86" {
set root='(hd0,2)'
linux /bliss-x86-11.13/kernel quiet root=/dev/ram0 androidboot.hardware=android_x86_64 acpi_sleep=s3_bios,s3_mode SRC=/bliss-x86-11.13
initrd /bliss-x86-11.13/initrd.img}