RE: using beastie.4th to alternate boot i386 / amd64

2005-06-07 Thread Kelly Hall
> Date: Mon, 6 Jun 2005 15:39:54 +0100 > From: "Steven Hartland" <[EMAIL PROTECTED]> > Subject: using beastie.4th to alternate boot i386 / amd64 > > load /boot/kernel/kernel > load /boot/kernel/acpi.ko > load /boot/kernel/hptmv.ko Try s" load /boot/kernel/kernel" evaluate s" load /boot/k

Re: using beastie.4th to alternate boot i386 / amd64

2005-06-07 Thread Steven Hartland
Thanks for that Joseph, its a quicker option than what I have atm but would still like to get the menu based option to work so if anyone has any ideas please do shout. Steve / K - Original Message - From: "Joseph Koshy" <[EMAIL PROTECTED] If you are looking for a way to manage i386/

Re: using beastie.4th to alternate boot i386 / amd64

2005-06-06 Thread Joseph Koshy
> I'm trying to get beastie.4th to allow me to select either > amd64 or i386 as my running system. I can get this to happen > from the boot loader using: > set currdev=disk1s1d > set rootdev=disk1s1d > unload > load /boot/kernel/kernel > load /boot/kernel/acpi.ko > load /boot/kernel/hptmv.ko > boo