Re: Please test for 8G-OVER-Booting with /boot/loader

2000-04-27 Thread Motomichi Matsuzaki
Hi At Tue, 28 Mar 2000 06:46:27 -0500 (EST), John Baldwin [EMAIL PROTECTED] wrote: Looks good to me, but I need to test it to make sure. I will also look at seeing if I can squeeze the int 13 extension installation check into boot1 and boot0 so that they will use packet mode

Re: Please test for 8G-OVER-Booting with /boot/loader

2000-03-30 Thread Charles Anderson
Do you do this everytime or just to get things started? If it's everytime, man that's a pain, if it's just to get things started it's easier than what I did. (but now I get a list of what I want to boot from the NT bootloader, and I just hit the arrow down to FreeBSD and go.) -Charlie On Wed,

Re: Please test for 8G-OVER-Booting with /boot/loader

2000-03-30 Thread Vladik
Hi, for now I am doing this every time (but I also do not reboot too often). GRUB has a curses-like based menu thing where you can specify what to boot and how. You have to set the config file during the compilation. And then compile, and then build the floppy with that or install on to the MBR.

Re: Please test for 8G-OVER-Booting with /boot/loader

2000-03-30 Thread Wes Morgan
Little tip for would-be grub users... I had to play with the compiler flags quite a bit to get a bootable image. I suggest taking the flags used to compile the FreeBSD boot loaders and using them. On Thu, 30 Mar 2000, Vladik wrote: Hi, for now I am doing this every time (but I also do not

Re: Please test for 8G-OVER-Booting with /boot/loader

2000-03-29 Thread Vladik
Hello, I am not sure if this exactly on topic, but this is how I boot freeBSD partition that is installed beyond cyl 1024 I use GRUB boot loader that understands LBA (www.gnu.org/grub) Once GRUB boots from a floppy, go to GRUB's command prompt and do the following: root (hd0,3,a) # or

Re: Please test for 8G-OVER-Booting with /boot/loader

2000-03-28 Thread Daniel C. Sobral
John Baldwin wrote: Looks good to me, but I need to test it to make sure. I will also look at seeing if I can squeeze the int 13 extension installation check into boot1 and boot0 so that they will use packet mode automatically as well. I recall comments (by rnordier/msmith) to the effect

Re: Please test for 8G-OVER-Booting with /boot/loader

2000-03-28 Thread John Baldwin
On 28-Mar-00 Daniel C. Sobral wrote: John Baldwin wrote: Looks good to me, but I need to test it to make sure. I will also look at seeing if I can squeeze the int 13 extension installation check into boot1 and boot0 so that they will use packet mode automatically as well. I recall

Re: Please test for 8G-OVER-Booting with /boot/loader

2000-03-28 Thread Charles Anderson
I have a Thinkpad 600X here that I installed freebsd on the third partition, but couldn't boot because of the 1024 cylinder bit, so I booted a Fixit floppy mounted my freebsd partitions, installed this patch, patched boot1 to always try packet mode and copied it over to the ntfs boot partition

Re: Please test for 8G-OVER-Booting with /boot/loader

2000-03-28 Thread NAKAJI Hiroyuki
Thanks, Charlie. In [EMAIL PROTECTED] "Charles Anderson" [EMAIL PROTECTED] wrote: C I have a Thinkpad 600X here that I installed freebsd on the third C partition, but couldn't boot because of the 1024 cylinder bit, so C I booted a Fixit floppy mounted my freebsd partitions, installed C

RE: Please test for 8G-OVER-Booting with /boot/loader

2000-03-27 Thread John Baldwin
On 27-Mar-00 Motomichi Matsuzaki wrote: Hi. I made a patch for /sys/boot/i386/libi386/biosdisk.c (attached). This aimed to enable /boot/loader to manage 8G-OVER-Disks. 0. you need 8G-OVER-ENABLED BIOS for your motherboard (check whether your BIOS has Int 13 Extended Interface)

Re: Please test for 8G-OVER-Booting with /boot/loader

2000-03-27 Thread NAKAJI Hiroyuki
How can I test this with FreeBSD which is installed over-8GB area and can't boot? I have a PC on which Solaris7 is installed within 8GB from the start of disk and FreeBSD 3.3-RELEASE is installed after(?) it. The installation was successfull. But I can't boot it. How can I install this patched