Re: [gentoo-user] why always display this when kernel start

2011-01-15 Thread doherty pete
i tried,but it no effect. 2011/1/15 Mick michaelkintz...@gmail.com On Friday 14 January 2011 14:47:41 doherty pete wrote: i did not follow the handbook,i install gentoo with ubuntu but i sure i use the commend: sudo mount /dev/sda10 /media/gentoo sudo mount -t proc none

Re: [gentoo-user] why always display this when kernel start

2011-01-15 Thread Mick
On Saturday 15 January 2011 11:09:46 doherty pete wrote: i tried,but it no effect. Pete, the fact that you are using Ubuntu or any other Linux OS or LiveCD to install Gentoo would not cause the problem you are describing. Such a problem is related to the *correct* mounting of /mnt/gentoo,

Re: [gentoo-user] why always display this when kernel start

2011-01-15 Thread Ian Lee
ls -l /fixit/dev/{console,null} crw--- 1 root tty 5, 1 10. Jun 2010 /mnt/dev/console crw-rw-rw- 1 root root 1, 3 10. Jun 2010 /mnt/dev/null Eh? You list /fixit/dev and get files in /mnt/dev, did you symlink /fixit to /mnt? I would have expected ls -l /fixit/dev/{console,null}

Re: [gentoo-user] why always display this when kernel start

2011-01-15 Thread doherty pete
so,i don't known what problem,but swap issue and issue.devfix,and there no warning ... 2011/1/15 Ian Lee i...@leehouse.eclipse.co.uk ls -l /fixit/dev/{console,null} crw--- 1 root tty 5, 1 10. Jun 2010 /mnt/dev/console crw-rw-rw- 1 root root 1, 3 10. Jun 2010 /mnt/dev/null Eh? You

[gentoo-user] why always display this when kernel start

2011-01-14 Thread doherty pete
when kernel start ,display this Your system seems to be missing critical device files in /dev ! Although you may be running udev or devfs, the root partition is missing these required files ! To rectify this situation, please do the following: mkdir /mnt/fixit mount --bind / /mnt/fixit cp -a

Re: [gentoo-user] why always display this when kernel start

2011-01-14 Thread Alex Schuster
doherty pete writes: when kernel start ,display this Your system seems to be missing critical device files in /dev ! Although you may be running udev or devfs, the root partition is missing these required files ! To rectify this situation, please do the following: mkdir /mnt/fixit

Re: [gentoo-user] why always display this when kernel start

2011-01-14 Thread Dale
doherty pete wrote: when kernel start ,display this Your system seems to be missing critical device files in /dev ! Although you may be running udev or devfs, the root partition is missing these required files ! To rectify this situation, please do the following: mkdir /mnt/fixit mount --bind

Re: [gentoo-user] why always display this when kernel start

2011-01-14 Thread Mick
On 14 January 2011 13:41, Dale rdalek1...@gmail.com wrote: doherty pete wrote: when kernel start ,display this Your system seems to be missing critical device files in /dev !  Although you may be running udev or devfs, the root partition is missing these required files ! To rectify this

Re: [gentoo-user] why always display this when kernel start

2011-01-14 Thread doherty pete
i did not follow the handbook,i install gentoo with ubuntu but i sure i use the commend: sudo mount /dev/sda10 /media/gentoo sudo mount -t proc none /media/gentoo/proc sudo mount -o bind /dev/ /media/gentoo/dev and stage is stage3-i686-20101109.tar.bz2 ls -l /fixit/dev/{console,null} crw---

Re: [gentoo-user] why always display this when kernel start

2011-01-14 Thread Mick
On Friday 14 January 2011 14:47:41 doherty pete wrote: i did not follow the handbook,i install gentoo with ubuntu but i sure i use the commend: sudo mount /dev/sda10 /media/gentoo sudo mount -t proc none /media/gentoo/proc sudo mount -o bind /dev/ /media/gentoo/dev Instead try exactly as