LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Strange boot! (https://www.linuxquestions.org/questions/linux-software-2/strange-boot-29915/)

NeTd4mN 09-08-2002 04:21 PM

Strange boot!
 
I had SuSE linux 8 in my pc only, but a few days ago I installed windows XP in the second HD (linux is on /dev/hda5 and windows on /dev/hdb1).
I configured the lilo to have 2 selections linux and windows, the linux is working good! But when I selecting to boot windows it stucks!
Can anyone help?

Thanks

darkmage 09-08-2002 06:26 PM

Could you post your /etc/lilo.conf here so we can see the problem

Thanks

NeTd4mN 09-09-2002 03:52 PM

lilo.conf
---------------
boot = /dev/hda
change-rules
reset
read-only
menu-scheme = Wg:kw:Wg:Wg
lba32
prompt
timeout = 50
message = /boot/message

image = /boot/vmlinuz
label = linux
initrd = /boot/initrd
root = /dev/hda6
vga = 791

other = /dev/hdb1
label = Windows
---------------

MasterC 09-09-2002 05:53 PM

Ok, winbloze REALLY likes to be first. It's greedy like that, since you have it on your slave HD, you have to trick it into believing it's really first. So add this to the entry for winbloze:
map-drive=0x80
to=0x81
map-drive=0x81
to=0x80

And to find out more, read this thread:
http://www.linuxquestions.org/questi...threadid=25583

Cool

NeTd4mN 09-10-2002 03:02 PM

Thank you very much!


All times are GMT -5. The time now is 11:39 AM.