Discussion:
First W95 FAT32 (LBA) Partition in bullseye Installation of cubox-i
(too old to reply)
Rainer Dorsch
2021-12-28 08:20:02 UTC
Permalink
Hi,

just for curiosity, on a new bullseye installation of a cubox-i, there is a
W95 FAT32 (LBA) partition created as first partition. It contains a boot setup:

***@bc-text:~# mount /dev/mmcblk1p1 /mnt/
***@bc-text:~# ls -l /mnt/
total 27026
-rwxr-xr-x 1 root root 1575 Dec 13 16:23 boot.scr
drwxr-xr-x 2 root root 75264 Dec 13 16:23 dtbs
-rwxr-xr-x 1 root root 22636034 Dec 13 16:23 initrd.gz
-rwxr-xr-x 1 root root 4960768 Dec 13 16:23 vmlinuz
***@bc-text:~#

I am just wondering, why that is there. Is it an installation process leftover
or a kind or a rescue kernel? If rescue kernel is there a bootcmd available?

Here is the printenv of u-boot for reference:
https://paste.debian.net/1225017/

Thanks
Rainer
--
Rainer Dorsch
http://bokomoko.de/
Vagrant Cascadian
2021-12-28 23:00:02 UTC
Permalink
Post by Rainer Dorsch
just for curiosity, on a new bullseye installation of a cubox-i, there is a
total 27026
-rwxr-xr-x 1 root root 1575 Dec 13 16:23 boot.scr
drwxr-xr-x 2 root root 75264 Dec 13 16:23 dtbs
-rwxr-xr-x 1 root root 22636034 Dec 13 16:23 initrd.gz
-rwxr-xr-x 1 root root 4960768 Dec 13 16:23 vmlinuz
I am just wondering, why that is there. Is it an installation process leftover
or a kind or a rescue kernel? If rescue kernel is there a bootcmd available?
This looks like a partition of the debian-installer image you presumably
used to install the system.

You could use it to start debian-installer if you manually load the
boot.scr from there.


live well,
vagrant

Loading...