From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=0.1 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED, NICE_REPLY_A,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 3353 invoked from network); 28 Jul 2023 05:12:31 -0000 Received: from 9front.inri.net (168.235.81.73) by inbox.vuxu.org with ESMTPUTF8; 28 Jul 2023 05:12:31 -0000 Received: from mail.posixcafe.org ([45.76.19.58]) by 9front; Fri Jul 28 01:07:18 -0400 2023 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=posixcafe.org; s=20200506; t=1690521036; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=rcMkF0rg5JjOTJ7xKYJnKa0F/tRCLr0zJ3N2fpFo9hU=; b=APnTLOb375jR6IhDfcGMFM3lL/FqJw5GMAUz7AUPVZPn0s1QG2lsVFs2rQSVGSct2PoVnh Z/tRCPX5qCCWL4aF7KnSRIniniTHaYjEfGuP24abjZdfr2v5YUf205OXs4ME7G1pJAfobj j7oTcaPOe3u3qCVKOAG7/WF/QA4bzII= Received: from [192.168.168.123] ( [207.45.82.38]) by mail.posixcafe.org (OpenSMTPD) with ESMTPSA id f29a7739 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO) for <9front@9front.org>; Fri, 28 Jul 2023 00:10:35 -0500 (CDT) Message-ID: <8807ea01-47b6-085f-9ffb-9657a2431130@posixcafe.org> Date: Fri, 28 Jul 2023 00:07:14 -0500 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.13.0 Content-Language: en-US To: 9front@9front.org References: <16905130930.52F6E.13899@lsd.chicago.il.us> From: Jacob Moody In-Reply-To: <16905130930.52F6E.13899@lsd.chicago.il.us> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: component CSS interface shader-oriented property generator Subject: Re: [9front] MBR; Boot Arguments Reply-To: 9front@9front.org Precedence: bulk On 7/27/23 21:58, Jay F. Shachter wrote: > > Centuries ago, Nostradamus predicted that Jacob Moody would write on Thu Jul 27 16:53:52 2023: > >> >> Are you using an EFI partition table or an MBR? I assume you must be >> using EFI if you are dealing in more then 4 partitions on a disk. >> But in your previous mails you mentioned installing 9front in MBR >> mode. >> > > It is an MBR-partitioned disk. I think -- and please correct me if I > am wrong -- that the entire concept of a boot flag on a disk slice is > inapplicable to GPT-partitioned disks. > >> >> Can you give me an entire explanation of how your disk is >> configured? >> > > Windows 10 occupies the first two primary slices (when I got the > computer, Windows 10 had colonized all three primary slices, but I > liberated the third one). FreeDOS 1.3 resides on the third primary > slice because it is practically impossible to get FreeDOS to work > anywhere but on a primary slice. Everything else resides on logical > slices within the extended slice. The two Linux systems reside on a > single logical slice, which constitutes a volume group from which > Linux logical volumes can be carved out. The other operating systems > each occupies a separate logical slice. 9front is on slice #14. The > MBR boots Linux GRUB. There is also a backup copy of the Linux GRUB > MBR on slice #10. There is a backup copy of the Solaris GRUB MBR on > slice #13. > > But the question of disk layout -- the entire question of why the > 9front bootloader cannot find anything in the 9fat filesystem when > primary slice #1 is flagged as bootable -- is now a question only of > intellectual, but not practical, interest. I am bypassing the 9front > bootloader; GRUB is booting /9pc64 directly. The remaining question, > which I hope someone on this mailing list can answer, is: What > argument can I pass to /9pc64 that will tell it the bootfile, so that > I don't have to type the Enter key whenever I boot 9front to confirm > that I want to use local!/dev/sdE0/fs (similar to the user=glenda > option that keeps me from having to type Enter to confirm that I am > glenda)? Thank you in advance for any and all replies. > > Jay F. Shachter > 6424 North Whipple Street > Chicago IL 60645-4111 > (1-773)7613784 landline > (1-410)9964737 GoogleVoice > jay@m5.chicago.il.us > http://m5.chicago.il.us > > "Quidquid latine dictum sit, altum videtur" > For non prompted booting you can change 'bootargs' to 'nobootprompt'. If you also add a 'user=glenda', that will prevent it from asking you for that as well.