General :: Centos Bootable ISO Using Dd?

Jan 28, 2011

Currently i am using centos on vmware. ISO that i downloaded was bootable. Now i want to perform installation on my real system. If i use dd utility to copy iso image to DVD disc, will it also retain its bootable property as well ?

View 2 Replies


ADVERTISEMENT

General :: Make USB Bootable Stick For Installing Fedora Or Centos Using VNC?

Sep 3, 2011

I have a PC with no option for a keyboard. I have to install the operating systems without a keyboard or mouse.

I have to make a bootable USB stick which can allow me to connect to the PC from my Laptop with a VNC connection, then the complete installation using IP to IP. I did this with the following:

Download [URL] Extract the files of .iso to my laptop Add the manual file in CentOS-6.0-i386-minimal/isolinux/ks.cfg

install
lang en_US.UTF-8
keyboard us
timezone --utc Europe/Brussels
rootpw --iscrypted $6$i5qEWD.
selinux --disabled

[Code]....

This allows you to modify your original iso files with the new contents and pack it as one .iso file

Finally load unetbootin and burn to your USB or disk or CD

View 1 Replies View Related

General :: Creating A Bootable Floppy From A Bootable Machine?

Jun 9, 2010

creating a bootable floppy from a bootable floppy image on a NON Linux machine I am trying to install dsl (damnsmallLinux) on one of my old Compaq 2000 Deskpro machine having 256RAM and 2 GB hardisk. (which I hope to increase to 8 or 10 GB ...can I use a larger disk capacity??) I have downloaded the floppy bootable image from the website using a machine a fedora OS machine that does not have a floppy drive. I have even converted the image file to an iso file. I can copy this image file or iso file to the Compaq machine but how do I use it as a bootable floppy? OR how do I create a bootable floppy disk from this image?

View 6 Replies View Related

CentOS 5 :: How To Create Bootable CentOS Iso File With New Contents

Jun 16, 2010

I installed the latest CentOS 5.5 in my PC. I added some public domain projects on it. Now how can I make another boot-able CentOS iso file with all the new projects I just added? In the other words, I try to create a boot-able CD with the CentOS and all the projects on it.

View 1 Replies View Related

CentOS 5 :: Using 5.4 From A Bootable Live USB Drive?

Nov 14, 2009

Is it possible to install CentOS 5.4 on a USB Flash Drive to boot from or even a LiveCD? I know with OpenSUSE 11.2 there is a LiveCD version and Ubuntu can be booted this way.

View 1 Replies View Related

CentOS 5 :: Using K3b To Burn Bootable Iso Of Centos5.5?

Jun 17, 2010

Is it a straightforward endeavour to burn a bootable iso of centos5.5 with k3b, or is there some hidden setting to make sure it is bootable?I have looked,and I haven't found anything.

View 3 Replies View Related

CentOS 5 :: Unable To Make Bootable DVD - Iso Image

Apr 11, 2010

I downloaded the iso image of Centos 5.4 from the website and burned it on the dvd....but its not making it bootable...What am i doing wrong?

View 3 Replies View Related

Server :: Make USB Flash Drive Bootable In Centos?

Sep 7, 2010

I have a USB drive of 4 GB and I want to make the drive as bootable. I used the command /sbin/mkbootdisk --device /dev/sdb1 "kernal version" ( sdb1 is my pen drive).When i ran this cmd,it gave me an error saying not enough space to write.

View 3 Replies View Related

CentOS 5 :: Ext4 For 5.4 - Non-bootable Addon Or GRUB Boot Off It?

Jul 6, 2009

I am noticing RHEL 5.4 is in beta. Does anyone know what 5.4's plans are for ext4? Is it still going to be a non-bootable addon? Or, will GRUB now boot off it?

View 1 Replies View Related

CentOS 5 :: Syslinux Error When Making Bootable USB Disk?

Oct 2, 2010

I'm trying to make a bootable USB disk by using syslinux. The USB disk is recognized as /dev/sdc.

#mkdosfs -I /dev/sdc
#syslinux /dev/sdc

After executing the above two commands, it generates errors as follow:

end_request: I/O error, dev sdc, sector 32
printk: 21 messages suppressed.
Buffer I/O error on device sdc, logical block 4
Buffer I/O error on device sdc, logical block 5
... ...
Buffer I/O error on device sdc, logical block 12
Buffer I/O error on device sdc, logical block 13

View 4 Replies View Related

CentOS 5 Server :: Setup Bootable Image On Hard Drive?

Feb 2, 2010

i want to setup multiple xen on a remote server in a datacenter, this is first time i am doing it, i want to know when we do it on a local machine it asks for bootable DVD to be inserted, but that can't be done on a remote server, so is there a way we can give it the path of some directory which behaves as a bootable dvd and install the os

View 1 Replies View Related

CentOS 5 :: Kickstart Bootable USB Works On HP7700 But Hangs On HP8000

Jul 6, 2011

I developed a bootable Kickstart USB Stick earlier that works flawlessly on a HP7700 computer with a 750 GB drive but when I use the exact same USB Stick on a HP8000 computer with 2 - 2 TB drives, the systems hangs after loading initrd.img

I have searched with my friend Google high and low have been unable to find a solution. I have tried adding acpi=off and maxcpus=1 to the Append line in the syslinux.cfg without success.

As a workaround I created a bootable DVD which I then pointed to the USB Stick to load in the Kickstart configuration but would really prefer to use a single USB stick to perform this task.

Below I have pasted the output of the lshw commands for the HP7700 and HP8000 thinking there must be something in the hardware causing the problem.

what needs to change in the kickstart config to allow this new hardware to work with my bootable Kickstart USB Stick.

LSHW for HP7700 (the pc that works):

stc0025988
description: Low Profile Desktop Computer
product: HP Compaq dc7700 Small Form Factor
vendor: Hewlett-Packard
serial: CAC72905KD
width: 32 bits

[Code].....

View 2 Replies View Related

Slackware :: Making A USB Stick Bootable From A Bootable Cdrom?

Oct 23, 2009

I have a cdrom (bootable) that I want to copy over to a usb stick, and have THAT boot the system (Adding other files to it before hand) I know it's easy, but how? I've already made a iso of the cdrom.

View 2 Replies View Related

Debian :: Copy A Bootable CD To A Bootable Partition?

May 11, 2010

How can i copy my G4L bootable CD into a partition, so thar i can boot from it, and not use the CD anymore?The idea is based in the fact that i am so lazy ... that opening/closing the CD is getting on my nerves

View 5 Replies View Related

Software :: If I Dd Copy A Bootable Usb Drive To An Iso Will The Iso Be Bootable

Mar 23, 2011

If I dd copy a bootable usb drive to an iso will the iso be bootable?

I haven't tried it yet, but i'm going to. Heres the situation and tell me if I'm crazy.

I have several bootable CDs I use at work to do different things, so I went ahead and made a multi-boot usb stick with the isos on them and everything is golden. When i need something else, I am able to slap the ISO on the usb stick, edit the menu.lst and I'm good to go.

The problem is, for some of our equipment I have a bootable USB stick that I have to use. I tried copying the files on the bootable USB to my multi-boot usb and setup grub to boot it (which admittedly I'm no expert at), but have had no luck.

So now I'm thinking, I'll use dd to copy the bootable USB stick to an iso (using bs=2048) and then do my normal setup with an ISO and maybe it will work.

View 5 Replies View Related

Slackware :: Burn Bootable Cd From Bootable Flashdrive?

Apr 3, 2010

I have slackware on a bootable flash drive, and the pc onto which I want to install slack won't boot from a flash drive. So how do I burn a bootable set of CDs from my flash drive?

View 2 Replies View Related

CentOS 5 :: Build A Bootable System Image On An Attached Hard Disk On A Running Machine?

Feb 27, 2011

I would like to build a bootable system image on an attached hard disk on a running CentOS machine.The hard disk would be moved to a headless server, where only SSH access would be available. It seems that all the documented install methods assume that the installation runs on the taget machine. In this case, I would like to create a bootable system image of CentOS on a running host system. The new install mage would generally have a newer version of CentOS than the running host system where the image is created. Also, I would prefer
to do a text-based install.

The reason for all this is that I have network access to several remote machines. I can ask disks to be moved between machines, but I have no physical access. In order to do software testing, I would like to have several system disks with different installed CentOS versions. It would be easer if I could build the system disks on one single machine. The hardware an all machines is very nearly identical.

View 1 Replies View Related

Ubuntu :: Extract Bootable CD Into A Bootable ISO?

Mar 4, 2010

I own a legit Windows XP Home CD, with time its getting more scratches so I want to make an ISO backup. I tried Brasero but the ISO it creates doesn't seem to be bootable. I don't mind using GUI programs, but I'd prefer to know the command line programs to learn more .

View 9 Replies View Related

General :: Run Windows XP (VM) From Bootable USB

Apr 18, 2011

Is there any setup that will allow one to plug in and boot via USB (most likely a linux distro) and then bring up Windows XP (or any OS) in a VM?

View 1 Replies View Related

General :: Convert Bootable USB Into ISO

Mar 4, 2010

I have a unique issue. Unique in the sense that I have only found the opposite of what I'm after so far. Here goes:

I have a special bootable "Linux" USB. Tested the USB and it boots up and builds any old PC - with an appropriate BIOS. I would like to convert this USB - better still its contents - to an ISO.

Reason? VMWare server doesn't support USB bootable BIOS at present. Not sure it ever will.

View 13 Replies View Related

General :: Make XP Bootable From Usb?

Aug 20, 2010

is there any program that i can run under ubuntu 10.10 netbook remix and make windows XP installable from a flashdrive via a torrent i downloaded. i need to install windows back on this computer then reinstall linux and dual boot for work.

View 14 Replies View Related

General :: Recover To Bootable Windows?

Mar 6, 2011

Have following problem:

Computer has 3 partitions: windows swap, windows recovery, and 3rd, which currently has linux.

There is grub installed, which lets me choose to run windows recovery, or linux. Both boot fine.

But. I'd like to remove Linux, and use recovery to install windows. When I boot to recovery, and make it install windows, it does so, but after rebooting all I get is:

error: no such partition
grub rescue>

ls shows 3 msdos partitions, but I don't know what to do with it further.

When I did boot Linux rescue, and overwrote first 446 bytes of /dev/sda to remove grub - computer doesn't boot at all.

I do not have any bootable windows disks, just the rescue. I do have another computer I can work on, so I can download stuff from internet if it would help me.

View 3 Replies View Related

General :: Check Whether A Bootable DVD Is Damaged Or Not?

Jul 3, 2010

I have a Slackware 12.2 DVD, I was ready to install it when I noticed some scratches on it. I do not know how to install Slack currently, therefore I do not want to mess with the installation. What is the way by which I can be sure that the ISO image in that DVD is intact ?

View 14 Replies View Related

General :: How To Make Bootable Pendrive

May 4, 2011

how to make bootable pendrive

View 5 Replies View Related

General :: Making SD Card Bootable?

Aug 24, 2010

Earlier today I created a bootable USB stick by executing a script file that came with the distro for that purpose and experienced no problems. Later on, I tried exactly the same thing but using a SD card via a USB adaptor and it didn't work. Is there some difference in geometry between these two media types that could cause this problem?

View 5 Replies View Related

General :: Making USB Disk Bootable On Key?

Jun 22, 2011

How to make a usb disk on key bootable?

View 3 Replies View Related

General :: Possible To Make Bootable Floppy To Run New OS

Sep 7, 2010

i have been doing a house clearance and come across an old laptop nothing special but its old running windows 95 i think any way i have used dsl b4 as a bak up incase my pc went dawn haw do i get rid of windows and run dsl on this laptop as it only has a floppy drive and a 2.5 gig hard drive its a relik i know this but instead of throwing it away i thout that putting dsl on it i could make a web browser out of it just for fun is it possable to make a bootable floppy to run the new os on the laptop.

View 5 Replies View Related

General :: Make A Bootable DOS Usb Drive?

Jul 10, 2011

I have a linux ubuntu pc with superuser access, and a windows xp pc with no administrator access so I cannot make use of any formatting tool in that.

View 10 Replies View Related

General :: ISO File - Minimal Bootable CD

Aug 23, 2010

I'd like to download an iso file for a cd to be used like my win98se backup diskette. I would need command line, fdisk, mkfs, mkdir, mount, unmount, tar. Want to use it to backup fedora 12. Have clonezille - know of dd - neither quite what I want. Best if it is a relative of fedora so it makes appropriate assumptions - good if it is small to minimize download time.

View 5 Replies View Related

General :: Nightly Bootable Backups Using Dd?

Nov 19, 2010

I am a Mac user since 1988. I recently discovered Linux Ubuntu and love it. So much that I use it about 95% of the time. On the Mac there is an application I use called Superduper which makes a bootable backup to an external USB drive.

Can I do the same kind of thing using the dd command? I use the excellent Cron GUI Scheduled Tasks. I was hoping that maybe I can use that to schedule nightly bootable backups. Is dd the right tool to use? Once the initial backup is done (which I understand can take a long time), does dd do incremental backups after that.

Looking forward to how I can set this up so that I can just set and forget reassured that bootable backups are occurring overnight.

View 13 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved