From nobody Mon Jan 22 12:48:10 2024 X-Original-To: freebsd-current@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4TJVPv4bptz57r34; Mon, 22 Jan 2024 12:48:19 +0000 (UTC) (envelope-from SRS0=QJpW=JA=klop.ws=ronald-lists@realworks.nl) Received: from smtp-relay-int.realworks.nl (smtp-relay-int.realworks.nl [194.109.157.24]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4TJVPv2NwFz4vbr; Mon, 22 Jan 2024 12:48:19 +0000 (UTC) (envelope-from SRS0=QJpW=JA=klop.ws=ronald-lists@realworks.nl) Authentication-Results: mx1.freebsd.org; none Date: Mon, 22 Jan 2024 13:48:10 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=klop.ws; s=rw2; t=1705927691; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=8NokvAe5NG4FQTkFM2eXxEEh4oezERKwcgVWfjZvogw=; b=pBcLtpyIZKy48u77Yn6R54SVZ2XYMpaoF/+EjrJK9qjwOVpdZlsNi45seQgeFVVrCbxpPq v+xX40AJpZaZdgD0MGdiFJvlBCC2uDijUdULdFEQwL6SUjF9oJi25Fv3ZHDjrire0gsTmt PVq8mEZrHfrQ9FwXqd2g6khLGIehU2AGhtODmThMIhNPScuaJELNVTabAPNUA6JBPXfR7Z zq6DnEI5jH0s+FWhfINw3SSIIt7edXAkf4UHb0gN4gsH/gWQdwabWDgwL2ujZ43dYenh7p FhUO1ukIKgQpOKFx8DGkHN9ZHbMdvIRKQZ+ggwomjmp9PW4QQT22TIGH0OMMXA== From: Ronald Klop To: void Cc: freebsd-virtualization@freebsd.org, freebsd-current@freebsd.org Message-ID: <992106378.5645.1705927690900@localhost> In-Reply-To: <264b801d-8fb6-46c1-a8f2-c9f2070e4ca0@app.fastmail.com> References: <264b801d-8fb6-46c1-a8f2-c9f2070e4ca0@app.fastmail.com> Subject: Re: vmm_load crashes to debugger early List-Id: Discussions about the use of FreeBSD-current List-Archive: https://lists.freebsd.org/archives/freebsd-current List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-current@freebsd.org MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_5644_1612566089.1705927690894" X-Mailer: Realworks (686.7) Importance: Normal X-Priority: 3 (Normal) X-Rspamd-Queue-Id: 4TJVPv2NwFz4vbr X-Spamd-Bar: ---- X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:3265, ipnet:194.109.0.0/16, country:NL] ------=_Part_5644_1612566089.1705927690894 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Hi, Can you mount /boot on another system? Can you press a key to interrupt booting the kernel? I'm not sure what the name of this stage of the booting is called and if it depends on which bootloader you are using. In my VM I get this on the text "Beastie"-menu with the text: > "Autoboot in 9 seconds. [Space] to pause". > "3. Escape to loader prompt" <3> > Type '?' for a list of commands, 'help' for more detailed help. > OK set vmm_load=NO > OK unload vmm > OK boot You can use the command "lsmod" and "show" to see what modules are already loaded and what variables are used while booting. I hope this helps. Regards, Ronald. Van: void Datum: maandag, 22 januari 2024 12:46 Aan: freebsd-current@freebsd.org CC: freebsd-virtualization@freebsd.org Onderwerp: vmm_load crashes to debugger early > > Hello, > > On a very recent -current, vmm_load="YES" in /boot/loader.conf crashes > the system to debugger early on in the boot sequence. I can't even reach > single user mode > > How can I prevent this one element of /boot/loader.conf from loading? > > thanks in advance for any advice > -- > > > > ------=_Part_5644_1612566089.1705927690894 Content-Type: text/html; charset=us-ascii Content-Transfer-Encoding: 7bit Hi,

Can you mount /boot on another system?

Can you press a key to interrupt booting the kernel? I'm not sure what the name of this stage of the booting is called and if it depends on which bootloader you are using.

In my VM I get this on the text "Beastie"-menu with the text:

> "Autoboot in 9 seconds. [Space] to pause".
<press space>
> "3. Escape to loader prompt"
<3>
> Type '?' for a list of commands, 'help' for more detailed help.
> OK
set vmm_load=NO
> OK
unload vmm
> OK
boot


You can use the command "lsmod" and "show" to see what modules are already loaded and what variables are used while booting.

I hope this helps.

Regards,
Ronald.

 

Van: void <void@f-m.fm>
Datum: maandag, 22 januari 2024 12:46
Aan: freebsd-current@freebsd.org
CC: freebsd-virtualization@freebsd.org
Onderwerp: vmm_load crashes to debugger early

Hello,

On a very recent -current, vmm_load="YES" in /boot/loader.conf crashes
the system to debugger early on in the boot sequence. I can't even reach
single user mode

How can I prevent this one element of /boot/loader.conf from loading?

thanks in advance for any advice
-- 
 


  ------=_Part_5644_1612566089.1705927690894--