* [Comm] Как привести в порядок Lilo. @ 2004-08-01 6:50 Sergey 2004-08-01 8:07 ` php-coder 0 siblings, 1 reply; 10+ messages in thread From: Sergey @ 2004-08-01 6:50 UTC (permalink / raw) To: Community Здраствуйте. Подскажите как привести в порядок Lilo. Поставил новое ядро 2.4.26-std-up-alt5 на ALC 2.3 старое ядро удалил,но при загрузке оно активизируется по умолчанию хотя его нет а новое установленное в конце списка. Как сделать что бы по умолчанию было 2.4.26-std-up-alt5 ( хотя другого и нет ) вот lilo.conf boot=/dev/hda map=/boot/map install=/boot/boot-bmp.b vga=0x0317 default=linux-up message=/boot/splash/message prompt timeout=50 image=/boot/vmlinuz-up label=linux-up root=/dev/hda9 initrd=/boot/initrd-up.img read-only image=/boot/vmlinuz-up label=failsafe root=/dev/hda9 initrd=/boot/initrd-up.img vga=normal append=" failsafe noapic acpi=off" read-only other=/dev/hda1 label=windows table=/dev/hda other=/dev/fd0 label=floppy unsafe image=/boot/vmlinuz-2.4.26-std-up-alt5 label=2426-std-up-5 root=/dev/hda9 read-only optional vga=0x0317 initrd=/boot/initrd-2.4.26-std-up-alt5.img И вот ещё что меня смущает в /boot/ есть как мне кажется файлы от старого ядра нулевого размера: initrd-up.img initrd.img -под сомнением? vmlinuz - под сомнением? vmlinuz-up также присутствует новое ядро vmlinuz-2.4.26-std-up-alt5 При команде Lilo выводит: lilo: Fatal: open /boot/vmlinuz-up: No such file or directory С уважением. Сергей. ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [Comm] Как привести в порядок Lilo. 2004-08-01 6:50 [Comm] Как привести в порядок Lilo Sergey @ 2004-08-01 8:07 ` php-coder 2004-08-01 9:43 ` Sergey 0 siblings, 1 reply; 10+ messages in thread From: php-coder @ 2004-08-01 8:07 UTC (permalink / raw) To: Sergey 0000100101011110100100101::01.08.2004::0110001001001000100111100100010 Здравствуйте, Sergey! Отвечаю на Ваше письмо: > Как сделать что бы по умолчанию было 2.4.26-std-up-alt5 > ( хотя другого и нет ) вот lilo.conf Есть два варианта: 1) Заменить default=linux-up на default=label=2426-std-up-5 2) Сделать так, чтобы символическая ссылка /boot/vmlinuz-up указывала на файл /boot/vmlinuz-2.4.26-std-up-alt5 -- С уважением, php-coder (mailto:php-coder[at]ngs[dot]ru) Registered Linux User #327594 ALT Linux Master 2.2 010010010010010001010101100::Linux RuleZz!::100010010001000100010001110 ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [Comm] Как привести в порядок Lilo. 2004-08-01 8:07 ` php-coder @ 2004-08-01 9:43 ` Sergey 2004-08-01 10:56 ` Re[2]: " php-coder 0 siblings, 1 reply; 10+ messages in thread From: Sergey @ 2004-08-01 9:43 UTC (permalink / raw) To: community php-coder пишет: > > Здравствуйте, Sergey! > Отвечаю на Ваше письмо: > > > >>Как сделать что бы по умолчанию было 2.4.26-std-up-alt5 >>( хотя другого и нет ) вот lilo.conf >> >> > > Есть два варианта: > > 1) Заменить default=linux-up на default=label=2426-std-up-5 > 2) Сделать так, чтобы символическая ссылка /boot/vmlinuz-up > указывала на файл /boot/vmlinuz-2.4.26-std-up-alt5 > > > Сделал по 1-му варианту после команды Lilo получил сообщение: [root@localhost root]# lilo Syntax error at or above line 5 in file '/etc/lilo.conf' Все перепроверил ошибки я не нашёл. Проверил свойства файла vmlinuz-up он имеет ссылку на vmlinuz-2.4.26-std-up-alt5 ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re[2]: [Comm] Как привести в порядок Lilo. 2004-08-01 9:43 ` Sergey @ 2004-08-01 10:56 ` php-coder 2004-08-01 12:13 ` Sergey 0 siblings, 1 reply; 10+ messages in thread From: php-coder @ 2004-08-01 10:56 UTC (permalink / raw) To: Sergey 0000100101011110100100101::01.08.2004::0110001001001000100111100100010 Здравствуйте, Sergey! Отвечаю на Ваше письмо: >> 1) Заменить default=linux-up на default=label=2426-std-up-5 > [...] > Syntax error at or above line 5 in file '/etc/lilo.conf' И не удивительно! Смысл в том, чтобы поставить в качестве значения для default название ядра, котрое определяется параметром label. Написать нужно так: default=2426-std-up-5 В первый раз я просто скопировал всю строку, забыв убрать label. Сейчас все должно быть ОК :)) Удачи! -- С уважением, php-coder (mailto:php-coder[at]ngs[dot]ru) Registered Linux User #327594 ALT Linux Master 2.2 010010010010010001010101100::Linux RuleZz!::100010010001000100010001110 ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [Comm] Как привести в порядок Lilo. 2004-08-01 10:56 ` Re[2]: " php-coder @ 2004-08-01 12:13 ` Sergey 2004-08-02 10:48 ` Re[2]: " php-coder 0 siblings, 1 reply; 10+ messages in thread From: Sergey @ 2004-08-01 12:13 UTC (permalink / raw) To: community php-coder пишет: >0000100101011110100100101::01.08.2004::0110001001001000100111100100010 > > Здравствуйте, Sergey! > Отвечаю на Ваше письмо: > > > >>>1) Заменить default=linux-up на default=label=2426-std-up-5 >>> >>> >>[...] >>Syntax error at or above line 5 in file '/etc/lilo.conf' >> >> > > И не удивительно! Смысл в том, чтобы поставить в качестве значения > для default название ядра, котрое определяется параметром label. > > Написать нужно так: > > default=2426-std-up-5 > > В первый раз я просто скопировал всю строку, забыв убрать label. > Сейчас все должно быть ОК :)) > > Удачи! > > > Не а что то не то вот что выдало: [root@localhost root]# lilo Warning: LBA32 addressing assumed Warning: Int 0x13 function 8 and function 0x48 return different head/sector geometries for BIOS drive 0x80 fn 08: 1024 cylinders, 255 heads, 63 sectors fn 48: 57461 cylinders, 16 heads, 63 sectors Warning: Int 0x13 function 8 and function 0x48 return different head/sector geometries for BIOS drive 0x81 fn 08: 1024 cylinders, 255 heads, 63 sectors fn 48: 19710 cylinders, 16 heads, 63 sectors lilo: Fatal: open /boot/vmlinuz-up: No such file or directory [root@localhost root]# Но я попробовал, перезагрузился ничего не изменилось также по умолчанию загрузка в никуда а 2.4.26 в последней очереди. ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re[2]: [Comm] Как привести в порядок Lilo. 2004-08-01 12:13 ` Sergey @ 2004-08-02 10:48 ` php-coder 2004-08-02 14:16 ` Sergey 0 siblings, 1 reply; 10+ messages in thread From: php-coder @ 2004-08-02 10:48 UTC (permalink / raw) To: Sergey 0000100101011110100100101::01.08.2004::0110001001001000100111100100010 Здравствуйте, Sergey! Отвечаю на Ваше письмо: > Warning: LBA32 addressing assumed Видимо, нужно в начало файла /etc/lilo.conf добавить строчку lba32 > lilo: Fatal: open /boot/vmlinuz-up: No such file or directory Жалуется, что нет файла. И не удивительно ведь старое ядро вы удалили. Я думаю можно удалить две секции, указывающие на старое ядро (linux-up и failsafe). P.S. initrd-up.img можно удалить, а vmlinuz и vmlinuz-up должны быть символическими ссылками и указывать на новое ядро, хотя можно их и вовсе удалить. Решать вам. -- С уважением, php-coder (mailto:php-coder[at]ngs[dot]ru) Registered Linux User #327594 ALT Linux Master 2.2 010010010010010001010101100::Linux RuleZz!::100010010001000100010001110 ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [Comm] Как привести в порядок Lilo. 2004-08-02 10:48 ` Re[2]: " php-coder @ 2004-08-02 14:16 ` Sergey 2004-08-02 14:25 ` Andrey Rahmatullin 2004-08-09 12:05 ` Re[2]: " php-coder 0 siblings, 2 replies; 10+ messages in thread From: Sergey @ 2004-08-02 14:16 UTC (permalink / raw) To: community > > > >>Warning: LBA32 addressing assumed >> >> > > Видимо, нужно в начало файла /etc/lilo.conf добавить строчку lba32 > > > >>lilo: Fatal: open /boot/vmlinuz-up: No such file or directory >> >> > > Жалуется, что нет файла. И не удивительно ведь старое ядро вы > удалили. Я думаю можно удалить две секции, указывающие на старое ядро > (linux-up и failsafe). > > P.S. initrd-up.img можно удалить, а vmlinuz и vmlinuz-up должны > быть символическими ссылками и указывать на новое ядро, хотя можно их > и вовсе удалить. Решать вам. > > > Да строчка lba32 помогла от Warning: LBA32 addressing assumed А вот остальные советы нет. А можно ли как нибудь сделать что бы линукс сам сгенерировал новое Lilo.conf? ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [Comm] Как привести в порядок Lilo. 2004-08-02 14:16 ` Sergey @ 2004-08-02 14:25 ` Andrey Rahmatullin 2004-08-09 12:05 ` Re[2]: " php-coder 1 sibling, 0 replies; 10+ messages in thread From: Andrey Rahmatullin @ 2004-08-02 14:25 UTC (permalink / raw) To: community [-- Attachment #1: Type: text/plain, Size: 371 bytes --] On Mon, Aug 02, 2004 at 09:16:20PM +0700, Sergey wrote: >А можно ли как нибудь сделать что бы линукс сам сгенерировал новое >Lilo.conf? Переустановить? Такие серьезные вещи автомату можно доверять в последнюю очередь. -- WBR, wRAR (ALT Linux Team) Думаю, что изготовители Kompakta прекрасно справятся и с kpackage, но в kde 3.2 ;-) -- rider in devel@ [-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --] ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re[2]: [Comm] Как привести в порядок Lilo. 2004-08-02 14:16 ` Sergey 2004-08-02 14:25 ` Andrey Rahmatullin @ 2004-08-09 12:05 ` php-coder 2004-08-09 15:37 ` Sergey 1 sibling, 1 reply; 10+ messages in thread From: php-coder @ 2004-08-09 12:05 UTC (permalink / raw) To: Sergey 0000100101011110100100101::02.08.2004::0110001001001000100111100100010 Здравствуйте, Sergey! Отвечаю на Ваше письмо: S> Да строчка lba32 помогла от Warning: LBA32 addressing assumed S> А вот остальные советы нет. Сорьки, что долго не отвечал, но ошибка, типа как у вас: Warning: Int 0x13 function 8 and function 0x48 return different head/sector geometries for BIOS drive 0x80 fn 08: 1024 cylinders, 255 heads, 63 sectors fn 48: 57461 cylinders, 16 heads, 63 sectors Warning: Int 0x13 function 8 and function 0x48 return different head/sector geometries for BIOS drive 0x81 fn 08: 1024 cylinders, 255 heads, 63 sectors fn 48: 19710 cylinders, 16 heads, 63 sectors Имеет место быть и у меня :(( Я с ней некоторое время боролся, но потом, что называется, забил - работает и ладно :)) Если Вы найдете как ее решить, то если Вас это не затруднит, то, пожалуйста, сообщите об этом мне :-) Удачи!! -- С уважением, php-coder (mailto:php-coder[at]ngs[dot]ru) Registered Linux User #327594 ALT Linux Master 2.2 010010010010010001010101100::Linux RuleZz!::100010010001000100010001110 ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [Comm] Как привести в порядок Lilo. 2004-08-09 12:05 ` Re[2]: " php-coder @ 2004-08-09 15:37 ` Sergey 0 siblings, 0 replies; 10+ messages in thread From: Sergey @ 2004-08-09 15:37 UTC (permalink / raw) To: community php-coder пишет: >0000100101011110100100101::02.08.2004::0110001001001000100111100100010 > > Здравствуйте, Sergey! > Отвечаю на Ваше письмо: > >S> Да строчка lba32 помогла от Warning: LBA32 addressing assumed >S> А вот остальные советы нет. > > Сорьки, что долго не отвечал, но ошибка, типа как у вас: > > Warning: Int 0x13 function 8 and function 0x48 return different > head/sector geometries for BIOS drive 0x80 > fn 08: 1024 cylinders, 255 heads, 63 sectors > fn 48: 57461 cylinders, 16 heads, 63 sectors > Warning: Int 0x13 function 8 and function 0x48 return different > head/sector geometries for BIOS drive 0x81 > fn 08: 1024 cylinders, 255 heads, 63 sectors > fn 48: 19710 cylinders, 16 heads, 63 sectors > > Имеет место быть и у меня :(( Я с ней некоторое время боролся, но > потом, что называется, забил - работает и ладно :)) > Если Вы найдете как ее решить, то если Вас это не затруднит, то, > пожалуйста, сообщите об этом мне :-) > > Удачи!! > > > А хотя я тоже плюнул... Работает и ладно. Но если что надыбаю то сообщю. Всего наилучшего! ^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2004-08-09 15:37 UTC | newest] Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed) -- links below jump to the message on this page -- 2004-08-01 6:50 [Comm] Как привести в порядок Lilo Sergey 2004-08-01 8:07 ` php-coder 2004-08-01 9:43 ` Sergey 2004-08-01 10:56 ` Re[2]: " php-coder 2004-08-01 12:13 ` Sergey 2004-08-02 10:48 ` Re[2]: " php-coder 2004-08-02 14:16 ` Sergey 2004-08-02 14:25 ` Andrey Rahmatullin 2004-08-09 12:05 ` Re[2]: " php-coder 2004-08-09 15:37 ` Sergey
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