From nobody Mon May 9 11:30:12 2022 X-Original-To: hackers@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 8B8961ACDDD9 for ; Mon, 9 May 2022 11:30:21 +0000 (UTC) (envelope-from manu@bidouilliste.com) Received: from mx.blih.net (mx.blih.net [212.83.155.74]) (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-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "mx.blih.net", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Kxf9S1ryFz3L9c for ; Mon, 9 May 2022 11:30:20 +0000 (UTC) (envelope-from manu@bidouilliste.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bidouilliste.com; s=mx; t=1652095813; 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: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=5KsgtN95Q2NJh7MUULLFf0L8Oj5NZtibdkreETqVO3Y=; b=Xq2Y52fsF1g31G4t1+b42c2ZSph1m7JfYwmeB0zrDvgVyGOtuQ3RVpbUDW0DbJZSu4CAt8 996JcM2F7ptKwbIkmaKULoOyvX30yRbdnR9P8RZlV2rRwLWmEk4Tj6MLljmwCFx+NTGzX8 5DLstLBAb7LT6+vXyi7/tI9gG+WLYeI= Received: from skull.home.blih.net (lfbn-idf2-1-1518-133.w92-169.abo.wanadoo.fr [92.169.82.133]) by mx.blih.net (OpenSMTPD) with ESMTPSA id 25898e52 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Mon, 9 May 2022 11:30:13 +0000 (UTC) Date: Mon, 9 May 2022 13:30:12 +0200 From: Emmanuel Vadot To: Daniel Braniss Cc: freebsd- Subject: Re: efi/idrac blues Message-Id: <20220509133012.8a3e8abe06dd8c5899ad2400@bidouilliste.com> In-Reply-To: <43325CDF-7B7D-4203-9E02-451848B35073@cs.huji.ac.il> References: <43325CDF-7B7D-4203-9E02-451848B35073@cs.huji.ac.il> X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.33; amd64-portbld-freebsd14.0) List-Id: Technical discussions relating to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-hackers List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-hackers@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Rspamd-Queue-Id: 4Kxf9S1ryFz3L9c X-Spamd-Bar: --- Authentication-Results: mx1.freebsd.org; dkim=pass header.d=bidouilliste.com header.s=mx header.b=Xq2Y52fs; dmarc=pass (policy=none) header.from=bidouilliste.com; spf=pass (mx1.freebsd.org: domain of manu@bidouilliste.com designates 212.83.155.74 as permitted sender) smtp.mailfrom=manu@bidouilliste.com X-Spamd-Result: default: False [-3.50 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; ARC_NA(0.00)[]; R_DKIM_ALLOW(-0.20)[bidouilliste.com:s=mx]; FREEFALL_USER(0.00)[manu]; FROM_HAS_DN(0.00)[]; MV_CASE(0.50)[]; MID_RHS_MATCH_FROM(0.00)[]; MIME_GOOD(-0.10)[text/plain]; R_SPF_ALLOW(-0.20)[+ip4:212.83.155.74/32]; NEURAL_HAM_LONG(-1.00)[-1.000]; TO_MATCH_ENVRCPT_SOME(0.00)[]; TO_DN_ALL(0.00)[]; DKIM_TRACE(0.00)[bidouilliste.com:+]; RCPT_COUNT_TWO(0.00)[2]; DMARC_POLICY_ALLOW(-0.50)[bidouilliste.com,none]; NEURAL_HAM_SHORT(-1.00)[-1.000]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; MLMMJ_DEST(0.00)[hackers]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:12876, ipnet:212.83.128.0/19, country:FR]; RCVD_COUNT_TWO(0.00)[2]; RCVD_TLS_ALL(0.00)[] X-ThisMailContainsUnwantedMimeParts: N On Mon, 9 May 2022 11:18:40 +0300 Daniel Braniss wrote: > hi, > the host is a Dell R720, at the moment booting diskless, and with either = pxeboot or loader.efi, > no matter what magic I try, can?t get the shell output to the SOL console. > the kernel messages show up ok, and also the Login: but no rc/shell outpu= t. >=20 > any ideas? >=20 > thanks, > danny Set boot_serial=3DYES in /boot/loader.conf If you still want video output you need also to add boot_multicons=3DYES Cheers, --=20 Emmanuel Vadot