Sponsored Content
Top Forums UNIX for Dummies Questions & Answers How to install a new system from a usb key Post 302283633 by chebarbudo on Tuesday 3rd of February 2009 04:50:58 PM
Old 02-03-2009
Thanks for your reply Corona688.
What I wanted to mean with standard arborescence was actually:
The system.tgz contains the integrality of the filesystem.

Now that you are talking about tftp, here is what I found on the PXE server:
Code:
santiago$ ls -AlR tftpboot/
tftpboot/:
total 187844
drwxrws--x 3 root admins      4096 2009-01-23 17:35 debian-installer
-rw-rw-r-- 1 root admins     13480 2009-01-23 17:36 pxelinux.0
drwxrws--x 2 root admins      4096 2009-01-23 17:36 pxelinux.cfg

tftpboot/debian-installer:
total 4
drwxrws--x 2 root admins 4096 2009-01-23 17:36 i386

tftpboot/debian-installer/i386:
total 10280
-rw-rw-r-- 1 root admins 9280899 2009-01-23 17:36 initrd.gz
-rw-rw-r-- 1 root admins 1219068 2009-01-23 17:36 linux
-rw-rw-r-- 1 root admins      87 2009-01-23 17:36 ndtv.txt

tftpboot/pxelinux.cfg:
total 4
-rw-rw-r-- 1 root admins 821 2009-01-23 17:36 default

Is there any chance I can put that on the usb key?
But where? And how do I make it bootable?
 

9 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Script to copy a usb key

How would I write a script to copy a USB key? (1 Reply)
Discussion started by: jo calamine
1 Replies

2. SCO

How to Install and Configure USB Printer in SCO 6

I'm new in SCO 6. I installed SCO 6 with NIC driver Properly. But I cann't install and Configure USB Printer In SCO 6. Any one help me? email: address deleted by the moderator (0 Replies)
Discussion started by: karzon
0 Replies

3. UNIX for Dummies Questions & Answers

Where is my USB key?

Hi everybody, When I plug a USB key to my debian, where can I access the files? I don't have any user interface, what commands do I have to run to find the files in my USB key? Thanks for your help. Santiago (6 Replies)
Discussion started by: chebarbudo
6 Replies

4. Red Hat

Looking for help with creating bootable USB key

I am currently trying to create a bootable USB key that I can use to boot a couple different X86 single slot processors. Creating a basic key is as easy as can be but I am looking to customize this boot image to meet two important criteria: 1. The system must boot in text only mode as my only... (4 Replies)
Discussion started by: kingfish1760
4 Replies

5. Linux

How to install linux in a system without cdrom, usb boot, floppy, other OS?

Hello to everyone, I am new to linux and I want to move to this system after bad experiences with windows. I have also a particular problem. An old laptop is probably able to handle just linux at this point of its life. The cdrom is gone, the bios doesn't have usb boot support, there is no... (6 Replies)
Discussion started by: highkftj
6 Replies

6. Red Hat

How to install fedora 13 from a usb media....it should not like 'live'?

im using Dell Inspiron with windows 7 as operating system.....in my hard drive there is some 34 gb unpartitioned space and now i want to install fedora 13 into it, after installation it should be dual boot. problem here is... i have the fedora 13 image file ie fedora13-i386-DVD.iso file. ... (13 Replies)
Discussion started by: karthik437
13 Replies

7. Ubuntu

Install deb from alternate usb

I installed a command-line system ubuntu 12.04 from usb and that's work. I don't have a internet connection so what I have to install must come from the alternate usb until I can let work my wireless. I mount the usb to /media/cdrom but when I do sudo apt-get install xorg , then he ask me for the... (3 Replies)
Discussion started by: thailand
3 Replies

8. Solaris

Solaris 11 install via live usb

Hello All, I am attempting to boot and install Solaris 11 via live USB on a HP DL580 Gen9 Server. Unfortunately, when I do this it boots into System Maintenance Mode. The attachment (Pic1) shows what I am seeing via the console. The BIOS is in UEFI boot. Does not work on legacy mode as I... (15 Replies)
Discussion started by: Kerbi
15 Replies

9. Solaris

Can't install 11.3 from USB on 5220

Hi, I have T5220 sparc server and I want to install Solaris 11.3 on that. From notes, I know that 11.4 will not be supported. It is old server, which had hardware RAID (with SAS card). I removed connection from that card and directly inserted both cables on motherboard because I want to get rid... (0 Replies)
Discussion started by: solaris_1977
0 Replies
usb-devices(1)							Linux USB Utilities						    usb-devices(1)

NAME
usb-devices - print USB device details SYNOPSIS
usb-devices DESCRIPTION
usb-devices is a (bash) shell script that can be used to display details of USB buses in the system and the devices connected to them. The output of the script is similar to the usb/devices file available either under /proc/bus (if usbfs is mounted), or under /sys/ker- nel/debug (if debugfs is mounted there). The script is primarily intended to be used if the file is not available. In contrast to the usb/devices file, this script only lists active interfaces (those marked with a "*" in the usb/devices file) and their endpoints. Be advised that there can be differences in the way information is sorted, as well as in the format of the output. RETURN VALUE
If sysfs is not mounted, a non-zero exit code is returned. FILES
/sys/bus/usb/devices/usb* The part of the sysfs tree the script walks through to assemble the printed information. /proc/bus/usb/devices Location where the usb/devices file can normally be found for Linux kernels before 2.6.31, if usbfs is mounted. /sys/kernel/debug/usb/devices Location where the usb/devices file can normally be found for Linux kernel 2.6.31 and later, if debugfs is mounted. SEE ALSO
lsusb(8), usbview(8). AUTHORS
Greg Kroah-Hartman <greg@kroah.com> Randy Dunlap <rdunlap@xenotime.net> Frans Pop <elendil@planet.nl> usbutils-005 23 June 2009 usb-devices(1)
All times are GMT -4. The time now is 10:41 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy