-
Notifications
You must be signed in to change notification settings - Fork 69
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
Instructions on handing interactive ISO Install and where to locate grub.cfg #298
Instructions on handing interactive ISO Install and where to locate grub.cfg #298
Conversation
…ate grub.cfg In reference to #3590 (harvester/harvester#3590), there may be times where someone may be dropped into grub2 while the USB based ISO is hooked up. Added what partition to set as root & where to located the grub.cfg from the iso.
Small revision
✅ Deploy Preview for harvester-preview ready!
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good!
I'm adding @bk201 and @masteryyh to review this as well just to double-check to make sure this is what we would want the docs to say.
…ctive-ISO-Install
…mmon Issues" section
…ctive-ISO-Install
- Use `cat` to view grub.cf file - Explain how to launch into the GNU GRUB2 Boot Menu from the ISO Co-authored-by: Mike Russell <michael.j.russell.email@gmail.com>
…ctive-ISO-Install
…ctive-ISO-Install
…ctive-ISO-Install
…ctive-ISO-Install
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, just a few suggestions ;)
BTW please rebase these commits before merging, thanks
…ctive-ISO-Install
…ctive-ISO-Install
I'm wondering if this is still relevant now that: Has been fixed. cc: @masteryyh @bk201 |
Maybe consider adding this to the v1.1 doc only as v1.2 has already fixed it. |
@LucasSaintarbor We need to rebase the PR to merge it, thanks! And only add this to the version v1.1 doc (#298 (comment)) |
@jillian-maroket Can you help rebase this PR? |
Co-authored-by: Yanhong Yang <yanhong.yang@suse.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@bk201 Sorry I missed this. Rebased this PR.
Are these changes okay? If they are, I'll add them to the v1.1 docs per comment (#298 (comment))
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Thanks!
Replace by #478 |
Summary
In reference to #3590 (https://github.com/harvester/harvester/issues/3590)...there may be times where someone may be dropped into grub2 while the USB based ISO is hooked up.
Next steps