You are not logged in.

#1 2015-10-12 15:49:21

kalimerox
Member
Registered: 2015-10-02
Posts: 19

Installing Bunsen from USB problem [SOLVED]

Hi there,

I tried to install Bunsen labs on my thinkpad x 220 with no success. It has no cddrive so i need to copy the iso to a usb stick to archieve this. As described on the bunsen page and in the debian link it s a hybrid iso and i just have to copy it to the usb drive without anything else? Thats what i did, but when trying to boot the screen remains blank on startup and nothing further is happening.. i had the usb stick formatted to fat16.. thanks!

not sure but unetbootin was always a way to make live usb sticks etc.. is this maybe an idea to run it with the bunsen iso? just guessing...

Last edited by kalimerox (2015-10-13 16:37:33)

Offline

#2 2015-10-12 15:55:28

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

Re: Installing Bunsen from USB problem [SOLVED]

kalimerox wrote:

i just have to copy it to the usb drive without anything else? Thats what i did

What *exactly* did you do?

What were the commands you used?

Did you follow these directions:
https://www.debian.org/releases/stable/ … -isohybrid

*Do not* use unetbootin
https://bugs.debian.org/cgi-bin/bugrepo … bug=775689

Offline

#3 2015-10-13 11:23:19

kalimerox
Member
Registered: 2015-10-02
Posts: 19

Re: Installing Bunsen from USB problem [SOLVED]

I used

sudo cp bl-Hydrogen-rc1-amd64.iso /dev/sdb1
sync

as described in your link, and i had the usb stick unmounted.. only output was "no operation system"



for checking if the .iso file is alright i did

sha256sum --check $ bl-Hydrogen-rc1-amd64.iso.sha256sum.txt


not sure if this is all right... thanks!!

Offline

#4 2015-10-13 11:41:13

nobody0
Disabled account
Registered: 2015-09-29
Posts: 664

Re: Installing Bunsen from USB problem [SOLVED]

You can copy something only to a mounted drive/partition. Would Linux see an unmounted drive/parition?

Last edited by nobody0 (2015-10-13 11:43:02)

Offline

#5 2015-10-13 11:46:25

nobody0
Disabled account
Registered: 2015-09-29
Posts: 664

Re: Installing Bunsen from USB problem [SOLVED]

twoion wrote:
ostrołęk wrote:

You can copy something only to a mounted drive/partition. Would Linux see an unmounted drive?

At /dev/sd* and /dev/hd* as block devices. More info through

lsblk

You can write to block devices (=files) like to any other file.

True. lsblk would show all drives and partitions. But, sometimes files won't be written to a usb drive, if it is read only. Am I right?

Offline

#6 2015-10-13 11:46:31

kalimerox
Member
Registered: 2015-10-02
Posts: 19

Re: Installing Bunsen from USB problem [SOLVED]

here it mentions that it s important to copy while having the usb connected but unmounted

https://www.debian.org/releases/stable/ … -isohybrid

Offline

#7 2015-10-13 11:48:28

nobody0
Disabled account
Registered: 2015-09-29
Posts: 664

Re: Installing Bunsen from USB problem [SOLVED]

Did you try the dd method?

Try

sudo cp bl-Hydrogen-rc1-amd64.iso /dev/sdb
sync

I'm sure, it should be sdb, not sdb1

Last edited by nobody0 (2015-10-13 11:55:27)

Offline

#8 2015-10-13 13:30:20

hhh
Gaucho
From: High in the Custerdome
Registered: 2015-09-17
Posts: 16,138
Website

Re: Installing Bunsen from USB problem [SOLVED]

ostrołęk wrote:

I'm sure, it should be sdb, not sdb1

Yup.


I don't care what you do at home. Would you care to explain?

Offline

#9 2015-10-13 16:11:03

kalimerox
Member
Registered: 2015-10-02
Posts: 19

Re: Installing Bunsen from USB problem [SOLVED]

cool! thanks for the advices !! It worked like charm, as you pointed out , putting

sudo cp bl-Hydrogen-rc1-amd64.iso /dev/sdb
sync

did the trick! thanks again!

is there a way i can mark this as solved?

Last edited by kalimerox (2015-10-13 16:11:58)

Offline

#10 2015-10-13 16:28:39

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

Re: Installing Bunsen from USB problem [SOLVED]

kalimerox wrote:

is there a way i can mark this as solved?

Just edit the title of your first post wink


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

#11 2015-10-13 16:37:42

kalimerox
Member
Registered: 2015-10-02
Posts: 19

Re: Installing Bunsen from USB problem [SOLVED]

thank you wink

Offline

Board footer

Powered by FluxBB