LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Loading Windows 2000 NTFS from Lilo (https://www.linuxquestions.org/questions/linux-newbie-8/loading-windows-2000-ntfs-from-lilo-152212/)

jon1591 03-01-2004 10:12 AM

Loading Windows 2000 NTFS from Lilo
 
When I try to use Lilo to load Windows 2000 nothing happens, it used to work fine with GRUB on Red Hat 7.3. Here is the Windows part of my lilo.conf:

# DOS bootable partition config begins
default=Linux

other = /dev/sda1
label="Windows"
table = /dev/sda
# DOS bootable partition config ends

I am running Slackware 9.1.
Thanks in Advance for any help

Jon

lou IbmiX XI 03-01-2004 11:03 AM

"other=/dev/sda1" means that win2k is on the first scsi drive of the first controller. Is that right?

jon1591 03-02-2004 11:51 AM

No, Win 2k is on /dev/sdc1. Thanks for your help, I've changed my lilo.conf file

jon1591 03-03-2004 01:28 AM

I've changed my lilo.conf and now the Windows part is this:

Code:

# DOS bootable partition config begins
default=Linux

other = /dev/sdc1
        label="Windows"
  table = /dev/sdc
# DOS bootable partition config ends

I've reloaded lilo and rebooted but when I try to load Windows nothing happens...

Thanks in advance

Jon

goldorak 04-14-2004 08:36 AM

Regarding LILO and multiple OS
 
regarding booting several OS, and LILO configuration, i find this site informtative : http://multiboot.solaris-x86.org/

and by the way, is ur hard disk scsi or just ide!

good luck, hope i have helped

Kjetil4455 04-14-2004 02:36 PM

Most linux's can't boot Windows from other than HDA1 or... SDA1 I guess... So you've gotta change some slave and master on ya disks...


All times are GMT -5. The time now is 01:04 PM.