using beastie.4th to alternate boot i386 / amd64

Joseph Koshy joseph.koshy at gmail.com
Mon Jun 6 15:48:59 GMT 2005


> 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
> boot

If you are looking for a way to manage i386/amd64 dual
booting, the you can just interrupt the boot sequence at the 
boot: prompt and then load /boot/loader itself from the 
appropriate root partition.  You can specify a 'default'
in file /boot.config in the disk's 'a' partition.

Using FORTH would allow for a nice menu though :).

-- 
FreeBSD Volunteer,     http://people.freebsd.org/~jkoshy


More information about the freebsd-hackers mailing list