similar to: Bootable 5.4 USB key...

Displaying 20 results from an estimated 10000 matches similar to: "Bootable 5.4 USB key..."

2009 Oct 26
1
Bootable USB key...
Hi, I have a 'little' issue with my bootable USB keys... The following used to work (isolinux 3.11-4): Device Boot Start End Blocks Id System /dev/sdg1 * 1 3 23126 6 FAT16 /dev/sdg2 4 1023 7873380 83 Linux mkfs.vfat -n BOOT /dev/sdg1 mkfs.ext2 -m 0 -b 4096 -L DATA /dev/sdg2 syslinux -s /dev/sdg1 cd
2006 Nov 09
2
USB disk dropping out under light load
Hi all, I'm running a pretty updated CentOS4 x86_64 server (Still on kernel 2.6.9-42.0.2, but appart from that fully up to date against the official repos) with a USB-disk attached (the USB-disk is a 750G Seagate disk in a Seagate enclosure) over a USB hub. I've noticed several times that after longish periods of activity, the disk drops out (log from last time, below). In this case,
2011 Jul 22
0
Strange problem with LVM, device-mapper, and software RAID...
Running on a up-to-date CentOS 5.6 x86_64 machine: [heller at ravel ~]$ uname -a Linux ravel.60villagedrive 2.6.18-238.19.1.el5 #1 SMP Fri Jul 15 07:31:24 EDT 2011 x86_64 x86_64 x86_64 GNU/Linux with a TYAN Computer Corp S4881 motherboard, which has a nVidia 4 channel SATA controller. It also has a Marvell Technology Group Ltd. 88SX7042 PCI-e 4-port SATA-II (rev 02). This machine has a 120G
2008 Aug 31
2
LVM and hotswap (USB/iSCSI) devices?
Hi list, I'm having one of those 'I'm stupid' -problems with LVM on CentOS 5.2. I've been working with traditional partitions until now, but I've finally been sold on the theoretical benefits of using LVM, but for now I only have a huge pile of broken filesystems to show for my efforts. My scenario; I attach a disk, either over USB or iSCSI. I create a PV on this
2009 Apr 04
1
Locally attached disk is seen, 40 gig PATA in USB enclosure is not.
Hi Folks, When I boot ISOLinux, the locally attached disk is visible but the PATA 40 Gig in a USB attached enclosure is not. The locally attached disk has no bearing on what I am doing and to avoid confusion will not be mentioned again. Everything is happening on the 40 Gig. Let me explain. The goal is: Copy an installation iso to the disk, boot the disk and install it on that disk. I have
2014 Oct 05
1
CentOS 7 - Have 2 disks, each with a biosboot partition, can only boot off one of them
Hi all, I used a kickstart script to setup a new machine of mine with RAID 1 (I couldn't get anaconda to create matching partition schemes). So I've now got /dev/sdg1 and /dev/sdh1 as 'bios_grub' (/dev/sd{a-f} are a separate array). 0 root at an-nas02:~# parted /dev/sdg print free Model: ATA ST3000NC000 (scsi) Disk /dev/sdg: 3001GB Sector size (logical/physical):
2005 Sep 20
4
standalone bootable usb-stick
hi ya syslinuxerz - i've been slowly working on a making a custom bootable standalone usb-stick with X11 and kde - it's basically builds itself off of a slackware-10.1 server - create a custom initrd.gz ( /dev/ram0 ) http://linux-boot.net/Bootable/InitRD/ - create a custom rootfs.gz ( /dev/loop0 ) http://linux-boot.net/Bootable/RootFS/ - create X11 and kde loopfiles
2008 Aug 07
1
rsync: hlink.c:271: check_prior: Assertion `node->data != ((void *)0)' failed.
BLS #rsync --version rsync version 3.0.4pre2 protocol version 30 Copyright (C) 1996-2008 by Andrew Tridgell, Wayne Davison, and others. Web site: http://rsync.samba.org/ Capabilities: 64-bit files, 64-bit inums, 32-bit timestamps, 64-bit long ints, socketpairs, hardlinks, symlinks, IPv6, batchfiles, inplace, append, ACLs, xattrs, iconv, symtimes rsync comes with ABSOLUTELY NO
2009 Apr 27
2
kickstart problems...
Hi, I am creating CentOS install usb keys and, apart from a few problems, it mostly works... 1. OT: My server HP does not seem to want to boot on it if I set the write protection on. 2. Anaconda tries to fetch the ks.cfg too early... It detects sda, then detects the RAID adapter, then re-detects sda with a "waiting for device to settle before scanning". Anaconda tries to access
2006 Aug 10
2
Multi-Card reader (SD, MMC, etc) and CONFIG_SCSI_MULTI_LUN kernel option in 34.0.2. Workaround
Hi folks, Im trying to get a multi-card reader on centos (SD, MMC, and so, 4 card slots) and i have read (http://www.cs.sfu.ca/~ggbaker/personal/cf-linux) that CONFIG_SCSI_MULTI_LUN should be enabled on kernel (=Y) but current 34.0.2 doesn't have it enabled by default, is there any particular reason to not be enabled? By the other hand i've also tweak the /etc/grub.conf file to boot the
2008 Dec 06
0
syslinux 3.72 fails where 3.71 didn't
I have written a bash script (see below) to generate bootable SD-USB images using syslinux as booter. The script works OK with versions 3.63 and 3.71, but I get a null pointer error executing /tmp/$SYSLINUX/linux/syslinux -sf -o 16384 SD.img in 3.72. If you execute $ sudo sh SDformat.sh sys then you can test the image easily with qemu $ qemu -hda SD.img ++++++ SDformat.sh
2010 Apr 29
1
Building an install disk on a USB key, solved
Ok, there's been discussion, including, I think, on the wiki web page, that syslinux is not correct. At any rate, after enough experimentation, I have a working install on a USB key. The procedure is: Using fdisk, partition your key: one partition, VFAT (type b, and toggle the bootable flag), about 9M or 10M, and a second partition big enough to hold a DVD. That should be type 83 (Linux
2005 Oct 11
0
AW: Re: xen 3.0 boot problem
> > Well, i''m using here the qla2340 on several boxes. It works > > with Xen 2.0 but noch with Xen 3.0. as part of SUSE Linux 10.0: > > Interesting. If the driver really doews work flawlessly in > Xen 2, then I think the culprit has to be interrupt routeing. > > Under Xen 3, does /proc/interrupts show you''re receiving interrupts? I cannot boot with
2005 Oct 11
0
AW: Re: xen 3.0 boot problem
> > Well, i''m using here the qla2340 on several boxes. It works > > with Xen 2.0 but noch with Xen 3.0. as part of SUSE Linux 10.0: > > Interesting. If the driver really doews work flawlessly in > Xen 2, then I think the culprit has to be interrupt routeing. > > Under Xen 3, does /proc/interrupts show you''re receiving interrupts? I cannot boot with
2015 Oct 25
0
Isohybrid wiki page and UEFI
Hello, Gene Cumm said on Thu, Oct 22, 2015 at 06:39:44PM -0400: >On Thu, Oct 22, 2015 at 1:56 PM, Bruno Cornec via Syslinux ><syslinux at zytor.com> wrote: > >> 3/ Using syslinux.efi in a FAT32 image (similar to the previous 2 >> confs) stored on a iso9660 media by genisoimage and its >> -eltorito-alt-boot -efi-boot $imagefile -no-emul-boot option doesn't
2007 Mar 30
1
Problem with 2GB USB Pendrive
Hi, i'm trying to create an ubuntu live-pendrive using this tutorial http://www.pendrivelinux.com/2007/02/12/usb-ubuntu-tutorial-for-linux-users/ I have a 2GB USB Pendrive. When I insert the pendrive, /var/log/messages says: kernel: usb 5-5: new high speed USB device using ehci_hcd and address 35 kernel: usb 5-5: configuration #1 chosen from 1 choice kernel: scsi13 : SCSI emulation for USB
2009 Jun 18
1
suggestions for installing CentOS 5 via USB?
I'm having problems installing CentOS via a USB drive. First, I tried using Unetbootin, but with no avail. The 8MB netinstall doesn't work, and the big DVD image doesn't work either. http://lubi.sourceforge.net/unetbootin.html Then I tried this http://www.pendrivelinux.com/usb-centos-5-live-install-via-windows/ with a CentOS DVD file, and that did not work (just hangs). I tried
2012 Jan 10
3
Write to USB pendrives horribly slow
Hello there, since I installed CentOS6 few months ago (kept up-to-date using yum), I'm facing very poor performances when writing to USB pendrives. The hardware: a Dell Latitude E6500 laptop (Intel Core Duo P8600 @2.40Ghz), 4Go RAM + 4Go swap, several USB2 pendrives of various brands (less than old, all formatted as vfat). When I perform a copy (with cp or midnight commander, copying big
2009 May 11
1
yum update freeze...
Hi, my yum update freezed on the mkinitrd (second time it happens in 5.3): Running Transaction Updating : kernel-headers [ 1/22] Updating : viewvc [ 2/22] Updating : sos [ 3/22] Installing : kernel-devel [ 4/22]
2024 Oct 17
0
Bricks with different sizes.
Hi there. I am deploying a glusterfs 2-node server, just for fun! So in each server, I have: 2x - 500G - Operational System 2x - 2TB 1x - 1TB I formatted the 2x 2TB and the 1x 1TB with XFS and mounted it in this order: /dev/sdc -> /disk1 -----> 2TB /dev/sdd -> /disk2 -----> 2TB /dev/sde -> /disk3 -----> 1TB And the create a gluster vol with this command: gluster vol create VMS