RemixOS boot from HDD stucks - Remix OS for PC

I'm trying to install RemixOS on my old laptop:
Processor: AMD Athlon(tm) X2 Dual-Core QL-60 (2 CPUs), ~1.9GHz
Card name: ATI Radeon HD 3200 Graphics
Memory: 2048MB RAM
Click to expand...
Click to collapse
Booting with NeoGrub
title RemixOS root (hd0,4)
kernel /kernel root=/dev/ram0 DATA= CREATE_DATA_IMG=1 androidboot.hardware=remix_x86_64 androidboot.selinux=permissive
initrd /initrd.img
Click to expand...
Click to collapse
also
root (hd0,4)
kernel /kernel root=/dev/ram0 androidboot.hardware=remix_x86_64 androidboot.selinux=permissive quiet SRC= DATA= DATA_IN_MEM=1
initrd /initrd.img
Click to expand...
Click to collapse
And screen stuck at this : imgur_com/GeOluot (sorry new member can't post link)
Freeing SMP alternatives memory: 24K
Click to expand...
Click to collapse

tungwoodboi said:
I'm trying to install RemixOS on my old laptop:
Booting with NeoGrub
And screen stuck at this : imgur_com/GeOluot (sorry new member can't post link)
Click to expand...
Click to collapse
Your Code is Wrong....
Original Code Link : https://cldup.com/zcR0lBzl_T.txt
Check This image : https://goo.gl/TyvC4T
Also Check Tutorial Dual Boot Remix os & window : https://www.youtube.com/watch?v=aYWY7NadNzU

I tried your code but result is the same.
stuck at "Booting the kernel"
s25.postimg_org/oofaxe4e7/tmp_25421_P_20160114_1049511044007729.jpg

tungwoodboi said:
I tried your code but result is the same.
stuck at "Booting the kernel"
s25.postimg_org/oofaxe4e7/tmp_25421_P_20160114_1049511044007729.jpg
Click to expand...
Click to collapse
watch video : https://www.youtube.com/watch?v=aYWY7NadNzU
and Format Your partition and again mount/extract iso and copy all file to your partition drive.
Then open easybcd click on add new entry > click on neogrub > click on remove, Then again click on install wait few second, click on configure and and paste this code : https://cldup.com/zcR0lBzl_T.txt (note change your partition number) and save the file...
Reboot again.....
I hope your problem solved !
Help material :-
Check Remix OS Partition Number By This Software : BOOTICE : http://bit.ly/1T8aXfb and check this image : https://goo.gl/DtEPL2 and also this https://goo.gl/TyvC4T
Note : Disable secure boot in Bios Setting

repeat exactly steps but no luck..
I think problem is my hardware not compatible with RemixOS

same issue here
Processor: AMD Athlon(tm) X2 Dual-Core QL-65 (2 CPUs), ~2.10 GHz
Card name: ATI Radeon HD 3200 Graphics
Memory: 2048MB RAM

blank screen on emachines e627, seems to be an issue with GPU, because screen goes blank after X starts...
CPU : AMD Athlon TF-20 (1.6GHz * 1)
GPU : ATI Radeon HD 3000
3GB RAM

Related

Bootloop at Checking data partition.

I try to install from usb or hdd but its always reboot at checking data partition.
My laptop is legacy boot. Intel p6100, vga ati 5000 series, 8gb ram.
mekay said:
I try to install from usb or hdd but its always reboot at checking data partition.
My laptop is legacy boot. Intel p6100, vga ati 5000 series, 8gb ram.
Click to expand...
Click to collapse
Same problem here.
Pentium 4
Intel 915gux motherboard
Integrated gpu
Cheking end with blinking caps lock and scroll lock and reboot
xperia u20i said:
Same problem here.
Pentium 4
Intel 915gux motherboard
Integrated gpu
Cheking end with blinking caps lock and scroll lock and reboot
Click to expand...
Click to collapse
when the menu boot appears you press tab (or e depending on bootloader) and edit the linux line like below
linux /kernel initrd=/initrd.img root=/dev/ram0 androidboot.hardware=android_x86 INSTALL=1 DEBUG=
then just press enter or ctrl+X to boot
demonstration video
https://youtu.be/v-Su_XyCZq0
fulloflove said:
when the menu boot appears you press tab (or e depending on bootloader) and edit the linux line like below
linux /kernel initrd=/initrd.img root=/dev/ram0 androidboot.hardware=android_x86 INSTALL=1 DEBUG=
then just press enter or ctrl+X to boot
demonstration video
https://youtu.be/v-Su_XyCZq0
Click to expand...
Click to collapse
Thanks for the tip. But now installation stuck at creating data.img. Every time i get error after i choose size of data, no matter what size. Faild to create data.img

How to Root Remix OS and Remix OS Beta with Windows Video Tutorial

Thanks to @imadlatch for making tool
original Thread Here : http://forum.xda-developers.com/remix/remix-os/rmxtools-remix-os-data-img-t3308158
Root Remix OS Beta Version with Windows
Video Tutorial : https://www.youtube.com/watch?v=8usNNalReOk
Remix OS Root Method with windows For 2.0 or Below Version
Video Tutorial : https://www.youtube.com/watch?v=JV6vZqGQ4sE
For Downloading RMX Tool v1.5 Download Here : Owner Link | External Link | Initrd64 | Initrd32
Remix OS Root Method with windows For 2.0.101 and Above Version
Video tutorial : https://www.youtube.com/watch?v=IFGzmc81ta0
kabeerkhan2016 said:
Thanks to @imadlatch for making tool
original Thread Here : http://forum.xda-developers.com/remix/remix-os/rmxtools-remix-os-data-img-t3308158
Remix OS Root Method with windows For 2.0 or Below Version
Video Tutorial : https://www.youtube.com/watch?v=JV6vZqGQ4sE
For Downloading RMX Tool Visit Here : http://forum.xda-developers.com/remix/remix-os/rmxtools-remix-os-data-img-t3308158
Remix OS Root Method with windows For 2.0.101 and Above Version
Video tutorial : https://www.youtube.com/watch?v=IFGzmc81ta0
Click to expand...
Click to collapse
updated 10-Feb-2016
Good.
kabeerkhan2016 said:
updated 10-Feb-2016
Click to expand...
Click to collapse
What about Remix OS 32 Dualboot. GRUB Code ?
Shanmukarajan said:
What about Remix OS 32 Dualboot. GRUB Code ?
Click to expand...
Click to collapse
I'm not try this code, but i hope it's work. code below :- (Change (hd0,4) 0 with your hard disk number and 4 with your partition number )
Code:
default=0
timeout=6
title Guest Mode
root (hd0,4)
kernel /kernel root=/dev/ram0 androidboot.hardware=remix_x86 androidboot.selinux=permissive quiet SRC= DATA= DATA_IN_MEM=1
initrd /initrd.img
title Resident Mode
root (hd0,4)
kernel /kernel root=/dev/ram0 androidboot.hardware=remix_x86 androidboot.selinux=permissive quiet SRC= DATA= CREATE_DATA_IMG=1
initrd /initrd.img
Its working for Remix 32 bit but for android x86
kabeerkhan2016 said:
updated 10-Feb-2016
Click to expand...
Click to collapse
I want to know GRUB code for Android x86 OS for PC dualboot.
and also its not saving any data in PC like RESIDENT MODE in REMIX OS& PHOENIX OS.
Does we want to create data.img file to save the data else is there any tweaks to do..
Waiting for the reply..
Thanks in advance.
kabeerkhan2016 said:
I'm not try this code, but i hope it's work. code below :- (Change (hd0,4) 0 with your hard disk number and 4 with your partition number )
Code:
default=0
timeout=6
title Guest Mode
root (hd0,4)
kernel /kernel root=/dev/ram0 androidboot.hardware=remix_x86 androidboot.selinux=permissive quiet SRC= DATA= DATA_IN_MEM=1
initrd /initrd.img
title Resident Mode
root (hd0,4)
kernel /kernel root=/dev/ram0 androidboot.hardware=remix_x86 androidboot.selinux=permissive quiet SRC= DATA= CREATE_DATA_IMG=1
initrd /initrd.img
Click to expand...
Click to collapse
Thanks Kabeerkhan. I already found the GRUB Code for Android X86 from YouTube Video.
https://www.youtube.com/watch?v=P9bjWlf0Rtw
kabeerkhan2016 said:
Thanks to @imadlatch for making tool
original Thread Here : http://forum.xda-developers.com/remix/remix-os/rmxtools-remix-os-data-img-t3308158
Root Remix OS Beta Version with Windows
Video Tutorial : https://www.youtube.com/watch?v=8usNNalReOk
Remix OS Root Method with windows For 2.0 or Below Version
Video Tutorial : https://www.youtube.com/watch?v=JV6vZqGQ4sE
For Downloading RMX Tool v1.5 Download Here : Owner Link | External Link
Remix OS Root Method with windows For 2.0.101 and Above Version
Video tutorial : https://www.youtube.com/watch?v=IFGzmc81ta0
Click to expand...
Click to collapse
Update 6-March-2016
I have partitioned my USB flash once to be a data drive and one with the OS. When I open the Flash in a file manager it only recognises the partition with data not the OS so i am unable to replace the. IMG
Any way I can fix this?
Hi need a guide for Version 3.0.207 please as RMXtools v1.8 Fix look not like anything in your video.
Shan I watched your YouTube video on how to install Android on PC without usb. Gone smoothly until found that all files in the zip are encrypted. I can't understand why you locked those supportive files if you want people to use your method. Still managed to write from video, Android got stuck at
A N D R O I D [email protected]: and after some time it reboots back to windows.
My system info:-
Os windows 8 pro build 9200
Ram 2gb
Architecture x64
Bios mode legacy
Installed on exfat partitipn

Help! Minimizing app and closing app in remixOS restarts the OS

Hello,
Whenever I minimize or close an application in Remix OS. The whole OS restarts from the splash screen (RemixOS for PC) and backs to desktop and all application closed?
Any idea to fix this?
Thank You in advance.
mine does this to I am searching for a fix no luck yet if anyone has a solution please post.
Perhaps...give more info
What version number?
32bit or 64bit?
Hardware used?
Debug log perhaps..
Cheers
mitchell4you said:
Perhaps...give more info
What version number?
32bit or 64bit?
Hardware used?
Debug log perhaps..
Cheers
Click to expand...
Click to collapse
i am running 32 bit version with the video card i have it set like this on boot
default 0
timeout 10
title Resident mode - All your data and apps are saved
find --set-root /RemixOS/kernel
kernel /RemixOS/kernel root=/dev/ram0 androidboot.hardware=remix_x86 nomodeset vga=318 1024x768x32 DPI=120 androidboot.selinux=permissive quiet SERIAL=random logo.showlogo=1 SRC=RemixOS/ REMOUNT_RW=1 DATA= CREATE_DATA_IMG=1
initrd /RemixOS/initrd.img
boot
here are the specs for the pc
CPU
AMD Athlon 64 X2 3800+ 46 °C
Windsor 90nm Technology
RAM
2.00GB Dual-Channel DDR2 (5-5-5-18)
Motherboard
ELITEGROUP MCP61PM-AM (Socket AM2 ) 40 °C
Graphics
W2040 ([email protected])
128MB NVIDIA GeForce 6150SE nForce 430 (Elitegroup)
Storage
149GB Western Digital WDC WD16 00AAJS-00PSA SCSI Disk Device (SATA) 38 °C
give me a little bit of time for the logs if i can get it to stay up long enough i will get the logs, i am trying to get a log right before it crashes but i don't know what to use to get that log.

Dual display

Hello,
I installed Remix OS on my Samsung Tablet PC (Intel Core i5). This tablet is placed on a support and the display is copied on an external display via HDMI. It works well with Windows 10, when I remove the shelf support, I can continue to work in touch mode where I was.
With Remix OS, in beta, it does not work. The screen is copied but low resolution and too little on my 24 "screen.
Do you think it will work with the final version of Remix OS?
I only got my second screen working but it's picture is a bit offset, still haven't got the dual screen thing fixed.
After editing the menu.lst , I can choose to start on the screen of the tablet or on the external display 24 " .
Stegue said:
After editing the menu.lst , I can choose to start on the screen of the tablet or on the external display 24 " .
Click to expand...
Click to collapse
What exactly did you change in the menu.lst
And how did you do it?
With Windows , replace the code with it in menu.lst adapting to his version of Remix OS , 32 or 64 bit.
default 0
timeout 10
title Boot to screen tablet
find --set-root /RemixOS/kernel
kernel /RemixOS/kernel root=/dev/ram0 androidboot.hardware=remix_x86_64
androidboot.selinux=permissive quiet SRC=RemixOS/ DATA= CREATE_DATA_IMG=1
initrd /RemixOS/initrd.img
boot
title Boot to External Monitor
find --set-root /RemixOS/kernel
kernel /RemixOS/kernel root=/dev/ram0 androidboot.hardware=remix_x86_64
androidboot.selinux=permissive quiet SRC=RemixOS/ DATA= CREATE_DATA_IMG=1 video=LVDS-1:d
initrd /RemixOS/initrd.img
boot
Click to expand...
Click to collapse
Stegue said:
With Windows , replace the code with it in menu.lst adapting to his version of Remix OS , 32 or 64 bit.
Click to expand...
Click to collapse
So I can just copy and paste this code into the menu.lst file and I'm good to go?

HHD/Ubuntu - Remix OS Stuck on Pulsing Logo

I have an old Inspiron 11z EEPC and i want to make it a kids friendly PC
The system is:
Processor: Intel® Celeron(R) CPU 743 @ 1.30GHz
Memory: 2GB
Graphics: Mobile Intel® GM45 Express Chipset x86/MMX/SSE2
HDD: 150GB
OS: Ubuntu 16.10 - 32bit
Following some online tutorials i downloaded the 32Bit installer (release_Remix_OS_for_PC_Android_M_32bit_B2016112201) and extracted some of the files in a root create folder on HDD.
In detail a created a “remix” and a “remix/data” in / folder.
Then extracted some files from the ISO and copied in “remix” folder (the files are initrd.img, kernel, ramdisk.img, system.img).
Then i modified grub using this entry:
Code:
menuentry "Remix OS" --class android-x86 {
insmod part_gpt
search --file --no-floppy --set=root /remix/kernel
linux /remix/kernel root=/dev/ram0 androidboot.hardware=remix_x86_32 androidboot.selinux=permissive DATA=/remix/data SRC=/remix
initrd /remix/initrd.img
}
Using grub I try to run Remix OS but it stall on pulsating logo
Any ideas?? i think it’s something related with the Grub script (i’m not an expert ubuntu user…. )
Thanks
Mars Spider said:
I have an old Inspiron 11z EEPC and i want to make it a kids friendly PC
The system is:
Processor: Intel® Celeron(R) CPU 743 @ 1.30GHz
Memory: 2GB
Graphics: Mobile Intel® GM45 Express Chipset x86/MMX/SSE2
HDD: 150GB
OS: Ubuntu 16.10 - 32bit
Following some online tutorials i downloaded the 32Bit installer (release_Remix_OS_for_PC_Android_M_32bit_B2016112201) and extracted some of the files in a root create folder on HDD.
In detail a created a “remix” and a “remix/data” in / folder.
Then extracted some files from the ISO and copied in “remix” folder (the files are initrd.img, kernel, ramdisk.img, system.img).
Then i modified grub using this entry:
Code:
menuentry "Remix OS" --class android-x86 {
insmod part_gpt
search --file --no-floppy --set=root /remix/kernel
linux /remix/kernel root=/dev/ram0 androidboot.hardware=remix_x86_32 androidboot.selinux=permissive DATA=/remix/data SRC=/remix
initrd /remix/initrd.img
}
Using grub I try to run Remix OS but it stall on pulsating logo
Any ideas?? i think it’s something related with the Grub script (i’m not an expert ubuntu user…. )
Thanks
Click to expand...
Click to collapse
Try
Code:
[b]androidboot.hardware=remix_x86[/b][strike]_32[/strike]

Categories

Resources