Cannot install Remix OS to Iconia W511 - Remix OS for PC

I have partition the hdd drive, copy all files addroid Remix OS into that new partition , but i cannot create a new uefi boot entry by using EasyUefi, when I create new entry, after i choose type: Linux or other OS, decription, I cannot select the partition which have android system file.
When i use UEFIInstallerv23-5800.exe in the post: http://forum.xda-developers.com/android/software/winapp-android-x86-installer-uefi-t3222483 it is no lucky too! When i run UEFIInstallerv23-5800.exe, it check and note that, no all require element met please see the log. And this is the log:
================Installer Info================
Installer Directory:C:\Users\Kien-Ha\AppData\Local\Temp\droidinst_efi
Installer Version:2.3.5800.0
Secure Boot ... Disabled
Manufacturer: Acer
Model: ICONIA W511
Product: ICONIA W511
BIOS info:
ACRSYS - 3
V2.0
INSYDE Corp. - 52230011
Available GPU(s):
GPU: Intel(R) Graphics Media Accelerator
=============[REQUIREMENTS CHECK]============
Administrator privilege ... ok
OS Type: 32-bit!
CPU Architecture: 0
CPU Name: Intel(R) Atom(TM) CPU Z2760 @ 1.80GHz
CPU Architecture is not supported!
==========================================
Are there any one can help me? Sorry for my bad english.

Did you ever get anywhere with this ? I'm trying to do the same, I think it's the clover trail chipset that is the obstacle. Freezes after grub regardless of manual commands .

Can you post some screenshots.
---------- Post added at 08:39 AM ---------- Previous post was at 08:38 AM ----------
And check what kind of bios you have, it might not be Uefi

try RMXinstaller

imadlatch said:
try RMXinstaller
Click to expand...
Click to collapse
Hello kind sir,
I too have a Z2760 cpu machine and RMXInstaller does not work. Seems that grub is not at the right location in the iso and also not sure things are compatible with Remix OS v3. System.img is now system.sfs so an error occurs.
Would you please consider updating RMXInstaller to support 64 and 32 UEFI environments,? Thank you so much for considering.

Want a bigger data.img? https://www.reddit.com/r/RemixOS/comments/40xy2o/how_to_make_large_internal_storage_for_remix_os/ Use the IMGTools.
cd "C:\RemixOS"
dd.exe iflag=count_bytes if=/dev/zero of="C:\RemixOS\unformatted_data.img" count=68719476736
mke2fs.exe -F -t ext4 "C:\RemixOS\unformatted_data.img"
pause
64gb of data.img
After you get Remix OS installed. Don't reboot. Do this first. For Hard Drives only.
Note: Change the paths on the commands above.

Hi, did anyone get the fix for that problem. I have an Ativ Tab 3 running on the same processor chip i cant get to install x86 project rom.

Related

stuck at remix os boot screen

Hello,
I've got a strange problem:
-remix os works good when is install on usb (the alpha & the beta )
-remix os stuck at remix os boot screen when it's installed on ssd
What can i do (because on usb it's not very fast)?
atom n270 (32 bit)
gpu intel 945
Thank you
vlgyneco said:
Hello,
I've got a strange problem:
-remix os works good when is install on usb (the alpha & the beta )
-remix os stuck at remix os boot screen when it's installed on ssd
What can i do (because on usb it's not very fast)?
atom n270 (32 bit)
gpu intel 945
Thank you
Click to expand...
Click to collapse
Here too for resident mode guest mode worked after vga=791
Matam AlHaidariya said:
Here too for resident mode guest mode worked after vga=791
Click to expand...
Click to collapse
this could help both of you
http://forum.xda-developers.com/remix/remix-os/install-remix-os-parallels-vm-t3328973
Bombo1 said:
this could help both of you
http://forum.xda-developers.com/remix/remix-os/install-remix-os-parallels-vm-t3328973
Click to expand...
Click to collapse
Trying hope it work thanks
Bombo1 said:
this could help both of you
http://forum.xda-developers.com/remix/remix-os/install-remix-os-parallels-vm-t3328973
Click to expand...
Click to collapse
thank you, but your url it's about virtualisation and my problem concern install in ssd
vlgyneco said:
thank you, but your url it's about virtualisation and my problem concern install in ssd
Click to expand...
Click to collapse
Use steps 4 to 6 after you boot from USB with Remix OS, you will be able to reformat and install the OS again
Bombo1 said:
Use steps 4 to 6 after you boot from USB with Remix OS, you will be able to reformat and install the OS again
Click to expand...
Click to collapse
I whil try this today and will tel you
RE: Stuck at Remix OS boot screen
After much playing around and trial and error, I've managed to fix the flashing logo problem;
A lot of the scripts for the grub entry are needlessly complex, so I'll try and outline it as simply as I can. Make sure you use the grub customizer gui app (http://ubuntuhandbook.org/index.php/2016/04/install-grub-customizer-ubuntu-16-04-lts/) because it handles the different variations on the grub system from ubuntu-based distributions.
Since you will probably be at the stage of actually getting to the Remix OS flashing logo, I'll outline the details for the entry script in grub customizer that works and is fairly easy to follow;
The insmod entries may not all be needed, but including them all doesn't do any harm;
insmod gzio
insmod part_gpt
insmod ext2
The set root command tells grub where to find your RemixOs partition or folder, you can find your partition numbers by typing sudo fdisk -l in a terminal, it will list lots of /dev/sda[x] entries. eg (/dev/sda0, /dev/sda1 and so on) /dev/sda0 is your first partition on your first hard disk, which will be hd0 for grub. If you have more than one physical hard disk you will also have /dev/sdb entries here too, those will be hd1 for grub.
If you have RemixOS installed in your first hard disk hd0, and in the 3rd partition /dev/sda3 the line in the grub entry will be;
set root=(hd0,3)
The next few lines are telling grub which files to load up for RemixOS and are fairly simple by comparison;
linux /kernel /root=/dev/ram0
You will recall that 'kernel' is one of the files you extracted from the RemixOS ISO, this command basically tells the OS to load the kernel for Remix into ram. The next line is a bit more complicated, but it's the meat of the whole RemixOS system, after this command you can tell RemixOS which options you want to enable for your system. There are too many options to list here, so we'll keep it simple.
androidboot.hardware=RemixOS_x86_64 androidboot.selinux=permissive SRC=/system.img
This is also a fairly simple line, if you have an older x86 only machine, make sure you delete the '_64' at the end of the androidboot.hardware line. The next section androidboot.selinux=permissive is required. Lastly the SRC= line is the part I missed out when I was loading it for the first time. You have to make sure you point this SRC= to the system.img that you originally extracted from the ISO. The rest of the commands after this are the specific options you can configure, I'll leave that to your research
Finally, the last line initrd /initrd.img is required and also not terribly complicated.
The entry in grub customizer therefore should look a lot like this:
insmod gzio
insmod part_gpt
insmod part_msdos
insmod ext
set root='(hd0,3)'
linux /kernel root=/dev/ram0
androidboot.hardware=RemisOS_x86_64 androidboot.selinux=permissive SRC=/system.img
initrd /initrd.img
Bearing in mind to adjust where necessary for your own system, hope this helps!!!!
PSon't forget to SAVE entry in grub customizer!!!
Matam AlHaidariya said:
Here too for resident mode guest mode worked after vga=791
Click to expand...
Click to collapse
if your still having issues this worked for me www youtube com/ watch?v=3Vl25bJeGn8 just take out the spaces and insert periods

Error booting Remix OS on laptop

Hi
I'm trying to boot up remix OS in HDD on a Toshiba laptop of 2006 with those specification
Intel Celeron M370
ATI Graphics
512 MB of ram
80 GB HDD
After successful installation it normally reboot to boot manager and I can select remix os to boot, and then it says:
Booting 'Resident Mode - All your data and apps are saved'
(hd0,0)
Filesystem type is NTFS, partition type 0x7
[Linux-bzImage, setup=0x3e00, size=0x4f4480]
[Linux-initrd @ 0x1b9d9000, 0x4b65ae bytes]
early console in decompress_kernel
input_data: 0x01556101
input_len: 0x004eb268
output: 0x01000000
output_len: 0x00a30490
run_size: 0x00adc000
Decompressing Linux... Parsing ELF... No relocation needed... done.
Booting the kernel.
Click to expand...
Click to collapse
Then there is a problem, because after 2 seconds it says:
[ 1.959044] intel_powerclamp: Intel powerclamp does not run on family 6 model 13
[ 1.961135] intel_rapl: driver does not support CPU family 6 model 13
Click to expand...
Click to collapse
I know that hardware is much weak, but seems like there are problems with powerclamp and intel_rapl, somethings related to driver.
There is something I can do to boot up Remix OS on this PC?
I have the same problem. But mine says "Cpu family 6 model 23"...
My laptop is a Samsung R430 from 2010.
Core 2 duo T6600 2.2GHz
6GB RAM
I'm trying to run it form usb though.
Sent from my G760-L03 using Tapatalk
Maybe some CPUs families aren't currently supported.
I could boot Remix OS on Intel Celeron 1007U x64 and on an Intel Core i7 2nd generation.
Someone can confirm?
hmm..
I also see this at boot... : intel_rapl: driver does not support CPU family * model * (intel d525)
But RemixOS 32bit is booting/working fine
Its some kind of cpu throtle driver ( to keep heat down ) if I read correctly
https://wiki.ubuntu.com/Kernel/PowerManagement/ThermalIssues
My system.. however.. is running cool (so, the driver is not needed)
A thought::
Try booting with : DEBUG=1
mitchell4you said:
hmm..
I also see this at boot... : intel_rapl: driver does not support CPU family * model * (intel d525)
But RemixOS 32bit is booting/working fine
Its some kind of cpu throtle driver ( to keep heat down ) if I read correctly
https://wiki.ubuntu.com/Kernel/PowerManagement/ThermalIssues
My system.. however.. is running cool (so, the driver is not needed)
A thought::
Try booting with : DEBUG=1
Click to expand...
Click to collapse
Uhm, thanks I'll try.
Where I have to add it?

Installed RemixOS stucks at the flashing display but boot up in debug mode

Hi everyone:
I install RemixOS on hard drive following some directions found on XDA (http://forum.xda-developers.com/remix/remix-os/question-install-remix-dedicated-hdd-t3316527) to installs the system directly to hard drive without dual boot.
What i did was the following: After pressing TAB on Resident mode, i removed everything after "quiet". Then i put INSTALL=1 and then format to ext4 to use all the disk space.
The installer finalizes without errors, but when i restart and choose normal init at GRUB, the system stucks on flashing screen, then never enters to graphic env.
The things changes when i boot in debug mode. The system boot up completely but to console. I know how to use Linux, but this distro its very different to an standard one, so i need some directions to diagnose and solve the problem.
In debug mode, when i grep dmesg for error or warning nothing is found. All the devices are detected and aparently installed.
The only thing that got my attention when i installed Remix was the following messages:
- intel_powerclamp: Intel powerclamp does not run on family 6 model 15
- intel_rapl: driver does not support CPU family 6 model 15
But these msgs i suppose that are normal because is an old CPU that not support all the features that the driver does, right?
Anyway, these are the specs of the intallation:
- RemixOS version: B2016071501.
- CPU: Intel Dual Core E2160 1.68Ghz
- MB: Foxconn 45CMX
- GPU: Intel integrated on MB. I don't know the exact model
- HDD: 60Gb SATA
Any ideas to solve this problem?
Many thanks in advance.

Remix OS cpu

I am trying to install Remix OS on VMware in a host with these specs:
CPU: AMD phenom x4 965 black edition
RAM: 8GB
GPU: Radeon 6670
After install the OS I get these errors:
intel_poweclamp: Intel powerclamp does not run on family 16 model 4
intel_rapl: driver does not support CPU family 16 model 4
Click to expand...
Click to collapse
After that the screen become black and stuck.
So I can't install Remix OS on AMD cpus? Is there any way to fix the problem with VMware?
ppp99 said:
I am trying to install Remix OS on VMware in a host with these specs:
CPU: AMD phenom x4 965 black edition
RAM: 8GB
GPU: Radeon 6670
After install the OS I get these errors:
After that the screen become black and stuck.
So I can't install Remix OS on AMD cpus? Is there any way to fix the problem with VMware?
Click to expand...
Click to collapse
Remix OS supports AMD processors. These errors occur also with Intel processors that are not Intel Core iX "don't support Power Clamp". I have AMD Athlon QL-62 and I also get this error but Remix OS works quiet good. Add DEBUG=1 to the kernel parameters in the bootloader and report back the errors.
---------- Post added at 02:29 PM ---------- Previous post was at 02:27 PM ----------
It's also most probably a video card issue.
After adding DEBUG=1 to kernel parameters I see the errors:
VFS: could not find a valid V7 on sda.
EXT4-fs (sda1): couldn't mound as ext3 due to feature incompatibilities
found at /dev/sda1
Type 'exit' to continue booting...
Running MirBSD Korn Shell...
Click to expand...
Click to collapse
after typing "exit" it writes:
modprobe: Couldn't find probe module 'pcc_cpufreq'
piix4_smbus 0000:00:07.3: SMBus Host Controller not enabled!
init: property_set("ro.serialno", "") failed
init: /dev/hw_random not found
... more property_set errors ....
Click to expand...
Click to collapse
And then black screen and stuck...
Just noticed that also Android x86 not working with the same problem... What should I do?
I'm having the same problem with an ASUS k50ij. Worked fine on 2.0.10x/2.0.20x but has not worked on any version newer than that. Real shame too as Remix quickly became my favorite OS for laptops after I discovered it.
Remix Devs: I'm an engineer at a group of radio stations, so I'm fairly technically competent. Anything I can do to help, please feel free to let me know.
---More info---
Main OS on laptop is Linux Mint. I've installed remix using the installer to both a separate partition on the HDD as well as in the android [date] folder on the OS partition. I've manually installed. I've manually gone through and verified that everything is owned by root I've used both data/system images and folders (with and without REMOUNT_RW=1).

Remix OS 32bit on Celeron M Laptop

Hello XDA,
I'm desperately trying to get Remix OS to run on my test laptop : it is an Acer ASPIRE 5315 with a Celeron M 530 @ 1.73Ghz and an Intel GMA X3100. I've 'installed' RemixOS by copying system.sfs, kernel, initrd.img and ramdisk.img in a folder called /RemixOS at the root of my Xubuntu installation and also created a data folder inside this RemixOS folder as suggested by tutorials. Note that Xubuntu runs just fine on this PC despite its age (although you have to forcepae when installing). I then created a grub boot entry using grub-customizer as follows :
NAME: RemixOS
TYPE: Other
BOOT SEQUENCE:
insmod gzio
insmod part_msdos
insmod ext2
set root='(hd0,1)'
linux /RemixOS/kernel quiet root=/dev/ram0 androidboot.hardware=remix_x86 androidboot.selinux=permissive SRC=/RemixOS
initrd /RemixOS/initrd.img
When selecting this GRUB entry, the kernel loads fine (but it tells me intel powerclamp is not supported on my CPU) and I then rapidly get to the RemixOS blinking boot image. However, I am stuck here forever. Can anyone tell me if it's just my PC which is incompatible or whether I did something wrong?
Thanks!
Hmm.. have you chmod it? (Dir/files)
Best to make a livebootusb stick...then check if it runs.. and if runs good enough to install
Cheers
mitchell4you said:
Hmm.. have you chmod it? (Dir/files)
Best to make a livebootusb stick...then check if it runs.. and if runs good enough to install
Cheers
Click to expand...
Click to collapse
Thanks for the help. I'll try chmodding it. I know about first trying with a liveCD/USB
To be honest, I had burned the ISO but with the DVD, I could not even get to the Remix OS blinking image (although the kernel loaded). I guess I'll give it a try with a USB flash drive.

Categories

Resources