similar to: getting device to boot from thumb drive

Displaying 20 results from an estimated 5000 matches similar to: "getting device to boot from thumb drive"

2008 Jun 08
1
what modules are needed in initrd to boot from USB thumb drive
Hi, What modules are needed in my mkinird command with --preload to boot from usb thumbdrive? THanks, Jerry
2004 Mar 11
2
Booting to USB Pen Drive
I am trying to use Syslinux as my boot loader for a stripped down version of Knoppix (DSL) on a USB Pen Drive. I followed the instructions verbatim on http://rz-obrian.rz.uni-karlsruhe.de/knoppix-usb/knoppix-usb.html, but no luck. The system will start to boot to the USB, but gives a Kernel Panic. I will give all information that shows on the screen. After I select Boot from USB (which on my
2012 Sep 18
4
[PATCH] EHCI/Xen: propagate controller reset information to hypervisor
Just like for the in-tree early console debug port driver, the hypervisor - when using a debug port based console - also needs to be told about controller resets, so it can suppress using and then re-initialize the debug port accordingly. Other than the in-tree driver, the hypervisor driver actually cares about doing this only for the device where the debug is port actually in use, i.e. it needs
2006 Jun 24
3
Installing TOO USB Drive
Greetings CentOS Fans. I'm working on an Inspiron 9400 Laptop. It supports booting from USB devices, so I'd like to install CentOS on a USB hard drive as an alternative to XP. I tried booting to the 4.3 (disk 1) CD, but it doesn't see the USB Drive when it gets to the stage of partitioning... any idea what's involved in getting the USB drive recognized so I can install
2002 Feb 14
1
Advice on using barplot
Greetings- I'm venturing into a new (for me) area of using R: some presentation graphics based on R data. I'd like to compare two distributions of ordinal variables in relatively small (N=203 and 207) subsets of an R dataset. I can get a reasonably good picture of the distributions' differences with: x11() plot(table(hcd.df$auth.sum[hcd.df$datecat==1]),
2008 May 22
5
my domU from jailtime.org using latests xen kernel freezees
Hello, i will describe my approach 1) I have downloaded Centos5-64bit xen image from jailtime.org 2) I have created own swap image with 512MB file size 3) I have used same as dom0 kernel 2.6.18-53.1.19.el5xen 4) I have mounted my image file and copied /lib/modules/2.6.18-53.1.19.el5xen 5) I have created custom ramdisk for domU with mkinitrd --with=xennet --preload=xenblk
2002 Feb 19
1
Smoothed lines over barplots
Greetings. I'd like to generate a graph that displays two distributions as side-by-side bar graphs, then plots a smoothed line of the distribution on top. The idea is to be able to visually compare the distributions. I've done the following, but the axes don't line up. Any suggestions? barplot(table(hcd.df$datecat, hcd.df$auth.sum), beside=TRUE,
2006 Mar 01
1
Eager loading problem. Help greately appreciated
Each Timesheet has an employee. An employee has a division and a location. I want to find all the timesheets with a status of 2. I then iterate over the timesheet collection and print the timesheet name, employee name, employee divison name, and employee location name. Like so: for t in Timesheet.find(:all,:conditions=>"status=2",:include=>:employee) puts timesheet.date
2008 Mar 09
1
DomU boot hangs after cron; XENBUS errors
I am having an issue getting a DomU to boot properly. There is never any indication of a stop error or kernel panic, it simply hangs after "Starting crond [ OK ]" and never continues. I''ve included my mkinitrd and output from xm create... please help! ##### XENBUS errors ##### XENBUS: Device with no driver: device/vbd/2049 XENBUS: Device with no driver: device/vbd/2050
2011 Jan 30
1
HDT: New release 0.4.0-beta1
Hey folks, Last release was a long, long time ago. Pierre & I got a lot of work on our respective jobs. Anyway, I spent some days to complete some work on Syslinux & HDT. My current git tree is now featuring an ACPI implementation that allow parsing the structures (dsdt, ecdt, facs, fadt, madt, rdsp ,rsdt, sbst, xsdt) This pre-release of HDT is so featuring this table detection + cpu
2011 Jan 30
1
HDT: New release 0.4.0-beta1
Hey folks, Last release was a long, long time ago. Pierre & I got a lot of work on our respective jobs. Anyway, I spent some days to complete some work on Syslinux & HDT. My current git tree is now featuring an ACPI implementation that allow parsing the structures (dsdt, ecdt, facs, fadt, madt, rdsp ,rsdt, sbst, xsdt) This pre-release of HDT is so featuring this table detection + cpu
2012 Nov 02
5
[PATCH, v3] fix build with XEN and EARLY_PRINTK_DBGP enabled but USB_SUPPORT disabled
Since there''s no possible caller of dbgp_external_startup() and dbgp_reset_prep() when !USB, there''s no point in building and exporting these functions in that case. This eliminates a build error under the conditions listed in the subject, introduced with the merge f1c6872e4980bc4078cfaead05f892b3d78dea64. Reported-by: Randy Dunlap <rdunlap@xenotime.net> Signed-off-by: Jan
2008 Apr 16
1
Centos 5.1 - Xen/ domU related booting questions
Hello, I successfuly run Centos 5.1 domU in Centos 5.1 dom0. But I still have some minor issues/errors/warnings while booting I'd like to fix and here are my questions: 1. How to disable loading usb host controler module: [...from dmesg... ] Loading uhci-hcd.ko module USB Universal Host Controller Interface driver v3.0 insmod: error inserting '/lib/uhci-hcd.ko': -1 No such
2005 May 28
1
Forcing ticks in plot for hclust object outside the limits
Hello! I have the following problem. I would like to plot the hclust object "hcd" (bellow, at the end of the mail) with ticks at seq(0.05,0.25,by=0.05). I tried using the code plot(hcd) and plot(hcd,axes=FALSE) axis(2,seq(0.05,0.25,by=0.05)) In both cases, the resoult is the same, ticks at 0.05 and 0.25 are not printed. I tried changing the ylim argumet in plot, however I got a
2007 Dec 14
7
CentOS 5.1 and Xen - mount: could not find filesystem ''/dev/root''
Hi all- I''m hoping someone can help me with this problem with Xen under CentOS 5.1 (RHEL 5.1) I''m having... This is the Xen package that comes stock with the distribution, I didn''t compile it from source. I can boot Domain0 and the hypervisor just fine. I''m trying to bring up a Xen guest VM and it crashes on boot, with this error: # xm create -c tcga1
2007 Nov 13
0
[LLVMdev] BasicAliasAnalysis and out-of-bound GEP indices
It's an optimization opportunity! When behavior is undefined, we're free to interpret it to be "whatever makes optimization easiest." If the two do actually happen to alias, well, it's the programmer's fault anyways, because they were doing something undefined! --Owen On Nov 13, 2007, at 4:13 PM, Wojciech Matyjewicz wrote: > Hi! > > While investigating
2007 Apr 19
2
CentOS 4.4 Xen VM/VPS install on CentOS 5 (xen kernel) issues
Ok So I''ve been able to successfully create a CentOS5 virt-install on xen using LVM created partitions. But have many problems trying to install 4.4 (It does not work with virt-install hence you have to try another method). I Created a name, name-tmp, name-swap, name-root paritions. I did mke2fs and mkswap no problem everything is good. I went on further to mount the name-tmp and
2004 Dec 06
1
Linux SYSLINUX vs SYSLINUX.EXE
To all or anyone: I have a very strange problem when using syslinux, and lnx-bbc. Perhaps somebody can provide some insight into Syslinux as it relates to what I'm trying to do. At Peerless, we use LNX-BBC to build a bootable USB thumbdrive. We added a script to init.d in the ram disk to execute one our scripts during LNX-BBC boot from the USB thumb drive. I have seen an apparent
2002 Jan 10
2
Simple summary question
I'd like to get summary statistics (really just a mean would be fine) for a vector in a data frame, but split based on the value of another vector. That is, I have a data frame (hcd.df) with variables datecat (which is always 1 or 2) and auth.sum (-8..+8). I've used xtabs to get chi-square comparisons, but what I need now is a simple mean of auth.sum where datecat is 1 and another where
2005 Dec 01
2
Booting from an external USB drive?
Is it possible? Booting the installer from the CD works, finds the USB drive, and allows me to put the root filesystem on it. I put the /boot partition on the internal hard drive and installed GRUB in the boot record of that partition. GRUB shows the menu and begins booting, but eventually fails with the error that /dev/sda5 (the external partition) does not exist. I was hoping (perhaps in