You are not logged in.
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
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
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
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
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
here it mentions that it s important to copy while having the usb connected but unmounted
Offline
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
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
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
is there a way i can mark this as solved?
Just edit the title of your first post
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
thank you
Offline