LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > VectorLinux
User Name
Password
VectorLinux This forum is for the discussion of VectorLinux.

Notices


Reply
  Search this Thread
Old 07-15-2015, 08:52 AM   #1
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342

Rep: Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242
How do I created a bootable USB stick to install sys on HDD?


I've tried dd if of and cp to get the iso onto a usb but it does not boot up, then I did it the way zenwalk needs to have it done to make it boot able USB Stick still no luck.

so what do I got a do on the command line to get this Vector Linux onto a USB so I can install it onto my hard drive???

Adding it to my dual boot to make it a thrice boot.
 
Old 07-15-2015, 08:53 AM   #2
Keruskerfuerst
Senior Member
 
Registered: Oct 2005
Location: Horgau, Germany
Distribution: Manjaro KDE, Win 10
Posts: 2,199

Rep: Reputation: 164Reputation: 164
http://unetbootin.sourceforge.net/
 
Old 07-15-2015, 10:19 AM   #3
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342

Original Poster
Rep: Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242
Quote:
Originally Posted by Keruskerfuerst View Post
O' Tay I'm going to give that a try. all the other linux heads in debian kept telling me dd or cp to get things working right. even though I've noticed this iso is funny like that -- downloading now to give that a try .. thanks
 
Old 07-15-2015, 02:25 PM   #4
Head_on_a_Stick
Senior Member
 
Registered: Dec 2014
Location: London, England
Distribution: Debian stable (and OpenBSD-current)
Posts: 1,187

Rep: Reputation: 285Reputation: 285Reputation: 285
Quote:
Originally Posted by BW-userx View Post
I've tried dd if of and cp
What were the exact commands used?

Those commands only work with isohybrid ISO images.

You can convert non-isohybrid images using syslinux (the syslinux-utils package in Debian):
Code:
# isohybrid example.iso
Replace "example.iso" with the full name of the ISO image.

http://www.syslinux.org/wiki/index.php/Isohybrid

Last edited by Head_on_a_Stick; 07-15-2015 at 02:26 PM. Reason: typo
 
Old 07-15-2015, 10:12 PM   #5
jefro
Moderator
 
Registered: Mar 2008
Posts: 21,974

Rep: Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623
Where did you see that your iso can be dd to a usb?

When you say iso looks good what do you mean.


I'll assume that live usb creator or unetbootin would do what you want as Keruskerfuerst suggests.

Not all iso's can be placed on a usb directly with dd. Not all have the ability to run in a live creator. Some could possibly be loaded with grub or grub4dos on the usb directly to an iso image.
 
Old 07-16-2015, 02:10 AM   #6
Head_on_a_Stick
Senior Member
 
Registered: Dec 2014
Location: London, England
Distribution: Debian stable (and OpenBSD-current)
Posts: 1,187

Rep: Reputation: 285Reputation: 285Reputation: 285
Quote:
Originally Posted by jefro View Post
Where did you see that your iso can be dd to a usb?
I told him this when referring to Debian ISO images (which are of the isohybrid type) but the OP claimed it never worked, which is strange 'cos it works for everyone else.

The suspicion was that the OP forgot to use `sync` command or the `conv=sync` flag to flush the buffers onto the USB stick.

I don't think the VectorLinux ISO image is of the isohybrid type so the OP needs to either convert it (as outlined in my post) or use unetbootin

Last edited by Head_on_a_Stick; 07-16-2015 at 02:11 AM. Reason: I got the distribution name wrong
 
Old 07-16-2015, 02:20 AM   #7
Keruskerfuerst
Senior Member
 
Registered: Oct 2005
Location: Horgau, Germany
Distribution: Manjaro KDE, Win 10
Posts: 2,199

Rep: Reputation: 164Reputation: 164
You can also use the following:
http://www.isotousb.com/

http://pcsupport.about.com/od/file-f...rn-iso-usb.htm

And: https://www.google.de/search?q=write...rtMMXeU-jqgdgG

Last edited by Keruskerfuerst; 07-16-2015 at 02:24 AM.
 
Old 07-16-2015, 07:39 AM   #8
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342

Original Poster
Rep: Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242
Quote:
Originally Posted by jefro View Post
Where did you see that your iso can be dd to a usb?

When you say iso looks good what do you mean.


I'll assume that live usb creator or unetbootin would do what you want as Keruskerfuerst suggests.

Not all iso's can be placed on a usb directly with dd. Not all have the ability to run in a live creator. Some could possibly be loaded with grub or grub4dos on the usb directly to an iso image.
I didn't find anything on Vector Linux on how to create a bootable iso -- been doing
Code:
dd if=/name of iso of=/path/to/usb && sync
its always been working for me except when I got a hold of Zenwalk ~ another slackware derivative. then I got lucky and found a webpage with a step by step to loop the iso then install by coping it onto the usb then using syslinux to make it bootable ..

that installed but it is so far not up to being 100% compatible with SlackWare (slackBuilds) but this post is not a Linux review
 
Old 07-16-2015, 07:59 AM   #9
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342

Original Poster
Rep: Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242
Quote:
Originally Posted by Head_on_a_Stick View Post
I told him this when referring to Debian ISO images (which are of the isohybrid type) but the OP claimed it never worked, which is strange 'cos it works for everyone else.

The suspicion was that the OP forgot to use `sync` command or the `conv=sync` flag to flush the buffers onto the USB stick.

I don't think the VectorLinux ISO image is of the isohybrid type so the OP needs to either convert it (as outlined in my post) or use unetbootin
what are you doing in here sneaking around ? lol and I did learn to put '&& sync' at the tail end of the CLA (command line argument)

the big bugger is that Vector Linux as far as I seen did not even post a how to get it to a usb to use it. Because I specify remember googling a how to on victor linux many times trying to find info before posting this. this is a a failure on their part.

If someone puts out a distro then they need to put out a how to on that same page, or a hey look here easy to find link to what ever page they put it on, and not make the end user go page hopping looking for instructions on how to get it installed onto the most commonly used Mediums. ie USB / SD CARD / then DVD and CD's. this should be posted with there regardless of the end users knowledge base for all to see it. because it seems them people just take it for granted that everyone knows what they do and how they think so they do not have to share the knowledge of how to do this or that in what they have done because they should already know that part.

it'd make life a lot easier and cut down on questions like this. but that is just my option


as far as unetbootin their was this problem with it about seeing the USB stick too or something to that effect when using it in Linux, that I did not experience when I used it in Windows. with windows I could just click on it then direct it to the USB Port I needed it to be on, in Linux it is not so. I wrote him a e mail on that a long time ago.

that was the only thing that it prevented me from using it on Linux when I could use it in Windows, NP. But, now that I have completely removed Windows off my laptop ------

Last edited by BW-userx; 07-16-2015 at 08:05 AM.
 
Old 07-16-2015, 12:53 PM   #10
Head_on_a_Stick
Senior Member
 
Registered: Dec 2014
Location: London, England
Distribution: Debian stable (and OpenBSD-current)
Posts: 1,187

Rep: Reputation: 285Reputation: 285Reputation: 285
Quote:
Originally Posted by BW-userx View Post
what are you doing in here sneaking around ?
You cannot escape my gaze...
:P

Quote:
Originally Posted by BW-userx View Post
this problem with it about seeing the USB stick
The stick needs an MBR and a FAT filesystem for it to be recognized by unetbootin.
http://askubuntu.com/questions/13454...nted-usb-drive

AFAIK, VectorLinux is *sold* so maybe if you give them some money they will tell you what to do...
 
Old 07-16-2015, 03:08 PM   #11
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342

Original Poster
Rep: Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242
Quote:
Originally Posted by Head_on_a_Stick View Post
You cannot escape my gaze...
:P



The stick needs an MBR and a FAT filesystem for it to be recognized by unetbootin.
http://askubuntu.com/questions/13454...nted-usb-drive

AFAIK, VectorLinux is *sold* so maybe if you give them some money they will tell you what to do...
userx is not me user name right now while replying to this (hiding)

I got it working now using unetbootin -- it seen my USB, it been so long ago I forget why I couldn't get it to work in Linux but windows yes,only that is was a unetbootin thing and not me, but ne ways it works now Vector Linunx is installed now and as you know I am playing with Void Linux right now and loving it !!working on getting dwm recompiled in Void not sure if I just need to put make in here or they got other ideas on how to recompile things (side note)

Last edited by BW-userx; 07-16-2015 at 03:09 PM.
 
Old 07-16-2015, 03:32 PM   #12
Head_on_a_Stick
Senior Member
 
Registered: Dec 2014
Location: London, England
Distribution: Debian stable (and OpenBSD-current)
Posts: 1,187

Rep: Reputation: 285Reputation: 285Reputation: 285
Quote:
Originally Posted by BW-userx View Post
working on getting dwm recompiled in Void not sure if I just need to put make in here or they got other ideas on how to recompile things (side note)
In my experience, dwm is fairly distribution agnostic (:P) so the method should be the same:
Code:
make && sudo make install
Just make sure that config.mk has the correct paths defined for PREFIX, X11INC, X11LIB and the xinerama stuff (if you use that).
 
Old 07-16-2015, 03:36 PM   #13
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342

Original Poster
Rep: Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242
Quote:
Originally Posted by Head_on_a_Stick View Post
In my experience, dwm is fairly distribution agnostic (:P) so the method should be the same:
Code:
make && sudo make install
Just make sure that config.mk has the correct paths defined for PREFIX, X11INC, X11LIB and the xinerama stuff (if you use that).
yeah I am chekcing my makefile and config.mk file right now -- I already installed make and all things related to it.
Code:
[userx@void dwm]$ ls
LICENSE  Makefile  README  config.def.h  config.h  config.mk  dwm.1  dwm.c  dwm.c.backup  dwm.c.orig  dwm.c.rej  tcl.c
[userx@void dwm]$ make 
dwm build options:
CFLAGS   = -std=c99 -pedantic -Wall -Os -I. -I/usr/include -I/usr/X11R6/include -DVERSION="6.0" -DXINERAMA
LDFLAGS  = -s -L/usr/lib -lc -L/usr/X11R6/lib -lX11 -L/usr/X11R6/lib -lXinerama
CC       = cc
CC dwm.c
make: cc: Command not found
Makefile:18: recipe for target 'dwm.o' failed
make: *** [dwm.o] Error 127
that MAKE: --> cc: command not found -- got a check what that means


might post this HM (help me) in CB if I don't get it figured out

Last edited by BW-userx; 07-16-2015 at 03:38 PM.
 
Old 12-25-2015, 07:08 PM   #14
wigums
Member
 
Registered: Oct 2013
Location: Detroit
Distribution: slackware and raspbian
Posts: 126

Rep: Reputation: Disabled
bootable usb

we do not officially support the use of unetbootin
here is how to create a bootable usb
https://vlcoredocumentation.readthed...table_usb.html

here is a link to our documentation project

https://vlcoredocumentation.readthedocs.org/en/latest/
 
  


Reply

Tags
bootable, install, usb



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Mounting a bootable USB stick makes the stick non-bootable PeterSteele Red Hat 6 03-15-2013 01:44 PM
Install Slackware using a bootable USB stick mariostg Slackware 3 09-22-2012 07:50 AM
Making one partition of a USB stick bootable Ubuntu install aurora72 Ubuntu 1 05-16-2012 05:54 AM
may install from cdrom to USB FLASH DRIVE(to get it a USB stick bootable) the ubuntu lse123 Linux - Newbie 5 01-02-2009 04:56 PM
Created USB bootable Ubuntu persistent install Cant install Java murph98 Linux - Newbie 3 05-26-2008 07:09 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > VectorLinux

All times are GMT -5. The time now is 03:01 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration