LinuxQuestions.org
Visit Jeremy's Blog.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices

Reply
 
LinkBack Search this Thread
Old 07-17-2004, 06:07 AM   #1
Swift&Smart
Member
 
Registered: Jan 2003
Location: Hong Kong,China
Distribution: Slackware,OpenSUSE
Posts: 472

Rep: Reputation: 30
Installation Fedora Core 2 without CD-ROM,floppy


Hello,everyone! I have a thorny question to ask all of you. Please advise solutions.

Background:
I bought a dell notebook few months ago without CD-ROM & floppy drive( out of budget).I have pre-installed Windows Home and would like to install Fedora Core 2 now.

Questions:
However,how can I boot the installation disk?I know that I can use USB pen drive as installation bootdisk and my BIOS supports it.The problem is that even fedora core 2 website provides insufficient information regarding this.Do you guys have any experiences about this?Next solution,if I buy a IDE->USB cable along with my desktop DVD-ROM drive,can I boot that drive?If it goes well,I can eventually boot with CD and install them.I have asked vendors but their answers are different.One says you can boot the disk with DVD-ROM drive and other says no.

Any suggestions are appreciated!
 
Old 07-17-2004, 07:22 AM   #2
RobertP
Member
 
Registered: Jan 2004
Location: Manitoba, Canada
Distribution: Debian
Posts: 446

Rep: Reputation: 32
It can be done. This message describes how to make a bootable USB disc from a Linux system. Since you have only that other OS, you would need to use a browser to download
bootdisk.iso

I hope you can use rawritewin.exe

to write the image to the USB drive. That should allow you to boot the installer and it should have an option to install from ftp, http or another server.

***This is my best guess*** If you get it to work, please write it up for others.
 
Old 07-17-2004, 08:37 AM   #3
Swift&Smart
Member
 
Registered: Jan 2003
Location: Hong Kong,China
Distribution: Slackware,OpenSUSE
Posts: 472

Original Poster
Rep: Reputation: 30
RobertP,I'm seriously considering your suggestion,however...

I downloaded rawwrite,iso image.Rawwrite has only one option to write to the floppy drive.As I mentioned before,I don't have a floppy drive.Moreover,the iso image bootdisk.iso is not acceptable for rawwrite.

Hope you can explain much more in-depth about this.Thanks.

Last edited by Swift&Smart; 07-17-2004 at 08:40 AM.
 
Old 07-17-2004, 10:03 AM   #4
Swift&Smart
Member
 
Registered: Jan 2003
Location: Hong Kong,China
Distribution: Slackware,OpenSUSE
Posts: 472

Original Poster
Rep: Reputation: 30
Still no luck

I have followed the instruction,format the USB pen drive to FAT->copy all the files from the isolinux,remove & rename all the necessary files->boot from USB drive.But the laptop complains that, "No partition table to boot" something like that.What can I do now???
 
Old 07-17-2004, 10:18 AM   #5
webazoid
Member
 
Registered: Jun 2004
Posts: 224

Rep: Reputation: 30
couldn't u hook up the laptop to desktop via an ethernet cable and do a networked installation of dekstop's drive?
 
Old 07-17-2004, 04:10 PM   #6
RobertP
Member
 
Registered: Jan 2004
Location: Manitoba, Canada
Distribution: Debian
Posts: 446

Rep: Reputation: 32
If your USB drive can be formatted like a hard drive, perhaps it can be partitioned... with fdisk?

See

Bootable USB drive . I have not used one of these. I was thinking it behaved like a floppy...

So. You can burn the relevant .iso to a CD on another system and copy the files to the partitioned USB drive. You need to mark thepartition bootable with fdisk.
 
Old 07-17-2004, 05:06 PM   #7
Swift&Smart
Member
 
Registered: Jan 2003
Location: Hong Kong,China
Distribution: Slackware,OpenSUSE
Posts: 472

Original Poster
Rep: Reputation: 30
webazoid,I'm interested in your ideas.Would you mind explain it in details?
 
Old 07-17-2004, 08:26 PM   #8
webazoid
Member
 
Registered: Jun 2004
Posts: 224

Rep: Reputation: 30
Quote:
Originally posted by Swift&Smart
webazoid,I'm interested in your ideas.Would you mind explain it in details?
sorry...no clue...but i've read that u could theoretically do it...
 
Old 07-17-2004, 08:54 PM   #9
Swift&Smart
Member
 
Registered: Jan 2003
Location: Hong Kong,China
Distribution: Slackware,OpenSUSE
Posts: 472

Original Poster
Rep: Reputation: 30
Angry Waste of time...

I do think Fedora Core 2 without sufficient documentation about how to make a usb pen drive as bootdisk.

All I found after googling is full of unsuccessful stories.Maybe I really need to buy a IDE->USB cable to boot from CD.
 
Old 07-17-2004, 10:52 PM   #10
Swift&Smart
Member
 
Registered: Jan 2003
Location: Hong Kong,China
Distribution: Slackware,OpenSUSE
Posts: 472

Original Poster
Rep: Reputation: 30
Have little progress

I have little progress regarding bootdisk (USB pen drive).

The problem comes from BIOS.My Dell notebook has a option (Quiet boot/....With dell logo or something).I chose the latter before.I guess that would bring up the MBR from the Hard disk no matter how I set the boot sequence.Anyway...

The USB pen drive can boot up but end with "no kernel image".I followed RobertP's suggested website
.What should I do if it requires kernel image???

Please give me some advice and I will try to find at the same time.
 
Old 07-18-2004, 12:29 AM   #11
Swift&Smart
Member
 
Registered: Jan 2003
Location: Hong Kong,China
Distribution: Slackware,OpenSUSE
Posts: 472

Original Poster
Rep: Reputation: 30
Unhappy The document has error

RobertP,thanks for your website,I've figured it out.

I nearly gave it up because I have spent a great deal of time to fix this problem.The website mentioned:



Quote:
Making a usb stick drive work is really as simple as the link suggests. Assuming the usb device is already formated as fat, and our cdrom is in the drive. All you need to do is this:
mount /mnt/cdrom
mount /dev/(usb device) /mnt/usb
cp /mnt/cdrom/isolinux/* /mnt/usb
rm /mnt/usb/isolinux.bin
mv /mnt/usb/isolinux.cfg /mnt/usb/syslinux.sys
umount /mnt/cdrom /mnt/usb
syslinux -s /dev/(usb device)
The bold area should be amended to /mnt/usb/syslinux.cfg.cfg,not sys!!!!

Maybe using USB pen drive is rare nowadays when everyone has CD-ROM/DVD-ROM drive...

Thanks anyway,the problem has been solved.

Last edited by Swift&Smart; 07-18-2004 at 12:31 AM.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Can't mount cd-rom in Fedora Core 2 linmix Fedora 15 10-24-2006 04:38 PM
fedora core 2 install with no cd-rom support mdcapt Fedora - Installation 4 08-17-2004 09:46 PM
Puzzling CD-ROM problems during installation Core-1 kernel_mod Fedora 9 12-01-2003 05:03 PM
Installation help needed, can't boot from pcmcia DVD-ROM and no floppy TheGr81 Linux - General 2 02-18-2003 09:15 PM
Floppy + CD-Rom + Lan card installation with VAIO notebook gogo Linux - Software 2 11-17-2001 01:44 PM


All times are GMT -5. The time now is 05:27 PM.

Main Menu
 
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
identi.ca: @linuxquestions
Facebook: @linuxquestions
Open Source Consulting | Domain Registration