[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: netboot (not netinstall) kernel with standart console initrd



On Tuesday 15 November 2005 02:45 pm, you wrote:
> Yep, you probably can write a nfs-udeb or something, including the stuff
> you need for nfs/smb (no idea what those are), and load it into the image
> once the network is up, or even preseed it.
>

I found netboot specialized kernel from ppckernel.org
but there is no initrd.gz,
the author said just kernel without initrd

but error like this

the Last Output was on Kernel Boot was :

VFS : Mounted root (nfs file system)
Warning : unable to open an initial console
Kernel Panic : Attempt to Kill init
 Rebooting in 180 seconds

--------------------

the yaboot.conf was :
image=vmlinux-2.6
    initrd=initrd-2.6.gz
    label=nboot-2.6
    initrd-size=1048576
    #append="init=/linuxrc"
    append="root=/dev/nfs fsroot=192.168.1.1:/tftpboot/192.168.1.158"

NFS on server started, looks like successfully

structur directory of
192.168.1.1:/tftpboot/192.168.1.158 are an live cd of ubuntu linux 5.10

[root@deen 192.168.1.158]# pwd
/tftpboot/192.168.1.158

[root@deen 192.168.1.158]# ls -l
total 64
drwxr-xr-x   2 root root 4096 Nov 14 14:53 bin/
drwxr-xr-x   2 root root 4096 Nov 14 14:57 boot/
drwxr-xr-x   2 root root 4096 Nov 14 14:20 casper/
drwxr-xr-x  98 root root 4096 Nov 14 17:57 etc/
drwxr-xr-x   3 root root 4096 Nov 14 16:32 home/
drwxr-xr-x   2 root root 4096 Nov 14 14:57 initrd/
drwxr-xr-x  18 root root 4096 Nov 14 14:56 lib/
drwxr-xr-x   2 root root 4096 Nov 14 15:00 media/
drwxr-xr-x   2 root root 4096 Nov 14 14:59 opt/
drwxr-xr-x   7 root root 4096 Nov 14 14:58 root/
drwxr-xr-x   2 root root 4096 Nov 14 14:52 sbin/
drwxr-xr-x   2 root root 4096 Nov 14 14:59 srv/
drwxr-xr-x  10 root root 4096 Nov 14 14:59 sys/
drwxr-xr-t   6 root root 4096 Nov 14 16:02 tmp/
drwxr-xr-x  13 root root 4096 Nov 14 16:31 usr/
drwxr-xr-x  14 root root 4096 Nov 14 16:34 var/
lrwxrwxrwx   1 root root    9 Nov 14 01:41 yaboot -> ../yaboot
lrwxrwxrwx   1 root root   14 Nov 14 01:41 yaboot.conf -> ../yaboot.conf*
[root@deen 192.168.1.158]#

what should I do ?



Reply to: