LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian
User Name
Password
Debian This forum is for the discussion of Debian Linux.

Notices


Reply
  Search this Thread
Old 09-17-2006, 07:41 PM   #1
NtlgnceAtWork
Member
 
Registered: Sep 2006
Posts: 42

Rep: Reputation: 15
Sarge, installed on one moved to another.


I brought my buddys HD over to my place and installed debian with my highspeed internet, When I take it back to his place, it gave me a error about the kernal panic or something like that. Is there a way to rerun the set up on his pc now? or what do I need to do?

I could boot to the install screen on the cd however the Ctrl Alt F1 would not work to go to a prompt? what are some other ways to get to a prompt from a boot that will not complete?
 
Old 09-17-2006, 07:47 PM   #2
w3bd3vil
Senior Member
 
Registered: Jun 2006
Location: Hyderabad, India
Distribution: Fedora
Posts: 1,191

Rep: Reputation: 49
you would want to post an exact error for a better answer. there are several changes that debian has to see here video card, hdds etc.

you could try booting in runlevel 1 or use the rescue mode to get a shell.
 
Old 09-17-2006, 08:22 PM   #3
NtlgnceAtWork
Member
 
Registered: Sep 2006
Posts: 42

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by w3bd3vil
you would want to post an exact error for a better answer. there are several changes that debian has to see here video card, hdds etc.

you could try booting in runlevel 1 or use the rescue mode to get a shell.

Well I am a newbe, so I dont have a clue what a runlevel is, or rescue mode? if I turn it on I get the grub, how would I enter commands, If I remember right I can hit c.
 
Old 09-17-2006, 09:00 PM   #4
HappyTux
Senior Member
 
Registered: Mar 2003
Location: Nova Scotia, Canada
Distribution: Debian AMD64
Posts: 4,170

Rep: Reputation: 244Reputation: 244Reputation: 244
A few more details would be nice to have to be able to help you. Like how was the drive connected to the machine eg. master or slave on the cable type of drive, exact error, version of Debian installed .... that sort of thing. If it is a matter of having installed as the second, third .. drive in system now main drive in your friends then at the Grub splash hit the c key to get to its command prompt and use something similar to this.

Code:
root (hd0,?)     <--- Change ? to one less than root partition number eg hda2 is 1, hda3 is 2
kernel /boot/vmlinuz-??? root=/dev/hda? ro   <--- The ? would be actual number in the hda? same idea for TAB below for the ???.
initrd /boot/initrd-???    <-- Hitting TAB key shows available choices after typing in first part to ??? then can keep typing in name.
boot
Now if this is your problem edit the /boot/grub/menu.lst file to change the incorrect (hd?,?) and hda? instances in the file and it should boot properly next time.
 
Old 09-18-2006, 09:47 AM   #5
NtlgnceAtWork
Member
 
Registered: Sep 2006
Posts: 42

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by HappyTux
A few more details would be nice to have to be able to help you. Like how was the drive connected to the machine eg. master or slave on the cable type of drive, exact error, version of Debian installed .... that sort of thing. If it is a matter of having installed as the second, third .. drive in system now main drive in your friends then at the Grub splash hit the c key to get to its command prompt and use something similar to this.

Code:
root (hd0,?)     <--- Change ? to one less than root partition number eg hda2 is 1, hda3 is 2
kernel /boot/vmlinuz-??? root=/dev/hda? ro   <--- The ? would be actual number in the hda? same idea for TAB below for the ???.
initrd /boot/initrd-???    <-- Hitting TAB key shows available choices after typing in first part to ??? then can keep typing in name.
boot
Now if this is your problem edit the /boot/grub/menu.lst file to change the incorrect (hd?,?) and hda? instances in the file and it should boot properly next time.


hdb, base system

ide1 slave

grub hd0


The error I do not know yet as he has not returned my message.
 
Old 09-18-2006, 09:50 AM   #6
HappyTux
Senior Member
 
Registered: Mar 2003
Location: Nova Scotia, Canada
Distribution: Debian AMD64
Posts: 4,170

Rep: Reputation: 244Reputation: 244Reputation: 244
Quote:
Originally Posted by NtlgnceAtWork
hdb, base system

ide1 slave

grub hd0


The error I do not know yet as he has not returned my message.
In his machine now or yours during install?? Some more details are going to be necessary to help you.
 
Old 09-23-2006, 10:15 AM   #7
NtlgnceAtWork
Member
 
Registered: Sep 2006
Posts: 42

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by HappyTux
A few more details would be nice to have to be able to help you. Like how was the drive connected to the machine eg. master or slave on the cable type of drive, exact error, version of Debian installed .... that sort of thing. If it is a matter of having installed as the second, third .. drive in system now main drive in your friends then at the Grub splash hit the c key to get to its command prompt and use something similar to this.

Code:
root (hd0,?)     <--- Change ? to one less than root partition number eg hda2 is 1, hda3 is 2
kernel /boot/vmlinuz-??? root=/dev/hda? ro   <--- The ? would be actual number in the hda? same idea for TAB below for the ???.
initrd /boot/initrd-???    <-- Hitting TAB key shows available choices after typing in first part to ??? then can keep typing in name.
boot
Now if this is your problem edit the /boot/grub/menu.lst file to change the incorrect (hd?,?) and hda? instances in the file and it should boot properly next time.

I finally got the error code.. /sbin/init; 432,
can not open
/dev/console
no such file,
kernal panic
attempt to kill init.


This may not be exactly what the error says, as it was relayed over the phone to me.


hope it helps..
 
Old 09-23-2006, 12:04 PM   #8
HappyTux
Senior Member
 
Registered: Mar 2003
Location: Nova Scotia, Canada
Distribution: Debian AMD64
Posts: 4,170

Rep: Reputation: 244Reputation: 244Reputation: 244
Quote:
Originally Posted by NtlgnceAtWork
I finally got the error code.. /sbin/init; 432,
can not open
/dev/console
no such file,
kernal panic
attempt to kill init.


This may not be exactly what the error says, as it was relayed over the phone to me.


hope it helps..
The first hit googling on /sbin/init; 432, says to boot with a live CD and recreate the device in /dev. Do you/your friend have a live CD to boot with and do this?
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
I just installed sarge 3.1 need some quick help DeadPenguin Debian 8 01-19-2006 10:27 PM
Moved to Sarge:GREAT,but no sound NCC-1701&NCC-1701-D Linux - Software 1 09-25-2005 06:59 PM
sound not working, sarge with alsa installed yoyoguy2 Debian 12 07-03-2005 06:19 PM
Just installed sarge. Kernel questions short101 Debian 3 08-11-2004 12:53 PM
azureus installed..azureus script can be moved? nixel Slackware 1 05-22-2004 10:22 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian

All times are GMT -5. The time now is 08:04 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration