ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [Comm] LILO
@ 2003-05-25 16:38 Alexander Denisov
  2003-05-25 18:47 ` Mikhail Arkhipov
  0 siblings, 1 reply; 5+ messages in thread
From: Alexander Denisov @ 2003-05-25 16:38 UTC (permalink / raw)
  To: community

[-- Attachment #1: signed data --]
[-- Type: text/plain, Size: 861 bytes --]

Разобравшись со своей проблемой ( установка IDE диска в компьютер где были два 
SCSI и LILO стояло в MBR /dev/sda), получил новую - винда отказывается 
грузиться - сообщение Loading windows и тишина.
lilo.conf :
boot=/dev/sda
map=/boot/map
vga=788
default=windows
message=/boot/splash/message
lba32
prompt
timeout=100
 disk=/dev/hdc
   bios=0x80
 disk=/dev/sda
    bios=0x81
 disk=/dev/sdb
    bios=0x82
image=/boot/vmlinuz-up
        label=linux-up
        root=/dev/sdb1
        initrd=/boot/initrd-up.img
        append=" ide-scsi=hdb root=/dev/sdb1 "
        read-only
other=/dev/sda1
        label=windows
        table=/dev/sda
Эксперимент типа:
other=/dev/sda1
        label=windows
        map-drive=0x80 to=0x81
        map-drive=0x81 to=0x80
        table=/dev/sda
Никаких результатов не дал.



-- 
WBR Alexander V. Denisov
Digital Union
icq: 4616935

[-- Attachment #2: signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Comm] LILO
  2003-05-25 16:38 [Comm] LILO Alexander Denisov
@ 2003-05-25 18:47 ` Mikhail Arkhipov
  2003-05-25 20:09   ` Alexander Denisov
  0 siblings, 1 reply; 5+ messages in thread
From: Mikhail Arkhipov @ 2003-05-25 18:47 UTC (permalink / raw)
  To: community

В сообщении от Воскресенье 25 Май 2003 20:38 Alexander Denisov написал(a):
> Разобравшись со своей проблемой ( установка IDE диска в компьютер где были
> два SCSI и LILO стояло в MBR /dev/sda), получил новую - винда отказывается
> грузиться - сообщение Loading windows и тишина.

Если появляеся сообщение о загрузке винды, то LILO уже непричем, т.к.
управление передано виндовому загрузчику. А вот он уже пытается грузить
систему с IDE. Если IDE диск не планируется как загрузочный, то после снятия
признака активности с раздела на нем все станет нормально (сам прошел через
такие грабли год назад). Еще надо проверить загрузку в BIOSе, должно стоять
что-то похожее на Boot SCSI first, точное значение зависит от производителя
BIOS.

Best Regards.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Comm] LILO
  2003-05-25 18:47 ` Mikhail Arkhipov
@ 2003-05-25 20:09   ` Alexander Denisov
  2003-05-25 20:57     ` Mikhail Arkhipov
  0 siblings, 1 reply; 5+ messages in thread
From: Alexander Denisov @ 2003-05-25 20:09 UTC (permalink / raw)
  To: community

[-- Attachment #1: signed data --]
[-- Type: text/plain, Size: 842 bytes --]

В сообщении от Воскресенье 25 Май 2003 23:47 Mikhail Arkhipov написал(a):

> загрузке винды, то LILO уже непричем, т.к.управление передано виндовому
> загрузчику. А вот он уже пытается грузитьсистему с IDE. Если IDE диск не
> планируется как загрузочный, то после снятияпризнака активности с раздела
> на нем все станет нормально (сам прошел черезтакие грабли год назад). Еще
> надо проверить загрузку в BIOSе, должно стоятьчто-то похожее на Boot SCSI
> first, точное значение зависит от производителяBIOS.

Диск сейчас с ReiserFS разбит по новой активности нету. В биосе всегда стаит 
что грузиться со сказёвых устройств. И всё таки думаю что проблема тут зарыта 
в конфиге лило а именно в строках:
disk=/dev/hdc
   bios=0x80
 disk=/dev/sda
    bios=0x81
 disk=/dev/sdb
    bios=0x82


-- 
WBR Alexander V. Denisov
Digital Union
icq: 4616935

[-- Attachment #2: signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Comm] LILO
  2003-05-25 20:09   ` Alexander Denisov
@ 2003-05-25 20:57     ` Mikhail Arkhipov
  2003-05-26 11:21       ` sam
  0 siblings, 1 reply; 5+ messages in thread
From: Mikhail Arkhipov @ 2003-05-25 20:57 UTC (permalink / raw)
  To: community

В сообщении от Понедельник 26 Май 2003 00:09 Alexander Denisov написал(a):

> Диск сейчас с ReiserFS разбит по новой активности нету. В биосе всегда
> стаит что грузиться со сказёвых устройств. И всё таки думаю что проблема
> тут зарыта в конфиге лило а именно в строках:
> disk=/dev/hdc
>    bios=0x80
>  disk=/dev/sda
>     bios=0x81
>  disk=/dev/sdb
>     bios=0x82

Но управление в винду ведь передается, иначе "Loading windows"
на экране не появилась бы. Скорее всего надо искать ответ
в bootlog.txt и bootlog.prv в корне диска С (для windows 98/Me).
Или смотреть системные журналы, если это NT-2000-Xp, но
тогда придется временно отключить IDE.

Успехов!

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Comm] LILO
  2003-05-25 20:57     ` Mikhail Arkhipov
@ 2003-05-26 11:21       ` sam
  0 siblings, 0 replies; 5+ messages in thread
From: sam @ 2003-05-26 11:21 UTC (permalink / raw)
  To: community

> Но управление в винду ведь передается, иначе "Loading 
windows"
IMHO:
 Loading windows
 Loading dos
сообшения LILO, для проверки смените label скажем на win.

-- 
С уважением Степанов Алексей, СПб.


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2003-05-26 11:21 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-05-25 16:38 [Comm] LILO Alexander Denisov
2003-05-25 18:47 ` Mikhail Arkhipov
2003-05-25 20:09   ` Alexander Denisov
2003-05-25 20:57     ` Mikhail Arkhipov
2003-05-26 11:21       ` sam

ALT Linux Community general discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
		mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
	public-inbox-index community

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.community


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git