Results 1 to 2 of 2
I had install my FreeBSD on my usb disk without FreeBSD Loader
.and I have a Linux on my IDE hard disk (SUSE10.1)
This is the part of the output ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 10-26-2006 #1Just Joined!
- Join Date
- Dec 2005
- Location
- Nanchang(CN)
- Posts
- 11
how to boot my Freebsd which I had installed on my removeable disk?
I had install my FreeBSD on my usb disk without FreeBSD Loader
.and I have a Linux on my IDE hard disk (SUSE10.1)
This is the part of the output of "fdisk -l":
Device Boot Start End Blocks Id System
/dev/sda1 1 1020 8193118+ b W95 FAT32
/dev/sda2 1021 2040 8193150 c W95 FAT32 (LBA)
/dev/sda3 2041 2104 514080 6 FAT16
/dev/sda4 * 2105 4864 22169700 a5 FreeBSD
Now what should I do with menu.lst for grub to boot my FreeBSD?
Thanks!
- 10-26-2006 #2Just Joined!
- Join Date
- Dec 2005
- Location
- Nanchang(CN)
- Posts
- 11
OK,
I have made it myself by typing this:
root (hd1,a)
kernel /boot/loader
chainloader +1 (this is necessary)
boot


Reply With Quote
