Kubuntu8.04硬盘安装

下载hd-media下的vmlinuz和initrd.gz放到某个盘的根目录下,如C:\,(FAT32或者NTFS均可);再下载kUbuntu-kde4-8.04-alternate-i386.iso放到这个盘的根目录下,在windows下配置grub4dos,下载见 确保启动的时候是grub引导。

grub>kernel (hd0,0)/vmlinuz root=/dev/ram0 iso-scan/filename=/kubuntu-kde4-8.04-alternate-i386.iso ramdisk_size=512000

grub>initrd (hd0,0)/initrd.gz

grub>boot

这时即可安装kubuntu。

安装完毕后,竟然没有看到可以配置网络的地方。

修改配置文件。

/etc/network/interfaces,添加如下的内容:( 请按实际情况添加)

auto eth0

iface eth0 inet static

address 211.87.100.100

netmask 255.255.255.0

gateway 211.87.100.254

修改/etc/resolv.conf添加DNS服务器,例如:

nameserver 202.194.100.99

nameserver 202.194.100.100

重启networking

/etc/init.d/networking restart

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/237c1e1e24f2c3aab730b5ab06661da1.html