Solicitação do recurso MAAS de inicialização múltipla do GRUB
Enviei uma solicitação de recurso ( Solicitação de recurso Permitir que o GRUB faça várias imagens MAAS ) de referência este Q & amp; A.
História
Eu passei horas olhando para isso usando o google e parece um bom menu grub ole é a maneira de fazê-lo. Infelizmente não consigo encontrar documentação oficial do Ubuntu MAAS (Metal as a Service) sobre como fazer isso. Na verdade, a única coisa que posso encontrar sobre o grub com o MAAS são relatórios de bugs onde o grub não deve aparecer.
Por exemplo, de ( link ) isto:
John George (jog) wrote on 2016-05-20: #18
Ran into this issue multiple times while using Landscape Autopilot to
deploy Openstack, which was never able to complete due to at least one
machine failing to deploy, after getting stuck at the grub menu. Juju
1.25.5 and MAAS 1.9.2 were being used.
Once stopped at the grub menu I was able to bring the system up for
inspection by doing the following:
- Reboot the server and drop into the boot menue (F11 on HP)
- Select the UEFI module option
- Use the file explorer to drill down to and run shimx64.efi
- grub> cat /boot/grub/menu.lst (to see configured kernel and initrd paths)
- grub> linux /boot/vmlinuz-3.13.0-86-generic root=LABEL=root ro console=ttyS1,38400 1
- grub> initrd /boot/initrd.img-3.13.0-86-generic
- grub> boot
- Boot would stop at run level 1 and drop to a root shell prompt
- /etc/init.d/networking start
- service ssh start
- ifconfig (to find configured IP)
- ssh into the system as the ubuntu user
Além disso, há uma reclamação sobre como o MAAS instala o grub em /dev/sda
em vez da unidade de inicialização real que é /dev/sdb
( O MAAS sempre instala o GRUB em / dev / sda, mesmo quando isso é inadequado ):
Acho que a equipe do Ubuntu MAAS pode ajudar se um e-mail bem formulado for enviado para os canais corretos. Além disso, uma solicitação de recurso pode ser postada em algum lugar.