NetBSD-Bugs archive

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

Re: kern/59358: KERNEL_DIR : booot code can't find kernel



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

From: Paul Goyette <paul%whooppee.com@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: 
Subject: Re: kern/59358: KERNEL_DIR : booot code can't find kernel
Date: Sat, 26 Apr 2025 08:31:54 -0700 (PDT)

 On Sat, 26 Apr 2025, Paul Goyette wrote:
 
 > This is probably ppilot-error on my part.  Looking at the CD image
 > created by anita we see no /netbsd (neither file nor directory) at
 > the top level:
 >
 > 	# vnconfig vnd0 install_tmp.iso
 > 	# mount -t cd9660 /dev/vnd0 /mnt
 > 	# ls /mnt
 > 	amd64
 > 	#
 
 Ah, that's not the booted-cd - that is what anita mounts as /dev/cd1!
 
 
 Here is the content of the booted /dev/cd0
 
  	# vnconfig vnd0 installation/cdrom/boot.iso
  	# mount -t cd9660 /dev/vnd0 /mnt
  	# ls /mnt
  	.cshrc     bin        etc        libexec    rescue     targetroot
  	.profile   boot       install.sh mnt        root       tmp
  	.rr_moved  boot.cfg   lib        mnt2       sbin       usr
  	altroot    dev        libdata    netbsd     stand      var
 >>>>	# ls /mnt/netbsd/
 >>>>	kernel     kernel.gdb modules
  	#
 
 So, looks good, and we can see the kernel code under the top-level 
 directory /netbsd
 
 Why did it not find the kernel?
 
 
 +---------------------+--------------------------+----------------------+
 | Paul Goyette (.sig) | PGP Key fingerprint:     | E-mail addresses:    |
 | (Retired)           | 1B11 1849 721C 56C8 F63A | paul%whooppee.com@localhost    |
 | Software Developer  | 6E2E 05FD 15CE 9F2D 5102 | pgoyette%netbsd.org@localhost  |
 | & Network Engineer  |                          | pgoyette99%gmail.com@localhost |
 +---------------------+--------------------------+----------------------+
 


Home | Main Index | Thread Index | Old Index