LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   second_hdd (https://www.linuxquestions.org/questions/slackware-14/second_hdd-605572/)

strycnine 12-09-2007 06:51 AM

second_hdd
 
Hi, I have Linux installed on /dev/sda1(SATA) and windows on /dev/hdd1(IDE).
And I want to have windows in lilo.
I tried to put:
other = /dev/hdd1(or hdd)
label = jocuri
but it doesn't boot.
this is the fdisk -l output, if helps
Disk /dev/hdd: 81.9 GB, 81964302336 bytes
255 heads, 63 sectors/track, 9964 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

Device Boot Start End Blocks Id System
/dev/hdd1 * 1 1216 9767488+ c W95 FAT32 (LBA)
/dev/hdd2 1217 9964 70268310 5 Extended
/dev/hdd5 1217 2432 9767488+ b W95 FAT32
/dev/hdd6 2433 9964 60500758+ 83 Linux

Disk /dev/sda: 160.0 GB, 160041885696 bytes
255 heads, 63 sectors/track, 19457 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

Device Boot Start End Blocks Id System
/dev/sda1 * 1 2490 20000893+ 83 Linux
/dev/sda2 19334 19457 996030 5 Extended
/dev/sda3 2491 19333 135291397+ 83 Linux
/dev/sda5 19334 19457 995998+ 82 Linux swap

thanks

allend 12-09-2007 07:23 AM

This is the entry in my lilo.conf to boot my Windows partition.
Perhaps you should check the table =
Quote:

# Windows XP bootable partition config begins
other = /dev/sda2
label = WindowsXP
table = /dev/sda
# Windows XP bootable partition config ends

onebuck 12-09-2007 07:24 AM

Hi,

When you edit '/etc/lilo.conf' you need to run 'lilo' as root to update not just edit the config file.

duryodhan 12-09-2007 08:27 AM

try adding a line
Quote:

boot-as=0x80
to the windows boot config..


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