Имя пользователя:
Пароль:
 

Название темы: я поставил себе fc6
Показать сообщение отдельно

Аватара для ruslandh

info man howto


Сообщения: 6960
Благодарности: 385

Профиль | Сайт | Отправить PM | Цитировать


Так сразу и не скажу - я сам так не делал, а возможно-ли теоретически - не в курсе. читайте man

У меня Linux-ы грузятся так - все ядра лежат в общем /boot, а в lilo прописано :

Код: Выделить весь код
boot=/dev/sda
vga=0x0317
map=/boot/map
message=/boot/splash/message
lba32
prompt
timeout=10000
default=ALTLinux

image=/boot/vmlinuz-smp
	initrd=/boot/initrd-smp.img
	label=ALTLinux
	root="/dev/sda10"
	read-only
	append="pci=routeirq"
#	append="irqpoll"
other=/dev/sda2
	label=Windows_XP
	table=/dev/sda
	change
	 automatic
	 partition=/dev/sda3
	  deactivate
	 partition=/dev/sda2
	  activate

other=/dev/sda3
	label=Windows
	table=/dev/sda
	change
	 automatic
	 partition=/dev/sda2
	  deactivate
	 partition=/dev/sda3
	  activate

#image = /boot/
#    label = Suse
#    append = "   resume=/dev/sdb5 splash=silent showopts"
#    vga = 0x31a
#    initrd = /boot/initrd-2.6.18.2-34-default
#    root = /dev/sdb2

image = vmlinuz-2.6.18.2-34-default
    label = Suse
    append = "   resume=/dev/sdb5 splash=silent showopts"
    vga = 0x31a
    initrd = /boot/initrd-2.6.18.2-34-default
    root = /dev/sdb2


image=/boot/vmlinuz-2.6.16-std26-up-alt13
	initrd=/boot/initrd-2.6.16-std26-up-alt13.img
	label=2616-std26-up-13
	root="/dev/sda10"
	read-only
	optional
image=/boot/memtest-1.65.bin
	label=memtest86-1.65

image=/boot/vmlinuz-smp
	label="Delphine"
	root=/dev/sdb1
	initrd=/boot/initrd-smp.img
	append=" resume=/dev/sda8 splash=silent"
        vga = 0x31a
#	vga=788

image=/boot/vmlinuz-del
	label="Delphine-nonfb"
	root=/dev/sdb1
	initrd=/boot/initrd-del.img
	append=" resume=/dev/sda8"


image=/boot/vmlinuz-2.6.18-wks-smp-alt1
	initrd=/boot/initrd-2.6.18-wks-smp-alt1.img
	label=2618-wks-smp-1
	root=/dev/sda10
	read-only
	optional

image=/boot/vmlinuz-2.6.19-vn-smp-alt1
	initrd=/boot/initrd-2.6.19-vn-smp-alt1.img
	append="irqpoll"
	label=2619-vn-smp-1
	root=/dev/sda10
	read-only
	optional

image="/boot/vmlinuz-2.6.18-ovz-smp-alt11"
	initrd="/boot/initrd-2.6.18-ovz-smp-alt11.img"
	label="2618-ovz-smp-11"
	root="/dev/sda10"
	read-only
	optional

image="/boot/vmlinuz-2.6.18-std-smp-alt5"
	initrd="/boot/initrd-2.6.18-std-smp-alt5.img"
	label="2618-std-smp-5"
	root="/dev/sda10"
	read-only
	optional


#image = /boot/vmlinuz-2.6.18.2-34-default
#    label = Suse-Failsafe
#    append = "showopts ide=nodma apm=off acpi=off noresume nosmp noapic maxcpus=0 edd=off 3"
#    vga = normal
#    initrd = /boot/initrd-2.6.18.2-34-default
#    root = /dev/sdb2

#image = /boot/vmlinuz-2.6.18.2-34-default
#    label = Kernel-2.6.
#    append = "   resume=/dev/sdb5 splash=silent showopts"
#    vga = 0x31a
#    initrd = /boot/initrd-2.6.18.2-34-default
#   root = /dev/sdb2

#image = /boot/vmlinuz-2.6.18.8-0.1-xen
#    label = Kernel-2.6.xen
#    append = "   resume=/dev/sdb5 splash=silent showopts"
#    vga = 0x31a
#    initrd = /boot/initrd-2.6.18.8-0.1-xen
#    root = /dev/sdb2
# - это закоммнтированные строчки, оставлены, что-бы не вспоминать конфигурацию, в том числе закомментировано xen-овское ядро, как не поддерживаемое lilo.


-------
Поспешай не торопясь


Отправлено: 07:15, 17-04-2007 | #14

Название темы: я поставил себе fc6