Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[installing gentoo] live usb on x60s failes (Bad console)
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
jwaixs
n00b
n00b


Joined: 05 Jul 2005
Posts: 21
Location: Netherlands

PostPosted: Mon Oct 22, 2007 9:21 am    Post subject: [installing gentoo] live usb on x60s failes (Bad console) Reply with quote

Hello,

I'm trying to install gentoo 2007.0 on a x60s laptop using an usb stick with gentoo cd on it. But it doesn't work. I followed this http://www.gentoo.org/doc/nl/liveusb.xml documentation and my syslinux.cfg looks like:

Code:
label gentoo
  kernel gentoo
  append root=/dev/ram0 real_root=/dev/sda1 init=/linuxrc dokeymap looptype=squashfs loop=/image.squashfs slowusb initrd=gentoo.igz vga=791 splash=silent,theme:livecd-2007.0 CONSOLE=/dev/tty1 quiet


When I start gentoo on my usb stick I receive the following error:
Code:

mknod: /newroot/dev/console: No such file or directory
mknod: /newroot/dev/tty1: No such file or directory
>> Booting (initramfs)..switch_root: Bad console '/dev/console'
Kernel paanic - not syncing: Attempted to kill init!


Could someone help me out?

Noud Aldenhoven
Back to top
View user's profile Send private message
Roman_Gruber
Advocate
Advocate


Joined: 03 Oct 2006
Posts: 3846
Location: Austro Bavaria

PostPosted: Mon Oct 22, 2007 9:29 am    Post subject: Reply with quote

Hi,

May you use the search feature of this forum!

e.g.

Looks similar like this: https://forums.gentoo.org/viewtopic-t-590705-highlight-.html
Back to top
View user's profile Send private message
jwaixs
n00b
n00b


Joined: 05 Jul 2005
Posts: 21
Location: Netherlands

PostPosted: Mon Oct 22, 2007 10:03 am    Post subject: Reply with quote

tw04l124 wrote:
May you use the search feature of this forum!


I'm using the search button for two hours now... getting a bit tired searching for nothing. And yes, I did see that links below.

Quote:
Looks similar like this: https://forums.gentoo.org/viewtopic-t-590705-highlight-.html


Could you tell me what's the similarity between his problem and mine? Looks like his problem is that his laptop can't read the usb stick, mine does. Furthermore I can't find a "bad console" error anywhere.

I did get the gentoo usb stick working on gentoo 2006.0 some time ago, why doesn't it work for 2007.0?
Back to top
View user's profile Send private message
Roman_Gruber
Advocate
Advocate


Joined: 03 Oct 2006
Posts: 3846
Location: Austro Bavaria

PostPosted: Mon Oct 22, 2007 1:18 pm    Post subject: Reply with quote

Ok, sorry

I think you and the other user want to boot from usb with the livecd-image. Maybe you can help each other then.

Maybe this is useful:

https://forums.gentoo.org/viewtopic-t-369937.html

Maybe googe with keywords: e.g. mknod: /newroot/dev/console: No such file or directory helps
Back to top
View user's profile Send private message
jwaixs
n00b
n00b


Joined: 05 Jul 2005
Posts: 21
Location: Netherlands

PostPosted: Wed Oct 24, 2007 6:53 pm    Post subject: Reply with quote

Okay, I found out what I did wrong. It was a typo.

syslinux.conf

Code:
label gentoo
  kernel gentoo
  append root=/dev/ram0 real_root=/dev/sda1 init=/linuxrc dokeymap looptype=squashfs loop=/image.squashfs slowusb initrd=gentoo.igz vga=791 splash=silent,theme:livecd-2007.0 CONSOLE=/dev/tty1 quiet


should be:

Code:
label gentoo
  kernel gentoo
  append root=/dev/ram0 real_root=/dev/sda1 init=/linuxrc dokeymap looptype=squashfs loop=/image.squashfs slowusb [b]cdroot[/b] initrd=gentoo.igz vga=791 splash=silent,theme:livecd-2007.0 CONSOLE=/dev/tty1 quiet


Pretty stupid I didn't saw that before.

Still thank you for your support!
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Installing Gentoo 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