Skip to content
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

Documentation: How to save an installation log? #47

Closed
allentiak opened this issue May 6, 2019 · 3 comments
Closed

Documentation: How to save an installation log? #47

allentiak opened this issue May 6, 2019 · 3 comments

Comments

Labels
None yet
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
3 participants
@allentiak
Copy link

@allentiak allentiak commented May 6, 2019

(I couldn't find any documentation on the installer from which to get this info, nor any other place where to ask this question...)

@allentiak allentiak changed the title How to save an install log? How to save an install log? (from an installation on a real machine, not into a VM instance) May 6, 2019
@allentiak allentiak changed the title How to save an install log? (from an installation on a real machine, not into a VM instance) Documentation: How to save an install log? May 24, 2019
@allentiak allentiak changed the title Documentation: How to save an install log? Documentation: How to save an installation log? May 24, 2019
@beanpole135
Copy link
Member

@beanpole135 beanpole135 commented Nov 8, 2019

For the void-based installer:

Install log is saved in /tmp (/tmp/install.log if I remember right). This file can be ssh'd or sftp'd out to some other system as needed. This info needs to be placed someplace permanent (such as on the website). Leaving ticket open until the site is fully switched over to Void info in 2020.

@q5sys
Copy link
Member

@q5sys q5sys commented Jan 6, 2020

You should also be able to save it to a USB stick. However since the ISO is limited in what is installed on it, you'd have to use a Fat32 drive. Drop to the terminal and run:
mkdir /media/usb
mount -t msdosfs -o -m=644,-M=755 /dev/da0s1 /media/usb
cp /tmp/install.log /media/usb/install.log
You'll have to change the device path depending on what its recognized as on your computer. Once you plug in the drive run dmesg | tail to see what the device path is.

@allentiak
Copy link
Author

@allentiak allentiak commented Jan 17, 2020

Thanks!

@allentiak allentiak closed this Jan 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment