:: Re: [DNG] Chimaera install problem
Top Page
Delete this message
Reply to this message
Author: Ralph Ronnquist
Date:  
To: dng
Subject: Re: [DNG] Chimaera install problem
On Thu, Jan 05, 2023 at 04:02:46PM -0700, Fred wrote:
> ...
> >
> Hi,
> The boot problem has been solved. The computer has in addition to the bios
> boot order/device setting accessed by F10 another boot menu accessed by F9
> that allows selection of a device to actually, like now, boot from.
>
> This is a different thread from that one. The problem now is during the
> install at the selection for loading the base system it presents a
> Debootstrap error; Failed to determine the codename for the release.


When you re-run an instllation, then stop at/before partitioning, and
use Ctrl-Alt-F2 to enter a shell "in" the installer.

Then do: df -h
to verify that "/cdrom" is a mount point of "/dev/sd.1" (where . is
the character [a-q] that identifies the SATA adapter for the USB)

Then do: ls -l /cdrom/.disk
to verify that the info file exists.

Then do: cat /cdrom/.disk/info
to verify that it's good.

But, if all that works then the installation would proceed normally,
so presumably something looks different for you.

Ralph.