Grub: error 15

2009-09-26 Thread Jason Filippou
Hello,

I assume this has probably been mentioned before, with all the grub
legacy discussion going on, but here's my situation anyways:

I have Debian Testing installed on my hp paviliion dv6000 notebook and
executed the command upgrade-from-grub-legacy. After that, when I
rebooted my system, I receive the message

GRUB Loading stage1.5

GRUB loading, please wait...
Error 15

Is there anything I can do to save my system? Should I download a
Squeeze image and use it as a live CD, would that help me in any way?

Thanks,

Jason


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: Grub: error 15

2009-09-26 Thread Sjoerd Hiemstra
Jason Filippou wrote:
 I have Debian Testing installed on my hp paviliion dv6000 notebook and
 executed the command upgrade-from-grub-legacy. After that, when I
 rebooted my system, I receive the message
 
 GRUB Loading stage1.5
 
 GRUB loading, please wait...
 Error 15
 
 Is there anything I can do to save my system?

I *think* I know what caused the problem.
On executing upgrade-from-grub-legacy this screen appears:

┌─┤ Configuring grub-pc ├┐
│ The grub-pc package is being upgraded.  This menu allows you to select │
│ which devices you'd like grub-install to be automatically run for, if  │
│ any.   │
││
│ It is recommended that you do this in most situations, to prevent the  │
│ installed GRUB from getting out of sync with other components such as  │
│ grub.cfg or with newer Linux images it will have to load.  │
││
│ If you're unsure which drive is designated as boot drive by your BIOS, │
│ it is often a good idea to install GRUB to all of them.│
││
│ GRUB install devices:  │
││
│[x] /dev/hda│
│[ ] /dev/hdb│
││
│  Ok  │
└┘

'/dev/hda' was colored red, so you selected OK and pressed Enter.
BUT you should have pressed the space bar first, so an 'x' appears
before '/dev/hda'.

It can easily be repaired, however, by running the command:

grub-install /dev/hda


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: Grub: error 15

2009-09-26 Thread Rob Owens
On Sat, Sep 26, 2009 at 10:47:42AM +0300, Jason Filippou wrote:
 Hello,
 
 I assume this has probably been mentioned before, with all the grub
 legacy discussion going on, but here's my situation anyways:
 
 I have Debian Testing installed on my hp paviliion dv6000 notebook and
 executed the command upgrade-from-grub-legacy. After that, when I
 rebooted my system, I receive the message
 
 GRUB Loading stage1.5
 
 GRUB loading, please wait...
 Error 15
 
 Is there anything I can do to save my system? Should I download a
 Squeeze image and use it as a live CD, would that help me in any way?
 
Download the Super Grub Boot Disc and see if that gets you into your
system.  Then try fixing grub using Sjoerd's instructions.

-Rob


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: Grub -- error 15

2009-09-24 Thread Rogerio R. Silva
Pessoal,

Continuo com o mesmo problema no GRUB (Error 15) e não consigo
inicializar o sistema (Debian Squeeze). Estou usando o LiveCD e fiz
algum progresso, mas não identifiquei o problema. Aparentemente, está
tudo certo com o arquivo menu.lst (vejam abaixo detalhes). Agradeço
sugestões.

Abs. - rogerio

$ sudo su -

# sudo fdisk -l | grep -i linux
/dev/sda1   *   1   14263   114567516   83  Linux
/dev/sda5   14264   14593 2650693+  82  Linux swap / Solaris

# fdisk -l

  Device Boot  Start End  Blocks   Id  System
/dev/sda1   *   1   14263   114567516   83  Linux
/dev/sda2   14264   14593 26507255  Extended
/dev/sda5   14264   14593 2650693+  82  Linux swap / Solaris

# df -h
FilesystemSize  Used Avail Use% Mounted on
aufs  502M  7.0M  495M   2% /
tmpfs 502M 0  502M   0% /lib/init/rw
udev   10M   88K   10M   1% /dev
tmpfs 502M  4.0K  502M   1% /dev/shm
/dev/scd0 692M  692M 0 100% /live/image
tmpfs 502M  7.0M  495M   2% /live/cow
tmpfs 502M 0  502M   0% /live
tmpfs 502M   16K  502M   1% /tmp
/dev/sda1 108G   37G   66G  36% /mnt/linux

# mkdir /mnt/linux
#mount /dev/sda1 /mnt/linux
#cd /mnt/linux
# ls -la

drwxr-xr-x  23 root root  4096 2009-09-09 18:12 .
drwxr-xr-x   3 root root60 2009-09-24 20:53 ..
drwxr-xr-x   2 root root  4096 2009-09-21 04:50 bin
drwxr-xr-x   3 root root  4096 2009-09-09 18:13 boot
lrwxrwxrwx   1 root root11 2008-02-14 00:16 cdrom - media/cdrom
drwxr-xr-x   4 root root  4096 2008-08-22 21:08 dev
drwxr-xr-x 163 root root 12288 2009-09-22 13:46 etc
drwxr-xr-x   3 root root  4096 2008-07-17 12:39 home
drwxr-xr-x   2 root root  4096 2008-02-14 00:16 initrd
lrwxrwxrwx   1 root root28 2009-08-19 20:21 initrd.img -
boot/initrd.img-2.6.30-1-686
drwxr-xr-x  16 root root 12288 2009-09-21 04:49 lib
drwxr-xr-x   2 root root  4096 2009-09-02 14:38 lib64
drwx--   2 root root 16384 2008-02-14 00:15 lost+found
drwxr-xr-x  11 root root  4096 2009-09-22 13:35 media
drwxr-xr-x   3 root root  4096 2009-03-15 02:30 mnt
drwxr-xr-x   3 root root  4096 2008-07-28 03:03 opt
drwxr-xr-x   2 root root  4096 2007-11-19 18:21 proc
drwxr-xr-x  34 root root  4096 2009-09-09 18:30 root
drwxr-xr-x   2 root root  4096 2009-09-21 04:51 sbin
drwxr-xr-x   2 root root  4096 2007-05-07 06:16 selinux
drwxr-xr-x   3 root root  4096 2009-02-13 04:09 srv
drwxr-xr-x   2 root root  4096 2007-12-31 11:20 sys
drwxrwxrwt  15 root root  4096 2009-09-22 17:54 tmp
drwxr-xr-x  11 root root  4096 2009-09-21 04:49 usr
drwxr-xr-x  13 root root  4096 2009-09-21 14:00 var
lrwxrwxrwx   1 root root25 2009-08-19 20:21 vmlinuz -
boot/vmlinuz-2.6.30-1-686

# vim /boot/grub/menu.lst
title   Debian GNU/Linux, kernel 2.6.30-1-686
root(hd0,0)
kernel  /boot/vmlinuz-2.6.30-1-686 root=/dev/sda1 ro quiet
initrd  /boot/initrd.img-2.6.30-1-686

title   Debian GNU/Linux, kernel 2.6.30-1-686 (single-user mode)
root(hd0,0)
kernel  /boot/vmlinuz-2.6.30-1-686 root=/dev/sda1 ro quiet single
initrd  /boot/initrd.img-2.6.30-1-686

#vim /etc/fstab

# /etc/fstab: static file system information.
#
# file system mount point   type  options   dump  pass

aufs / aufs rw 0 0
tmpfs /tmp tmpfs nosuid,nodev 0 0
/dev/sda5 swap swap defaults 0 0


--
To UNSUBSCRIBE, email to debian-user-portuguese-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



RE: Grub -- error 15

2009-09-24 Thread Jef Lui

 Date: Thu, 24 Sep 2009 21:17:56 +
 Subject: Re: Grub -- error 15
 From: rogerioro...@gmail.com
 To: photodha...@gmail.com
 CC: debian-user-portuguese@lists.debian.org
 
 Pessoal,
 
 Continuo com o mesmo problema no GRUB (Error 15) e não consigo
 inicializar o sistema (Debian Squeeze). Estou usando o LiveCD e fiz
 algum progresso, mas não identifiquei o problema. Aparentemente, está
 tudo certo com o arquivo menu.lst (vejam abaixo detalhes). Agradeço
 sugestões.
 
 Abs. - rogerio
 
 $ sudo su -
 
 # sudo fdisk -l | grep -i linux
 /dev/sda1   *   1   14263   114567516   83  Linux
 /dev/sda5   14264   14593 2650693+  82  Linux swap / Solaris
 
 # fdisk -l
 
   Device Boot  Start End  Blocks   Id  System
 /dev/sda1   *   1   14263   114567516   83  Linux
 /dev/sda2   14264   14593 26507255  Extended
 /dev/sda5   14264   14593 2650693+  82  Linux swap / Solaris
 
 # df -h
 FilesystemSize  Used Avail Use% Mounted on
 aufs  502M  7.0M  495M   2% /
 tmpfs 502M 0  502M   0% /lib/init/rw
 udev   10M   88K   10M   1% /dev
 tmpfs 502M  4.0K  502M   1% /dev/shm
 /dev/scd0 692M  692M 0 100% /live/image
 tmpfs 502M  7.0M  495M   2% /live/cow
 tmpfs 502M 0  502M   0% /live
 tmpfs 502M   16K  502M   1% /tmp
 /dev/sda1 108G   37G   66G  36% /mnt/linux
 
 # mkdir /mnt/linux
 #mount /dev/sda1 /mnt/linux
 #cd /mnt/linux
 # ls -la
 
 drwxr-xr-x  23 root root  4096 2009-09-09 18:12 .
 drwxr-xr-x   3 root root60 2009-09-24 20:53 ..
 drwxr-xr-x   2 root root  4096 2009-09-21 04:50 bin
 drwxr-xr-x   3 root root  4096 2009-09-09 18:13 boot
 lrwxrwxrwx   1 root root11 2008-02-14 00:16 cdrom - media/cdrom
 drwxr-xr-x   4 root root  4096 2008-08-22 21:08 dev
 drwxr-xr-x 163 root root 12288 2009-09-22 13:46 etc
 drwxr-xr-x   3 root root  4096 2008-07-17 12:39 home
 drwxr-xr-x   2 root root  4096 2008-02-14 00:16 initrd
 lrwxrwxrwx   1 root root28 2009-08-19 20:21 initrd.img -
 boot/initrd.img-2.6.30-1-686
 drwxr-xr-x  16 root root 12288 2009-09-21 04:49 lib
 drwxr-xr-x   2 root root  4096 2009-09-02 14:38 lib64
 drwx--   2 root root 16384 2008-02-14 00:15 lost+found
 drwxr-xr-x  11 root root  4096 2009-09-22 13:35 media
 drwxr-xr-x   3 root root  4096 2009-03-15 02:30 mnt
 drwxr-xr-x   3 root root  4096 2008-07-28 03:03 opt
 drwxr-xr-x   2 root root  4096 2007-11-19 18:21 proc
 drwxr-xr-x  34 root root  4096 2009-09-09 18:30 root
 drwxr-xr-x   2 root root  4096 2009-09-21 04:51 sbin
 drwxr-xr-x   2 root root  4096 2007-05-07 06:16 selinux
 drwxr-xr-x   3 root root  4096 2009-02-13 04:09 srv
 drwxr-xr-x   2 root root  4096 2007-12-31 11:20 sys
 drwxrwxrwt  15 root root  4096 2009-09-22 17:54 tmp
 drwxr-xr-x  11 root root  4096 2009-09-21 04:49 usr
 drwxr-xr-x  13 root root  4096 2009-09-21 14:00 var
 lrwxrwxrwx   1 root root25 2009-08-19 20:21 vmlinuz -
 boot/vmlinuz-2.6.30-1-686
 
 # vim /boot/grub/menu.lst
 title   Debian GNU/Linux, kernel 2.6.30-1-686
 root(hd0,0)
 kernel  /boot/vmlinuz-2.6.30-1-686 root=/dev/sda1 ro quiet
 initrd  /boot/initrd.img-2.6.30-1-686
 
 title   Debian GNU/Linux, kernel 2.6.30-1-686 (single-user mode)
 root(hd0,0)
 kernel  /boot/vmlinuz-2.6.30-1-686 root=/dev/sda1 ro quiet single
 initrd  /boot/initrd.img-2.6.30-1-686
 
 #vim /etc/fstab
 
 # /etc/fstab: static file system information.
 #
 # file system mount point   type  options   dump  pass
 
 aufs / aufs rw 0 0
 tmpfs /tmp tmpfs nosuid,nodev 0 0
 /dev/sda5 swap swap defaults 0 0
 

faz um chroot no ponto de montagem
de acordo com o que voce passou:

chroot /mnt/linux
update-grub

tenta isso.

Jeflui.



  
_
Descubra todas as novidades do novo Internet Explorer 8
http://brasil.microsoft.com.br/IE8/mergulhe/?utm_source=MSN%3BHotmailutm_medium=Taglineutm_campaign=IE8

Re: Grub -- error 15

2009-09-24 Thread Rogerio R. Silva
Obrigado pela dica, Jef.

No entanto,

debian:/# chroot /mnt/linux
debian:/# update-grub
grub-probe: error: cannot find a device for /.

Abs. - rogerio

2009/9/24 Jef Lui jefl...@hotmail.com:
 Date: Thu, 24 Sep 2009 21:17:56 +
 Subject: Re: Grub -- error 15
 From: rogerioro...@gmail.com
 To: photodha...@gmail.com
 CC: debian-user-portuguese@lists.debian.org


 faz um chroot no ponto de montagem
 de acordo com o que voce passou:

 chroot /mnt/linux
 update-grub

 tenta isso.

 Jeflui.




 
 Conheça os novos produtos Windows Live. Clique aqui!



-- 
Rogério R. Silva
Museu de Zoologia/USP/Entomologia
Av. Nazaré 481, 04263-000, São Paulo, SP
GNU/Linux User # 354364
Linux-Debian Squeeze: 2.6.30

Debian is a free operating system (OS) for your computer! It comes
with over 25113 packages, precompiled software bundled up in a nice
format for easy installation on your machine! What are you waiting
for?


--
To UNSUBSCRIBE, email to debian-user-portuguese-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: Grub -- error 15

2009-09-24 Thread Luis Augusto Lima
Reinstala, apartir do próprio live CD, o grub. Segue abaixo 2 formas:

---
PRIMEIRA: Caso o live CD tenha o *grub* instalado (Exemplo: Ubuntu 8.04)
---

$ sudo grub # iniciar a interface do grub
 find /boot/grub/stage1 # encontrar o hd para o boot
(hdX,Y) # resposta do sistema
 root (hdX,Y) # usar hdX,Y como raiz
 setup (hd0) # instalar grub com essas configurações
 quit # sair do grub

Reboota e pronto

-
SEGUNDA: Caso o live CD não tenha o grub instalado por padrão
-

r...@ubuntu:~# sudo su - # virar root
r...@ubuntu:~# mount -t ext3 /dev/hda1 /mnt # monta a patição hda1 como ext3
no /mnt
r...@ubuntu:~# mount --bind /dev /mnt/dev # monta o /dev do sistema
(live-CD) no /dev do HD
r...@ubuntu:~# mount --bind /proc/ /mnt/proc # monta o /proc do sistema
(live-CD) no /proc do HD
r...@ubuntu:~# chroot /mnt # enjaula o HD, agora o / é o / do HD
ubuntu:/# grep -v rootfs /proc/mounts  /etc/mtab # gera o /etc/mtab
ubuntu:/# grub-install --recheck /dev/hda # instala o grub e confere o
devices.map
ubuntu:/# exit # Sai do Root (Obrigatoriamente)

ps.: Para a segunda opção, no caso de o CD for o live do slack vc deve por a
opção *boot: **test26.s*

Essa opção de boot e outras são mostradas quando pressiona-se a tecla F3 no
prompt do cd.

Após o boot ele pedirá para selecionar um teclado, apenas pressione ENTER
para o teclado padrão.

No login aperte a tecla ENTER novamente, ele te disponibilizará um shell
como root.

Em seguida prossiga a recuperação do *GRUB* normalmente como no *live-CD* do
Ubuntu.

Reboot e pronto


Abraços,

-- 
Luis Augusto Silva Lima
Sumatec Informática
(27)9962-2194


Re: Grub -- error 15

2009-09-24 Thread Rogerio R. Silva
Caro Luis,

Perfeito para mim a segunda solução. Obrigado pelo seu tempo e ajuda.
Tudo em ordem, agora.

Agradeço a todos que enviaram sugestões -- foram muito úteis.

Abs. - rogério

---
P.S.: Como estava com o debian-live-gnome-desktop, fiz o seguinte:
---

# sudo su -
# mount -t ext3 /dev/hda1 /mnt
# mount --bind /dev /mnt/dev
# mount --bind /proc/ /mnt/proc
# chroot /mnt
# grep -v rootfs /proc/mounts  /etc/mtab
# grub-install --recheck /dev/sda
Installation finished. No error reported.
This is the contents of the device map /boot/grub/device.map.
Check if this is correct or not. If any of the lines is incorrect,
fix it and re-run the script `grub-install'.

(hd0)   /dev/sda
# exit
# shutdown -r now


--
To UNSUBSCRIBE, email to debian-user-portuguese-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Grub -- error 15

2009-09-23 Thread Rogerio R. Silva
Oi Tony,

Obrigado pela mensagem. Começarei com a sua dica. Tenho instalado o
Debian Squeeze (testing). Para ser mais específico, estou com a
seguinte mensagem de erro:

GRUB Loading stage1.5.
Grub loading, please wait
Error 15

Abs. - rogério

P.S.: peço desculpa pelo erro anterior com o título da mensagem à lista.

2009/9/23 Tony Baldwin photodha...@gmail.com:
 Rogerio R. Silva wrote:

 Caros,

 Aceitei recentemente a atualização do GRUB na testing, mas ele não
 está funcionando. Logicamente, sem o gerenciador de boot o sistema
 simplesmente não inicializa. Não tenho idéia no momento de como
 resolver o problema. Comecei a leitura hoje de manhã, e se alguém
 tiver sugestões de onde começo, agradeço imensamente.

 Abs. - rogério



 Oi Rogério,

 Bota o disco vivo (LiveCD) na maquina e reinstallar grub desde então.
 Você não diz que sistema (lenny, sid, etc.), mas tem LiveCD agora para
 Debian que da pra fazer assim. Pelo menos, sei que existe para Lenny.
 http://debian-live.alioth.debian.org/

 boa sorte,
 /tony


-- 
Rogério R. Silva
Museu de Zoologia/USP/Entomologia
Av. Nazaré 481, 04263-000, São Paulo, SP
GNU/Linux User # 354364
Linux-Debian Squeeze: 2.6.30

Debian is a free operating system (OS) for your computer! It comes
with over 25113 packages, precompiled software bundled up in a nice
format for easy installation on your machine! What are you waiting
for?


--
To UNSUBSCRIBE, email to debian-user-portuguese-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: grub Error 15: File not found

2007-01-23 Thread blackwind

Bilmiyorum...

On 1/23/07, okay Padak [EMAIL PROTECTED] wrote:


grub find /grub/stage1

şeklinde olacak imiş...

22.01.2007 tarihinde okay Padak [EMAIL PROTECTED] yazmış:

 merhaba,

 /boot dizini ayrı bir hdd bölüme yönlendirdim...
 gfxboot için işlem yapmak için

 sudo grub
 grubfind /boot/grub/stage1
 yaptığımda

 Error 15: File not found

 almaktayım

 bu hatayı nasıl aşabilirim


 --
 O k a y   P a d a k
 tecnop.kayyolog.com




--
O k a y   P a d a k
tecnop.kayyolog.com


grub Error 15: File not found

2007-01-22 Thread okay Padak

merhaba,

/boot dizini ayrı bir hdd bölüme yönlendirdim...
gfxboot için işlem yapmak için

sudo grub
grubfind /boot/grub/stage1
yaptığımda

Error 15: File not found

almaktayım

bu hatayı nasıl aşabilirim


--
O k a y   P a d a k
tecnop.kayyolog.com


Re: grub Error 15: File not found

2007-01-22 Thread okay Padak

grub find /grub/stage1

şeklinde olacak imiş...

22.01.2007 tarihinde okay Padak [EMAIL PROTECTED] yazmış:


merhaba,

/boot dizini ayrı bir hdd bölüme yönlendirdim...
gfxboot için işlem yapmak için

sudo grub
grubfind /boot/grub/stage1
yaptığımda

Error 15: File not found

almaktayım

bu hatayı nasıl aşabilirim


--
O k a y   P a d a k
tecnop.kayyolog.com





--
O k a y   P a d a k
tecnop.kayyolog.com


Re: grub error 15 et pourtant install correcte

2006-09-26 Thread Bertrand Lemaître
Le Mon, 25 Sep 2006 10:36:18 +0200, Bertrand Lemaître a écrit :

 Bonjour,
 
 Je suis en testing sur une machine avec une carte raid adaptec (module i2o).
 
 J'ai voulu bien faire en remplaçant lilo par grub :-(
 
 L'installation s'est pourtant bien passée... mais au reboot bien que je
 puisse sélectionner tous les noyaux proposés par /boot/grub/menu.lst,
 aucun ne démarre.
 
 Le message Error 15 : File not found apparaît après les lignes kernel
 et initrd correspondantes au noyau à lancer.
 
 J'ai vérifié en bootant avec une ubuntu live que le fichier menu.lst
 était cohérent, que les commandes kernel et initrd étaient correctes.
 Tout me semble OK.
 
 Lors de l'installation il a bien trouvé les stage1 et 2; tout semble
 correct.
 
 Visiblement il n'arrive pas à accéder au contenu du disque (/dev/sda1).
 Y a t'il un paramètrage spécifique pour indiquer le module d'accès raid
 à utiliser ? Je pensais que la commande initrd était là pour cela !!!
 
 
 Tout conseil sera le bienvenu .
 oot (hd0,0)
  kernel /boot/vmlinuz root=/dev/sda1 vga=ext
  initrd /boot/initrd
 
 
 Merci d'avance.
Je me réponds.

En fait en lançant manuellement les commandes lors du choix de la
sélection des versions des noyaux cela fonctionne.

commandes :
c
root (hd0,0)
kernel /boot/vmlinuz-2.6.16-2-686 root=/dev/sda1 ro
initrd /boot/initrd.img-2.6.16-2-686
boot

Est-ce la commande savedefault dans /boot/grub/menu.lst qui ne
fonctionnait pas ? Mystère :-)


-- 
Lisez la FAQ de la liste avant de poser une question :
http://wiki.debian.net/?DebianFrench   
Vous pouvez aussi ajouter le mot ``spam'' dans vos champs From et
Reply-To:

To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



grub error 15 et pourtant install correcte

2006-09-25 Thread Bertrand Lemaître
Bonjour,

Je suis en testing sur une machine avec une carte raid adaptec (module i2o).

J'ai voulu bien faire en remplaçant lilo par grub :-(

L'installation s'est pourtant bien passée... mais au reboot bien que je
puisse sélectionner tous les noyaux proposés par /boot/grub/menu.lst,
aucun ne démarre.

Le message Error 15 : File not found apparaît après les lignes kernel
et initrd correspondantes au noyau à lancer.

J'ai vérifié en bootant avec une ubuntu live que le fichier menu.lst
était cohérent, que les commandes kernel et initrd étaient correctes.
Tout me semble OK.

Lors de l'installation il a bien trouvé les stage1 et 2; tout semble
correct.

Visiblement il n'arrive pas à accéder au contenu du disque (/dev/sda1).
Y a t'il un paramètrage spécifique pour indiquer le module d'accès raid
à utiliser ? Je pensais que la commande initrd était là pour cela !!!


Tout conseil sera le bienvenu .



Merci d'avance.


-- 
Lisez la FAQ de la liste avant de poser une question :
http://wiki.debian.net/?DebianFrench   
Vous pouvez aussi ajouter le mot ``spam'' dans vos champs From et
Reply-To:

To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



grub error 15 with Promise TX2000 Raid Controller

2004-12-21 Thread Allen
OK I didn't choose the hardware so I can't do anything about that part.
I'm trying to use Sarge with a net install and it is recognizing that the
drives are there.  I went through the entire install, had to partition the
drives individually with a 50 meg boot partition on each drive that is not
mirrored and a mirrored / partion /dev/md0 and swap partitions on each drive
so everything is identical.  I was going to put grub on the boot partition
of the second drive after I got it booted but when I tried to boot I got a
grub error 15.  Googled for that and found lots of posts saying to look at
the grub man pages, which I did, but the man pages don't have the error
codes in them, nor do the info pages.
Suggestions would be greatly appreciated.
AG
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]