Re: [Freedos-devel] FreeDOS 1.2 Preview 11

2016-02-03 Thread Paul Dufresne
At least with fdisk /XO [Extended Options in user interface] on (set at the end of fdisk.ini), we have access to functions to change type of a partition in the interface. Looking a bit in the code, there seems to be an option for extended interrupt 13h functions. And it seems to use (more) LBA in

Re: [Freedos-devel] FreeDOS 1.2 Preview 11

2016-02-02 Thread Jerome E. Shidel Jr.
> On Feb 2, 2016, at 7:28 PM, Rugxulo wrote: > > Hi, > > (I'll respond quickly here even though there's a billion follow-up > responses already.) > > > On Mon, Feb 1, 2016 at 6:10 PM, Jerome E. Shidel Jr. > wrote: >> >>> On Feb 1, 2016, at 6:17 PM,

Re: [Freedos-devel] FreeDOS 1.2 Preview 11

2016-02-02 Thread Rugxulo
Hi, (I'll respond quickly here even though there's a billion follow-up responses already.) On Mon, Feb 1, 2016 at 6:10 PM, Jerome E. Shidel Jr. wrote: > >> On Feb 1, 2016, at 6:17 PM, Rugxulo wrote: >> >> On Mon, Feb 1, 2016 at 9:25 AM, Jerome E. Shidel

Re: [Freedos-devel] FreeDOS 1.2 Preview 11

2016-02-02 Thread Paul Dufresne
Your suggestion to "fdisk /mbr:81" (81=D:) was making much sense to me because the disk was having grub on it before I erase all with fdisk to make place for FreeDOS. So yes, it made sense that grub being installed in MBR might made me not having normal MBR. But trying "fdisk /mbr:81" have not

Re: [Freedos-devel] FreeDOS 1.2 Preview 11

2016-02-02 Thread Eric Auer
Hi! > I just don't think most people downloading FreeDOS really need FPC or > FBC or DJGPP (even if I do like them). I think they can just grab them > separately. But OW and NASM are officially recommended and much > smaller, so to those I have no complaints. FreeBasic has a rather cool QB

Re: [Freedos-devel] FreeDOS 1.2 Preview 11

2016-02-02 Thread Jerome E. Shidel Jr.
> On Feb 2, 2016, at 7:39 PM, Eric Auer wrote: > > > Hi! > >> I just don't think most people downloading FreeDOS really need FPC or >> FBC or DJGPP (even if I do like them). I think they can just grab them >> separately. But OW and NASM are officially recommended and much

Re: [Freedos-devel] FreeDOS 1.2 Preview 11

2016-02-02 Thread Louis Santillan
I wouldn't think the LBA aware type would have kept your system from booting. I thought that only affected Win9x and IFS driver. Glad you got it working anyways. On Tue, Feb 2, 2016 at 9:20 PM, Paul Dufresne wrote: > >What exact partition i.d. is your FAT? Perhaps it

Re: [Freedos-devel] FreeDOS 1.2 Preview 11

2016-02-02 Thread Rugxulo
Hi, On Tue, Feb 2, 2016 at 11:20 PM, Paul Dufresne wrote: > >>What exact partition i.d. is your FAT? Perhaps it needs to be LBA >>aware (0xC)? I don't remember offhand. > > Yes, looks like you found the problem. > > I DID NOT SAW ANY WAY TO CHANGE THE TYPE OF THE PARTITION

Re: [Freedos-devel] FreeDOS 1.2 Preview 11

2016-02-02 Thread Paul Dufresne
>What exact partition i.d. is your FAT? Perhaps it needs to be LBA >aware (0xC)? I don't remember offhand. Yes, looks like you found the problem. I changed it in Linux, from b (W95 FAT32) to c (W95 FAT32 LBA). Then tried to boot my partition (that is now in GRUB since I just installed a Linux to

Re: [Freedos-devel] FreeDOS 1.2 Preview 11

2016-02-02 Thread Paul Dufresne
I have tried the latest FDI-USB.IMG and I would almost be happy with it. Yes, I can now install in french fine. Yes, fdisk now select the D: drive that is my hard disk. Yes, all the installation goes fine. Except when I reboot, it reboot in loop. My hard drive is SATA did read it should works

Re: [Freedos-devel] FreeDOS 1.2 Preview 11

2016-02-02 Thread Paul Dufresne
Note that I still used 4000 Mb primary FAT32 (big drive?) partition. -- Site24x7 APM Insight: Get Deep Visibility into Application Performance APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month Monitor

Re: [Freedos-devel] FreeDOS 1.2 Preview 11

2016-02-02 Thread Paul Dufresne
Ok, I open my box and literally found an old forgotten dusty unconnected PATA 40Gb drive. I connected it (after disconnecting SATA drive). And reinstall FreeDOS from USB key. Worked flawlessly this time. At least a few seconds until I try to type 'help dir' or 'help' (as suggested) which make the

Re: [Freedos-devel] FreeDOS 1.2 Preview 11

2016-02-02 Thread Paul Dufresne
Burn on a DVD latest SystemRescueCD but does the same as on my USB key: -divide by zero exception when trying to use FreeDOS on the DVD -SuperGrub just showing upperleft blinking cursor when booting SATA 149 GiB, FreeDOS partition But discovered that HardwareDetectionTool was showing MBR as Grub2

Re: [Freedos-devel] FreeDOS 1.2 Preview 11

2016-02-02 Thread Rugxulo
Hi, On Tue, Feb 2, 2016 at 9:24 PM, Paul Dufresne wrote: > > Burn on a DVD latest SystemRescueCD but does the same as on my USB key: > -divide by zero exception when trying to use FreeDOS on the DVD Try F8 (single stepping) through your config, and disable any EMM386 or

Re: [Freedos-devel] FreeDOS 1.2 Preview 11

2016-02-02 Thread Rugxulo
Hi, On Tue, Feb 2, 2016 at 6:56 PM, Jerome E. Shidel Jr. wrote: > >> On Feb 2, 2016, at 7:39 PM, Eric Auer wrote: >> >>> I just don't think most people downloading FreeDOS really need FPC or >>> FBC or DJGPP (even if I do like them). I think they can just

Re: [Freedos-devel] FreeDOS 1.2 Preview 11

2016-02-01 Thread Jerome E. Shidel Jr.
> On Feb 1, 2016, at 12:13 PM, Paul Dufresne > wrote: > > I just wrote (DD in Linux) the FDI-USB .IMG file on an USB-KEY. > Think this was my first try to boot FreeDOS on USB key. > Boots fine (once adjusted in BIOS). > > Suprise 1) Unable to

Re: [Freedos-devel] FreeDOS 1.2 Preview 11

2016-02-01 Thread Rugxulo
Hi, On Mon, Feb 1, 2016 at 9:25 AM, Jerome E. Shidel Jr. wrote: > > I just the FreeDOS 1.2 Installer Preview 11. > > Also, a more permanent USB stick image url location. > There is a link to it on the FDI download page. I just downloaded the FDI-USB.ZIP file (now 178 MB

Re: [Freedos-devel] FreeDOS 1.2 Preview 11

2016-02-01 Thread Eric Auer
Hi :-) >> I just downloaded the FDI-USB.ZIP file (now 178 MB .ZIP'd, unpacks >> to 256 MB .img). > Yeah, It’s a little big. But, on the other hand it is really hard to find > a USB stick under 512mb. So, other than download size, it isn’t to > important. However, that being said. It should be

Re: [Freedos-devel] FreeDOS 1.2 Preview 11

2016-02-01 Thread Jerome E. Shidel Jr.
A side note to ALL, regarding what packages are included. There is really no reason you cannot make your own personal customized FDI based release. Two ways to do it. The easy way: For Floppy Image, just modify the package list files A:\FDSETUP\SETUP\*.LST. It will

Re: [Freedos-devel] FreeDOS 1.2 Preview 11

2016-02-01 Thread Jerome E. Shidel Jr.
> On Feb 1, 2016, at 7:55 PM, Eric Auer wrote: > > > Hi :-) > >>> I just downloaded the FDI-USB.ZIP file (now 178 MB .ZIP'd, unpacks >>> to 256 MB .img). > >> Yeah, It’s a little big. But, on the other hand it is really hard to find >> a USB stick under 512mb. So, other

Re: [Freedos-devel] FreeDOS 1.2 Preview 11

2016-02-01 Thread Jerome E. Shidel Jr.
> On Feb 1, 2016, at 6:17 PM, Rugxulo wrote: > > Hi, > > On Mon, Feb 1, 2016 at 9:25 AM, Jerome E. Shidel Jr. > wrote: >> >> I just the FreeDOS 1.2 Installer Preview 11. >> >> Also, a more permanent USB stick image url location. >> There is a link to

[Freedos-devel] FreeDOS 1.2 Preview 11

2016-02-01 Thread Jerome E. Shidel Jr.
I just the FreeDOS 1.2 Installer Preview 11. http://up.load.bz/FDI/latest Also, a more permanent USB stick image url location. There is a link to it on the FDI download page. Or, just use the direct link http://dnld.lod.bz/FDI-USB.zip

Re: [Freedos-devel] FreeDOS 1.2 Preview 11

2016-02-01 Thread Paul Dufresne
I just wrote (DD in Linux) the FDI-USB .IMG file on an USB-KEY. Think this was my first try to boot FreeDOS on USB key. Boots fine (once adjusted in BIOS). Suprise 1) Unable to select a language different than english. Others are shown, but key down does not move to others. Did not was able (or