Hottest Free Downloads - DownloadPipe.com Over 197,000 downloads! Bookmark Now!
DownloadPipe.com - New Downloads Every Minute
 SEARCH:
FAQFAQ    SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

lilo not working with 2 hds

 
   Linux (Home) -> Slackware RSS
Next:  internet gprs  
Author Message
stefano

External


Since: Jan 09, 2004
Posts: 24



(Msg. 1) Posted: Sat Oct 30, 2004 4:39 pm
Post subject: lilo not working with 2 hds
Archived from groups: alt>os>linux>slackware (more info?)

since i installed slackware 10 on a serial ata disk i cannot boot windoz!
i got no errors when i update lilo.conf. When i try to boot windoz lilo
stops with a black screen with "booting windoz" (or something else...)

this is my system:

maxtor pata 40gb

one primary partition: ntfs - /dev/hda1 - windoz 2000

western digital sata 160gb:

three primary partition: fat32 + swap + reiserFs - /dev/sda1 /dev/sda2
/dev/sda3

this is my lilo.conf

# LILO configuration file
# generated by 'liloconfig'
#
# Start LILO global section
append="hdd=ide-scsi"
boot = /dev/sda
#compact # faster, but won't work on all systems.
prompt
timeout = 300
# VESA framebuffer console @ 1024x768x64k
vga = 791
# Normal VGA console
# vga = normal
# VESA framebuffer console @ 1024x768x64k
# vga=791
# VESA framebuffer console @ 1024x768x32k
# vga=790
# VESA framebuffer console @ 1024x768x256
# vga=773
# VESA framebuffer console @ 800x600x64k
# vga=788
# VESA framebuffer console @ 800x600x32k
# vga=787
# VESA framebuffer console @ 800x600x256
# vga=771
# VESA framebuffer console @ 640x480x64k
# vga=785
# VESA framebuffer console @ 640x480x32k
# vga=784
# VESA framebuffer console @ 640x480x256
# vga=769
# ramdisk = 0 # paranoia setting
# End LILO global section
# Linux bootable partition config begins
#image = /boot/vmlinuz
# root = /dev/sda3
# label = linux
# read-only # Non-UMSDOS filesystems should be mounted read-only for checking
image = /boot/linux-2.4.27-dema
root = /dev/sda3
label = slackware
read-only
# Linux bootable partition config ends
# Windows bootable partition config begins
other = /dev/hda1
label = windoz
table = /dev/hda
# Windows bootable partition config ends

what should i try to solve the problem?
stefano
Back to top
Login to vote
Al C.

External


Since: Jul 17, 2004
Posts: 33



(Msg. 2) Posted: Sat Oct 30, 2004 4:39 pm
Post subject: Re: lilo not working with 2 hds [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

stefano wrote:

> since i installed slackware 10 on a serial ata disk i cannot boot windoz!
> i got no errors when i update lilo.conf. When i try to boot windoz lilo
> stops with a black screen with "booting windoz" (or something else...)
>
> this is my system:
>
> maxtor pata 40gb
>
> one primary partition: ntfs - /dev/hda1 - windoz 2000
>
> western digital sata 160gb:
>
> three primary partition: fat32 + swap + reiserFs - /dev/sda1 /dev/sda2
> /dev/sda3
>
> this is my lilo.conf
>
> # LILO configuration file
> # generated by 'liloconfig'
> #
> # Start LILO global section
> append="hdd=ide-scsi"
> boot = /dev/sda
> #compact # faster, but won't work on all systems.
> prompt
> timeout = 300
> # VESA framebuffer console @ 1024x768x64k
> vga = 791
> # Normal VGA console
> # vga = normal
> # VESA framebuffer console @ 1024x768x64k
> # vga=791
> # VESA framebuffer console @ 1024x768x32k
> # vga=790
> # VESA framebuffer console @ 1024x768x256
> # vga=773
> # VESA framebuffer console @ 800x600x64k
> # vga=788
> # VESA framebuffer console @ 800x600x32k
> # vga=787
> # VESA framebuffer console @ 800x600x256
> # vga=771
> # VESA framebuffer console @ 640x480x64k
> # vga=785
> # VESA framebuffer console @ 640x480x32k
> # vga=784
> # VESA framebuffer console @ 640x480x256
> # vga=769
> # ramdisk = 0 # paranoia setting
> # End LILO global section
> # Linux bootable partition config begins
> #image = /boot/vmlinuz
> # root = /dev/sda3
> # label = linux
> # read-only # Non-UMSDOS filesystems should be mounted read-only for
> # checking
> image = /boot/linux-2.4.27-dema
> root = /dev/sda3
> label = slackware
> read-only
> # Linux bootable partition config ends
> # Windows bootable partition config begins
> other = /dev/hda1
> label = windoz
> table = /dev/hda
> # Windows bootable partition config ends
>
> what should i try to solve the problem?
> stefano


> # Start LILO global section
> append="hdd=ide-scsi"
> boot = /dev/sda

Is sda your primary drive? You might try putting
boot=/dev/hda in the conf

and re-run lilo and then see what happens.

Al C.
Back to top
Login to vote
stefano

External


Since: Jan 09, 2004
Posts: 24



(Msg. 3) Posted: Sat Oct 30, 2004 6:15 pm
Post subject: Re: lilo not working with 2 hds [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

>> # Start LILO global section
>> append="hdd=ide-scsi"
>> boot = /dev/sda
>
> Is sda your primary drive? You might try putting
> boot=/dev/hda in the conf
>
> and re-run lilo and then see what happens.
>
> Al C.


same problem: black screen and windoz doesn't boot....

stefano
Back to top
Login to vote
Al C.

External


Since: Jul 17, 2004
Posts: 33



(Msg. 4) Posted: Sat Oct 30, 2004 6:15 pm
Post subject: Re: lilo not working with 2 hds [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

stefano wrote:

>>> # Start LILO global section
>>> append="hdd=ide-scsi"
>>> boot = /dev/sda
>>
>> Is sda your primary drive? You might try putting
>> boot=/dev/hda in the conf
>>
>> and re-run lilo and then see what happens.
>>
>> Al C.
>
>
> same problem: black screen and windoz doesn't boot....
>
> stefano


What happens if comment out
append="hdd=ide-scsi"

ANc
Back to top
Login to vote
Menno Duursma

External


Since: Mar 21, 2005
Posts: 33



(Msg. 5) Posted: Sat Oct 30, 2004 7:00 pm
Post subject: Re: lilo not working with 2 hds [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Sat, 30 Oct 2004 18:15:29 +0000, stefano wrote:

>>> # Start LILO global section
>>> append="hdd=ide-scsi"
>>> boot = /dev/sda
>>
>> Is sda your primary drive? You might try putting boot=/dev/hda in the
>> conf
>>
>> and re-run lilo and then see what happens.
>>
>> Al C.
>
>
> same problem: black screen and windoz doesn't boot....
>
> stefano

Just a guess, but MS-Windows likes to be on the first partition of the
primary master disk, to make it think it is try something like:
http://groups.google.nl/groups?selm=pan.2003.11.22.16.41.26.427679%40desktop.lan

Or you might want to try the Grub bootloader instead:
ftp://ftp.scarlet.be/pub/slackware/slackware-current/extra/grub/

And mess about the "map" option in: /boot/grub/menu.lst ...

--
-Menno.
Back to top
Login to vote
stefano

External


Since: Jan 09, 2004
Posts: 24



(Msg. 6) Posted: Sun Oct 31, 2004 10:38 am
Post subject: Re: lilo not working with 2 hds [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Sat, 30 Oct 2004 11:58:34 -0700, Al C. wrote:

> What happens if comment out
> append="hdd=ide-scsi"
>
> ANc

lilo adds this line:

invalid system disk, replace the disk and then press any key......

stefano
Back to top
Login to vote
stefano

External


Since: Jan 09, 2004
Posts: 24



(Msg. 7) Posted: Sun Oct 31, 2004 10:42 am
Post subject: Re: lilo not working with 2 hds [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Sat, 30 Oct 2004 19:00:28 +0000, Menno Duursma wrote:

> Just a guess, but MS-Windows likes to be on the first partition of the
> primary master disk, to make it think it is try something like:
> http://groups.google.nl/groups?selm=pan.2003.11.22.16.41.26.427679%40desktop.lan
>
> Or you might want to try the Grub bootloader instead:
> ftp://ftp.scarlet.be/pub/slackware/slackware-current/extra/grub/
>
> And mess about the "map" option in: /boot/grub/menu.lst ...

but windows is in the first partition of the first hard disk: now it is in
/dev/hda1

i'll try grub but i'd like to keep lilo as bootloader

stefano
Back to top
Login to vote
William Hamblen

External


Since: Jun 07, 2004
Posts: 31



(Msg. 8) Posted: Sun Oct 31, 2004 2:44 pm
Post subject: Re: lilo not working with 2 hds [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On 2004-10-31, stefano <dema82-nospam-.TakeThisOut@inwind.it> wrote:
>
> lilo adds this line:
>
> invalid system disk, replace the disk and then press any key......
>
> stefano

That might be your BIOS. It doesn't like your boot record for some
reason. You might try booting from your emergency windows startup
diskette (assuming you made one), fixing windows, booting from your
emergency linux startup diskette (assuming you made one), and rerunning
lilo.
Back to top
Login to vote
stefano

External


Since: Jan 09, 2004
Posts: 24



(Msg. 9) Posted: Sun Oct 31, 2004 8:07 pm
Post subject: Re: lilo not working with 2 hds [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Sat, 30 Oct 2004 19:00:28 +0000, Menno Duursma wrote:

> Or you might want to try the Grub bootloader instead:
> ftp://ftp.scarlet.be/pub/slackware/slackware-current/extra/grub/
>
> And mess about the "map" option in: /boot/grub/menu.lst ...

i tried to use grub but without success: i was not able to boot windows
(with this error: "invalid system disk, replace the disk and then press
any key") and i was not able to boot linux (error: "no such partition")

this is my menu.lst

# GRUB configuration file '/boot/grub/menu.lst'.
# generated by 'grubconfig'. Sun 31 Oct 2004 09:02:04 PM CET
#
# The backup copy of the MBR for drive '/dev/sda' is
# here '/boot/grub/mbr.sda.987'. You can restore it like this.
# dd if=/boot/grub/mbr.sda.987 of=/dev/sda bs=512 count=1
#
# Start GRUB global section
#timeout 30
color light-gray/blue black/light-gray
# End GRUB global section
# Other bootable partition config begins
title windowz (on /dev/hda1)
rootnoverify (hd0,0)
makeactive
chainloader +1
# Other bootable partition config ends
# Linux bootable partition config begins
title linux (on /dev/sda3)
root (hd1,2)
kernel /boot/2.4.27 root=/dev/sda3 ro vga=791
# Linux bootable partition config ends

where do i mistake?

stefano
Back to top
Login to vote
stefano

External


Since: Jan 09, 2004
Posts: 24



(Msg. 10) Posted: Sun Oct 31, 2004 9:16 pm
Post subject: Re: lilo not working with 2 hds [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Sun, 31 Oct 2004 14:44:13 -0600, William Hamblen wrote:

> That might be your BIOS. It doesn't like your boot record for some
> reason. You might try booting from your emergency windows startup
> diskette (assuming you made one), fixing windows, booting from your
> emergency linux startup diskette (assuming you made one), and rerunning
> lilo.

i don't think: if i select in bios /dev/hda as first boot device instead
of /dev/sda windows boot without problems....
Back to top
Login to vote
stefano

External


Since: Jan 09, 2004
Posts: 24



(Msg. 11) Posted: Mon Nov 01, 2004 4:49 pm
Post subject: Re: lilo not working with 2 hds [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Sat, 30 Oct 2004 16:39:05 +0000, stefano wrote:

> since i installed slackware 10 on a serial ata disk i cannot boot windoz!
> i got no errors when i update lilo.conf. When i try to boot windoz lilo
> stops with a black screen with "booting windoz" (or something else...)
>
> this is my system:
>
> maxtor pata 40gb
>
> one primary partition: ntfs - /dev/hda1 - windoz 2000
>
> western digital sata 160gb:
>
> three primary partition: fat32 + swap + reiserFs - /dev/sda1 /dev/sda2
> /dev/sda3

wtf, i tried to install windows in /dev/sda1. now no matter which
windows (/dev/hda1, /dev/sda1) i choose, lilo always boot that in
/dev/sda1 partition.... and that's why, before installing win in
/dev/sda1, it tells me "invalid system disk".......
this is driving me crazy..... why it sould always boot /dev/sda1 when i
choose to boot /dev/hda1?
Back to top
Login to vote
stefano

External


Since: Jan 09, 2004
Posts: 24



(Msg. 12) Posted: Wed Nov 03, 2004 8:35 am
Post subject: Re: lilo not working with 2 hds [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Tue, 02 Nov 2004 10:39:02 +0000, Stanislaw Flatto wrote:


> So "when everything else fails, read the manual" (e.g. man lilo and man
> lilo.conf).

ok i'll follow your advice and i'll study lilo and lilo.conf man pages but
at the moment i'm busy and i cannot work with my pc. so please, keep
reading this post if you can... i'll post what i managed to do in a
few days.


thanks
stefano
Back to top
Login to vote
Jeffrey Froman

External


Since: Oct 03, 2004
Posts: 71



(Msg. 13) Posted: Sat Nov 06, 2004 7:18 pm
Post subject: Re: lilo not working with 2 hds [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

stefano wrote:

> why it sould always boot /dev/sda1 when i
> choose to boot /dev/hda1?

Could your BIOS be passing the boot initiative to your SCSI devices first,
perhaps, bypassing LILO entirely?

Jeffrey
Back to top
Login to vote
stefano

External


Since: Jan 09, 2004
Posts: 24



(Msg. 14) Posted: Sun Nov 07, 2004 12:50 am
Post subject: Re: lilo not working with 2 hds [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

it seems i managed to get lilo working correctly with the "master-boot"
option. now windows starts without problems from /dev/hda1!

thanks!

stefano
Back to top
Login to vote
Display posts from previous:   
Related Topics:
Lilo and framebuffer - Yesterday i recompiled a new 2.4.22 kernel for my slack 9.0. For the fb support i've chosen these options, because i've got an nvidia geforce 2: [*] Support for frame buffer devices (EXPERIMENTAL) <*> nVidia Riva support (EXPERIM...

Help with LILO in slackware 9.1 - I currently need some help with my Slack 9.1 install. Everything is fine except for the fact that I have no LiLo. When installing slack 9.1, when asked to install LiLo, I tried to do an Expert install of lilo. I entered all the required information but....

lilo error - Running Slackware 10, install went fine and have been running it without any error. Made some changes on another partition and needed to update my lilo. When I run lilo, I get the following error: bash-2.05b# lilo -v LILO version 22.5.9, Copyright (C)....

Choosing X or not via lilo - Hello, My Default runlevel is 4, but is it possible to specify via /etc/lilo.conf an entry that boots the system with 3 as runlevel, without changing that in /etc/inittab ? Thanks in advance, -- ^^ Gauthier (_____/°°-ç | ....

HELP!! Lilo floppy bootdisk - stupid question but how do you make a LILO floppy boot disk. My first hard drive's going bad and i boot using lilo on it's mbr. I need to know how to format and put lilo on a floppy, will take any help please...
       Linux (Home) -> Slackware All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Categories:
 Windows Forums
 Game Forums
  Linux Forums
 Mac Forums
 PDA Forums
 Mobile Forums
  Top  |  Store  |  RSS Feeds RSS  |  Data Feeds  |  Advertise  |  Submit  |  Bookmark  |  Newsletter  |  Contact