Thanks Loren, I tried this method you suggested but the thumb drive does not show up as a bootable device now, I'm thinking it may be because the PC I'm installing on uses EUFI, not a bios.  I'll see if there is a comparability mode but I don't think so.

-Larry




On Tue, Sep 8, 2015 at 6:56 AM -0700, "Loren Tedford" <lorentedford@gmail.com> wrote:

Sorry for the short responses earlier i was still mobile with the phone all morning..


Here is kinda what i do but I usually do lsusb to see what the devices are..
Below an example of lsusb output
loren@loren-Laptop:~$ lsusb
Bus 002 Device 003: ID 1c4f:0002 SiGma Micro Keyboard TRACER Gamma Ivory
Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 003: ID 093a:2510 Pixart Imaging, Inc. Optical Mouse
Bus 003 Device 002: ID 046d:0a37 Logitech, Inc. 
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 004: ID 1bcf:2880 Sunplus Innovation Technology Inc. 
Bus 001 Device 003: ID 8086:0189 Intel Corp. 
Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
loren@loren-Laptop:~$ 
loren@loren-Laptop:~$ df -h
Filesystem      Size  Used Avail Use% Mounted on
/dev/sda4       572G  108G  435G  20% /
none            4.0K     0  4.0K   0% /sys/fs/cgroup
udev            3.9G  4.0K  3.9G   1% /dev
tmpfs           790M  1.4M  788M   1% /run
none            5.0M     0  5.0M   0% /run/lock
none            3.9G   35M  3.9G   1% /run/shm
none            100M   40K  100M   1% /run/user



I no longer use Windows at all I use Xubuntu Studio 14.04 LTS Windows kinda made me a little mad so i made the switch..

I hope some of this helps you out with the install if not let me know it could be the iso imagine you have might be corrupt i dont like to think of that but it is possible..

http://askubuntu.com/questions/59551/how-to-burn-a-windows-iso-to-a-usb-device



  1. Insert the USB device and then open Disk Utility (in 10.10 and older, System -> Administration -> Disk Utility).
  2. Select the USB device from the list in the left of the program and detect where it was mounted: /dev/sd[1 letter][optionally 1 number]. For example, /dev/sdc or /dev/sdc1.
  3. Make sure the USB device is unmounted (not safely removed, but unmounted) If it is mounted you can unmount it:

    sudo umount /dev/sd[1 letter][optionally 1 number]
    
  4. Assuming the .iso file is in your home folder, open the terminal and write:

    sudo dd bs=4M if=[ur .iso] of=/dev/sd[that 1 letter]
    

    Example:

    sudo dd bs=4M if=windows7.iso of=/dev/sdc
    

And wait for it to finish. (The "bs=4M" - bit is optional, just makes it faster.)



On Tue, Sep 8, 2015 at 8:25 AM, Larry da Ponte <hb9eyq@gmail.com> wrote:
That's encouraging, what method do you use to create your USB stick installs?  Combination of fdisk, dd, and file copying?

-Larry

_____________________________
From: Loren Tedford <lorentedford@gmail.com>
Sent: Dienstag, September 8, 2015 1:55 nachm.

Subject: Re: [App_rpt-users] New Acid install - kickstart download fail from USB
To: Larry da Ponte <hb9eyq@gmail.com>


Generally all my installations I use a usb stick.. However I use Linux based computer with a terminal or command prompt as the windows users would say

Loren Tedford (KC9ZHV) 
Email: lorentedford@gmail.com
Phone: 618-553-0806
Fax: 16185512755
http://www.lorentedford.com
http://kc9zhv.com

Sent from Droid RAZR HD from Verizon wireless network

On Sep 8, 2015 6:39 AM, "Larry da Ponte" < hb9eyq@gmail.com> wrote:
Thanks Loren.  This is interesting, looking over the site I see it's for creating live Linux installs that run from a USB stick, I'm trying to create installation media on a USB stick that will install to an SSD in the PC.  Once the installation is complete, I would no longer need the USB stick.

-Larry

_____________________________
From: Loren Tedford < lorentedford@gmail.com>
Sent: Dienstag, September 8, 2015 1:18 nachm.
Subject: Re: [App_rpt-users] New Acid install - kickstart download fail from USB
To: Larry da Ponte < hb9eyq@gmail.com>


I'm not sure with Windows you might try this http://unetbootin.github.io

Loren Tedford (KC9ZHV) 
Email: lorentedford@gmail.com
Phone: 618-553-0806
Fax: 16185512755
http://www.lorentedford.com
http://kc9zhv.com

Sent from Droid RAZR HD from Verizon wireless network

On Sep 8, 2015 5:44 AM, "Larry da Ponte" < hb9eyq@gmail.com> wrote:
I used the windows Rufus app to create the bootable USB stick from the acid_centos.iso.  I'm thinking this may be the trouble.  I will probably need to find another method for creating the USB stick.  Recommendations for a procedure that has worked for the Acid ISO?

Thanks

-Larry

_____________________________
From: Larry da Ponte < hb9eyq@gmail.com>
Sent: Dienstag, September 8, 2015 12:26 nachm.
Subject: Re: [App_rpt-users] New Acid install - kickstart download fail from USB
To: Loren Tedford < lorentedford@gmail.com>, < app_rpt-users@ohnosec.org>


Thanks for the reply Loren.  The same iso file installs without error when installed on a new VM.  Have you had success with a USB thumb drive install?  Perhaps Acid install from USB is not supported.

-Larry




On Tue, Sep 8, 2015 at 2:46 AM -0700, "Loren Tedford" <lorentedford@gmail.com> wrote:

I know it sounds far fetched but it almost sounds like a corrupt ISO  image..

Loren Tedford (KC9ZHV) 
Email: lorentedford@gmail.com
Phone: 618-553-0806
Fax: 16185512755
http://www.lorentedford.com
http://kc9zhv.com

Sent from Droid RAZR HD from Verizon wireless network

On Sep 8, 2015 1:54 AM, "Larry da Ponte" < hb9eyq@gmail.com> wrote:
First time AllStar user and node setup.  I have a small form factor PC with no CD ROM or floppy.  I've created a Acid Centos install on a USB stick but after it successfully boots from the stick and status the install it complains it can't find the kickstart file and then prompts me for cdrom.  I've confirmed the ks.cfg is in /Dev/sdb1:/ks.cfg but even with kickstart boot options it fails to find it.  Same PC installs Centos 7 from same USB stick without issue.  I've used the Centos Wiki page To create a USB stick install using the Centos-5 section but this method rests in a USB key that is not recognized by eufi as bootable. I'm using an acid_centos.iso downloaded a couple of days ago from the AllStar home page.

I have not tried putting the ks.cfg on an FTP or web server yet - anyone have success with Acid install from stick?

I also burned the ISO to a CD and booted from a USB CD ROM drive but it also fails to "download" the kickstart - exact experience as USB key.  Have tried all three of the USB ports on this PC.  Have also tried two different USB sticks.

73
-Larry




_______________________________________________
App_rpt-users mailing list
App_rpt-users@ohnosec.org
http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users

To unsubscribe from this list please visit http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button"
You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem.