-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CentOS 7 fails to boot after install #224
Comments
In the current case, that When using I'll get ahold of a current CentOS7 ISO and try to reproduce. |
Yeah from what I can tell, it's failing to be able to load the Partition claiming that it's an invalid XFS partition node, or something along those lines, I kind of gave up because even once I figured out how to manaully load the grub.cfg by hand in the console. Bhyve would coredump every time iohyve would call the next command, which was to launch Bhyve itself. |
I can confirm that I saw this problem too with Centos 7. I used Debian instead for now. I thought it was me that did a mistake. |
I am seeing issues with I'll continue to mess about and see if we can get CentOS 7 working again. Or at the very least detail how to configure the CentOS 7 installation to not use XFS for the boot partition. |
@pr1ntf that second option sounds like the easier of the two for now as I would image the inability to handle XFS partitions probably needs to be addressed in grub2-bhyve. I can open an issue with them unless you think you might. However, I didn't bother to keep any of my logs :( |
The developer of Unless you manually partition your CentOS7 install to be ext4 by hand, there is no current way to get around this. I hope to have a recipe for this soon. (A bit out of scope but an important thing to have). Also note that I have not tried to boot CentOS7 using the UEFI bootrom. Last I tried something like this, however, the VM did not survive a host reboot. |
I was having similar issues trying a CentOS 6.8 install (post install grub menu). I believe 6.8 would be ext4. Do you think the issue is specific to XFS? |
@pr1ntf thank you very much for the confirmation that these issues were not mine alone! And thanks for checking in with grub2-bhyve. Maybe there is a way to pass in a kickstart file like this one based on these RHEL docs. Probably way out of scope. Maybe it you be possible to host prebuild OS images on BinTray or something like that and remove the need for recipes all together? |
@jadzdotcom I did attempt 6.8 too, had segfault when Bhyve loaded on FreeBSD 10.3. |
@jadzdotcom There is another issue open right now with users of FreeNAS and booting GRUB guests in general with @RobertDeRose |
I have added this to the roadmap. Closing the issue out. Thank you both again! |
Background:
Using FreeNAS 9.10-Stable which is running FreeBSD 10.3-Stable and comes preinstalled with
iohyve v0.7.7 2016/11/10 I Think I'll Go for a Walk Edition
I've done the following things based on the README.I set the following properties:
Installation goes fine, but when I go to do:
iohyve start qb-db-server
and attach to the console withiohyve console qb-db-server
all I get is the grub console.Not sure what, if anything, I should be changing during install, I just do a minimal install with the default partitioning, which I believe uses LVM.
This is the my zfs list output:
The
device.map
for that is created when I doiohyve start qb-db-server
is:Not sure why it points both devices to the disk.
And here is the
grub.cfg
Which is what I think is the problem, it doesn't seem to get updated to point to the
hd0
device.Any insight you can provide would be great. Thanks!
The text was updated successfully, but these errors were encountered: