You are not logged in.

#21 2017-04-22 21:36:22

Head_on_a_Stick
Member
From: London
Registered: 2015-09-29
Posts: 9,065
Website

Re: [DONE] RFT Deuterium CD, amd64 and i386 RC isos

lowrider wrote:

@HoaS maybe i rush too fast through bl-welcome but i don't remember seeing an offer for installing build-essential.

I think that option is part of the devel-install-packaging-tools section.

Use this to install them without invoking `bl-welcome` (you won't have pbuilder set up this way though):

sudo apt install bunsen-meta-packaging

https://www.bunsenlabs.org/repoidx.html … -packaging

Offline

#22 2017-04-22 21:42:44

lowrider
Member
From: Germany
Registered: 2015-09-29
Posts: 358

Re: [DONE] RFT Deuterium CD, amd64 and i386 RC isos

thx guys, that pretty sure clears it up

Offline

#23 2017-04-23 03:40:37

Steve
Member
Registered: 2017-01-03
Posts: 642

Re: [DONE] RFT Deuterium CD, amd64 and i386 RC isos

Decided to install this on a 100gb partition on the laptop and all working fine, typing from within the os now too.

So now have.
sda1 = Archlabs
sda3 = Bunsenlabs
soon to be on sda4 = Archbang openrc

I think im becoming obsessed! wink

Offline

#24 2017-04-23 06:30:48

damo
....moderator....
Registered: 2015-08-20
Posts: 6,734

Re: [DONE] RFT Deuterium CD, amd64 and i386 RC isos

Steve wrote:

...

I think im becoming obsessed! wink

Undoubtedly - now you will only use your hardware for playing and tweaking, with no useful product! Like many of us around here big_smile


Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt  «» BunsenLabs on DeviantArt

Offline

#25 2017-04-25 14:46:36

PackRat
jgmenu user Numero Uno
Registered: 2015-10-02
Posts: 2,611

Re: [DONE] RFT Deuterium CD, amd64 and i386 RC isos

Installed to a dual boot system. main install went fine. Failed to install grub to /dev/sdc though (Debian installs do that now again). Up side to that was that I got to sharpen my chroot fu skills and use the use the BL live session to install grub.

Smooth boot up. Nice piece of work.


You must unlearn what you have learned.
    -- yoda

Online

#26 2017-04-25 15:23:38

geekosupremo
Member
Registered: 2016-04-27
Posts: 169

Re: [DONE] RFT Deuterium CD, amd64 and i386 RC isos

Successful install and live run on VB with Win7 as host. This is being posted from the VM.

Last edited by geekosupremo (2017-04-25 15:24:09)

Offline

#27 2017-04-25 15:33:23

Gelatinous
Member
Registered: 2017-04-24
Posts: 21

Re: [DONE] RFT Deuterium CD, amd64 and i386 RC isos

I used the i386 iso to start fresh on my old laptop after accidentally updating with a bad sources list.  So far to me (and my very limited linux knowledge) it's working great.  No issues with install at all.  I'm no power user though, just some web browsing and TexStudio for me basically.

Offline

#28 2017-04-27 15:48:36

Julie8484
Member
Registered: 2017-04-17
Posts: 26

Re: [DONE] RFT Deuterium CD, amd64 and i386 RC isos

how much time we have to wait for it?

Offline

#29 2017-04-27 16:14:22

damo
....moderator....
Registered: 2015-08-20
Posts: 6,734

Re: [DONE] RFT Deuterium CD, amd64 and i386 RC isos

Julie8484 wrote:

how much time we have to wait for it?

If you are asking about an iso, you have already asked that question, and have been given an answer   roll

https://forums.bunsenlabs.org/viewtopic … 261#p49261


Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt  «» BunsenLabs on DeviantArt

Offline

#30 2017-04-27 16:51:19

Julie8484
Member
Registered: 2017-04-17
Posts: 26

Re: [DONE] RFT Deuterium CD, amd64 and i386 RC isos

damo wrote:
Julie8484 wrote:

how much time we have to wait for it?

If you are asking about an iso, you have already asked that question, and have been given an answer   roll

https://forums.bunsenlabs.org/viewtopic … 261#p49261

So after dist-upgrade command there won't be any difference with Final Relese ?

Offline

#31 2017-04-27 18:11:31

Head_on_a_Stick
Member
From: London
Registered: 2015-09-29
Posts: 9,065
Website

Re: [DONE] RFT Deuterium CD, amd64 and i386 RC isos

Julie8484 wrote:

So after dist-upgrade command there won't be any difference with Final Relese ?

Check for yourself with:

apt-get --simulate dist-upgrade

wink

Offline

#32 2017-04-27 19:25:17

Julie8484
Member
Registered: 2017-04-17
Posts: 26

Re: [DONE] RFT Deuterium CD, amd64 and i386 RC isos

Head_on_a_Stick wrote:
Julie8484 wrote:

So after dist-upgrade command there won't be any difference with Final Relese ?

Check for yourself with:

apt-get --simulate dist-upgrade

wink

I understand that means yes ? I really apologize for my silly questions

Offline

#33 2017-04-27 19:49:55

damo
....moderator....
Registered: 2015-08-20
Posts: 6,734

Re: [DONE] RFT Deuterium CD, amd64 and i386 RC isos

Read the Debian wiki for the differences between 'upgrade' and 'dist-upgrade', or read

man apt-get
manpages wrote:

       upgrade
           upgrade is used to install the newest versions of all packages
           currently installed on the system from the sources enumerated in
           /etc/apt/sources.list. Packages currently installed with new
           versions available are retrieved and upgraded; under no
           circumstances are currently installed packages removed, or packages
           not already installed retrieved and installed. New versions of
           currently installed packages that cannot be upgraded without
           changing the install status of another package will be left at
           their current version. An update must be performed first so that
           apt-get knows that new versions of packages are available.

       dist-upgrade
           dist-upgrade in addition to performing the function of upgrade,
           also intelligently handles changing dependencies with new versions
           of packages; apt-get has a "smart" conflict resolution system, and
           it will attempt to upgrade the most important packages at the
           expense of less important ones if necessary. The dist-upgrade
           command may therefore remove some packages. The
           /etc/apt/sources.list file contains a list of locations from which
           to retrieve desired package files. See also apt_preferences(5) for
           a mechanism for overriding the general settings for individual
           packages.


Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt  «» BunsenLabs on DeviantArt

Offline

#34 2017-04-28 06:23:18

Head_on_a_Stick
Member
From: London
Registered: 2015-09-29
Posts: 9,065
Website

Re: [DONE] RFT Deuterium CD, amd64 and i386 RC isos

Julie8484 wrote:

I understand that means yes ?

Please try the command in your own system and read the output carefully, it will tell you if anything is going to be changed.

Using `apt-get dist-upgrade` in BunsenLabs should usually produce exactly the same effect as using `apt-get upgrade` but there are occasionally some differences.

The only time `apt-get dist-upgrade` will be needed for the whole system is when BunsenLabs Helium is released some time towards the end of the year.

Last edited by Head_on_a_Stick (2017-04-28 06:24:18)

Offline

#35 2017-05-01 21:39:51

Sector11
Mod Squid Tpyo Knig
From: Upstairs
Registered: 2015-08-20
Posts: 8,010

Re: [DONE] RFT Deuterium CD, amd64 and i386 RC isos

I was going crazy, not being able to boot with a USB stick.  Researching as best I could and banging my head against steel walls, brickwalls, the Great Wall of {pick a place}, and what not.

Today I yelled for help. Enter HoaS and now I'm just waiting for this old computer to finish another task and I'll be putting Deuterium on /dev/sda1 & /dev/sda2 - currently #! chasing Wheezy.

If all works well, could very well become my default Bunsen to boot into.

/dev/sda1 -  #! - /  ( destined to be Deuterium )
/dev/sda2 -  #! - ~/  ( destined to be Deuterium )
/dev/sda3 - swap (going to kill it, never used)
/dev/sda4 - extended
/dev/sda5 - /media/5 - personal data partition
/dev/sda6 - BL / - older install (mostly OOTH)
/dev/sda7 - BL ~/ - older install (mostly OOTH)
/dev/sda8 - BL / - what I run daily
/dev/sda9 - BL ~/ - what I run daily
/dev/sda10 - another personal data partition


Debian 12 Beardog, SoxDog and still a Conky 1.9er

Offline

#36 2017-05-02 02:05:26

johnraff
nullglob
From: Nagoya, Japan
Registered: 2015-09-09
Posts: 12,553
Website

Re: [DONE] RFT Deuterium CD, amd64 and i386 RC isos

A big Thank You to everyone who helped with the testing here. smile

A final batch of iso files have been built, but the changes are relatively minor and we'll probably be doing an official release soon. See the top post for some details.

Anyone who'd like to do an install right now, please use the new files, not the previously posted ones. Anyone who's already installed from the previous RCs, it's no big deal. You can just carry on, and the BL packages from the repo will bring in the changes soon enough.

Thanks again!


...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 )

Introduction to the Bunsenlabs Boron Desktop

Offline

#37 2017-05-02 11:22:43

dolly
Miss Mixunderstand
From: /lab701
Registered: 2015-10-03
Posts: 490

Re: [DONE] RFT Deuterium CD, amd64 and i386 RC isos

^Thanks to you, and the rest of the team of course. smile

If all goes well I will very soon install it fresh on a new borrowed and blue laptop that might land in my... eeeh lap.  tongue

Offline

#38 2017-05-02 11:27:15

Julie8484
Member
Registered: 2017-04-17
Posts: 26

Re: [DONE] RFT Deuterium CD, amd64 and i386 RC isos

I'm Debian fan. Combination of openbox with this great system is fantastic. Another great thing is that it is rolling release so it just needs to perform apt-get dist-upgrade in the right time. ;-)

Offline

#39 2017-05-02 12:36:35

damo
....moderator....
Registered: 2015-08-20
Posts: 6,734

Re: [DONE] RFT Deuterium CD, amd64 and i386 RC isos

Julie8484 wrote:

I'm Debian fan. Combination of openbox with this great system is fantastic. Another great thing is that it is rolling release so it just needs to perform apt-get dist-upgrade in the right time. ;-)

Please note, BL is not a "rolling release"! It is Debian Stable, with some of our own packages and scripts.


Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt  «» BunsenLabs on DeviantArt

Offline

#40 2017-05-02 13:04:35

icrunchbanger
Member
Registered: 2015-10-03
Posts: 17

Re: [DONE] RFT Deuterium CD, amd64 and i386 RC isos

Great builds John. Im still on previous iso. No issues to report. It seems to me a bit snappier than previous Helium but thats maybe just me.
Thanks for your hard work ppl.


Whenever you find yourself on the side of the majority, it is time to pause and reflect.

Offline

Board footer

Powered by FluxBB