You are not logged in.
Dear all,
After using #! a long time I was thrilled to hear about bunsen labs.
Unfortunately it won't install on my thinkpad X121e.
the bunsen labs live works fine off the USB stick but when I try to install the system it gives me
[2.296815] ---[end Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0)
Then it hangs - of course.
Anybody have an idea how I can get this to work? I am not the greatest linux expert.
Thanks
Offline
UEFI boot issue? Debian live-install doesn't work for these systems yet, without a lot of fiddling. Search the forum for HowTo, and there are these pages about your machine on:
Arch wiki
Debian wiki
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
How did you transfer the ISO image to the USB stick?
Offline
the ISOs were transferred to the stick via dd.
debian 8.2 jessie netinstall installs fine on this machine and so does the old crunchbang.
there must be something bunsen labs does differently at the beginning of the install
Offline
Have you tried doing it all over again? Re download, re dd etc?
Offline
Please post the exact command used to transfer the image.
Did you flush the buffers before removing the stick?
debian 8.2 jessie netinstall installs fine on this machine and so does the old crunchbang.
That is bizarre -- the only difference between the netinstall and the BunsenLabs ISO is UEFI support which would suggest that your machine doesn't support "Legacy" mode booting but if that was the case then the #! ISO wouldn't boot
You can use a netinstall to put a minimal (non-X) system on your drive -- uncheck all the boxes in the tasksel section -- then download and run johnraff's install script:
http://crunchbang.org/forums/viewtopic.php?id=39656
https://github.com/BunsenLabs/bunsen-netinstall
Ignore the "sub-alpha" thread title -- the method will install a current system and is my preferred technique for installing BunsenLabs.
Offline
the command I used to transfer the ISO to the stick was this one:
dd if=bl-Hydrogen-rc1-amd64.iso of=/dev/sdb1 bs=4M; sync
and yes I tried doing the whole download/install process over -> same results.
I guess I am going to try the John Raff method one of these days.
Offline
Your mistake was writing it to the partition instead of the device. The correct command should be:
dd if=bl-Hydrogen-rc1-amd64.iso of=/dev/sdb bs=4M; sync
Offline
^^ don't panic. it's all good
(sorry, I woke up in good mood today and my brain couldn't ignore the pun + the command above should solve it)
Last edited by pingu (2015-12-06 18:58:27)
"Chuck Norris can compile syntax errors."
Offline
sorry, my bad. Of course I had the ISO on the DEVICE sdb. At one point I just got so frustrated and tried putting it on the partition sdb1 and accidentally copied the command from that try into this forum.
The machine does not even boot off of the partition.
Offline