Dakota Alpha 3: New Installer available for testing! #4754
Replies: 19 comments 8 replies
|
Someone should wire up that SaveDesktop app so it magically can be wired into the installer so you can just "restore" a machine with your desktop setup! |
|
Checksum file must be somewhere - got a link? |
|
Looks like it found the GPU and died trying to download the NVIDIA image. |
|
checksum is ok but naming is not |
|
Right - forgot to file that one! |
|
Ok everyone try now, should be sorted. |
|
Ok new branches:
This is set to run nightly, currently there's not much different other than GNOME 51, etc. But at least it's set up so you'll be ready to go for GNOME 51 testing. |
|
A quick test of the current build from the link above on Boxes with UEFI / 8GB ram /60GB drive yields: |
|
BTW I personally think that in this Installation Failed page |
|
I don't think there should even be a "Try Again" button unless the installer has detected a recoverable network error. This is an alpha - we want bug reports, not irritated testers! ;-) |
|
Found the issue and fixed it, should be in the nest round of builds - it helps if you paste in the actual logs (the screenshots don't actually help since it's the logs that we're going through.) Hopefully this one will have |
|
`
Disk /dev/sdb: 223.57 GiB, 240057409536 bytes, 468862128 sectors Old situation: Device Start End Sectors Size Type
New situation: Device Start End Sectors Size Type The partition table has been altered.
Performing full device TRIM /dev/sdb2 (221.57GiB) ... Label: root {"cumulative_pct":1,"elapsed_ms":3976,"step":4,"step_name":"Mounting filesystem","timestamp":"2026-06-14T15:11:03.936664635Z","total_steps":8,"type":"step","weight_pct":0}
|
|
Ok new ISOs from the weekend pushed, another set is pushing now! |
|
dakota-live-latest.iso |
|
Today installing dakota-live-alpha3.iso: OK |
|
Still working on latest, it's a combination of the ISO and the image itself so had to unplug both pipes, but we're making good progress, thanks for your patience so far! |
|
I tried Dakota, very much liked the installer and experience, but does Dakota not have the secure boot support that normal Bluefin has? I ended up chasing my tail for quite a while with Dakota refusing to boot when secure boot was on. |






Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Now that the factory is working we're getting the good stuff:
First off let's talk about Dakota Alpha 3. This is the latest image, and we now have testing and stable builds going. The biggest feature is one unified installer for Nvidia and non-nvidia. It will install the correct one based on detecting your hardware. Easy! Once we get feedback on this with Dakota we'll have a new unified, snake-free installer for all Bluefins!
All Bluefins should settle into a tuesday weekly cadence. This is now my daily driver!
But the big thing for today is the installer: https://github.com/projectbluefin/bootc-installer
This is a hard fork of the VanillaOS installer for bootc. And it was fine just like that but the problem with Linux installers is their either too minimal or too Linux user. There's so much we can fix here. So we looked at three main installers. MacOS, Ubuntu, and Windows, and here's what we have so far:
First off it does all the normal stuff, it supports any bootc image, James even has a "superiso" with every ublue image in a menu - all easy now. This is a focus on how we use this installer for Bluefin!
Ok so first things first, while you are waiting for the thing to install you can connect your bluetooth, wifi, all of that stuff. We'll also rename your audio devices to sane descriptions ootb, find printers, and even run that wallpaper cache thing for you. This is all "jank" that we want to fix but would suck to maintain in the image.
Plus I think the OEM logo thing is a nice touch, let's make the things feel like they were made to come with Linux ya know? We also want to do the nice thing where we detect the closest bluetooth keyboard and mouse and just pair it. We're totally open to ideas!
/var/lib/bluetoothinto the installed OS so previously-paired devices reconnect immediately on first boot.nmconnectionfiles so saved networks reconnect automaticallyalsa_output.pci-0000_00_1f.3.analog-stereo) to human-readable names, and hides S/PDIF and Pro Audio sinkscups-browsed,avahi-daemon, andipp-usbso USB printers and AirPrint work out of the boxOk here's where we went for it. We used to do this in the Ubuntu days. In the past there was a tool that you could run on Windows machines that would copy all the user's stuff over. These days partition management just sucks in general so no one bothers.
But, we can snag some cool things, namely:
When an existing Windows partition is detected, the installer offers to import your data. A scan runs asynchronously and shows per-user category checkboxes with size estimates:
Documents,Desktop,DownloadsPicturesMusicAppData\Local\Microsoft\Windows\FontsA RAM budget warning appears if the selected categories would exceed available memory. Wallpaper thumbnails for the GNOME wallpaper picker are pre-generated during install.
And then lastly I want a QR code so I can sign into my accounts on my phone and it sets up gnome online services and my browsers and stuff for me too. Any other ideas?
All reactions