Re: Setting up dual-boot on Indigo2 for 6.5 and 5.3...
From: Max Matveev (max.matveev_at_sgi.com)
Date: 08/12/04
- Previous message: Ian Mapleson: "Re: Setting up dual-boot on Indigo2 for 6.5 and 5.3..."
- In reply to: Ian Mapleson: "Re: Setting up dual-boot on Indigo2 for 6.5 and 5.3..."
- Next in thread: Ian Mapleson: "Re: Setting up dual-boot on Indigo2 for 6.5 and 5.3..."
- Reply: Ian Mapleson: "Re: Setting up dual-boot on Indigo2 for 6.5 and 5.3..."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 12 Aug 2004 20:12:25 +1000
>>>>> "mapesdhs" == Ian Mapleson <mapesdhs@yahoo.com> writes:
mapesdhs> Brent Casavant <bcasavan@sgi.com> wrote:
>> Another one to check is:
mapesdhs> Yep, tried clearing that. No effect.
Here is an example of script which we use to do "multiboot"
#! /bin/sh
/sbin/nvram OSLoadPartition 'dksc(0,1,11)'
/sbin/nvram root 'dks0d1s11'
/sbin/telinit 6
In this case, all partitions are on the same disk and all are variants
of 6.5, so we keep one SystemPartition and boot different releases of
6.5.
You could consider using 6.5 sash for both and just change to 5.3
OSLoadPartiton and root - AFAIK there is no requirement to have both
sash and root on the same disk and as long as both disks are
connected, it should "just work (tm)".
>> Oh, and vfs_mountroot is just the name of the kernel routine that
>> tries to mount the root filesystem.
mapesdhs> As near as I can make out, consensus in past posts (thanks to Tony
mapesdhs> for the search suggestions!) is that the kernel has some record
mapesdhs> built into it of where to boot from and this needs to be
mapesdhs> changed.
No, that is (was?) Linux way of doing things, Irix has no information
about root device in the kernel whatsoever: you can boot from
different disk, from NFS, from CD, all with the same kernel.
max
- Previous message: Ian Mapleson: "Re: Setting up dual-boot on Indigo2 for 6.5 and 5.3..."
- In reply to: Ian Mapleson: "Re: Setting up dual-boot on Indigo2 for 6.5 and 5.3..."
- Next in thread: Ian Mapleson: "Re: Setting up dual-boot on Indigo2 for 6.5 and 5.3..."
- Reply: Ian Mapleson: "Re: Setting up dual-boot on Indigo2 for 6.5 and 5.3..."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|