Tôi có một vấn đề nhỏ. Tôi có bảy phân vùng:
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
Tôi đã tìm thấy một hướng dẫn, nhưng tôi đã thử nó và nó không hoạt động. Đây là liên kết:
http://www.webupd8.org/2012/03/how-to-dual-boot-android-x86-and-ubfox.html
Tôi đã sử dụng Android này từ android-x86.org và phiên bản android-x86-4.4-r1.iso.
Đây là tài liệu 40_Costum của tôi:
#!/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}
Nếu tôi khởi động PC, trình quản lý khởi động GRUB xuất hiện và tôi có thể chọn Android, nhưng nó không khởi động Android. Nền là màu tím và không có gì xảy ra.
Điều gì sẽ là một 40_Customm
kịch bản hoàn chỉnh và làm việc ?
Nó không hoạt động nếu tôi tạo một tập lệnh trong Grub Customizer và lưu nó. Nó không hiển thị trên menu khởi động nếu tôi mở Grub Customizer một lần nữa đoạn script bị xóa.
Đây là mã của tôi:
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
Bây giờ tôi có thêm một vấn đề:
Nếu tôi Khởi động máy tính xách tay của mình, nó sẽ hiển thị Ubuntu, Windows, Kali Linux và Android (không hoạt động), nhưng nếu tôi khởi động GRub Costumizer thì Windows không được liệt kê?! Nhưng tại sao?
/androidx86/kernel
. Nếu không, tôi đã gặp một lỗi về tập tin không tìm thấy.