ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [mdk-re] Lilo
@ 2002-03-13  9:26 Alexander E. Syasin
  2002-03-13 10:41 ` Russu V.F.
  0 siblings, 1 reply; 6+ messages in thread
From: Alexander E. Syasin @ 2002-03-13  9:26 UTC (permalink / raw)
  To: mandrake-russian

При установке Junior'a я ответил что не хочу грузиться с винта давайте
лучше сделаем дискетку.
Все хорошо дискетку сделал с нее все замечательно грузится.
Вопрос: как теперь сделать загрузку с винта, причем я не хочу чтобы
мне lilo или grub прописались в mbr, там у меня уже есть загрузчик

нужно чтобы lilo установился в boot сектор а не mbr.


-- 
+> У меня есть собственное мнение, но я с ним не согласен





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

* Re: [mdk-re] Lilo
  2002-03-13  9:26 [mdk-re] Lilo Alexander E. Syasin
@ 2002-03-13 10:41 ` Russu V.F.
  2002-03-13 11:00   ` Alexander E. Syasin
  0 siblings, 1 reply; 6+ messages in thread
From: Russu V.F. @ 2002-03-13 10:41 UTC (permalink / raw)
  To: alt

Hello mandrake-russian-admin,

Wednesday, March 13, 2002, 11:36:22 AM, you wrote:

> Вопрос: как теперь сделать загрузку с винта, причем я не хочу чтобы
> мне lilo или grub прописались в mbr, там у меня уже есть загрузчик

> нужно чтобы lilo установился в boot сектор а не mbr.

/etc/lilo.conf
boot=/dev/hda1


-- 
 ОП ТюменьЭнергоСпецРемонт
 Системный администратор
 Руссу В.Ф.                  e-mail: ruwa@psrp.te.ru
                             phone: (3462)76-40-56




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

* Re: [mdk-re] Lilo
  2002-03-13 10:41 ` Russu V.F.
@ 2002-03-13 11:00   ` Alexander E. Syasin
  2002-03-13 11:39     ` Re[2]: " Иван Евтухович
  2002-03-13 15:30     ` Re[2]: " Serge Skorokhodov
  0 siblings, 2 replies; 6+ messages in thread
From: Alexander E. Syasin @ 2002-03-13 11:00 UTC (permalink / raw)
  To: mandrake-russian

> > Вопрос: как теперь сделать загрузку с винта, причем я не хочу чтобы
> > мне lilo или grub прописались в mbr, там у меня уже есть загрузчик
> 
> > нужно чтобы lilo установился в boot сектор а не mbr.
> 
> /etc/lilo.conf
> boot=/dev/hda1
оки
я так и сделал
потом 
bash# lilo

но почему-то при
dd if=/dev/hda1 of=bootsect.lnx bs=512 count=1
у меня создается файл bootsect.lnx состоящий из нулей 
к чему бы это ?
-- 
+> Правду в глаза лучше говорить по телефону





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

* Re[2]: [mdk-re] Lilo
  2002-03-13 11:00   ` Alexander E. Syasin
@ 2002-03-13 11:39     ` Иван Евтухович
  2002-03-13 12:05       ` Alexander E. Syasin
  2002-03-13 15:30     ` Re[2]: " Serge Skorokhodov
  1 sibling, 1 reply; 6+ messages in thread
From: Иван Евтухович @ 2002-03-13 11:39 UTC (permalink / raw)
  To: Alexander E. Syasin

                Привет, Alexander!

Было 13 марта 2002 г. 11:10, когда вы писали:
>> /etc/lilo.conf
>> boot=/dev/hda1
AES> оки
AES> я так и сделал
AES> потом 
AES> bash# lilo

AES> но почему-то при dd if=/dev/hda1 of=bootsect.lnx bs=512 count=1 у
AES> меня создается файл bootsect.lnx состоящий из нулей к чему бы это
AES> ?
А точно на /dev/hda1 линух стоит? Потом что я тоже из ntloader linux
гружу и все чики-пуки - работает.

-- 
Дата:    13 марта 2002 г.
Время:   11:48

С наилучшими пожеланиями
Иван                          mailto:evtuhovich@mail.ru
ICQ UIN: 52227602




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

* Re: [mdk-re] Lilo
  2002-03-13 11:39     ` Re[2]: " Иван Евтухович
@ 2002-03-13 12:05       ` Alexander E. Syasin
  0 siblings, 0 replies; 6+ messages in thread
From: Alexander E. Syasin @ 2002-03-13 12:05 UTC (permalink / raw)
  To: mandrake-russian

> гружу и все чики-пуки - работает.
вот и хочу так же сделать

look!
root# fdisk /dev/hda
........
   Disk /dev/hda: 255 heads, 63 sectors, 5005 cylinders
   Units = cylinders of 16065 * 512 bytes
   
Device Boot    Start       End    Blocks   Id  System
/dev/hda1   *         1       130   1044193+   6  FAT16
/dev/hda2           131       640   4096575   83  Linux
/dev/hda3           641       895   2048287+  a5  BSD/386
/dev/hda4           896      5004  33005542+   f  Win95 Ext'd (LBA)
/dev/hda5           896      1532   5116671    7  HPFS/NTFS
/dev/hda6          1533      5004  27888808+   c  Win95 FAT32 (LBA)

root# cat /etc/lilo.conf

boot = /dev/hda2
prompt
timeout = 0

# default entry
#
image = /boot/vmlinuz-2.4.9-alt4-up
label = linux
root = /dev/hda2
read-only


root# lilo
Warning: LBA32 addressing assumed
Added linux *

root# dd if=/dev/hda2 of=b.sec count=1 bs=512
1+0 входных записей
1+0 выходных записей

смотрю файло b.sec его длина как и полагается 512 байт. но он пустой ,
точнее заполнен нулями
почему понять не могу! я точно такое же делал с FreeBSD и сработало.

еще делаю так может тут сабака порылась! 

[root@sae /]# ls -al /boot
итого 1116
drwxr-xr-x    3 root     root         4096 Мар 13 12:06 .
drwxr-xr-x   16 root     root         4096 Мар 13 12:08 ..
-rw-r--r--    1 root     root          512 Мар 13 11:53 boot.0302
lrwxrwxrwx    1 root     root           11 Мар 13 11:40 boot.b -> boot-menu.b
-rw-r--r--    1 root     root         7708 Ноя 13 20:05 boot-bmp.b
-rw-r--r--    1 root     root         7680 Ноя 13 20:05 boot-menu.b
-rw-r--r--    1 root     root         5920 Ноя 13 20:05 boot-text.b
-rw-r--r--    1 root     root          728 Ноя 13 20:05 chain.b
drwxr-xr-x    3 root     root         4096 Фев  6 17:35 grub
-rw-------    1 root     root        11776 Мар 13 12:06 map
-rw-r--r--    1 root     root          512 Ноя 13 20:05 mbr.b
-rw-r--r--    1 root     root          656 Ноя 13 20:05 os2_d.b
lrwxrwxrwx    1 root     root           24 Мар 13 11:47 System.map -> System.map-2.4.9-alt4-up
-rw-r--r--    1 root     root       393021 Сен 11  2001 System.map-2.4.9-alt4-up
-rw-r--r--    1 root     root       674184 Сен 11  2001 vmlinuz-2.4.9-alt4-up
lrwxrwxrwx    1 root     root           21 Фев  6 17:52 vmlinuz-up -> vmlinuz-2.4.9-alt4-up
 
-- 
+> Мы не правые, и не левые, потому что мы валенки 





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

* Re[2]: [mdk-re] Lilo
  2002-03-13 11:00   ` Alexander E. Syasin
  2002-03-13 11:39     ` Re[2]: " Иван Евтухович
@ 2002-03-13 15:30     ` Serge Skorokhodov
  1 sibling, 0 replies; 6+ messages in thread
From: Serge Skorokhodov @ 2002-03-13 15:30 UTC (permalink / raw)
  To: Alexander E. Syasin

Здравствуйте!

>>> Вопрос: как теперь сделать загрузку с винта, причем я не хочу
>>> чтобы мне lilo или grub прописались в mbr, там у меня уже
>>> есть загрузчик
>> 
>>> нужно чтобы lilo установился в boot сектор а не mbr.
>> 
>> /etc/lilo.conf
>> boot=/dev/hda1

AES> оки

AES> я так и сделал потом bash# lilo

AES> но почему-то при

AES> dd if=/dev/hda1 of=bootsect.lnx bs=512 count=1

AES> у меня создается файл bootsect.lnx состоящий из нулей к чему
AES> бы это ?

А попробуйте drakboot выполнить, сделать вид, что
подредактировали и нажать OK. Чем черт не шутит. У меня по
другому ядра из rpm'ов не устанавливаются..:)

-- 
Serge Skorokhodov aka suralis
13.03.2002 suralis-s@mtu-net.ru




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

end of thread, other threads:[~2002-03-13 15:30 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-03-13  9:26 [mdk-re] Lilo Alexander E. Syasin
2002-03-13 10:41 ` Russu V.F.
2002-03-13 11:00   ` Alexander E. Syasin
2002-03-13 11:39     ` Re[2]: " Иван Евтухович
2002-03-13 12:05       ` Alexander E. Syasin
2002-03-13 15:30     ` Re[2]: " Serge Skorokhodov

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