ALT Linux Community general discussions
 help / color / mirror / Atom feed
From: "Andrey Liakhovets" <liakh@dol.ru>
To: community@lists.altlinux.org
Subject: Re: [Comm] Загрузка по сети Live дистрибутива
Date: Sun, 12 Jun 2011 23:41:14 +0400
Message-ID: <web-943734342@cgp.dol.ru> (raw)
In-Reply-To: <232791307804517@web129.yandex.ru>

On Sat, 11 Jun 2011 19:01:57 +0400 Шкаруба Андрей wrote:
>
>Извините, забыл тему указать
>11.06.2011, 18:56, "Шкаруба Андрей" <ShkarubaA@yandex.ru>:
>> Дистрибутив Альт Линукс Кентавр 6.0, репозитарий p6, обновляется ежедневно.
>> Хочу грузить по сети live CD simply Linux.
>> Следую инструкции Г.Курячего http://freeschool.altlinux.ru/?p=2490.
>> Загрузка на клиенте останавливается на этапе монтирования каталога по nfs:
>> Код:
>>
>> mounting 10.10.9.6:/var/srv/public/netinst/ on /image as type nfs
>> nfsmount 10.10.9.6:/var/srv/public/netinst/ /image
>>
>> после этого через минуты 3, появляется:
>>
>> unsetting automatic
>>
>> после чего выдается окно что не удалось подключить сетевой ресурс.
>> Пробовал монтировать с загруженной системой этот каталог:
>> Код:
>>
>> mount -t nfs4 -o proto=tcp,port=2049 10.10.9.6:/var/srv/public/netinst/ /mnt/myshare
>> монтируется без проблем.

Делал так (с заменой /path/to и ip-адресов на правильные):

# mkdir /var/lib/tftpboot/slinux.502
# echo "/path/to/slinux-live-5.0.2-20101227-i586-ru-live-cd.iso /var/lib/tftpboot/slinux.502 iso9660 loop,ro,auto,utf8 0 0" >>/etc/fstab
# mount /var/lib/tftpboot/slinux.502
# echo "/var/lib/tftpboot/slinux.502 XX.XX.XX.XX/XX(ro,async,no_subtree_check,all_squash,anonuid=99,anongid=99)" >>/etc/exports
# service nfs reload
и привёл /var/lib/tftpboot/pxelinux.cfg/default к такому виду:
DEFAULT menu.c32
 ...
LABEL slinux.502
  MENU LABEL ^Simply Linux 5.0.2
  MENU DEFAULT
  KERNEL slinux.502/syslinux/alt0/vmlinuz
  APPEND initrd=slinux.502/syslinux/alt0/full.cz live fastboot vga=0x314 splash=silent splashcount=17 stagename=live lang=ru_RU automatic=method:nfs,network:dhcp,server:XX.XX.XX.XX,directory:/var/lib/tftpboot/slinux.502

После чего Simply 5.0.2 Live CD нормально грузится по сети.
(кстати, тестирую таким образом и многие другие Live CD)

>> На пятой платформе такого не возникало.

Я так грузил начиная с 4.0 и заканчивая 5.1.
Пока не вижу, что из вышеприведённого может не сработать на p6,
но завтра специально проверю и на p6.

>> Кто - нибудь настраивал сетевую установку на 6 платформе, отзовитесь.

Сетевую установку с загруженного по сети Live CD я никогда не делал,
ничего об этом сказать не могу.

Андрей Ляховец


  reply	other threads:[~2011-06-12 19:41 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-06-11 14:56 [Comm] (без темы) Шкаруба Андрей
2011-06-11 15:01 ` [Comm] Загрузка по сети Live дистрибутива Шкаруба Андрей
2011-06-12 19:41   ` Andrey Liakhovets [this message]
2011-06-13  6:15     ` Шкаруба Андрей
2011-06-15 10:38       ` Andrey Liakhovets
2011-06-15 15:18         ` Шкаруба Андрей
2011-06-15 21:25           ` Michael Shigorin
2011-06-16  3:19             ` Шкаруба Андрей
2011-06-16  7:18           ` Michael A. Kangin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=web-943734342@cgp.dol.ru \
    --to=liakh@dol.ru \
    --cc=community@lists.altlinux.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

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