Re: Sarge y lilo

2005-05-16 Thread Fer
A ver.. Primero te haces con un disco de rescate, creo que los de
sarge tienen una opcion rescue, pero te vale cualquier live-eval. Una
vez arrancado montas la particion en la que tengas instalado el
sistema. Luego te haces root y en una consola haces:
#chroot sitiodondeestemontado
una vez aqui esa consola sera como tener el sistema que tienes
instalado (salvando las distancias) asi que desde aqui instalas lilo,
desinstalas grub y lo que te haga falta, todo se hara en el sistema
que tienes instalado. Espero que te sea de ayuda. Un saludo.



Re: Sarge y lilo

2005-05-16 Thread Victor Ruiz Huerga
On Mon, 16 May 2005 11:54:28 +0200
Fer [EMAIL PROTECTED] wrote:

 A ver.. Primero te haces con un disco de rescate, creo que los de
 sarge tienen una opcion rescue, pero te vale cualquier live-eval. Una
 vez arrancado montas la particion en la que tengas instalado el
 sistema. Luego te haces root y en una consola haces:
 #chroot sitiodondeestemontado
 una vez aqui esa consola sera como tener el sistema que tienes
 instalado (salvando las distancias) asi que desde aqui instalas lilo,
 desinstalas grub y lo que te haga falta, todo se hara en el sistema
 que tienes instalado. Espero que te sea de ayuda. Un saludo.

a veces hay que montar /proc /sys /dev /tmp en el sistema instalado:

mount --bind /proc /sistema montado/proc y asi con el resto, antes de hacer el 
chroot

agur

 
 
 


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



Re: Sarge with lilo?

2004-10-15 Thread Hugo Vanwoerkom
Preston Boyington wrote:
Andreas Janssen wrote:
It happens when Grub starts to boot my system.  I see the following:
root (hd0,0)
kernel /boot/vmlinz-2.6.8-1-386 root=/dev/hda1 ro
initrd /boot/initrd.img-2.6.8-1-386
savedefault
boot
after that, nothing.

Why not boot CD#1 again, do expert, and select lilo?
Hugo.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



RE: Sarge with lilo?

2004-10-15 Thread Preston Boyington
Hugo Vanwoerkom wrote:
 Preston Boyington wrote:
 Andreas Janssen wrote:
 
 
 It happens when Grub starts to boot my system.  I see the following:
 
 root (hd0,0)
 kernel /boot/vmlinz-2.6.8-1-386 root=/dev/hda1 ro
 initrd /boot/initrd.img-2.6.8-1-386
 savedefault
 boot
 
 after that, nothing.
 
 
 
 Why not boot CD#1 again, do expert, and select lilo?
 
 Hugo.

That's what I (basically) did this last time (except I used an up-to-date netinst 
cdrom for the base install).  I was hoping to figure out the glitch in the setup with 
Grub since that seems to be the default bootloader now, but I don't have the time to 
devote to it (and who needs to reboot that often anyway?).

Also, for my setup I had to use a combination of the 2.4 kernel and Lilo.  The 2.6 and 
Lilo/Grub didn't work and the 2.4 with Grub didn't work.  Strange, but it's an old(er) 
laptop (Gateway Solo 1150) and the install was almost painless.

Thanks everyone.

Preston



Re: Sarge with lilo?

2004-10-14 Thread Andreas Janssen
Hello

Preston Boyington ([EMAIL PROTECTED]) wrote:

 I've been trying off and on to install Sarge onto a Gateway Solo 1150
 laptop without great success.  Each time I would complete the install,
 the computer would reboot, and the laptop would hang at GRUB's boot
 loader.  Since I know that the installer is still evolving, I didn't
 think much of it.
 
 Well after trying the latest netinst and Official Snapshot cdrom 1
 today (again without total sucess) I decided to try an older Woody
 netinst cdrom I had.  Long story short it installed very quick and
 painless.  I am wondering now if it was just the difference between
 LiLo and GRUB.
 
 If this is the case how would I go about finding out why GRUB doesn't
 seem to work?

The Sarge installer (at least the version I used, on DVD) allowes you to
choose between Grub and Lilo. Maybe you have to select expert mode to
make that choice available.

I am also not sure when exactly your Sarge hang - at the Grub screen, or
the moment you tried to boot the system from Grub. If the latter is the
case, then it is maybe a kernel problem.

best regards
 Andreas Janssen

-- 
Andreas Janssen [EMAIL PROTECTED]
PGP-Key-ID: 0xDC801674 ICQ #17079270
Registered Linux User #267976
http://www.andreas-janssen.de/debian-tipps.html


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



RE: Sarge with lilo?

2004-10-14 Thread Preston Boyington
Andreas Janssen wrote:
 Hello
 
 Preston Boyington ([EMAIL PROTECTED]) wrote:
 
 I've been trying off and on to install Sarge onto a Gateway Solo 1150
 laptop without great success.  Each time I would complete the
 install, the computer would reboot, and the laptop would hang at
 GRUB's boot loader.  Since I know that the installer is still
 evolving, I didn't think much of it. 
 
 Well after trying the latest netinst and Official Snapshot cdrom 1
 today (again without total sucess) I decided to try an older Woody
 netinst cdrom I had.  Long story short it installed very quick and
 painless.  I am wondering now if it was just the difference between
 LiLo and GRUB. 
 
 If this is the case how would I go about finding out why GRUB doesn't
 seem to work?
 
 The Sarge installer (at least the version I used, on DVD)
 allowes you to
 choose between Grub and Lilo. Maybe you have to select expert mode to
 make that choice available. 
 
 I am also not sure when exactly your Sarge hang - at the Grub screen,
 or the moment you tried to boot the system from Grub. If the
 latter is the
 case, then it is maybe a kernel problem.
 
 best regards
  Andreas Janssen
 
It happens when Grub starts to boot my system.  I see the following:

root (hd0,0)
kernel /boot/vmlinz-2.6.8-1-386 root=/dev/hda1 ro
initrd /boot/initrd.img-2.6.8-1-386
savedefault
boot

after that, nothing.



Re: Sarge with lilo?

2004-10-14 Thread Hugo Vanwoerkom
Andreas Janssen wrote:
Hello
Preston Boyington ([EMAIL PROTECTED]) wrote:

The Sarge installer (at least the version I used, on DVD) allowes you to
choose between Grub and Lilo. Maybe you have to select expert mode to
make that choice available.
You have to select expert at boot to get the choice between lilo and 
grub. Of course you get other choices to make as well :-(

Hugo

I am also not sure when exactly your Sarge hang - at the Grub screen, or
the moment you tried to boot the system from Grub. If the latter is the
case, then it is maybe a kernel problem.
best regards
 Andreas Janssen

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



RE: Sarge with lilo?

2004-10-14 Thread Andreas Janssen
Hello

Preston Boyington ([EMAIL PROTECTED]) wrote:

 [Sarge does not boot after installing]
 It happens when Grub starts to boot my system.  I see the following:
 
 root (hd0,0)
 kernel /boot/vmlinz-2.6.8-1-386 root=/dev/hda1 ro
 initrd /boot/initrd.img-2.6.8-1-386
 savedefault
 boot

Maybe it is some kernel problem. Try some parameters like acpi=off, or
noapic. Press e to go to edit mode, select the kernel line, press e
again, and append acpi=off noapic nodma apm=off. Press b. Maybe install
using the linux24 option, using kernel 2.4 during installation.

best regards
 Andreas Janssen

-- 
Andreas Janssen [EMAIL PROTECTED]
PGP-Key-ID: 0xDC801674 ICQ #17079270
Registered Linux User #267976
http://www.andreas-janssen.de/debian-tipps.html


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



Re: [Sarge et lilo] reboot sauvage

2003-10-21 Thread Nicolas Rueff
le Mon, 20 Oct 2003 19:09:56 +0200, Knoppix Nicolas
[EMAIL PROTECTED] s'exprima en ces termes:

 Décidément, je n'ai pas de chance.
 Le lilo de Sarge est visiblement bogué.
 
 J'installe le noyau 2.4.22, je relance /sbin/lilo et il me redit ce
 que j'ai déjà signalé que :
 Warning: The boot sector and map file are on different disks.
 Je le signale au mainteneur (Andrés Roldán) qui me dit : Pas de
 panique. Je ne suis pourtant pas rassuré.
 Pas de bol EDF flanche violemment (même mon gros onduleur saute) et me
 
 revoilà dans la mouise.
 Alors re-Knoppix, et je recommence.
 Je lance cette fois le lilo de Sarge avec sbin/lilo -r .
 Il me redonne le message d'erreur du dessus (normal).
 Je reboote et crac, même erreur : il ne connaît pas la partition
 racine. Je réessaie avec le lilo de Knoppix (/sbin/lilo -r .) et j'ai
 le message de la dernière fois mais qui m'avais permi de booter :
 Warning: Unable to determine video adapter in use in the present
 system.
 
 Bon, je redémarre, on verra bien.

Mauvais bootloader, changer de bootloader ?

/N grub RuLeZ
__
Nicolas Rueff [EMAIL PROTECTED]
http://rueff.tuxfamily.org
+33 6 77 64 44 80
-- 
D Moi, j'install pas d'appli, et je ne suis jamais logué. Donc jamais
D de su
Moi je ne me logue pas, je ne boote pas, et je n'allume pas le PC.
Je n'ai jamais su
-+- KD in GFA : On ne pourra plus dire qu'on savait pas. -+-
__



pgpuw88Xc49nt.pgp
Description: PGP signature


Re: [Sarge et lilo] reboot sauvage

2003-10-21 Thread Ultimateclem
Le Mardi 21 Octobre 2003 10:19, Nicolas Rueff a écrit :
 le Mon, 20 Oct 2003 19:09:56 +0200, Knoppix Nicolas

 [EMAIL PROTECTED] s'exprima en ces termes:
  Décidément, je n'ai pas de chance.
  Le lilo de Sarge est visiblement bogué.
 
  J'installe le noyau 2.4.22, je relance /sbin/lilo et il me redit ce
  que j'ai déjà signalé que :
  Warning: The boot sector and map file are on different disks.
  Je le signale au mainteneur (Andrés Roldán) qui me dit : Pas de
  panique. Je ne suis pourtant pas rassuré.
  Pas de bol EDF flanche violemment (même mon gros onduleur saute) et me
 
  revoilà dans la mouise.
  Alors re-Knoppix, et je recommence.
  Je lance cette fois le lilo de Sarge avec sbin/lilo -r .
  Il me redonne le message d'erreur du dessus (normal).
  Je reboote et crac, même erreur : il ne connaît pas la partition
  racine. Je réessaie avec le lilo de Knoppix (/sbin/lilo -r .) et j'ai
  le message de la dernière fois mais qui m'avais permi de booter :
  Warning: Unable to determine video adapter in use in the present
  system.
 
  Bon, je redémarre, on verra bien.

 Mauvais bootloader, changer de bootloader ?

J'ai eu un symptome qui ressemblait : LILO loadait le noyau, installait les 
modules (je crois..), mais il s'arrêtait juste au moment de faire le fsck sur 
ma partition racine. C'était du à une mauvaise ligne dans fstab concernant le 
montage de / (j'avais changé le disque de place). Je n'avais pas de kernel 
panic, mais il me renvoyais sur le prompt de maintenance.
Si ça peux te donner une piste...
-- 
ultimateclem
Debian user