작은 문제가 있습니다. 7 개의 파티션이 있습니다 :
Device Boot Begin End Blocks Id System
/dev/sda1 * 206848 219013119 109403136 7 HPFS/NTFS/exFAT <-- wINDOWS 7
/dev/sda2 219013120 735516671 258251776 7 HPFS/NTFS/exFAT <--Musik,....
/dev/sda3 735516672 815638527 40060928 7 HPFS/NTFS/exFAT <-- Android
/dev/sda4 815640574 976771071 80565249 5 Erweiterte <-- No Idea:D
Partition 4 does not start at a physical sector boundary.
/dev/sda5 815640576 872494091 28426758 83 Linux <--Kali Linux
/dev/sda6 970151936 976771071 3309568 82 Linux Swap / Solaris
/dev/sda7 872495104 970149887 48827392 83 Linux <-- Ubuntu
튜토리얼을 찾았지만 시도했지만 작동하지 않습니다. 링크는 다음과 같습니다.
http://www.webupd8.org/2012/03/how-to-dual-boot-android-x86-and-ubuntu.html
나는 android-x86.org 및 android-x86-4.4-r1.iso 버전 에서이 Android를 사용했습니다.
이것은 내 40_Costum 문서입니다.
#!/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,3)'
linux /android-x86-4.4-r1/kernel quiet root=/dev/ram0 androidboot_hardware=eeepc acpi_sleep=s3_bios,s3_mode SRC=/android-x86-4.4-r1
initrd /android-x86-4.4-r1/initrd.img}
PC를 시작하면 GRUB 부팅 관리자가 나타나고 Android를 선택할 수 있지만 Android는 부팅되지 않습니다. 배경은 자주색이며 아무 일도 일어나지 않습니다.
완전하고 작동하는 40_Customm
스크립트는 무엇입니까?
Grub Customizer에서 스크립트를 만들어 저장하면 작동하지 않습니다. Grub Customizer를 다시 열면 부팅 메뉴에 표시되지 않습니다. 스크립트가 제거됩니다.
이것은 내 코드입니다.
set root='(hd0,3)'
`search --no-floppy --fs-uuid --set=root 28D9FDF951298246
linux android-x86/kernel root=UUID=28D9FDF951298246 quiet
androidboot.hardware=generic_x86 SRC=/android-x86 acpi_sleep=s3_bios,s3_mode
initrd Android-x86/android-4.4-r1/initrd.img
이제 하나의 추가 문제가 있습니다.
노트북을 시작하면 Ubuntu, Windows, Kali Linux 및 Android (작동하지 않음)가 표시되지만 GRub Costumizer를 시작하면 Windows가 표시되지 않습니까?! 그런데 왜?
/androidx86/kernel
. 그렇지 않으면 파일을 찾을 수 없다는 오류가 발생했습니다.