OpenMandriva no acer

Boa noite!
Sou novo por aqui!
Tenho um notebook acer aspire es1-533-c76f
Com 4gb RAM 500gb HD 1.10ghz Intel quad core.
Tenho um problema xato com ele, sempre que quero instalar uma distro linux nele, preciso seguir esse tutorial, ou não funciona!
O problema, é que isso funciona apenas com Debian based!
Como faço pra conseguir instalar openmandriva nele?

Bem vinda @Anarq.

Translated from: Welcome @Anarq.

O primeiro passo é nos dizer sobre o tutorial que você está falando.

Translated from: First step is to tell us what tutorial you are talking about.

O tutorial é esse:

The problem can be solved as follows:

  1. Boot Ubuntu Live DVD/USB in testing mode and open terminal
  2. Run installation process without installing bootloader by:
sudo ubiquity -b
  1. Press Continue testing after installation is over.
  2. Mount newly installed file system on /mnt :
sudo mount /dev/sda2 /mnt
sudo mkdir /mnt/boot/efi
sudo mount /dev/sda1 /mnt/boot/efi
for i in /dev /dev/pts /proc /sys; do sudo mount -B $i /mnt$i; done

(where sda2 is the root partition and sda1 is the EFI system partition)

  1. Load efivars by:
sudo modprobe efivars
  1. Reinstall grub-install for a 64-bit version
sudo apt-get install --reinstall grub-efi-amd64
sudo grub-install --no-nvram --root-directory=/mnt
  1. Change root to /mnt and update grub
sudo chroot /mnt
sudo update-grub
  1. Move and rename the installed bootloader
cd /boot/efi/EFI
sudo cp -R ubuntu/* BOOT/
cd BOOT
sudo cp grubx64.efi bootx64.efi
  1. Reboot the system

Agora você já sabe que não falo português. Obviamente, usando o tradutor.

OK, talvez eu não seja a melhor pessoa para ajudar com isso. Resposta curta é não, que não funcionará para instalar o OpenMandriva.

Ubiquity é um instalador gráfico simples de live CD, desenvolvido para integrar-se bem a sistemas baseados em Debian e Ubuntu,

O OpenMandriva definitivamente não é nem perto do Debian ou do Ubuntu. O OpenMandriva é baseado na herança do Mandriva / Mandrake e nos arquivos de pacote [RPM] (RPM Package Manager - Wikipedia). O Debian e o Ubuntu usam arquivos de pacote .deb completamente diferentes.

Como a maioria das distribuições Linux, o OpenMandriva possui seu próprio instalador. Usamos nossa própria versão do [Calamares] (About - Calamares). Se o usuário entender o particionamento, o instalador do Calamares é bastante simples e as instalações são muito rápidas.

Espero que esta informação seja útil. Como sempre, continue fazendo perguntas até obter a resposta que está procurando.

You can tell by now I don’t speak Portuguese. Obviously using translator.

OK, I may not be best person to help with this. Short answer is no that won’t work to install OpenMandriva.

Ubiquity is a simple graphical live CD installer designed to integrate well with Debian- and Ubuntu-based systems,

OpenMandriva is definitely not even close to Debian or Ubuntu based. OpenMandriva is based on Mandriva/Mandrake heritage and RPM package files. Debian and Ubuntu use entirely different .deb package files.

Like most any Linux distro OpenMandriva has it’s own installer. We use our own version of Calamares. If user understands partitioning the Calamares installer is pretty simple and installs are very fast.

Hope this information is helpful. As always keep asking questions until you get the answer you are seeking.