* [Comm] Два линукса в extended-разделе
@ 2008-11-05 19:35 Vladimir Scherbaev
2008-11-05 19:46 ` Andrey Rahmatullin
2008-11-05 21:13 ` Speccyfighter
0 siblings, 2 replies; 5+ messages in thread
From: Vladimir Scherbaev @ 2008-11-05 19:35 UTC (permalink / raw)
To: ALT Linux Community general discussions
Здравствуйте.
На раздел extended было поставлено два линукса: сначала Ubuntu
напосмотреть, потом ALT Linux 4.1 Desktop.
Загрузчик альта был установлен в MBR. Не могу загрузить Ubuntu.
Примерная схема разметки диска.
extended
| /dev/sda5 - / alt
| swap
| /dev/sda7 - /home alt
| /dev/sda8 - / ubuntu
| /dev/sda9 - /home ubuntu
[root@zemik-laptop ~]# cat /etc/lilo.conf
map="/boot/map"
lba32
prompt
compact
vga="0x314"
message="/boot/splash/message"
default="ALTLinux"
boot="/dev/sda"
timeout="100"
install="menu"
append="resume=/dev/sda6 panic=30 splash=silent"
image="/boot/vmlinuz"
label="ALTLinux"
initrd="/boot/initrd.img"
root="UUID=76dc0f78-4d93-41d4-a6d0-0df2693da1e2"
read-only
image="/boot/vmlinuz"
label="failsafe"
initrd="/boot/initrd.img"
root="UUID=76dc0f78-4d93-41d4-a6d0-0df2693da1e2"
addappend="failsafe"
vga="normal"
read-only
image="vmlinuz"
label="Ubuntu"
initrd="initrd.img"
root="/dev/sda8"
read-only
[root@zemik-laptop ~]# fdisk /dev/sda
Device Boot Start End Blocks Id System
/dev/sda1 * 26519 30401 31190197+ 7 HPFS/NTFS
/dev/sda2 1 26518 213005803+ 5 Extended
/dev/sda5 1 1275 10241374+ 83 Linux
/dev/sda6 1276 1530 2048256 82 Linux swap / Solaris
/dev/sda7 1531 25626 193551088+ 83 Linux
/dev/sda8 * 25627 26263 5116671 83 Linux
/dev/sda9 26264 26390 1020096 82 Linux swap / Solaris
/dev/sda10 26391 26518 1028128+ 83 Linux
[root@zemik-laptop ~]# lilo
Added ALTLinux *
Added failsafe
Fatal: open vmlinuz: No such file or directory
Как это можно исправить?
--
With Best Regards,
Vladimir Scherbaev
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Comm] Два линукса в extended-разделе
2008-11-05 19:35 [Comm] Два линукса в extended-разделе Vladimir Scherbaev
@ 2008-11-05 19:46 ` Andrey Rahmatullin
2008-11-05 19:54 ` Vladimir Scherbaev
2008-11-05 21:13 ` Speccyfighter
1 sibling, 1 reply; 5+ messages in thread
From: Andrey Rahmatullin @ 2008-11-05 19:46 UTC (permalink / raw)
To: community
[-- Attachment #1: Type: text/plain, Size: 242 bytes --]
On Wed, Nov 05, 2008 at 10:35:18PM +0300, Vladimir Scherbaev wrote:
> image="vmlinuz"
Это как?
--
WBR, wRAR (ALT Linux Team)
Powered by the ALT Linux fortune(8):
* avm не хочет лезть внутрь synaptic
<avm> давайте менять сонейм!
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 197 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Comm] Два линукса в extended-разделе
2008-11-05 19:46 ` Andrey Rahmatullin
@ 2008-11-05 19:54 ` Vladimir Scherbaev
0 siblings, 0 replies; 5+ messages in thread
From: Vladimir Scherbaev @ 2008-11-05 19:54 UTC (permalink / raw)
To: ALT Linux Community general discussions
5 ноября 2008 г. 22:46 пользователь Andrey Rahmatullin
<wrar@altlinux.ru> написал:
> On Wed, Nov 05, 2008 at 10:35:18PM +0300, Vladimir Scherbaev wrote:
>> image="vmlinuz"
> Это как?
Это там ссылка из /vmlinuz в /boot/vmlinuz.
Пробовал в настройках lilo ставить /boot/vmlinuz результат аналогичен.
--
With Best Regards,
Vladimir Scherbaev
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Comm] Два линукса в extended-разделе
2008-11-05 19:35 [Comm] Два линукса в extended-разделе Vladimir Scherbaev
2008-11-05 19:46 ` Andrey Rahmatullin
@ 2008-11-05 21:13 ` Speccyfighter
2008-11-06 4:18 ` Vladimir Scherbaev
1 sibling, 1 reply; 5+ messages in thread
From: Speccyfighter @ 2008-11-05 21:13 UTC (permalink / raw)
To: ALT Linux Community general discussions
Vladimir Scherbaev пишет:
> Здравствуйте.
>
>
> На раздел extended было поставлено два линукса: сначала Ubuntu
> напосмотреть, потом ALT Linux 4.1 Desktop.
> Загрузчик альта был установлен в MBR. Не могу загрузить Ubuntu.
>
> Примерная схема разметки диска.
>
> extended
> | /dev/sda5 - / alt
> | swap
> | /dev/sda7 - /home alt
> | /dev/sda8 - / ubuntu
> | /dev/sda9 - /home ubuntu
>
> [root@zemik-laptop ~]# cat /etc/lilo.conf
> map="/boot/map"
> lba32
> prompt
> compact
> vga="0x314"
> message="/boot/splash/message"
> default="ALTLinux"
> boot="/dev/sda"
> timeout="100"
> install="menu"
> append="resume=/dev/sda6 panic=30 splash=silent"
>
> image="/boot/vmlinuz"
> label="ALTLinux"
> initrd="/boot/initrd.img"
> root="UUID=76dc0f78-4d93-41d4-a6d0-0df2693da1e2"
> read-only
>
> image="/boot/vmlinuz"
> label="failsafe"
> initrd="/boot/initrd.img"
> root="UUID=76dc0f78-4d93-41d4-a6d0-0df2693da1e2"
> addappend="failsafe"
> vga="normal"
> read-only
>
> image="vmlinuz"
> label="Ubuntu"
> initrd="initrd.img"
> root="/dev/sda8"
> read-only
>
> [root@zemik-laptop ~]# fdisk /dev/sda
>
> Device Boot Start End Blocks Id System
> /dev/sda1 * 26519 30401 31190197+ 7 HPFS/NTFS
> /dev/sda2 1 26518 213005803+ 5 Extended
> /dev/sda5 1 1275 10241374+ 83 Linux
> /dev/sda6 1276 1530 2048256 82 Linux swap / Solaris
> /dev/sda7 1531 25626 193551088+ 83 Linux
> /dev/sda8 * 25627 26263 5116671 83 Linux
> /dev/sda9 26264 26390 1020096 82 Linux swap / Solaris
> /dev/sda10 26391 26518 1028128+ 83 Linux
>
>
> [root@zemik-laptop ~]# lilo
> Added ALTLinux *
> Added failsafe
> Fatal: open vmlinuz: No such file or directory
>
>
> Как это можно исправить?
>
>
На forum.altlinux.org, тема:
lilo , дописываем еще одну *nix ОС [Решено]:
http://forum.altlinux.org/index.php/topic,756.0.html
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Comm] Два линукса в extended-разделе
2008-11-05 21:13 ` Speccyfighter
@ 2008-11-06 4:18 ` Vladimir Scherbaev
0 siblings, 0 replies; 5+ messages in thread
From: Vladimir Scherbaev @ 2008-11-06 4:18 UTC (permalink / raw)
To: ALT Linux Community general discussions
>>
>> Как это можно исправить?
>>
>>
>
> На forum.altlinux.org, тема:
> lilo , дописываем еще одну *nix ОС [Решено]:
> http://forum.altlinux.org/index.php/topic,756.0.html
Спасибо:)
--
With Best Regards,
Vladimir Scherbaev
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2008-11-06 4:18 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-11-05 19:35 [Comm] Два линукса в extended-разделе Vladimir Scherbaev
2008-11-05 19:46 ` Andrey Rahmatullin
2008-11-05 19:54 ` Vladimir Scherbaev
2008-11-05 21:13 ` Speccyfighter
2008-11-06 4:18 ` Vladimir Scherbaev
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