Ask a Question related to Linux Setup, Configuration & Administration, Design and Development.
-
lin user #1
linux boot CD creation problems
Hi all,
I have a dual boot machine (XP + RH 7.3). I have not installed any
boot loaders and get into linux thru a boot floppy. (My boot sequence
is floppy, CDROM, hard drive, so if I put a linux floppy, I boot to
linux and if there is no floppy, I get into XP).
Reecently, my floppy died and I managed to get into linux thru the
installation CD, then created a new boot floppy. At that time, I
researched of creating a boot CD, instead of the floppy, for better
durability.
I went thru the bootable CD FAQ and CD burning FAQ but was unable to
create the boot CD. (Eventually, I went into XP and created a boot CD
thru Nero Express. It booted fine from the CD).
Here are the steps I followed in linux:
cdrecord -scanbus -> I noted the 3 numbers for dev option of cdrecord
Then I made an image of the boot floppy
cd ~/
mkdir boot
cd boot
dd if=/dev/fd0 of=boot.img bs=10k count=144
Then I made an iso fs
mkisofs -r -b boot.img -c boot.catalog -o bootcd.iso .
Then I tested the iso by mounting onto cdrom
mount -t iso9660 -o ro,loop=/dev/loop0 bootcd.iso /cdrom
When I examined the contents of the /cdrom, it had boot.img and
boot.catalog, wheras my boot floppy has vmlinuz, initrd.img etc. So I
had my doubts if the CD image is going to work.
I burned the image onto CD (CDRW) anyway by the following:
cdrecord -v speed=2 dev=0,0,0 -data bootcd.iso
This also completed w/o errors.
However, the machine did not boot thru the CD.
(I burned the image from the floppy on the same medium (after erase)
thru Nero, and that worked OK ie the machine recognized the bootable
CD at startup and took me to the boot: prompt)
I am still curious to get it working in linux. Any hints as to what
might have gone wrong?
regards
murli
lin user Guest
-
how to put linux in 98/xp dual boot
I have a 98/xp and dual boot and linux installed with GRUB in the MBR. This gives me 2 screens first of grub and then 98/xp. I want to put linux in... -
How can I restore my Linux boot?
Hi, I reinstalled my Windows 2000, thus Linux can't boot any more. Could anybody tell me how to recover Linux/Windows dual boot using Linux... -
Creation of root/boot diskette's for Compaq's
On Fri, Jul 18, 2003 at 04:01:19PM +1000, Stuart J. Browne wrote: i can tell you that recent attempts at similar have bitten me in the butt. at... -
How to Install Dual Boot of Two Linux
Hi there, My PC is running Red Hat 7.1 on its first hard drive (hda). Right now, I have just installed a second hard drive (hdb) to it, and want... -
Using Lilo to boot more than one Linux distro.
I have two linux distros on my machine, but cannot figure out how to configure lilo to boot them. Searching on the web, I don't find many answers...



Reply With Quote

