View previous topic :: View next topic |
Author |
Message |
Shiryou Tux's lil' helper
Joined: 23 Jan 2004 Posts: 131 Location: United Kingdom
|
Posted: Sat Jul 24, 2004 1:29 pm Post subject: IA64 : Mandrake to Gentoo conversion -> Best way |
|
|
Hiya all. We are looking at getting a fileserver and network server when our current linux guru moves out. Since i know gentoo better than other distros i'd like to use Gentoo. We managed to fish out an Itanium from a skip with dual 666mhz processors and 2Gig of RAM. Its more than enough for our needs but being as its an IA64 architecture it makes things difficult.
I've managed to figure out this eLilo and boot loader business but the only way i managed to get past this was to use mandrake linux. So now, i have mandrake 8.1 when i really want gentoo. I have one drive with 4 partitions: /boot, /boot/efi, / and /storage. The question im asking is what is the best way to get gentoo onto this system.
My thoughts are: get the stage1 for gentoo ia64 and burn this to a CD or download it. Chroot into a temp directory and follow the install guide. Once installed is there an easy way to move that temp directory to the root and have it all run nicely? Cheers |
|
Back to top |
|
|
Redhatter Retired Dev
Joined: 20 Sep 2003 Posts: 548 Location: Brisbane, QLD, Australia
|
Posted: Sat Aug 14, 2004 4:57 am Post subject: |
|
|
I don't really have any experience with IA64 myself (the only machines I have here are IA32 and MIPS boxes). Could you perhaps do the following:
- Grab a spare hard drive (min recommended size: 8GB, IDE or SCSI).
- Boot up Mandrake, fdisk & format the drive, and download the stage tarball for IA64...
- Do the installation according to the install guide -- This gets you a working installation on the drive.
- Attempt a boot off the drive, to check it all works, and to do any fine tuning...
Then to replace Mandrake:
- Back up Mandrake, repartition the drives formerly containing mandrake. Format them.
- Run
Code: | # find / | grep -v ^/proc/ | grep -v ^/sys/ | grep -v ^/dev/ > /filelist.txt |
This generates a list of files to be copied over, minus device nodes and /proc entries. These will be created later.
- Mount the partitions on the freshly formatted drives. Put them under the mountpoint /hd (example -- use whatever you want, this is what I use -- just remember to substitute in what you use.)
- Copy the data across...
Code: | # tar -cT /filelist.txt -f - | tar -C /hd -xvf - |
- Do any adjustments (i.e. /hd/etc/fstab at minimum)
- Unmount, shutdown, unplug temporary drive, and attempt a boot.
If things go wrong, restore Mandrake from your backups. _________________ Stuart Longland (a.k.a Redhatter, VK4MSL)
I haven't lost my mind - it's backed up on a tape somewhere...
Gentoo/MIPS Cobalt developer, Mozilla herd member. |
|
Back to top |
|
|
guitou Guru
Joined: 02 Oct 2003 Posts: 534 Location: France
|
Posted: Sat Aug 14, 2004 2:59 pm Post subject: |
|
|
Better than installing from a live-CD, you could do it from your Mandrake, if you have space left (or can do some) for Gentoo.
Instructions [url]http://www.gentoo.org/doc/en/altinstall.xml here[/url]. |
|
Back to top |
|
|
NicolBolas n00b
Joined: 23 Apr 2003 Posts: 13 Location: Vernon, Normandy, France
|
Posted: Tue Aug 31, 2004 10:23 pm Post subject: simpliest way |
|
|
I've done that several time on x86 machines, i don't think it'll be a lot different on ia64. What I do is:
1) boot mandrake's setup
2) partition your drive with the definitive partition map
3) set the root for mandrake stup to your future /storage partition
4) once mandrake installed, mount the future / (hda1 or so) as /mnt/gentoo
5) extract your stage1 in it and start building your system as described in the install guide
6) once gentoo is running, wipe out the content of /storage and you're in _________________ never forget that a cray is the only one arch that can run an endless loop in only 4 hours |
|
Back to top |
|
|
ewan.paton Veteran
Joined: 29 Jul 2003 Posts: 1219 Location: glasgow, scotland
|
Posted: Fri Oct 01, 2004 11:44 pm Post subject: |
|
|
how are you getting on with the itanium ive been thinking about getting on now they seem to be going for sensible cash, if not that often on ebay mostly as i want to play with openvms but gentoo compatibility would also help _________________ Giay tay nam | Giay nam cao cap | Giay luoi |
|
Back to top |
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|