LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 938|回复: 3

如何将marchlinux安装到硬盘。?

[复制链接]
发表于 2008-5-8 20:43:08 | 显示全部楼层 |阅读模式
想安装archlinux,但是碰到几个问题:
1.桌面我想配置fluxbox,但是太菜,安装好几次都没配置成功。也有可能是我对办公室电脑硬件不够了解。。更新的源速度也比较慢。。哪位能推荐下广东电信这边用哪个源速度快些。。。
2.下载了marchlinx livecd  http://marchlinux.wikidot.com

喜欢,但是目前他不提供安装功能,请问目前如何将这个版本复制到硬盘。。。又偷懒了。[/url]
发表于 2008-5-9 18:23:01 | 显示全部楼层
看介绍了,原来是基于archlinux的,第一次听,所以爱莫能助了。
源我就用http://mirrors.lcuc.org.cn/archlinux/$repo/os/i686,速度还不错。
回复 支持 反对

使用道具 举报

 楼主| 发表于 2008-5-10 08:52:13 | 显示全部楼层
谢谢ls。看来我还得慢慢学着弄。
回复 支持 反对

使用道具 举报

 楼主| 发表于 2008-5-10 21:21:51 | 显示全部楼层
so,i v ask Sayan howto install it.

This would be the steps for manual installation of March on a hard disk partition:

1) Prepare a partition for installation. You have to define a filesystem on it (ext3, reiserfs, etc). You can use the gparted tool included in the live cd as Partition Editor.
We'll call this partition /dev/hda1 (e.g.)

2) Mount the target partition at /mnt/hda1 (say). If the mount directory doesn't exist, create it!

3) Now u need to copy ALL files & directories in your running March Live system to this partition:
First, become ROOT (sudo su).

Code:
cp --preserve -R /{bin,dev,etc,home,lib,root,sbin,usr,var} /mnt/hda1
mkdir /mnt/hda1/{boot,mnt,proc,sys,tmp}
cp /boot/boot/vmlinuz /mnt/hda1/boot  


4) Mount proc and dev & chroot into hda1:

Code:
mount -t proc proc /mnt/hda1/proc
mount --bind /dev /mnt/hda1/dev
mount -t proc proc /mnt/hda1/proc
chroot /mnt/hda1  


5) Try to install GRUB using grub-install (while u are within the chrooted partition). U might need to use --recheck option for grub-install. Then hand edit the menu.list file in /boot/grub/.

Note that this step is optional. If u have an existing GRUB installation for an existing linux distro, u might just edit the current menu.list to add a new entry for March, according to where u have installed it.

******************
Hope this would help. Note that this is largely a stop-gap solution, and not a real one! I will soon start working on marchin, a 'proper' GUI installer for March.
Till then, enjoy March Linux!
Cheers!

now, install it at anytime.
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表