Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place! |
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
12-10-2003, 08:41 AM
|
#1
|
|
LQ Newbie
Registered: Sep 2003
Posts: 7
Rep:
|
the good the bad and the ugly on dual boot
The good: I have a working dual boot but I have to use a linux boot floppy
The bad: I neglected to put a lilo boot record on the /boot partition. Instead I told it not to put any boot record on the disk.
The ugly: is there anyway I can pull the necessary info off the boot floppy that I can use to finalize my dual boot via the hard drive instead of the floppy? Or is it possible to attempt some sort of reinstall but only install the lilo on the /boot partition and then I could pull the info from the /boot partition properly?
Thanks in advance,
Chris
|
|
|
|
12-10-2003, 08:46 AM
|
#2
|
|
Guru
Registered: Aug 2003
Location: Sydney, Australia
Distribution: Gentoo
Posts: 1,796
Rep:
|
As long as you have /etc/lilo.conf properly configured and neccesary files in /boot (boot.b etc, they come with lilo)
then all you have to do is run '/sbin/lilo'(or whereever the executable is) and it will install itself according to lilo.conf.
Last edited by Demonbane; 12-10-2003 at 08:48 AM.
|
|
|
|
12-10-2003, 04:54 PM
|
#3
|
|
LQ Newbie
Registered: Sep 2003
Posts: 7
Original Poster
Rep:
|
no lilo.conf exists.....
|
|
|
|
12-10-2003, 05:10 PM
|
#4
|
|
LQ Newbie
Registered: Dec 2003
Distribution: Redhat 9.0
Posts: 5
Rep:
|
what's the OS on the other partition? If its NT/2k/XP you can get the Windows boot loader to load linux.
You need to create a binary file of the boot information from the disk. Normally the command would look something like this
dd if=/dev/hda? of=/mnt/c-drive/bootsect.lnx bs=512 count=1
You'd be grabbing it from the floppy (/dev/fd0 ?) but it would be similar.
Once the file is created you just have to edit the boot.ini on the windows drive and add a line referencing your newly created boot file. A line something like this:
c:\bootsect.lnx="Linux Install"
|
|
|
|
12-10-2003, 08:34 PM
|
#5
|
|
Guru
Registered: Aug 2003
Location: Sydney, Australia
Distribution: Gentoo
Posts: 1,796
Rep:
|
install lilo pakcage from your distro CD, though I recommend GRUB.
Quote:
dd if=/dev/hda? of=/mnt/c-drive/bootsect.lnx bs=512 count=1
You'd be grabbing it from the floppy (/dev/fd0 ?) but it would be similar.
|
That won't work if you extract the bootsector from the floppy..unless someone can prove me wrong.
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 02:25 PM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|