-
Notifications
You must be signed in to change notification settings - Fork 403
install.sh doesn't create bootable images #288
Comments
Seems like the installation splits the configuration into:
Consolidating the two into grub2 resulted in a successful boot. |
Hi @dxlr8r what is the host operating system that you are invoking |
Here from RHEL7, but same on CentOS 8 and OpenSuse 42.
What distro do you use to build? |
@dxlr8r if you change the What you have encountered here is a gap in testing. I think most of the community. including myself, is either doing an arm/arm64 overlay, a takeover (see the aws packer templates), or booting from the ISO (see the vagrant packer template). |
Only for the symlinking, but found it easier to do a symlink in my pipeline versus editing the install.sh
Yes, that was kinda the idea I got as well from looking at the script. We use k3OS for x86 and with VMWare without DHCP, so some tinkering is involved. |
In the Remastering ISO section of the README.md note that it is not uncommon for `grub-mkrescue` from grub2 installations to create `boot/grub2` instead of the expected `boot/grub`. Addresses rancher#288 (and possibly rancher#358)
In the Remastering ISO section of the README.md note that it is not uncommon for `grub-mkrescue` from grub2 installations to create `boot/grub2` instead of the expected `boot/grub`. Addresses rancher#288 (and possibly rancher#358)
In the Remastering ISO section of the README.md note that it is not uncommon for `grub-mkrescue` from grub2 installations to create `boot/grub2` instead of the expected `boot/grub`. Addresses rancher#288 (and possibly rancher#358)
I've added some documentation to let people know that this is an outstanding incompatibility with some installations of grub2. If you do not feel that this adequately warns users of the problem please feel free to re-open. |
Running a successful installation (according to the script):
Then converted it to an image:
And tested this image in both VMWare and VirtualBox, and they all just show the grub prompt, not the menus.
Also tried to take the disk image for /dev/sdb and boot from that from a new VM, same result.
Tried this process with RHEL7, Ubuntu Xenial and OpenSuse 42.
The image do boot though if I'm using for example Super Grub2 Disk , which also detect the menu entries.
The text was updated successfully, but these errors were encountered: