Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[SOLVED]lilo - błąd podczas instalacji
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Polskie forum (Polish) Instalacja i sprzęt
View previous topic :: View next topic  
Author Message
tr0k
n00b
n00b


Joined: 01 Sep 2009
Posts: 12

PostPosted: Tue Sep 01, 2009 7:08 pm    Post subject: [SOLVED]lilo - błąd podczas instalacji Reply with quote

Mam problem podczas instalacji lilo. Skonfigurowałem odpowiednio zgodnie z dokumentacją plik lilo.conf. Próbuje zainstalować lilo za pomocą polecenia /sbin/lilo i oto efekt:
Code:

Fatal: raid setup stat("/dev/sda")

Tyczy się to zmiennej boot=/dev/sda. Sprawdziłem też zawartość folderu /dev w którym po zchrootowaniu niestety nie ma żadnych partycji.
Z góry dziękuję za pomoc.


Last edited by tr0k on Wed Sep 02, 2009 5:03 pm; edited 1 time in total
Back to top
View user's profile Send private message
mistix
Apprentice
Apprentice


Joined: 27 Dec 2006
Posts: 247
Location: Gliwice / Poland

PostPosted: Tue Sep 01, 2009 7:35 pm    Post subject: Reply with quote

Pokaż tą Twoją konfigurację lilo.
_________________
Cuda się zdarzają. Co potwierdzi każdy programista.
Back to top
View user's profile Send private message
tr0k
n00b
n00b


Joined: 01 Sep 2009
Posts: 12

PostPosted: Tue Sep 01, 2009 8:03 pm    Post subject: Reply with quote

lilo.conf
Code:

boot=/dev/sda             
prompt                   
timeout=50               
default=gentoo           
vga = normal

image=/boot/kernel-2.6.24-gentoo-r5
  label=gentoo           
  read-only               
  root=/dev/sda3         

image=/boot/kernel-2.6.24-gentoo-r5
  label=gentoo.rescue     
  read-only               
  root=/dev/sda3         
  append="init=/bin/bb"   

other=/dev/sda6
  label=windows

table=/dev/sda

W ramach wyjaśnień partycje z gentoo mam oczywiście na sda3, przynajmniej według fdisk -l.

EDIT. Udało mi się zainstalować lilo dzięki "MAKEDEV sda". Niestety podczas instalacji program zwraca mi następujące ostrzeżenie:
Code:

Warning 'proc/partitions' does not match 'dev' directory structure.
Name change '/dev/loop0' -> '/dev/loop0'.

Jak mogę pozbyć się tego komunikatu?
Back to top
View user's profile Send private message
Belliash
Advocate
Advocate


Joined: 24 Nov 2004
Posts: 2503
Location: Wroclaw, Poland

PostPosted: Wed Sep 02, 2009 7:33 am    Post subject: Reply with quote

Code:
mount -obind /dev /mnt/gentoo/dev
chroot /mnt/gentoo /bin/bash
lilo

_________________
Asio Software Technologies
Belliash IT Weblog
Back to top
View user's profile Send private message
soban_
l33t
l33t


Joined: 27 Aug 2008
Posts: 668
Location: /home/soban

PostPosted: Tue Sep 22, 2009 11:20 pm    Post subject: Reply with quote

Belliash wrote:
Code:
mount -obind /dev /mnt/gentoo/dev
chroot /mnt/gentoo /bin/bash
lilo

nie powinno byc:
Code:
mount -o bind /dev /mnt/gentoo/dev

Czy moze ja cos przeoczylem? :-)
_________________
gg: 525600
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Polskie forum (Polish) Instalacja i sprzęt All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum