You are not logged in.
Greetings All!
I am following HHH's tutorial on setting up BL on a USB with persistence and I was almost there when I got an error when I was trying to execute the "sed" command in the tutorial. I tried the
" sudo sed -i 's/\append boot=.*\)$/\1 persistence/' syslinux/live.cfg" line and received this response:
sed: -e expression #1, char 36: Unmatched ) or \)
Now I fully admit it could be my own stupidity [probably!] or the fact that I am not as versed in sed as I should be, but I am stumped. I did try to use my google-fu but to no avail. All I want to do is get this to work and then I would be a happy camper! Any help would be appreciated!
Once again, I apologize if this is a stupid question to someone else! Always learning you know!
Thanks,
Chaos
Last edited by chaos (2016-04-03 20:30:24)
Offline
Might I suggest a new method of installing bunsen on a USB with persistence? Use virtualbox. Don't create a hard drive. Install the addons and add the device in the virtualbox settings for your bunsen installation vm. Boot the iso as a virtual cd-rom with the usb attached and passed through via those settings, and you can treat it just like /dev/sda. After initially installing bunsen, when it's time to reboot, it may not boot at all - that's fine. Just reboot your computer on bare metal from the USB and it'll work.
Offline
...
I am following HHH's tutorial on setting up BL on a USB with persistence and I was almost there when I got an error when I was trying to execute the "sed" command in the tutorial. I tried the
" sudo sed -i 's/\append boot=.*\)$/\1 persistence/' syslinux/live.cfg" line and received this response:
sed: -e expression #1, char 36: Unmatched ) or \)...
I think you haven't copied the command properly. If it is this post you mean, the line should be:
sudo sed -i 's/\(append boot=.*\)$/\1 persistence/' syslinux/live.cfg
You missed the opening "(" before "append"
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
@damo Thanks, that's what it was! Sometime it takes a different set of eyes to see it! Now it's all set up and working perfectly! I am a happy camper!
@cloverskull I never tried doing it that way but it sounds like a fun project that I might have to play with!
Offline
Good news
If you could edit the title of your first post and add [SOLVED] it may help others
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