Re: Installation totally screwed up

2004-12-18 Thread Aritz Beraza Garayalde [Rei]
 Hi. Yesterday i solved the /lib64 conflict by --force-overwritng. Today,
 another update was available to base-files... and it FAILED, and now i can't
 even start the machine cause no INIT
 
 What can i do?? :(
 

what a mess!!!
You could boot your machine with a livecd, chroot to your amd64
installation and try to find what's wrong. Try to reinstall sysvinit.

Hope it helps
Aritz Beraza [Rei]
-- 
Aritz Beraza Garayalde [Rei]
___
[ WWW ]  http://evangelion.homelinux.net 
[jabber]  [EMAIL PROTECTED]




Re: Installation totally screwed up

2004-12-18 Thread R. Rodriguez
Already tried with ubuntu, but when i try to chroot (chroot /mnt/hda3) it 
dumps:

chroot:/bin/bash: Exec format error

:((

El Sábado, 18 de Diciembre de 2004 13:38, Aritz Beraza Garayalde [Rei] 
escribió:
  Hi. Yesterday i solved the /lib64 conflict by --force-overwritng. Today,
  another update was available to base-files... and it FAILED, and now i
  can't even start the machine cause no INIT
 
  What can i do?? :(

 what a mess!!!
 You could boot your machine with a livecd, chroot to your amd64
 installation and try to find what's wrong. Try to reinstall sysvinit.

 Hope it helps
 Aritz Beraza [Rei]
 --
 Aritz Beraza Garayalde [Rei]
 ___
 [ WWW ]  http://evangelion.homelinux.net
 [jabber]  [EMAIL PROTECTED]

-- 
Rafael Rodríguez - http://djclue.no-ip.org

-BEGIN GEEK CODE BLOCK-
Version: 3.12
GCS d- s-: a-- C++ UL++ P++ L++ E--- W+++ N o? K? w--- 
!O !M V-- PS PE- Y+ PGP+ t--- 5? X R* tv- b- DI- D+
G e++ h! r++ y+ 
--END GEEK CODE BLOCK--




Re: Installation totally screwed up

2004-12-18 Thread R. Rodriguez
The exact error on startup is: Kernel panic - not syncing: No init found. Try 
passing init= option to kernel.
-- 
Rafael Rodríguez - http://djclue.no-ip.org

-BEGIN GEEK CODE BLOCK-
Version: 3.12
GCS d- s-: a-- C++ UL++ P++ L++ E--- W+++ N o? K? w--- 
!O !M V-- PS PE- Y+ PGP+ t--- 5? X R* tv- b- DI- D+
G e++ h! r++ y+ 
--END GEEK CODE BLOCK--




Re: Installation totally screwed up

2004-12-18 Thread Kurt Roeckx
On Sat, Dec 18, 2004 at 12:38:49PM +, R. Rodriguez wrote:
 Hi. Yesterday i solved the /lib64 conflict by --force-overwritng. Today, 
 another update was available to base-files... and it FAILED, and now i can't 
 even start the machine cause no INIT
 
 What can i do?? :(

You need to place back the lib64 symlink somehow.  It should
point from /lib64 to /lib.


Kurt




Re: Installation totally screwed up

2004-12-18 Thread R. Rodriguez
Solved. Thx very much!!

El Sábado, 18 de Diciembre de 2004 14:10, Kurt Roeckx escribió:
 On Sat, Dec 18, 2004 at 12:38:49PM +, R. Rodriguez wrote:
  Hi. Yesterday i solved the /lib64 conflict by --force-overwritng. Today,
  another update was available to base-files... and it FAILED, and now i
  can't even start the machine cause no INIT
 
  What can i do?? :(

 You need to place back the lib64 symlink somehow.  It should
 point from /lib64 to /lib.


 Kurt

-- 
Rafael Rodríguez - http://djclue.no-ip.org

-BEGIN GEEK CODE BLOCK-
Version: 3.12
GCS d- s-: a-- C++ UL++ P++ L++ E--- W+++ N o? K? w--- 
!O !M V-- PS PE- Y+ PGP+ t--- 5? X R* tv- b- DI- D+
G e++ h! r++ y+ 
--END GEEK CODE BLOCK--




Re: Installation totally screwed up

2004-12-18 Thread Kurt Roeckx
On Sat, Dec 18, 2004 at 02:15:09PM +, R. Rodriguez wrote:
 Already tried with ubuntu, but when i try to chroot (chroot /mnt/hda3) it 
 dumps:

Just do this:
cd /mnt/hda3
ln -s lib lib64


Kurt