<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
After downloading Fedora-9-Beta-Live-KDE-i686.iso I mounted it using
fuseiso.<br>
I discovered this "livecd-iso-to-disk" in the LiveOS folder on the
image.<br>
<br>
As it requires root privileges I dutifully <strike>changed directory
as root to</strike> copied the file to somewhere root could access it.<br>
I set aside some hard disk space, created a 730MB partition as vfat and
ran<br>
# sh livecd-iso-to-disk <isopath> <usbstick device><br>
<br>
After a little while it finished and I dutifully rebooted.<br>
The grub boot prompt gave me the normal live cd boot options plus "boot
from local disk" - this took me straight back to the grub menu.<br>
"No problem" I mused, "I'll fix it once I've booted the live image".<br>
<br>
The live image booted OK, but I noticed that the fan on my Dell
Inspiron 8000 was running almost continuously, and the new desktop
theme (Oxygen?) didn't have an applet that showed CPU / memory /
Network usage.<br>
In konsole as root I ran<br>
# grub -> setup (hd0,0)<br>
but it failed stating that it had a problem with the live image devices
(sorry no paper / camera handy).<br>
<br>
In the end I ended up installing Fedora 8 (from a physical CD) to
_another_ partition so that I could do<br>
<Add "single" to the kernel command line to enter single user mode
for F8 boot><br>
# mkdir /mnt/boot<br>
# <mount boot partition as /mnt/boot><br>
# grub-install --no-floppy --root-directory=/mnt /dev/sda <= this
depends on your hard drive set up.<br>
# shutdown -r now<br>
<br>
I tried filing a bug report in RedHat/Bugzilla against "Fedora 9 Beta
KDE live CD" but I couldn't find an entry, so I'm posting here.<br>
<br>
<br>
Basically this script should be smarter in two ways.<br>
<br>
1. Know if the partition is on a disk that already has grub installed
in the boot sector and just update the grub directory (easy?).<br>
2. Allow a "full install from ISO" to the specified partition and ask
questions afterward (harder?).<br>
<br>
Philip<br>
</body>
</html>