You are not logged in.
johnraff wrote:Hi truscellino
truscellino wrote:A particular case is machines with UEFI 32 bits + 64 bits CPU, like early intel mac minis (like I have), quite a few models of netbooks from 2005-2010 period. Linux 64 bits install becomes a bit tricky as you must have 32 bits EFI bootloader. You can do this with Debian multi-arch but I am getting off-topic here
This topic has come up in the past:
https://forums.bunsenlabs.org/viewtopic.php?id=5132Support for mixed-mode installs looks like something that would be nice to have for BunsenLabs, but has been left on the back-burner for a long time. (A workaround would be to install a basic command-line Debian system from a multi-arch netinstall iso, and add BunsenLabs via the metapackage.) It's too late to add it to the Lithium CD iso now, but once the release is out I plan to have another look at the Debian multi-arch isos and see if live-build can be persuaded to build something similar. Thanks for the reminder!
Wasn't there also a script that walks the user through BL install from a Debian base system?
No, he can't sleep on the floor. What do you think I'm yelling for?!!!
Offline
DeepDayze wrote:johnraff wrote:Hi truscellino :)This topic has come up in the past:
https://forums.bunsenlabs.org/viewtopic.php?id=5132Support for mixed-mode installs looks like something that would be nice to have for BunsenLabs, but has been left on the back-burner for a long time. (A workaround would be to install a basic command-line Debian system from a multi-arch netinstall iso, and add BunsenLabs via the metapackage.) It's too late to add it to the Lithium CD iso now, but once the release is out I plan to have another look at the Debian multi-arch isos and see if live-build can be persuaded to build something similar. Thanks for the reminder!
Wasn't there also a script that walks the user through BL install from a Debian base system?
Ahh that's the one :-)
That should still be useful too. Is it updated for Lithium?
Last edited by DeepDayze (2020-06-27 14:58:05)
Real Men Use Linux
Offline
Is it updated for Lithium?
https://github.com/BunsenLabs/bunsen-ne … ee/lithium:
README
WARNING
This "lithium" version of the netinstall script is not yet ready for release.
Do NOT use it for anything other than testing.
// Regards rbh
Please read before requesting help: "Guide to getting help", "Introduction to the Bunsenlabs Lithium Desktop" and other help topics under "Help & Resources" on the BunsenLabs menu
Offline
DeepDayze wrote:Is it updated for Lithium?
https://github.com/BunsenLabs/bunsen-ne … ee/lithium:
README WARNING This "lithium" version of the netinstall script is not yet ready for release. Do NOT use it for anything other than testing.
OK great to see, thanks. it should soon be ready to go :-)
Real Men Use Linux
Offline
Thanks rbh. Stupid of me not to switch the branch.
No, he can't sleep on the floor. What do you think I'm yelling for?!!!
Offline
Thanks rbh. Stupid of me not to switch the branch.
Oh so the BL netinstall script is indeed ready to roll for those who need to go the netinstall route?
Real Men Use Linux
Offline
hhh wrote:Thanks rbh. Stupid of me not to switch the branch.
Oh so the BL netinstall script is indeed ready to roll for those who need to go the netinstall route?
The last commit was May 15th of this year. You break it, you get to keep the parts...
No, he can't sleep on the floor. What do you think I'm yelling for?!!!
Offline
As @hhh says.
The netinstall script might be working fine already, but once the official Lithium iso is out I plan to go back and give it a checkover. If you hit any glitches in the meantime, bug reports will be welcome!
...elevator in the Brain Hotel, broken down but just as well...
( a boring Japan blog (currently paused), now on Bluesky, there's also some GitStuff )
Offline
Thank you all. Netinstall script looks promising!
For multi-arch experience I will probably report in the other thread mentioned by johnraff.
Cheers.
Offline
OK so the script on github just needs a few tweaks... testing for stretch
# check debian version FIXME Is /etc/debian_version the best way? Use lsb_release -cs ?
grep -q '\(stretch\|\(^\|[^a-zA-Z0-9.]\)9\($\|[^a-zA-Z0-9]\)\)' /etc/debian_version && msg "Debian version: OK"|| { warnlog "/etc/debian_version reads: $(cat /etc/debian_version)"
confirm "You do not appear to have Debian Stretch installed.
(...) }
And then the sources list also refers to helium (bunsen-netinstall/sysfiles1/etc/apt/sources.list.d/bunsen.list)
deb https://pkg.bunsenlabs.org/debian helium main
#deb-src https://pkg.bunsenlabs.org/debian helium main
Offline
^Yes indeed! Thank you for this.
Clearly the Lithium netinstall script is not yet ready for use.
All I've updated so far on the "lithium" branch is the package lists.
Sorry, this is going to need a week or two probably - I'm still tied up with getting the CD iso down to 700MB at the moment.
Last edited by johnraff (2020-06-30 04:23:54)
...elevator in the Brain Hotel, broken down but just as well...
( a boring Japan blog (currently paused), now on Bluesky, there's also some GitStuff )
Offline
OK so the script on github just needs a few tweaks... testing for stretch
# check debian version FIXME Is /etc/debian_version the best way? Use lsb_release -cs ? grep -q '\(stretch\|\(^\|[^a-zA-Z0-9.]\)9\($\|[^a-zA-Z0-9]\)\)' /etc/debian_version && msg "Debian version: OK"|| { warnlog "/etc/debian_version reads: $(cat /etc/debian_version)" confirm "You do not appear to have Debian Stretch installed. (...) }
And then the sources list also refers to helium (bunsen-netinstall/sysfiles1/etc/apt/sources.list.d/bunsen.list)
deb https://pkg.bunsenlabs.org/debian helium main #deb-src https://pkg.bunsenlabs.org/debian helium main
Good catch. I didn't get to test the alpha lithium netinstall script yet.
Real Men Use Linux
Offline
^ & ^^^ It might not take too long to fix it up, so I'll have a look later this week.
...elevator in the Brain Hotel, broken down but just as well...
( a boring Japan blog (currently paused), now on Bluesky, there's also some GitStuff )
Offline
Hi,
If I were to install the rc version, would I need to reinstall when the final release comes out? Or can i just upgrade via apt? Sorry if it is a dumb question.
Thanks
Martyn
Offline
Hi,
If I were to install the rc version, would I need to reinstall when the final release comes out? Or can i just upgrade via apt? Sorry if it is a dumb question.
Thanks
Martyn
You can upgrade to the final release by simply changing your apt sources and then upgrading.
Real Men Use Linux
Offline
Thanks, i will get installing then!
Offline
MartynWheeler wrote:Hi,
If I were to install the rc version, would I need to reinstall when the final release comes out? Or can i just upgrade via apt? Sorry if it is a dumb question.
Thanks
Martyn
You can upgrade to the final release by simply changing your apt sources and then upgrading.
Correct me if I'm wrong, but the latest RC ISOs (both 64 and 32 bit) use our normal BL repo, so you don't have to do anything except continue to do regular updates via 'sudo apt update && sudo apt upgrade', or via Synaptic Package Manager.
No, he can't sleep on the floor. What do you think I'm yelling for?!!!
Offline
Hi,
I ran into an issue when installing from a bootable USB drive - it kept asking to load drivers from the cd-rom? It is an old Hp elitebook 6930p.
I had to give up in the end. Any ideas?
Thank you
Martyn
Offline
I'm guessing WiFi drivers. Can you remember the message the installer gave you?
No, he can't sleep on the floor. What do you think I'm yelling for?!!!
Offline
It is at the step - detect and mount CD-rom:
It says no cd rom drive detected and asks to load drivers from removable media
It then says there was a problem reading data from the removable media? Maybe I will try another usb drive?
Offline