People,
No luck - still booting to text - here is my modified version of Misalf's entry (I have the iso in the Fedora "boot" partition):
menuentry "Tiny Core - iso" --class core --class gnu-linux --class gnu {
insmod gzio
insmod part_msdos
insmod ext2
set root='hd0,msdos1'
set isofile="CorePlus-current.iso"
echo Loading ${isofile} ...
loopback loop /${isofile}
echo Loading Kernel ...
linux (loop)/boot/vmlinuz iso=/${isofile} loglevel=3 cde showapps nozswap
echo Loading RAM-Image ...
initrd (loop)/boot/core.gz
echo Booting ...
}
Which was not that different from what I have tried before:
menuentry "Core" {
insmod gzio
insmod part_msdos
insmod ext2
set root='hd0,msdos1'
loopback loop /CorePlus-current.iso
# linux (loop)/boot/vmlinuz isofrom=/CorePlus-current.iso noisapnp
linux (loop)/boot/vmlinuz nozswap showapps tce=sda4 desktop=fluxbox
initrd (loop)/boot/core.gz
}
Could it be hardware problems with the netbook? (I wouldn't have thought so - the GUI works with Fedora and xPUD 0.9.2).
Thanks,
Phil.