Hi all,
QUOTE ('tinybit')
Is there any version later than 2008-08-08 ever worked? Which is the latest one working?
Sorry, wouldn't know for the time being - if I go through the process I'll post results here..
Ilko, thanks a lot for the great info you posted!! And sorry I'm about to maybe stray off topic here

!!
First of all, this clears out a lot of things for me (I hope

) :
QUOTE (ilko @ Nov 1 2008, 12:29 AM)

I bet all the above grub4dos versions, which didn't work, will work when you format it FAT32 or NTFS, or or use FAT16 on < 2GB partitions.
And especially this:
QUOTE (ilko @ Nov 1 2008, 12:29 AM)

Maybe grub4dos dropped support for 4GB FAT16 partitions (I know other cases when FAT16 worked on 4GB partitions with older grub4dos versions),
seems to make sense in relation to my problem.
QUOTE (ilko @ Nov 1 2008, 12:29 AM)

You also have the option to partition your USB stick- use the tools included in WinSetupFromUSB\files\MULTIpartitionUSBstick. Unplug your stick, run InstallStartDummyDisk.cmd
Great stuff, was not aware of this - however, I've had some bad experiences changing the driver for USB keys once (Hitachi Microdrive it was called, I think), and I couldn't remove it afterwards - is this DummyDisk a driver that gets installed? (
If worse comes to worse, I'd boot gparted from another usb key
could gparted also work for partitioning of USB thumbdrives?).
Because of the same experience, I refrain from partitioning USB thumbs, and prefer a single 4Gb partition - thus my choice of 16X (heard 32 is bad for Win Setup, and wouldn't like to keep it NTFS so it remains readable by most PCs).
QUOTE (ilko @ Nov 1 2008, 12:29 AM)

To see it again as removable, unplug USB stick and use StopRemoveDummyDisk.cmd, reboot your PC to complete, mind you, you won't be able to see other partitions afterward, rather than the first one.
Ah OK - so it should be easy to remove the driver

Thanks for the tip on the visibility of the other partitions
QUOTE (ilko @ Nov 1 2008, 12:29 AM)

This makes Windows see the USB disk as fixed(basic) disk, allowing partitioning operations and showing all partitions, just as a regular hard disk.
Ok as far as Windows is concerned - but just to make it clear, this does
not apply to how BIOS sees the thumbdrive, true? I've looked into this once, and had remembered this comment from jaclaz in
Removable Media Bit - The CD Forum:
QUOTE (jaclaz @ Removable Media Bit - The CD Forum)
The "flippable" bit is in the controller firmware, which is NOT accessible by anything but the specific tool.
I have thumbs branded as TakeMS, and then had to find some software (can't remember which) to tell me it has an Alcor controller, and then tracked down an app called AlcorMP that would apparently allow for flipping of that bit - but doing that didn't seem to make a difference to BIOS of me stationary PC

(except that it appears as "Generic Flash Drive" instead of "takeMS" now

)
QUOTE (ilko @ Nov 1 2008, 12:29 AM)

With a properly formatted USB stick Ubuntu should work as well with all those grub4dos versions.
I don't have a problem booting Ubuntu from USB, if I follow the WinSetupFromUSB instructions - however, those require that I copy folders from the ISO, which should also be kept at the root of the thumbdrive and named a specific way (which means I couldn't carry two different Ubuntu install versions on the same USB stick, as I can with Windows). Why I'd like to boot ISO's is to have ability to carry concurrent multiple installs - and it should also be easier to update when new versions come out (copy iso, change menu.lst, done

)
QUOTE (ilko @ Nov 1 2008, 12:29 AM)

As for Ubuntu-mini- as far as I get it that's mini installer, which downloads all needed components from internet, right?
Yes, as far as I understand it, I think it is:
- mini - no components with it, downloads all from Internet, doesn't need update post-install, can install a command line Ubuntu (and slim desktop w/ no apps)
- alternate - components with it, does not download all from Internet, needs update post-install, can install a command line Ubuntu (and slim desktop w/ no apps)
- LiveCD/Desktop - components with it, does not download all from Internet, needs update post-install, can not install a command line Ubuntu (only branded desktop w/ apps)
QUOTE (ilko @ Nov 1 2008, 12:29 AM)

This worked from 1GB NTFS formatted USB stick, grub4dos 0.4.4 2008-10-12 in QEMU:
CODE
title Start UBUNTU- mini
map --mem (hd0,0)/mini.iso (hd32)
map --hook
chainloader (hd32)
Unfortunately - this does not work for me.. at first I thought it was because my non-DOS name "ubuntu-8.04.mini.iso", but the same occurs for "mini.iso" as well.. And I tried it with FAT32 4GB thumb as well (in addition to the original FAT16X 4GB that was problematic), flashed with \WinSetupFromUSB\files\grub4dos\grubinst.exe - still the same behaviour:
Since I get the exact same response with both FAT16X and FAT32, I'm guessing its possible this may not be a problem with the drive/format partitioning - but maybe something more specific to my hardware instead (maybe the same thing that caused the Error 17 with newer grldr's?)
QUOTE (ilko @ Nov 1 2008, 12:29 AM)

Since it doesn't make use of any external files, rather than kernel and initrd,you can start it from ISO emulated CD, from NTFS too, as it won't try to read other files during startup process:
This in fact helped - I just copied the files from the ISO in a directory /umini804 of the thumb, and then added:
CODE
title Start Ubuntu Mini 8.04 from configfile
root (hd0,0)
configfile /umini.lst
where /umini.lst is simply a modification of the isolinux.cfg, like:
CODE
title install - Ubuntu MINI 8.04
kernel /umini804/linux vga=normal --
initrd /umini804/initrd.gz
title linux - live-media-path
kernel /umini804/linux vga=normal live-media-path=umini804 --
initrd /umini804/initrd.gz
This works - but then, the same trick does not work for a Ubuntu Desktop LiveCD

(note, I've experimented with "live-media-path=umini804" but I don't think it is a recognized option switch for Ubuntu...)
Well, any suggestions would be more than welcome !! Thanks again !!