Como inicializar sem monitor com 12.04 em um PowerPC (yaboot)

1

Então eu acabei de instalar o Ubuntu 12.04 LTS com sucesso no PowerMac G5 aposentado. Tudo está funcionando muito bem, mas eu gostaria de executar este computador sem cabeça e usar SSH ou VNC para controlá-lo.

Parece que o Ubuntu ou o Yaboot se recusam a inicializar sem que um monitor seja conectado à placa gráfica.

Eu encontrei: Como remover a interface gráfica do usuário? mas isso só se aplica ao GRUB, que eu assumo não pode ser usado em um computador PowerPC.

Estou assumindo que preciso alterar algo no yaboot.conf, mas não consigo encontrar um conselho claro.

    
por JonMcL 10.03.2013 / 22:34

2 respostas

1

Também me deparei com esse problema e passei quase duas horas on-line pesquisando soluções. Você estava no caminho certo, yaboot é o lugar certo para se olhar. No entanto, há mais algumas coisas a fazer antes de nos livrarmos desse monitor inútil.

Encontrei uma conversa por e-mail, que resolve nosso problema. Não tenho muita certeza se você resolveu o seu, mas para o benefício de outros, vou repassar a solução e linkar aqui. (Só porque o Google acha que há uma solução aqui ...)

Link: link

Caso o link expire, aqui está o copiar e colar:

O crédito vai para: Romain Goyet escreveu em 24 de Março de 2010 11:32

Hi there,

  Here's a summary about "how to boot a PowerMac G5 without a screen
attached". As many people have noticed, default yaboot install won't
boot unless a screen is attached.

  Actually, the workaround is really simple. Thing is, that's the
"ofboot.b" script that messes things up. This script is a "bridge",
that actually either starts yaboot or let you boot off of a CD. I
don't know what's the point, since OpenFirmware already lets you boot
off of the CD by pressing C on boot…

  So basically, to boot headless, all you have to do is to tell
OpenFirmware to boot straight off the yaboot binary, and to skip the
ofboot.b
Just boot into OpenFirmware (Command-Option-O-F), and type :
setenv boot-device hd:2,yaboot (where 2 is the number of the partition
containing yaboot)
boot

And here you go, you can unplug that useless monitor 

References :
http://saintaardvarkthecarpeted.com/blog/archive/2005/02/THE_WINE_OF_BOOT.html
http://grub.enbug.org/TestingOnPowerPC

By the way, as of writing this, grub2 on PPC from debian gives a "out
of memory" issue. Known bug.
_______________________________________________
Linuxppc-dev mailing list
    
por Maxim Mai 23.11.2013 / 09:57
-1

Você pode usar o grub no PowerPC, as instruções estão no wiki PowerPC FAQ (não vou digitá-las aqui). Embora você possa usar o parâmetro "text" com o yaboot. Para testar, inicialize com:

Texto do Linux

Para tornar permanente a alteração do seu yaboot.conf, substituindo "quiet splash" por "text" ou adicionando-o no final "quiet splash text". Não esqueça de executar o ybin depois das mudanças!

    
por pipagreenwood 12.03.2013 / 14:15