You are not logged in.
hi..
first post, but not my first time using bunsenlabs. I have Helium running on various machines with great success and enjoyment.
My current test setup:
- Thinkpad x230
- Lithium dev iso (from gdrive) on USB stick
- intended install target: SSD in USB3 enclosure
Problem:
the USB3 disk is not shown in the partioning section.
This setup works with various distros I am currently testing (solus, debian buster, ..), so it is neither a hardware nor a debian stable issue.
Any hints what to try?
--------
PS: next section is not Lithium related, but I wanted to add it here because I think it might be relevant.
So for what it's worth I also tried the Helium installer, it finds the USB3 disk, let's me run the full install but fails upon boot saying it can't find /dev/sdc .. the /etc/fdisk has the correct uuid listed, so it can't be that. my knowledge about the boot process is too weak to dig into that.
Offline
FWIW I have had similar problems with usb3 on my hardware. Have you tried a usb2 drive instead?
And how did you write the iso to the usb drive?
Last edited by damo (2020-01-04 11:32:55)
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
ah, well, time to show myself out the door and dump that faulty usb-cable into the trash.
of course it failed _exactly_ with the fresh test of bunsenlabs.
just to answer your question: wrote the image with
_$ sudo dd bs=4M conv=fsync status=progress if=lithium-dev-4-amd64.hybrid.iso of=/dev/sdc
---
sent from a fresh working Lithium install running off of that same usb3 drive
Offline
dd works fine, but for the record, we follow Debian who currently recommend cp. cd into the ISO's directory (Downloads by default) and run...
sudo cp lithium-dev-4-amd64.hybrid.iso /dev/sdc;sync
BunsenLabs discussion here...
I don't care what you do at home. Would you care to explain?
Offline
Problem:
the USB3 disk is not shown in the partioning section.
If you boot to live dist, can the lithium dist then see your usb-disk?
Have you tried to attach the usb3 disk after the installer started, before searching disk?
Have you tried using an Y-cable to give usb-disk more power?
If you drop to cli-shell instead of quit install, can you list the disk?
// 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
If you boot to live dist, can the lithium dist then see your usb-disk?
Have you tried to attach the usb3 disk after the installer started, before searching disk?
Have you tried using an Y-cable to give usb-disk more power?If you drop to cli-shell instead of quit install, can you list the disk?
ah, well, time to show myself out the door and dump that faulty usb-cable into the trash.
of course it failed _exactly_ with the fresh test of bunsenlabs.
---
sent from a fresh working Lithium install running off of that same usb3 drive
Offline
dd works fine, but for the record, we follow Debian who currently recommend cp. cd into the ISO's directory (Downloads by default) and run...
sudo cp lithium-dev-4-amd64.hybrid.iso /dev/sdc;sync
will do.
never thought that cp would do the right thing when copying an ISO to a /dev. thanks for the info.
Offline
To my knowledge, both dd and cp do the same jobb writing the iso to usb. Dd though has the one advantage of beeing able to show progress status.
// 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