Replies: 1 comment
-
The bootloader loads the boot script |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The boot-loader and stable version images worked well, thank you.
It is not clear what makes a workable image and what doesn't, so I can prepare my own install images. What worked consistently was flashing the first partition with U-Boot, but in the OS image partition only the barebones Debian or Manjaro installer would work -- why?
When the bootloader and OS package are not gz-archived steps I figured are:
boot.img is the U-boot bootloader (not sure if Tow-Boot or other boot loaders are possible).
OS.img would be the distro of interest
next_partition_byte is byte after the boot.img is written (given output of dd)
/dev/device is the mount point of the target flash drive (lsblk is your friend)
With respect to the gz archives, is there a particular way to prepare the images into that format, i.e. as a container (singularity no longer available)? For instance one the OS-distro images format was .xz.
My success was inconsistent, really only with flashing the boot loader in the first partition. How would I be able to add a desired distro to the next partition? Personally, I am interested in the net-install version or graphic installer of debian (bookworm) for instance instead?
I'd like to know how best to partition and flash the images myself!
Beta Was this translation helpful? Give feedback.
All reactions