ALT Linux Community general discussions
 help / color / mirror / Atom feed
* Re: [Comm] Help: загрузчик
  2003-09-11 13:32 [Comm] Help: загрузчик CZVIK
@ 2003-09-11 10:55 ` Andrey Rybak
  2003-09-11 11:04 ` Andrey Rahmatullin
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Andrey Rybak @ 2003-09-11 10:55 UTC (permalink / raw)
  To: community

CZVIK wrote:

>Пожалуйста помогите!
>Поставил Альты после WinXP. ХР не загружается: как подправить Лило?
>
>
>
>_______________________________________________
>Community mailing list
>Community@altlinux.ru
>http://www.altlinux.ru/mailman/listinfo/community
>
>
>  
>
В lilo.conf добавить строчки такого типа:
other=/dev/hda1(или как там у вас, в зависимости от того на каком 
партишионе хр)
table=/dev/hda
label=WinXP
Потом с командной строки:
lilo
Перезагрузиться.
А вообще есть прекрасный MINI-HOWTO (usr/share/doc/HOWTO/HTML/ru)



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

* Re: [Comm] Help: загрузчик
  2003-09-11 13:32 [Comm] Help: загрузчик CZVIK
  2003-09-11 10:55 ` Andrey Rybak
@ 2003-09-11 11:04 ` Andrey Rahmatullin
  2003-09-11 11:18 ` John A. Gladkikh
  2003-09-11 13:14 ` Зенькович Александр
  3 siblings, 0 replies; 5+ messages in thread
From: Andrey Rahmatullin @ 2003-09-11 11:04 UTC (permalink / raw)
  To: community

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

В сообщении от 11 Сентябрь 2003 19:32 CZVIK написал(a):

> Пожалуйста помогите!
> Поставил Альты после WinXP. ХР не загружается: как подправить Лило?

Таак... Во-1-х, на каком диске стояла (стоит) ХР и куда вы поставили 
Линух? Во-2-х, при установке куда поставили лило: в /dev/hda (т.е. в 
MBR) или в /dev/hda2, например (т.е. в опред. раздел).

-- 
Я за альтернативы, но против неудачных альтернатив.
		-- ldv in devel@

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

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

* Re: [Comm] Help: загрузчик
  2003-09-11 13:32 [Comm] Help: загрузчик CZVIK
  2003-09-11 10:55 ` Andrey Rybak
  2003-09-11 11:04 ` Andrey Rahmatullin
@ 2003-09-11 11:18 ` John A. Gladkikh
  2003-09-11 13:14 ` Зенькович Александр
  3 siblings, 0 replies; 5+ messages in thread
From: John A. Gladkikh @ 2003-09-11 11:18 UTC (permalink / raw)
  To: community

On Thu, 11 Sep 2003 13:32:32 +0000
CZVIK <czvik@forenet.by> wrote:

> Пожалуйста помогите!
> Поставил Альты после WinXP. ХР не загружается: как подправить Лило?

boot=/dev/hda
map=/boot/map
install=/boot/boot-bmp.b
default=Linux
message=/boot/splash/message
lba32
prompt
timeout=50

image=/boot/vmlinuz-2.4.20-alt5-w4l
	label=Linux
	root=/dev/hdb8
	read-only
	optional
	vga=normal
	initrd=/boot/initrd-2.4.20-alt5-w4l.img

other=/dev/hda1
	label="Windows"
	table=/dev/hda
	password=""
-- 

Best regards.
John A. Gladkikh.


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

* Re: [Comm] Help: загрузчик
  2003-09-11 13:32 [Comm] Help: загрузчик CZVIK
                   ` (2 preceding siblings ...)
  2003-09-11 11:18 ` John A. Gladkikh
@ 2003-09-11 13:14 ` Зенькович Александр
  3 siblings, 0 replies; 5+ messages in thread
From: Зенькович Александр @ 2003-09-11 13:14 UTC (permalink / raw)
  To: community

On Thu, 11 Sep 2003 13:32:32 +0000
CZVIK <czvik@forenet.by> wrote:

> Пожалуйста помогите!
> Поставил Альты после WinXP. ХР не загружается: как подправить Лило?
> 
> 
> 
> _______________________________________________
> Community mailing list
> Community@altlinux.ru
> http://www.altlinux.ru/mailman/listinfo/community
> __________
> IP - телефония, доступ в Интернет и хостинг по одной карте, заказ
> доставки -- www.zakaz.orc.ru
> 
Тоже Alt ставил после XP. Alt на hdd1 (/boot на hdd2), XP на hda1:

boot=/dev/hda
map=/boot/map
install=/boot/boot-bmp.b
vga=788
default=linux-up
message=/boot/splash/message
prompt
timeout=50
image=/boot/vmlinuz-up
	label=linux-up
	root=/dev/hdd2
	vga=normal
	initrd=/boot/initrd-up.img
	read-only
image=/boot/vmlinuz-up
	label=failsafe
	root=/dev/hdd2
	initrd=/boot/initrd-up.img
	vga=normal
	append=" failsafe"
	read-only
other=/dev/hda1
	label=windows
	table=/dev/hda
other=/dev/fd0
	label=floppy
	unsafe

после этого не забудь 
#lilo


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

* [Comm] Help: загрузчик
@ 2003-09-11 13:32 CZVIK
  2003-09-11 10:55 ` Andrey Rybak
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: CZVIK @ 2003-09-11 13:32 UTC (permalink / raw)
  To: community

Пожалуйста помогите!
Поставил Альты после WinXP. ХР не загружается: как подправить Лило?





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

end of thread, other threads:[~2003-09-11 13:32 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-09-11 13:32 [Comm] Help: загрузчик CZVIK
2003-09-11 10:55 ` Andrey Rybak
2003-09-11 11:04 ` Andrey Rahmatullin
2003-09-11 11:18 ` John A. Gladkikh
2003-09-11 13:14 ` Зенькович Александр

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