Mudando de UEFI para Legacy em amd64

1. Mudando de UEFI para Legacy em amd64

Perfil removido
removido

(usa Nenhuma)

Enviado em 22/09/2017 - 13:44h

Olá pessoas, eu tenho o Linux Ubuntu que comprei junto com o notebook, só que ele vem com UEFI, e instalar sistemas em modo texto (manual) e uma coisa horrivel, mais funciona o 64 Bits no Legacy, eu nunca testei.


  


2. Re: Mudando de UEFI para Legacy em amd64

Perfil removido
removido

(usa Nenhuma)

Enviado em 22/09/2017 - 13:45h

O que que o UEFI e a instalação manual têm a ver?
______________________________________________________________________

Metamorphie Faciesse!

#voltalisteiro


3. Re: Mudando de UEFI para Legacy em amd64

Perfil removido
removido

(usa Nenhuma)

Enviado em 22/09/2017 - 13:58h

No gentoo uefi da:

Em outro PC. Dell Inspiron 3421

PARTITION TABLE:

/dev/sda1 -> EFI
/dev/sda2 -> /boot
/dev/sda2 -> / - Fedora
/dev/sda3 -> swap
/dev/sda4 -> gentoo


$ grub-install --target=x64_86
grub-install: erro: disco 'hostdisk//dev/sda1' não encontrado.

no UBUNTU A MESMA COISA.

Meu github:
#===============================#
# https://github.com/Python-Library-Work #
#===============================#
O universo e um infinito de possibilidades!!!



4. Re: Mudando de UEFI para Legacy em amd64

Perfil removido
removido

(usa Nenhuma)

Enviado em 22/09/2017 - 14:03h

AndrewUser escreveu:

No gentoo uefi da:

Em outro PC. Dell Inspiron 3421

PARTITION TABLE:

/dev/sda1 -> EFI
/dev/sda2 -> /boot
/dev/sda2 -> / - Fedora
/dev/sda3 -> swap
/dev/sda4 -> gentoo


$ grub-install --target=x64_86
grub-install: erro: disco 'hostdisk//dev/sda1' não encontrado.

no UBUNTU A MESMA COISA.

Meu github:
#===============================#
# https://github.com/Python-Library-Work #
#===============================#
O universo e um infinito de possibilidades!!!


Viu se o /dev/sda1 estava montado?

______________________________________________________________________

Metamorphie Faciesse!

#voltalisteiro


5. Re: Mudando de UEFI para Legacy em amd64

Perfil removido
removido

(usa Nenhuma)

Enviado em 22/09/2017 - 14:05h


Estava, mais mesmo assim não funciona.

$ mount /dev/sda1 /boot/efi
fora do chroot.

pois dentro do chroot da:
$ mount /dev/sda1 /boot/efi
mount: permission danied.



Meu github:
#===============================#
# https://github.com/Python-Library-Work #
#===============================#
O universo e um infinito de possibilidades!!!



6. Re: Mudando de UEFI para Legacy em amd64

Perfil removido
removido

(usa Nenhuma)

Enviado em 22/09/2017 - 14:22h

Montagem de sistemas de arquivos requerem permissões de root '#', parece-me que você tentando como usuário normal '$'.
A linha de comando para EFI é um pouco diferente:
# grub-install --target=x86_64-efi --efi-directory=/boot/efi 



7. Re: Mudando de UEFI para Legacy em amd64

Perfil removido
removido

(usa Nenhuma)

Enviado em 22/09/2017 - 14:55h

jerodrigo escreveu:

Montagem de sistemas de arquivos requerem permissões de root '#', parece-me que você tentando como usuário normal '$'.
A linha de comando para EFI é um pouco diferente:
# grub-install --target=x86_64-efi --efi-directory=/boot/efi 


Não, eu ja estava no root, mais mesmo assim, não monta, não instala.
Em modo Legacy, ele instala como uma beleza, mesmo em dualboot.
Esse e meu guia:

uso o Gentoo-LIVECD
commandos

$ sudo su
# gparted
# mount /dev/sda4 /mnt/gentoo
# mkdir /mnt/gentoo/boot/
# mkdir /mnt/gentoo/boot/efi
# cd /mnt/gentoo
# links http://gentoo.c3sl.ufpr.br/, navego ate os stages, faço o download.
# tar xvjpf stage3-*.tar.bz2 --xattrs --numeric-owner, mais com stage
Faço os links, copio o repositorio, o resolv.conf
# mount -t proc /proc /mnt/gentoo/proc
# mount --rbind /sys /mnt/gentoo/sys
# mount --rbind /dev /mnt/gentoo/dev
# chroot /mnt/gentoo /bin/bash
# source /etc/profile
# export PS1="(chroot) $PS1"
# emerge --sync
# eselect profile set 1
"""
Faço as configurações do handbook
"""
# genkernel all --makeopts=-j7
coloco no make.conf
GRUB_PLATFORMS="emu efi-32 efi-64 pc"
# emerge --ask grub
# grub-install --target=x64_86-efi --efi-directory=/boot/efi
ai da o erro.


Meu github:
#===============================#
# https://github.com/Python-Library-Work #
#===============================#
O universo e um infinito de possibilidades!!!



8. Re: Mudando de UEFI para Legacy em amd64

Perfil removido
removido

(usa Nenhuma)

Enviado em 22/09/2017 - 16:36h

Saidas do Gentoo:

# Fdisk -l
Disk /dev/ram0: 16 MiB, 16777216 bytes, 32768 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes


Disk /dev/ram1: 16 MiB, 16777216 bytes, 32768 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes


Disk /dev/ram2: 16 MiB, 16777216 bytes, 32768 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes


Disk /dev/ram3: 16 MiB, 16777216 bytes, 32768 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes


Disk /dev/ram4: 16 MiB, 16777216 bytes, 32768 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes


Disk /dev/ram5: 16 MiB, 16777216 bytes, 32768 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes


Disk /dev/ram6: 16 MiB, 16777216 bytes, 32768 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes


Disk /dev/ram7: 16 MiB, 16777216 bytes, 32768 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes


Disk /dev/ram8: 16 MiB, 16777216 bytes, 32768 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes


Disk /dev/ram9: 16 MiB, 16777216 bytes, 32768 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes


Disk /dev/ram10: 16 MiB, 16777216 bytes, 32768 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes


Disk /dev/ram11: 16 MiB, 16777216 bytes, 32768 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes


Disk /dev/ram12: 16 MiB, 16777216 bytes, 32768 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes


Disk /dev/ram13: 16 MiB, 16777216 bytes, 32768 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes


Disk /dev/ram14: 16 MiB, 16777216 bytes, 32768 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes


Disk /dev/ram15: 16 MiB, 16777216 bytes, 32768 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes


Disk /dev/loop0: 1.2 GiB, 1250496512 bytes, 2442376 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes


Disk /dev/sda: 931.5 GiB, 1000204886016 bytes, 1953525168 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: gpt
Disk identifier: 69F71C68-59EB-476A-9BF6-60F83722598A

Device Start End Sectors Size Type
/dev/sda1 2048 411647 409600 200M EFI System
/dev/sda2 411648 2508799 2097152 1G Linux filesystem
/dev/sda3 2508800 1155942399 1153433600 550G Linux filesystem
/dev/sda4 1155942400 1164083199 8140800 3.9G Linux swap
/dev/sda5 1164083200 1573683199 409600000 195.3G Linux filesystem
/dev/sda6 1573683200 1953523711 379840512 181.1G Linux filesystem

# ls -l /mnt - Ver permissões
total 6
drwxr-xr-x 1 root root 2048 Jan 18 2017 cdrom
drwxr-xr-x 21 root root 4096 Sep 22 19:23 gentoo
drwxr-xr-x 19 root root 306 Jan 18 2017 livecd
drwxrwxrwt 4 root root 80 Sep 22 18:33 overlay

# in Chroot - ls / -l
total 240280
drwxr-xr-x 2 root root 4096 Sep 7 06:11 bin
drwxr-xr-x 3 root root 4096 Sep 22 19:23 boot
drwxr-xr-x 18 root root 4700 Sep 22 18:52 dev
drwxr-xr-x 31 root root 4096 Sep 22 19:21 etc
drwxr-xr-x 2 root root 4096 Sep 7 01:28 home
lrwxrwxrwx 1 root root 5 Sep 7 04:40 lib -> lib64
drwxr-xr-x 2 root root 4096 Sep 7 04:40 lib32
drwxr-xr-x 9 root root 4096 Sep 7 06:11 lib64
drwx------ 2 root root 16384 Sep 22 18:52 lost+found
drwxr-xr-x 2 root root 4096 Sep 7 01:28 media
drwxr-xr-x 3 root root 4096 Sep 22 19:24 mnt
drwxr-xr-x 2 root root 4096 Sep 7 01:28 opt
dr-xr-xr-x 213 root root 0 Sep 22 18:33 proc
drwx------ 2 root root 4096 Sep 22 19:25 root
drwxr-xr-x 3 root root 4096 Sep 22 19:23 run
drwxr-xr-x 2 root root 4096 Sep 7 06:14 sbin
-rw-r--r-- 1 root root 245966103 Sep 22 19:16 stage3-amd64-20170907.tar.bz2
dr-xr-xr-x 13 root root 0 Sep 22 18:33 sys
drwxrwxrwt 2 root root 4096 Sep 7 06:14 tmp
drwxr-xr-x 12 root root 4096 Sep 7 06:14 usr
drwxr-xr-x 9 root root 4096 Sep 7 01:28 var

# Chroot: mount /dev/sda1 /mnt/gentoo
mount: permission denied




Disk /dev/sdb: 3.8 GiB, 4009754624 bytes, 7831552 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x00e6e138

Device Boot Start End Sectors Size Id Type
/dev/sdb1 * 0 2779244 2779245 1.3G 0 Empty
/dev/sdb2 126660 161475 34816 17M ef EFI (FAT-12/16/32)
/dev/sdb3 260 65794 65535 32M 0 Empty

Partition table entries are not in disk order.





Meu github:
#===============================#
# https://github.com/Python-Library-Work #
#===============================#
O universo e um infinito de possibilidades!!!



9. Re: Mudando de UEFI para Legacy em amd64

skjdeecedcnfncvnrfcnrncjvnjrnfvjcnjrjvcjrvcj
Londreslondres

(usa Parabola)

Enviado em 22/09/2017 - 16:54h

Deixe eu ver se eu entendi...... Você quer desabilitar o uefi no seu pc?
Se for isso: acesse a bios, desabilite o modo uefi e habilite o legacy mode.
--------------------------------------------------------------------
#voltalisteiro






Patrocínio

Site hospedado pelo provedor RedeHost.
Linux banner

Destaques

Artigos

Dicas

Tópicos

Top 10 do mês

Scripts