similar to: LiveCD on USB won't boot

Displaying 20 results from an estimated 700 matches similar to: "LiveCD on USB won't boot"

2010 May 16
1
How to create a printer that prints directly to a file?
I am trying to learn how to share printers using samba. I am doing most of my experiments at home w/ libvirt and where there are no printers. How can I set up a printer device that just prints to a file on my system? That would really help me in my experiments. -------------- next part -------------- An HTML attachment was scrubbed... URL:
2010 May 17
2
Yum segmentation fault when updating to CentOS v5.5
Hi all, I'm getting a segmentation fault with yum when I try to update a CentOS v5.4 install to v5.5. What I've done: * Ran yum clean all. * Ran yum update yum* * Ran yum update, and got the segmentation fault. * Yum suggested running with option --skip-broken, which I did. Still got the segmentation fault. * Rebooted machine and ran yum update again. Segmentation fault... * Googled
2010 Apr 02
5
Could not retrieve mirror list while using yum command
Hi I wanted to download and install the net-snmp package. Usually on my other CentOS boxes i use the following command to do it: yum install net-snmp I was able to successfully install net-snmp on 4 of my CentOS boxes but not on one of them. It reports me the following error message: [root at localhost yum.repos.d]# yum install net-snmp Loaded plugins: fastestmirror Determining fastest
2010 Sep 22
1
exclude mirror
how can i exclude certain mirrors from yum in centos 5? -- Among the maxims on Lord Naoshige's wall, there was this one: "Matters of great concern should be treated lightly." Master Ittei commented, "Matters of small concern should be treated seriously." (Ghost Dog : The Way of The Samurai) -------------- next part -------------- An HTML attachment was scrubbed... URL:
2006 Sep 18
0
Permission denied
Hii All, I'm really a linux newbie, I managed to run into a problem with rsync. I want to conduct backups of various files and directories over about miles of Internet, so I chose ssh and rsync for the job. Earlier it used to work fine, but suddenly donno what happened it started to show the following errors sync: mkstemp
2010 Jul 22
3
Building an install disk on a USB key manually or using unetbootin
Has anyone successfully built a USB key for installing centos5.5 either manually or using a tool like unetbootin? I am trying to create one using the 64bit install DVD iso and so far the USB either won't boot (unetbootin) or the installation aborts after I select the iso location on the USB key (manual). Thanks, David
2005 Aug 30
3
USB Disk
I put a new server together with CentOS 4. This server is doing a number of functions including ntp, mail, and web server. I had a USB drive plugged in and it was working great. I could access it at /media/usbdisk and I copied lots of data to it. I felt the server was "complete" so I wanted to move it. I shut it down, moved it, etc. Everything is ok, except that I cannot access the
2010 Oct 03
16
XCP 5.0 Your license has expired. Please contact your support representative
xe vm-start vm=debian Your license has expired. Please contact your support representative. Network and Management Interface XCP 0.5.900-36486c I was seriously under the impression we fixed this, now all my images are offline is there any way to fix this without reinstalling everything ? _______________________________________________ Xen-users mailing list
2010 Apr 30
1
USB Key Setup
Marcus Moeller wrote on 04/30/2010 02:45 AM: > Dear Phil. > >> Thanks for the feedback. Will have a look when I get time, which may not be >> soon with 5.5 QA heating up. I was actually thinking about depreciating >> that procedure and recommending UNetbootin which is a lot simpler to use. I >> created a RHEL6 Beta bootable USB flash device on an 8GB stick using
2008 May 24
1
USBDisk question
I have an external USB drive, and when mounted, it was /media/usbdisk. When I recently tried my rsync backup, a usbdisk1 had been created...I guess by the auto-mounting (when the disk is turned on). Is there a way to remove the usbdisk1 and set it up so that the auto-mounting will use usbdisk? Or should I just leave it be? I needed to change my command line for the rsync backup to
2007 Apr 23
1
chgrp problem
I'm using a comand like rsync -av directory /media/usbdisk/ to backup to a usb device (on a Fedora 5 machine). I'm getting 100s of messages like rsync: chgrp "/media/usbdisk/file" failed: Operation not permitted (1) and then at the end rsync error: some files could not be transferred. How do I fix this? Why is rsync trying to change the group? And is the message at
2017 Jul 27
2
What RH-like on a Dell XPS 15 (9590)?
On Thu, Jul 27, 2017 at 08:38:14PM +0200, wwp wrote: > Say, instead of stable, something not rawhide. But I'll examine all > options that do work, so let's forget about "stable". In that case ? and I freely admit I have some bias here ? I highly recommend Fedora. It's not stable in the sense of strict ABI compliance, although we try to minimize disruption within the
2009 Mar 31
3
Installing Cent OS from a usb flash drive
I recently acquired a Fujitsu Lifebook 1610. Unfortunately, the machine was missing a lot of the stuff that would've come with it brand new, mainly the usb cdrom drive. Currently, I'm running Fedora on it, and I installed it using a usb flash drive with the help of a program called unetbootin(Probably not spelled right). to load the ISO onto the USB drive. I've successfully used
2016 Mar 05
5
6.7 netinstall fails at insert cd to continue
On 03/05/16 09:04, Chris Murphy wrote: > You don't say how you created the media. > -- true, i did not say how i created cd's. i used k3b as it is easier, less to remember, than using command line. usb's sticks were created using unetbootin and fedora-liveusb-creator. yes, i did not mention that i tried with 2 usb sticks. failure was same, did not feel it mattered. failure is
2011 Apr 13
3
(no subject)
Hi all, I've got a bit of an issue with reinstalling a server. I can get the installer to boot off a memory stick made with unetbootin, but I can't seem to find the installation files on the stick. I have hda, sda and sdb but none are acceptable install media. How do I mount the USB stick while in the installer to install off it? DVD isn't an option because it's been
2005 Jul 12
1
HAL and mounting volume
Hi, is there anybody understanding HAL? I use CentOS 4 (RHEL 4) I need set specific mount options for USB flash disk. I found I can do it in /usr/share/hal/fdi/95userpolicy/storage-policy.fdi <?xml version="1.0" encoding="ISO-8859-1"?><!-- -*- SGML -*- --> <deviceinfo version="0.2"> <device> <match key="volume.fstype"
2018 May 04
0
Hello ,How Can I do USB emulation
I have a usb.img file, and i want to create a usbdisk(USB emulation) for vpc in a kvm server. I found something like this: qemu-system-x86_64 -device piix3-usb-uhci \ -drive id=my_usb_disk,file=usbdisk.img,if=none \ -device usb-storage,drive=my_usb_disk but i want to do it in a xml files for libvirt. i did not find any example for it. how can i do it thank u very much.
2016 Feb 07
2
"upstream testing"??
On 02/07/2016 04:09 PM, Alexander Dalloz wrote: > Am 07.02.2016 um 22:00 schrieb Bear Tooth: >> [Follow-ups set to gmane.linux.centos.general] >> >> My wife had been running CentOS 6.4 almost since >> its inception; then her PC broke down. >> >> We got a PC from System76, and Ubuntu turned out >> utterly unsuitable for us, as
2005 Dec 01
1
Connecting to USBDISKs
When trying to connect to my USBDISK I receive an error message that it is not supported. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20051201/4d4afd84/attachment-0002.html>
2009 Sep 23
1
installonlypkgs vs. exclude in yum.conf
HI, with "exclude" in yum.conf I can exclude kernel-updates via: exclude=kernel* If I use installonlypkgs, what happend exactly? Like: installonlypkgs=kernel kernel-smp kernel-devel kernel-smp-devel kernel-largesmp kernel-largesmp-devel kernel-hugemem kernel-hugemem-devel What's the difference betwenn update and installonly? Thanx! ttyl, Django -- "Bonnie &