LinuxQuestions.org
Review your favorite Linux distribution.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
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


Reply
  Search this Thread
Old 08-21-2003, 01:32 PM   #1
mioche
LQ Newbie
 
Registered: Aug 2003
Location: france
Distribution: mandrake 9.1
Posts: 9

Rep: Reputation: 0
Question How to boot on my Linux partition????


Hi,
I've juste installed Basic linux on a native partition but I can't boot on it, I don't know How to find a LILO or GRUB, as the other partition is dos native but have nothing on it...............
Does anyone knows How to boot directly on the HD instead of floppy??
 
Old 08-21-2003, 01:46 PM   #2
Edward78
Member
 
Registered: Jul 2002
Distribution: OpenSuSE 11
Posts: 441

Rep: Reputation: 30
Your BIOS should have a option for the first device to boot.
 
Old 08-21-2003, 02:34 PM   #3
kamstrup
Member
 
Registered: Aug 2003
Location: Aarhus, Denmark
Distribution: Slackware, Ubuntu
Posts: 122

Rep: Reputation: 15
Do you use mandrake 9.1 also? If you are new to linux I suggest that you use one of the big distro's like RedHat or Mandrake (Suse?) and other that automagically installs a bootmenu.

-Not that you can't solve your problem it's just that the big distros are really easy to get running thanks to the bootmenus they come with.

Its seems strange that Basic Linux can't set itself up to boot ..? If you want to use this we will need more info...

Have you tried: http://www.gnu.org/software/grub/grub.html ?

greetings, kamstrup
 
Old 08-21-2003, 09:16 PM   #4
mioche
LQ Newbie
 
Registered: Aug 2003
Location: france
Distribution: mandrake 9.1
Posts: 9

Original Poster
Rep: Reputation: 0
well......, actually, I wanted to use this distrib on a p75Mhz 16Meg RAM (portable), so it's why I didn't use mandrake 9.1 or any other big distro

I already use mandrake 9.1 on one of my computer and I've seen how it can be easy, but there, I'm looking for the tinyest distro that support X........... Somebody told me about basic linux but I'm open to any other suggestion...

ps: I forgot to tell that I can't manage to access to the BIOS, but it wouldn't help, because it already seeks on the HD but doesn't find any filesystem...

Last edited by mioche; 08-21-2003 at 09:27 PM.
 
Old 08-22-2003, 05:42 AM   #5
kamstrup
Member
 
Registered: Aug 2003
Location: Aarhus, Denmark
Distribution: Slackware, Ubuntu
Posts: 122

Rep: Reputation: 15
Ahhhh. I see. Have you actually tried lilo or grub (is it them that can't find the filesys?) It sounds like you maybe have some old (win/dos?)-bootloader installed. What exactly does it say when it can't find the filesys?

As I remember it is rather easy to make a floppy with grub, boot this and then transfer grub (it has some autoconfig stuff if I recall correct) to your bootsector.

greetings, kamstrup
 
Old 08-22-2003, 06:54 AM   #6
mioche
LQ Newbie
 
Registered: Aug 2003
Location: france
Distribution: mandrake 9.1
Posts: 9

Original Poster
Rep: Reputation: 0
Well, actually, it's what I intend to do but I don't know how...

I can actually start Basic Linux via floppy by loading it on RAM, and then mounting the device /dev/hda5
actually, the disk was partitioned whith a primary dos partition (/dev/hda1) and the ext2 was next... as I started, after seeking for BOOt records, the computer crashed telling me that there weren't any system installed

I think that effectively Grub would help me a lot but I don't know how to install and configure it...

By the way, do you know any site that would give me a full description of shell commands?

Thanks a lot
 
Old 08-24-2003, 10:16 AM   #7
kamstrup
Member
 
Registered: Aug 2003
Location: Aarhus, Denmark
Distribution: Slackware, Ubuntu
Posts: 122

Rep: Reputation: 15
I've tried both lilo and grub. Back in the ol' days I thought grub was the better but over the past year I've shifted back to lilo. So I'll give you some instructions on how to get lilo running (whether you need them or not, hehe):

First you need some packages to even compile it:
- ld.so1-1.9.11-10mdk.i586.rpm
- libc-base-5.3.12-38mdk.i586.rpm
- nasm-0.98-1.i386.rpm
- dev86-0.15.0-2.i386.rpm

I found all these using google (should be easy). Now download the lilo source from: http://www.icewalkers.com/download/lilo/943/dls/

Compile and install it (make all; make install). Then just run 'lilo'. I got something like:

Fatal: /boot/message is too big (> 65535 bytes)

This has probably something to do with the image the lilo is told to show at startup... I changed my symlink /boot/message from pointing to /boot/message-graphic to /boot/message-text. By:

cd /boot
mv message message-old
ln -s message-text message

Then I could run 'lilo' with no errors. I about to rebbor now. I'll be back with the results (if I'm able to boot at all). If I haven't confirmed this post in 15 minutes I have not been able to boot :-)

greetings, kamstrup
 
Old 08-24-2003, 10:24 AM   #8
kamstrup
Member
 
Registered: Aug 2003
Location: Aarhus, Denmark
Distribution: Slackware, Ubuntu
Posts: 122

Rep: Reputation: 15
It worked!

It is just i small issue that my boot-menu now looks rather ugly since it is asci-graphics now, hehe. I will try to switch my /boot/message to point to /boot/message-graphic without running lilo again, and see if I'm able to start lilo even though it gave the error I pointed out in my previous post... If not back in 10 minutes.... You know what happened!

kamstrup, Venturing into the unknown...
 
Old 08-24-2003, 10:37 AM   #9
kamstrup
Member
 
Registered: Aug 2003
Location: Aarhus, Denmark
Distribution: Slackware, Ubuntu
Posts: 122

Rep: Reputation: 15
Still able to boot, though the boot menu is still asci...
I havent got much time so I'll look into this later. I don't get why updating to a newer version of lilo could cause problems with the graphical boot-menu.

I'll be bak! kamstrup
 
  


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



Similar Threads
Thread Thread Starter Forum Replies Last Post
Size of Linux Boot Partition kmlinux12 Linux - Enterprise 11 05-14-2011 12:21 PM
yoper install fail on dual boot win-linux system coz `linux partition not found` coolview210 Yoper 5 11-24-2004 02:04 PM
Linux & Windows 98SE dual boot... will defrag mess up linux partition? herrtool Linux - General 5 10-31-2003 02:43 PM
linux boot partition too far in the HD assaflavie Linux - Newbie 1 07-03-2003 07:03 AM
GRUB using /boot partition for multiple Linux/Windows boot? cpv204 Linux - Newbie 7 04-01-2003 03:54 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 01:58 AM.

Main Menu
Advertisement
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
Open Source Consulting | Domain Registration