Friday, July 07, 2006

Install Solaris

Today i install Solaris 10

Cool OS but there was problem in my internet config

my this config was oky
/etc/hosts
/etc/defaultgateway

there was a little problem in
(i have no resolv.conf)
/etc/resolv.conf
(later i add nameserver)

and

cp /etc/nsswitch.dns /etc/nsswitch.conf

for restart network
/etc/init.d/inetsvc stop
/etc/init.d/inetsvc start

source: http://www.computing.net/solaris/wwwboard/forum/4219.html


Later i add debian in /etc/grub/menu.list

title Debian GNU/Linux, kernel 2.6.8-2-386
root (hd0,7)
kernel /boot/vmlinuz-2.6.8-2-386 root=/dev/hda8 ro
initrd /boot/initrd.img-2.6.8-2-386
savedefault
boot


to boot my debian

No comments: