Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
grub or lilo install
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
garie
Guest





PostPosted: Sun May 26, 2002 1:53 pm    Post subject: grub or lilo install Reply with quote

Hello I have gentoo linux new installed I had Debian before but in my Opinion gentoo linux is better but I have a problem with the bootloader I installed first Grub and I want boot my windoof 2000 but when I select win200 the system reboot and then I installed lilo I used it under debian and I now how to use it but if I select win2000 under lilo these is write s.th. with stage2 I don't now. I installed NTFS in my kernel but I can't use it under linux If I do it there is write bad fs
or too many filesystems mounted could s.o. help me ?
Back to top
craftyc
Guru
Guru


Joined: 23 May 2002
Posts: 443
Location: Behind You.

PostPosted: Sun May 26, 2002 10:01 pm    Post subject: Reply with quote

Could we see your grub/lilo menu.lst/lilo.conf file so that we can see what is going on?
_________________
Postcount ++
Back to top
View user's profile Send private message
garie
Guest





PostPosted: Mon May 27, 2002 12:54 pm    Post subject: Reply with quote

****lilo.conf****
# Author: Ultanium
# Start LILO global section
menu-scheme=Wb
boot = /dev/hda
prompt
#boot=/devices/discs/disc0/disc
map = /boot/System.map
#compact # faster, but won't work on all systems.
lba32
#if lba32 do not work, use linear
#linear
delay = 50
vga = normal # Normal VGA console
# End LILO global section
# Linux bootable partition config begins
image = /boot/bzImage
root = /dev/hdb4
#root = /devices/discs/disc0/part3
label = Gentoo
read-only # read-only for checking
# Linux bootable partition config ends
# DOS bootable partition config begins
other = /dev/hda1
#other = /devices/discs/disc0/part1
label = Windows
#table = /dev/hda
# DOS bootable partition config ends

***grub(menu.lst)****

default 0
timeout 30
splashimage=(hd1,0)/boot/grub/splash.xpm.gz

title=the universe of gentoo linux
root (hd1,0)
kernel /boot/bzImage root=/dev/hdb4

title=windoof
rootnoverify (hd0,0)
makeaktive
chainloader +1
Back to top
craftyc
Guru
Guru


Joined: 23 May 2002
Posts: 443
Location: Behind You.

PostPosted: Mon May 27, 2002 4:53 pm    Post subject: Reply with quote

garie wrote:

***grub(menu.lst)****

default 0
timeout 30
splashimage=(hd1,0)/boot/grub/splash.xpm.gz

title=the universe of gentoo linux
root (hd1,0)
kernel /boot/bzImage root=/dev/hdb4

title=windoof
rootnoverify (hd0,0)
makeaktive
chainloader +1


hmm... I think you could get away with this
Code:
title=windoof
root (hd0,0)
chainloader +1


Also has Windows bootloader been properly installed at (hd0,0)? If not that could be a possible cause.

Hope this helps.
_________________
Postcount ++
Back to top
View user's profile Send private message
FINITE
Guru
Guru


Joined: 10 May 2002
Posts: 449

PostPosted: Tue May 28, 2002 6:38 am    Post subject: Reply with quote

It sounds to me like you have goten into linux with ntfs support and you lilo configured properly. You now need to add your ntfs partition info to fstab.conf in /etc gentoo. Then you will be able to mount the partitions. You also have to have a directory in /mnt for the partition to be mounted to.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Installing Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum