You are not logged in.

#1 2016-04-02 21:28:16

chaos
New Member
From: San Jose, CA
Registered: 2015-10-03
Posts: 2

[SOLVED] Stuck on USB Install with persistence sed error!

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

#2 2016-04-02 21:57:00

cloverskull
Member
Registered: 2015-10-01
Posts: 348

Re: [SOLVED] Stuck on USB Install with persistence sed error!

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

#3 2016-04-03 09:02:40

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

Re: [SOLVED] Stuck on USB Install with persistence sed error!

chaos wrote:

...
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

#4 2016-04-03 17:53:58

chaos
New Member
From: San Jose, CA
Registered: 2015-10-03
Posts: 2

Re: [SOLVED] Stuck on USB Install with persistence sed error!

@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

#5 2016-04-03 18:53:13

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

Re: [SOLVED] Stuck on USB Install with persistence sed error!

Good news smile

If you could edit the title of your first post and add [SOLVED] it may help others 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

Board footer

Powered by FluxBB