Regards
#!/bin/bash
. build/envsetup.sh
export LC_ALL=C
sudo make clean
lunch android_x86_64-userdebug
make -j5 iso_img TARGET_KERNEL_CONFIG=my_defconfig
--
You received this message because you are subscribed to the Google Groups "Android-x86" group.
To unsubscribe from this group and stop receiving emails from it, send an email to android-x86...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/android-x86/ff9cddc4-b7b4-4b56-bb8d-b7c204b82729o%40googlegroups.com.
. build/envsetup.shexport ARCH=x86_64lunch android_x86_64-engmake -C kernel O=/media/ffpp/ArchFranc/android_x86/source1/kernel/arch/x86/configs/ xconfig
. build/envsetup.sh
export ARCH=x86_64
lunch android_x86_64-userdebug
sudo make -C kernel O=/home/daniel/android_8/kernel/arch/x86/configs/ xconfig
To unsubscribe from this group and stop receiving emails from it, send an email to android-x86...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/android-x86/e61e1eb5-6cf1-4680-8e69-7d821e4b0255o%40googlegroups.com.
I've named it as android-x86_64-NvSATA
And, i dont have a compile bash script. I'm new to this, but i reconognize some of the commands that you used on your script.
To create the custom config file i used this commands:
. build/envsetup.sh
export ARCH=x86
lunch android_x86-eng
but after executing those commands and getting my custom config, i've never executed them again. idk if the effects of the commands persist after reboots, or changing compiling computers.
The command that i execued, to get the iso with the custom config was this:
make iso_img TARGET_PRODUCT=android_x86_64 TARGET_KERNEL_CONFIG=android-x86_64-NvSATA
the config file is located on /media/ffpp/ArchFranc/android_x86/source1/kernel/arch/x86/configs/
CONFIG_SATA_NV=yTo view this discussion on the web visit https://groups.google.com/d/msgid/android-x86/e61e1eb5-6cf1-4680-8e69-7d821e4b0255o%40googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "Android-x86" group.
To unsubscribe from this group and stop receiving emails from it, send an email to android-x86...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/android-x86/28d2ee49-c213-4921-8271-906b5dddacb1o%40googlegroups.com.
Ummmmmm. I though that i enabled it on the custom config GUI command. i dont remember how it was called, but i remember going into a submenu called Serial ATA... and then looking for Nvidia SATA... and enabling it and then saving the custom config. Maybe i did something wrong. for the moment, im hoping if someone can make an guide for noobs, so i can follow it, and see if i can get it to bootthanks to all of you that are helping me to figure this out
make iso_img TARGET_PRODUCT=android_x86_64 TARGET_KERNEL_CONFIG=android-x86_64-NvSATATo view this discussion on the web visit https://groups.google.com/d/msgid/android-x86/DM6PR07MB45557B0E5D2FF9C68684426FA2980%40DM6PR07MB4555.namprd07.prod.outlook.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/android-x86/DM6PR07MB45555854E8E2B81BE82306E6A2980%40DM6PR07MB4555.namprd07.prod.outlook.com.
I've decided to try and overwrite my grub installation with the one provided with the Android x86 installer. Now I get a different error. Take a look
--
You received this message because you are subscribed to the Google Groups "Android-x86" group.
To unsubscribe from this group and stop receiving emails from it, send an email to android-x86...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/android-x86/8f413935-6e50-46c0-8250-ff6c005633edo%40googlegroups.com.
I guess I should of re-read your first post. I think your hardware is too old for Android 9. Try Android 7 live cd and see if it boots at all. Chi mentioned that older hardware are missing instructions that Android 9 is depending on. If that doesn't work, you may have to go down to 5 or 4.4.
On Sat, Jun 20, 2020 at 7:14 PM Franco Palombo <ffpp...@hotmail.com> wrote:
I've decided to try and overwrite my grub installation with the one provided with the Android x86 installer. Now I get a different error. Take a look
--
You received this message because you are subscribed to the Google Groups "Android-x86" group.
To unsubscribe from this group and stop receiving emails from it, send an email to andro...@googlegroups.com.