Re: Linux and NT Workstation 4.0

Michael Nelson (nelson@seahunt.imat.com)
Wed, 24 Feb 1999 00:29:58 -0800


On Tue, Feb 23, 1999 at 07:06:19PM -0800, Jeff 9360431 wrote:

-> What I need to know is if LILo will boot the NT kernel the same way it
-> boots the Linux and Windows 95 kernels.

Yes it will, and it works just fine. I'm doing it. Here is the lilo.conf I
use:

boot=/dev/sda
map=/boot/map
install=/boot/boot.b
prompt
timeout=50
vga=ask
image=/boot/vmlinuz
label=linux
root=/dev/sdb1
read-only
append="aic7xxx=ultra,tag_info:{{12,12}},verbose"
image=/boot/vmlinuz.good
label=linux.good
root=/dev/sdb1
read-only
append="aic7xxx=ultra,tag_info:{{12,12}},verbose"
image=/boot/vmlinuz.old
label=linux.old
root=/dev/sdb1
read-only
append="aic7xxx=ultra,tag_info:{{12,12}},verbose"
other=/dev/sda1
label=nt
table=/dev/sda

Michael

-- 
		 "Life is not a dress rehearsal" -- unknown

Michael Nelson San Francisco, CA nelson@imat.com

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/