LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   boot up with lilo (https://www.linuxquestions.org/questions/linux-newbie-8/boot-up-with-lilo-55403/)

razod 04-16-2003 06:08 PM

boot up with lilo
 
hi , i just installed collige linux , but i also have microsoft windows on an other partition .... i got the lilo boot up but it doesn't seem to find the windows .... how can i boot up windows ? or make an other boot screen with both os on it

already thanx again

because i'm compleetly lost :cry:

Tinkster 04-16-2003 06:41 PM

man lilo
man lilo.conf

I assume lilo resides in MBR?

Try to add something like this (after
having checked where your winDOHs lives)
to your /etc/lilo.conf:

other=/dev/hda1 #make this your actual win-partitions number
label=DOHS

If you need to find out where win lives,
do
fdisk -l /dev/hda

Cheers,
Tink

AltF4 04-16-2003 06:51 PM

add something like this to "/etc/lilo.conf" and run "lilo"
(assuming windows on /dev/hda3)
[...]

other = /dev/hda3
label = windoze

[...]

razod 04-17-2003 11:57 AM

well i did fixed the computer boot up it had a boot up manager after long fixing i made it work

but suddenly i can';t go on the internet ?!
how is that posseble ? it did just fine 1 second after i fixed the boot up...
please help me again


All times are GMT -5. The time now is 05:18 AM.