Por que recebo o erro: “Erro encontrado ao carregar /home/ubuntu/.profile:”?

0

Estou tentando instalar o Ubuntu ao lado do Windows 8.1. Eu criei um UEFI inicializável Ubuntu USB Drive usando o software Universal Installer , mas quando eu reiniciar meu laptop e clique em "Tente o Ubuntu sem instalar" eu recebo o seguinte erro:

Error found when loading /home/ubuntu/.profile:
/usr/sbin/lightdm-session: line 29: .:/home/ubuntu: cannot execute binary file
As a result the session will not be configured correctly
You should fix the problem as soon as feasible

Por que eu recebo isso? Para ser honesto, eu não sou da linha 29, então, por favor, antes de não gostar e criticar, me diga, então eu posso aprender:)

Acho que é do grub.cfg , mas não sei. Enfim, aqui está o grub.cfg :

if loadfont /boot/grub/font.pf2 ; then
set gfxmode=auto
insmod efi_gop
insmod efi_uga
insmod gfxterm
terminal_output gfxterm
fi

set menu_color_normal=white/black
set menu_color_highlight=black/light-gray

menuentry "Try Ubuntu without installing" {
set gfxpayload=keep
linux    /casper/vmlinuz.efi  file=/cdrom/preseed/ubuntu.seed boot=casper quiet splash persistent --
initrd    /casper/initrd.lz
}
menuentry "Install Ubuntu" {
set gfxpayload=keep
linux   /casper/vmlinuz.efi  file=/cdrom/preseed/ubuntu.seed cdrom-detect/try-usb=true persistent noprompt floppy.allowed_drive_mask=0 ignore_uuid boot=casper only-ubiquity quiet splash persistent --
initrd  /casper/initrd.lz
}
menuentry "OEM install (for manufacturers)" {
set gfxpayload=keep
linux   /casper/vmlinuz.efi  file=/cdrom/preseed/ubuntu.seed cdrom-detect/try-usb=true persistent noprompt floppy.allowed_drive_mask=0 ignore_uuid boot=casper only-ubiquity quiet splash oem-config/enable=true ---
initrd  /casper/initrd.lz
}
menuentry "Check disc for defects" {
set gfxpayload=keep //this is line 29 in the grub.cfg
linux   /casper/vmlinuz.efi  cdrom-detect/try-usb=true persistent noprompt floppy.allowed_drive_mask=0 ignore_uuid boot=casper integrity-check quiet splash ---
initrd  /casper/initrd.lz
}

Honestamente, eu não faço isso, mas eu não sei qual é o arquivo correto. Esta é a pasta USB

    
por Hudhud 28.11.2015 / 20:24

1 resposta

0

Você não pode corrigir o problema, mas não há necessidade de corrigir o problema. Teste o Ubuntu e, se você deseja instalá-lo, instale-o e o aviso terá desaparecido.

    
por A.B. 28.11.2015 / 20:34