New bootable image is available, Kernel 6.8.1, 6.7.10 #14
jglathe
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
A new bootable Desktop image for Ubuntu 23.10 is now available. It took way longer than expected, mostly because of an issue with the remoteproc firmware I came across that I tried to minimize. It is of course nothing new, but as it is with these complex things, this can bite in many ways. Anyway, it should work in most scenarios now.
Features and changes
sudo reinstall_snap_apps.sh
.Preferred usage, quirks
You can write the image via the disks utility or Rufus directly to an USB-Stick (at least 16GB) or external SSD. From experience I would say an old SATA SSD in an USB enclosure works great, and is less problematic than an m.2 SSD with USB-C connector like the RTL9210 ones, but they all work. USB sticks are far slower, but work, too.
The image extends the rootfs to the edge of the free space after the rootfs partition. It fetches the firmware, and reboots (I've also seen 2 reboots on rare occasions). Then you set up your user with the installer it's coming up with.
On USB-C connectors there is a quirk: Depending on the orientation, the drive comes up as either USB-2 (swapped) or USB-3 with max capabilities (in my case, USB3.2, 10G transfer rate). Unfortunately there is no way (as of yet) to bring the boot drive up with higher capabilities as it was booted with, so a look with
lsusb -tv
might be useful to see where the drive is, and swap the orientation when the box is off.Other quirks
Other use cases
Beta Was this translation helpful? Give feedback.
All reactions