NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: kern/57330: NetBSD 10 daily kernel does not boot by default by choosing wrong root device



The following reply was made to PR kern/57330; it has been noted by GNATS.

From: Adrian =?UTF-8?B?S2llw58=?= <adrian%kiess.onl@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: 
Subject: Re: kern/57330: NetBSD 10 daily kernel does not boot by default by
 choosing wrong root device
Date: Fri, 7 Apr 2023 15:43:55 +0200

 Dear maintainers,
 
 I fixed the described issue the way described below. Booting into the
 NetBSD 10 kernel on NetBSD 9.3 userland now works too by default.
 
 Solution:
 
 gpt show -i 1 wd0
 gpt show -i 2 wd0
 
 gpt unset -i 1 -a biosboot,bootme wd0
 
 gpt set -i 2 -a bootme wd0
 
 gpt show -i 1 wd0
 gpt show -i 2 wd0
 
 Where, as: Partition 1 of wd0 is the EFI MSDOS boot "/efi" partition;
 partition 2 of wd0 is the FFSv2 NetBSD root "/" partition.
 
 Before partition 1 of wd0 was wrongly marked with the bootme and
 biosboot flag, I did this wrongly during sysinst installation time.
 
 Thanks for your kind attention.
 
 Sincerely,
 
 Adrian KieÃ?
 
 
 On Fri,  7 Apr 2023 13:15:00 +0000 (UTC)
 gnats-admin%netbsd.org@localhost wrote:
 
 > Thank you very much for your problem report.
 > It has the internal identification `kern/57330'.
 > The individual assigned to look at your
 > report is: kern-bug-people. 
 > 
 > >Category:       kern
 > >Responsible:    kern-bug-people
 > >Synopsis:       NetBSD 10 daily kernel chooses wrong root device
 > >Arrival-Date:   Fri Apr 07 13:15:00 +0000 2023
 > 
 
 
 -- 
 With many greetings from Leipzig, Germany.
 Adrian Immanuel KieÃ? 
 
 



Home | Main Index | Thread Index | Old Index