From nobody Tue May 10 05:15:14 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 80D5D1AD222A for ; Tue, 10 May 2022 05:15:22 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) Received: from kabab.cs.huji.ac.il (kabab.cs.huji.ac.il [132.65.116.210]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4Ky5pJ5m35z3NyS for ; Tue, 10 May 2022 05:15:20 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=cs.huji.ac.il; s=57791128; h=To:References:Message-Id:Content-Transfer-Encoding:Cc:Date:In-Reply-To:From:Subject:Mime-Version:Content-Type; bh=CBwrpSZ/JPRBM9WK8RN7grruSRse8ezKf9Xa59K/ZTc=; b=OGjS4E3SZPzSW+VDW/LjHUa2RO4Gd9n6qslYKiryfNIcrhtmJRrIFcQb9oTJBde+pMhnrFQp1hf6UgvCR/Biq+SeDTjnJS2HAa0HUIHu419AizCEXUxfLMjg55vUwSX+J/tCJWkzGJbSoZE1C8Q+EaeyamfHueAqyGHxHGps3BfQKWB6DWhlJ3d6kdjHmJgXS8lws0fOMZazGiZtIBiLSIz+jWSZK4PahcGMQ497pVat3pUkBLpe354F5RL+5hddHYQNXVJxhBByjbNoKEOCCQgFEuBWGkqTqwDZQp6SmMYt3Gtd8goGy7NMC6xiTy/cD+/uXs6WUYf2LlIufgPVsw==; Received: from bach.cs.huji.ac.il ([132.65.80.20] helo=smtpclient.apple) by kabab.cs.huji.ac.il with esmtp id 1noIDK-000LUL-Af; Tue, 10 May 2022 08:15:14 +0300 Content-Type: text/plain; charset=utf-8 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 (Mac OS X Mail 16.0 \(3696.80.82.1.1\)) Subject: Re: efi/idrac blues From: Daniel Braniss In-Reply-To: <20220509133012.8a3e8abe06dd8c5899ad2400@bidouilliste.com> Date: Tue, 10 May 2022 08:15:14 +0300 Cc: freebsd- Content-Transfer-Encoding: quoted-printable Message-Id: References: <43325CDF-7B7D-4203-9E02-451848B35073@cs.huji.ac.il> <20220509133012.8a3e8abe06dd8c5899ad2400@bidouilliste.com> To: Emmanuel Vadot , Eugene Grosbein X-Mailer: Apple Mail (2.3696.80.82.1.1) X-Rspamd-Queue-Id: 4Ky5pJ5m35z3NyS X-Spamd-Bar: --- Authentication-Results: mx1.freebsd.org; dkim=pass header.d=cs.huji.ac.il header.s=57791128 header.b=OGjS4E3S; dmarc=pass (policy=none) header.from=huji.ac.il; spf=none (mx1.freebsd.org: domain of danny@cs.huji.ac.il has no SPF policy when checking 132.65.116.210) smtp.mailfrom=danny@cs.huji.ac.il X-Spamd-Result: default: False [-3.30 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; R_DKIM_ALLOW(-0.20)[cs.huji.ac.il:s=57791128]; FREEFALL_USER(0.00)[danny]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[3]; MV_CASE(0.50)[]; NEURAL_HAM_LONG(-1.00)[-1.000]; MIME_GOOD(-0.10)[text/plain]; TO_MATCH_ENVRCPT_SOME(0.00)[]; TO_DN_ALL(0.00)[]; DKIM_TRACE(0.00)[cs.huji.ac.il:+]; DMARC_POLICY_ALLOW(-0.50)[huji.ac.il,none]; NEURAL_HAM_SHORT(-1.00)[-1.000]; MLMMJ_DEST(0.00)[hackers]; R_SPF_NA(0.00)[no SPF record]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; RCVD_TLS_LAST(0.00)[]; ASN(0.00)[asn:378, ipnet:132.64.0.0/15, country:IL]; RCVD_COUNT_TWO(0.00)[2]; MID_RHS_MATCH_FROM(0.00)[] X-ThisMailContainsUnwantedMimeParts: N > On 9 May 2022, at 14:30, Emmanuel Vadot wrote: >=20 > On Mon, 9 May 2022 11:18:40 +0300 > Daniel Braniss wrote: >=20 >> 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 = output. >>=20 >> any ideas? >>=20 >> thanks, >> danny >=20 > Set boot_serial=3DYES in /boot/loader.conf > If you still want video output you need also to add boot_multicons=3DYES= >=20 > Cheers, >=20 > --=20 > Emmanuel Vadot that is too easy :-), without those lines NOTHING comes out via the = serial-over-lan the thing is that: BIOS messages OK boot and menu messages OK=20 kernel messages OK rc stuff : nothing!!! then the Login: appears. setting console=3D=E2=80=98comconsole=E2=80=9D there IS video output!! = except no boot menu but serial is all ok, go figure danny