Jump to content

Windows missing in bootloader


MrWhisp
 Share

Recommended Posts

you need to edit your lilo.conf file & add an entry for your Windows partition. the easiest way to do so (IMHO) is (if your using KDE) open Konqueror in SuperUser mode. (open a terminal, su to root, type konqueror, hit enter) navigate to your /etc directory. use your favourite text editor to open the lilo.conf file located in /etc. add the following entry somewhere in that file.........

other=/dev/hdXNUMBER
label="windows"
table=/dev/hdX

 

where other= /dev/hdXNUMBER is X=the letter of your hard drive (usually "a") & NUMBER=the number of your Windows partition (can be any number, depending on which partition Windows resides on). label= can be any name you want to show up in the lilo menu choices for Windows. and table=/dev/hdX is X= the letter of your hard drive. for instance, my old dual boot with Win98 looks like this........

 

other=/dev/hda1
label="windows"
table=/dev/hda

 

here's the excerpt from my lilo to show where it goes.........

 

image=/boot/vmlinuz
label="failsafe"
root=/dev/hda5
initrd=/boot/initrd.img
append="failsafe acpi=ht resume=/dev/hda3 devfs=nomount"
read-only

other=/dev/hda1
label="windows"
table=/dev/hda

other=/dev/fd0
label="floppy"
unsafe

 

after you edit lilo.conf, save it, then in terminal as root type........

 

lilo -v

 

hit enter.

 

reboot for changes to take effect.

 

if you're using Gnome or another DE, the same method applies, but you need to use whatever the appropriate file manger for that DE would be to access the lilo.conf file for editing.

 

Chris

Edited by chris z
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...