J'ai un petit problème. J'ai sept partitions:
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
J'ai trouvé un tutoriel, mais j'ai essayé et cela ne fonctionne pas. Voici le lien:
http://www.webupd8.org/2012/03/03/how-to-dual-boot-android-x86-and-ubuntu.html
J'ai utilisé cet Android sur android-x86.org et la version android-x86-4.4-r1.iso.
Voici mon document 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}
Si je démarre mon PC, le gestionnaire de démarrage GRUB arrive et je peux choisir Android, mais il ne démarre pas Android. Le fond est violet et rien ne se passe.
Quel serait un 40_Customm
script complet et fonctionnel ?
Cela ne fonctionne pas si je crée un script dans Grub Customizer et l'enregistre. Il ne s'affiche pas dans le menu de démarrage si j'ouvre à nouveau le personnalisateur Grub, le script est supprimé.
Voici mon code:
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
Maintenant, j'ai un problème supplémentaire:
Si je démarre mon ordinateur portable, il affiche Ubuntu, Windows, Kali Linux et Android (ce qui ne fonctionne pas), mais si je démarre le GRub Costumizer, Windows n'est pas répertorié?! Mais pourquoi?
/androidx86/kernel
. Sinon, j'ai reçu une erreur sur le fichier introuvable.