FreeBSD starts in install menu after successful installation
Clash Royale CLAN TAG#URR8PPP
I tried installing FreeBSD 12.0 from a USB, which went fine except that I had to do it in safe mode. After that there were no issues with the installation process save for networking.
Now that FreeBSD is installed (and the USB is removed), the installation menu still pops up when I start the machine, i.e. this menu:
1. Boot Multi user
2. Boot Single user
3. Escape to loader prompt
4. Reboot
Options:
5. Kernel: default/kernel (1 of 1)
6. Boot Options
Should I choose one of those, again, to get to a shell so that I can login? If so, which option? Looks more like something went horribly wrong.
FreeBSD is the only thing installed on the device (x86-64), and I have made no tweaks to the system (afaik).
freebsd system-installation
add a comment |
I tried installing FreeBSD 12.0 from a USB, which went fine except that I had to do it in safe mode. After that there were no issues with the installation process save for networking.
Now that FreeBSD is installed (and the USB is removed), the installation menu still pops up when I start the machine, i.e. this menu:
1. Boot Multi user
2. Boot Single user
3. Escape to loader prompt
4. Reboot
Options:
5. Kernel: default/kernel (1 of 1)
6. Boot Options
Should I choose one of those, again, to get to a shell so that I can login? If so, which option? Looks more like something went horribly wrong.
FreeBSD is the only thing installed on the device (x86-64), and I have made no tweaks to the system (afaik).
freebsd system-installation
Well that's what the installation menu looked like, so... Yes, I tried the first option again now and noticed that among all the error messages there actually is a login prompt. Except I can only login as root as not as the user I thought I created, so I guess I misunderstood something during installation... This is very confusing. EDIT: The comment I replied to seems to have been deleted.
– Erik Vesterlund
Jan 24 at 22:32
Yes, I deleted the comment after checking in the FreeBSD handbook.
– Kusalananda
Jan 24 at 22:52
2
That's the boot menu. There should be a 10s countdown before continuing with option (1).
– Richard Smith
Jan 24 at 23:03
add a comment |
I tried installing FreeBSD 12.0 from a USB, which went fine except that I had to do it in safe mode. After that there were no issues with the installation process save for networking.
Now that FreeBSD is installed (and the USB is removed), the installation menu still pops up when I start the machine, i.e. this menu:
1. Boot Multi user
2. Boot Single user
3. Escape to loader prompt
4. Reboot
Options:
5. Kernel: default/kernel (1 of 1)
6. Boot Options
Should I choose one of those, again, to get to a shell so that I can login? If so, which option? Looks more like something went horribly wrong.
FreeBSD is the only thing installed on the device (x86-64), and I have made no tweaks to the system (afaik).
freebsd system-installation
I tried installing FreeBSD 12.0 from a USB, which went fine except that I had to do it in safe mode. After that there were no issues with the installation process save for networking.
Now that FreeBSD is installed (and the USB is removed), the installation menu still pops up when I start the machine, i.e. this menu:
1. Boot Multi user
2. Boot Single user
3. Escape to loader prompt
4. Reboot
Options:
5. Kernel: default/kernel (1 of 1)
6. Boot Options
Should I choose one of those, again, to get to a shell so that I can login? If so, which option? Looks more like something went horribly wrong.
FreeBSD is the only thing installed on the device (x86-64), and I have made no tweaks to the system (afaik).
freebsd system-installation
freebsd system-installation
asked Jan 24 at 22:24
Erik VesterlundErik Vesterlund
1042
1042
Well that's what the installation menu looked like, so... Yes, I tried the first option again now and noticed that among all the error messages there actually is a login prompt. Except I can only login as root as not as the user I thought I created, so I guess I misunderstood something during installation... This is very confusing. EDIT: The comment I replied to seems to have been deleted.
– Erik Vesterlund
Jan 24 at 22:32
Yes, I deleted the comment after checking in the FreeBSD handbook.
– Kusalananda
Jan 24 at 22:52
2
That's the boot menu. There should be a 10s countdown before continuing with option (1).
– Richard Smith
Jan 24 at 23:03
add a comment |
Well that's what the installation menu looked like, so... Yes, I tried the first option again now and noticed that among all the error messages there actually is a login prompt. Except I can only login as root as not as the user I thought I created, so I guess I misunderstood something during installation... This is very confusing. EDIT: The comment I replied to seems to have been deleted.
– Erik Vesterlund
Jan 24 at 22:32
Yes, I deleted the comment after checking in the FreeBSD handbook.
– Kusalananda
Jan 24 at 22:52
2
That's the boot menu. There should be a 10s countdown before continuing with option (1).
– Richard Smith
Jan 24 at 23:03
Well that's what the installation menu looked like, so... Yes, I tried the first option again now and noticed that among all the error messages there actually is a login prompt. Except I can only login as root as not as the user I thought I created, so I guess I misunderstood something during installation... This is very confusing. EDIT: The comment I replied to seems to have been deleted.
– Erik Vesterlund
Jan 24 at 22:32
Well that's what the installation menu looked like, so... Yes, I tried the first option again now and noticed that among all the error messages there actually is a login prompt. Except I can only login as root as not as the user I thought I created, so I guess I misunderstood something during installation... This is very confusing. EDIT: The comment I replied to seems to have been deleted.
– Erik Vesterlund
Jan 24 at 22:32
Yes, I deleted the comment after checking in the FreeBSD handbook.
– Kusalananda
Jan 24 at 22:52
Yes, I deleted the comment after checking in the FreeBSD handbook.
– Kusalananda
Jan 24 at 22:52
2
2
That's the boot menu. There should be a 10s countdown before continuing with option (1).
– Richard Smith
Jan 24 at 23:03
That's the boot menu. There should be a 10s countdown before continuing with option (1).
– Richard Smith
Jan 24 at 23:03
add a comment |
1 Answer
1
active
oldest
votes
the installation menu still pops up when I start the machine
That is not the installation menu. That is the quite ordinary FreeBSD loader
menu. (The fact that it is not prompting with ways to install stuff is a straightforward indicator that it is not an installation menu.) A bootable copy of the operating system on a removable device of course begins with the same operating system loader menu, even if the programs that the operating system runs once loaded are somewhat different.
On most FreeBSD systems it is the output of a Forth program that one can read in /boot/menu.4th
. On some newer FreeBSD systems that has changed to a Lua program in /boot/menu.lua
. These programs are loaded and run by Forth and Lua interpreters built into loader
itself. As a novice who is simply installing the operating system, you don't really need to deal in either of these directly.
Both consult the autoboot_delay
setting that is conventionally configured in /boot/loader.conf.local
; or unconventionally configured in /boot/defaults/loader.conf
or /boot/loader.conf
or even /boot/loader.conf.pcbsd
. These files one can manipulate with sysrc
or just edit directly. The delay defaults to 10 seconds if no autoboot_delay
is set.
There are manual pages covering all of these, albeit that they do not mention Lua at all.
Further reading
loader. FreeBSD System Manager's Manual. 2018-08-15.
loader.conf. FreeBSD File Formats Manual. 2018-10-06.
loader.4th. FreeBSD System Manager's Manual. 2013-11-13.
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "106"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f496566%2ffreebsd-starts-in-install-menu-after-successful-installation%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
the installation menu still pops up when I start the machine
That is not the installation menu. That is the quite ordinary FreeBSD loader
menu. (The fact that it is not prompting with ways to install stuff is a straightforward indicator that it is not an installation menu.) A bootable copy of the operating system on a removable device of course begins with the same operating system loader menu, even if the programs that the operating system runs once loaded are somewhat different.
On most FreeBSD systems it is the output of a Forth program that one can read in /boot/menu.4th
. On some newer FreeBSD systems that has changed to a Lua program in /boot/menu.lua
. These programs are loaded and run by Forth and Lua interpreters built into loader
itself. As a novice who is simply installing the operating system, you don't really need to deal in either of these directly.
Both consult the autoboot_delay
setting that is conventionally configured in /boot/loader.conf.local
; or unconventionally configured in /boot/defaults/loader.conf
or /boot/loader.conf
or even /boot/loader.conf.pcbsd
. These files one can manipulate with sysrc
or just edit directly. The delay defaults to 10 seconds if no autoboot_delay
is set.
There are manual pages covering all of these, albeit that they do not mention Lua at all.
Further reading
loader. FreeBSD System Manager's Manual. 2018-08-15.
loader.conf. FreeBSD File Formats Manual. 2018-10-06.
loader.4th. FreeBSD System Manager's Manual. 2013-11-13.
add a comment |
the installation menu still pops up when I start the machine
That is not the installation menu. That is the quite ordinary FreeBSD loader
menu. (The fact that it is not prompting with ways to install stuff is a straightforward indicator that it is not an installation menu.) A bootable copy of the operating system on a removable device of course begins with the same operating system loader menu, even if the programs that the operating system runs once loaded are somewhat different.
On most FreeBSD systems it is the output of a Forth program that one can read in /boot/menu.4th
. On some newer FreeBSD systems that has changed to a Lua program in /boot/menu.lua
. These programs are loaded and run by Forth and Lua interpreters built into loader
itself. As a novice who is simply installing the operating system, you don't really need to deal in either of these directly.
Both consult the autoboot_delay
setting that is conventionally configured in /boot/loader.conf.local
; or unconventionally configured in /boot/defaults/loader.conf
or /boot/loader.conf
or even /boot/loader.conf.pcbsd
. These files one can manipulate with sysrc
or just edit directly. The delay defaults to 10 seconds if no autoboot_delay
is set.
There are manual pages covering all of these, albeit that they do not mention Lua at all.
Further reading
loader. FreeBSD System Manager's Manual. 2018-08-15.
loader.conf. FreeBSD File Formats Manual. 2018-10-06.
loader.4th. FreeBSD System Manager's Manual. 2013-11-13.
add a comment |
the installation menu still pops up when I start the machine
That is not the installation menu. That is the quite ordinary FreeBSD loader
menu. (The fact that it is not prompting with ways to install stuff is a straightforward indicator that it is not an installation menu.) A bootable copy of the operating system on a removable device of course begins with the same operating system loader menu, even if the programs that the operating system runs once loaded are somewhat different.
On most FreeBSD systems it is the output of a Forth program that one can read in /boot/menu.4th
. On some newer FreeBSD systems that has changed to a Lua program in /boot/menu.lua
. These programs are loaded and run by Forth and Lua interpreters built into loader
itself. As a novice who is simply installing the operating system, you don't really need to deal in either of these directly.
Both consult the autoboot_delay
setting that is conventionally configured in /boot/loader.conf.local
; or unconventionally configured in /boot/defaults/loader.conf
or /boot/loader.conf
or even /boot/loader.conf.pcbsd
. These files one can manipulate with sysrc
or just edit directly. The delay defaults to 10 seconds if no autoboot_delay
is set.
There are manual pages covering all of these, albeit that they do not mention Lua at all.
Further reading
loader. FreeBSD System Manager's Manual. 2018-08-15.
loader.conf. FreeBSD File Formats Manual. 2018-10-06.
loader.4th. FreeBSD System Manager's Manual. 2013-11-13.
the installation menu still pops up when I start the machine
That is not the installation menu. That is the quite ordinary FreeBSD loader
menu. (The fact that it is not prompting with ways to install stuff is a straightforward indicator that it is not an installation menu.) A bootable copy of the operating system on a removable device of course begins with the same operating system loader menu, even if the programs that the operating system runs once loaded are somewhat different.
On most FreeBSD systems it is the output of a Forth program that one can read in /boot/menu.4th
. On some newer FreeBSD systems that has changed to a Lua program in /boot/menu.lua
. These programs are loaded and run by Forth and Lua interpreters built into loader
itself. As a novice who is simply installing the operating system, you don't really need to deal in either of these directly.
Both consult the autoboot_delay
setting that is conventionally configured in /boot/loader.conf.local
; or unconventionally configured in /boot/defaults/loader.conf
or /boot/loader.conf
or even /boot/loader.conf.pcbsd
. These files one can manipulate with sysrc
or just edit directly. The delay defaults to 10 seconds if no autoboot_delay
is set.
There are manual pages covering all of these, albeit that they do not mention Lua at all.
Further reading
loader. FreeBSD System Manager's Manual. 2018-08-15.
loader.conf. FreeBSD File Formats Manual. 2018-10-06.
loader.4th. FreeBSD System Manager's Manual. 2013-11-13.
answered Jan 25 at 9:58
JdeBPJdeBP
34.8k470163
34.8k470163
add a comment |
add a comment |
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f496566%2ffreebsd-starts-in-install-menu-after-successful-installation%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Well that's what the installation menu looked like, so... Yes, I tried the first option again now and noticed that among all the error messages there actually is a login prompt. Except I can only login as root as not as the user I thought I created, so I guess I misunderstood something during installation... This is very confusing. EDIT: The comment I replied to seems to have been deleted.
– Erik Vesterlund
Jan 24 at 22:32
Yes, I deleted the comment after checking in the FreeBSD handbook.
– Kusalananda
Jan 24 at 22:52
2
That's the boot menu. There should be a 10s countdown before continuing with option (1).
– Richard Smith
Jan 24 at 23:03