Did you install 9.10 from a fresh install or upgrade from a previous version? I cannot get my patch stick to load the 9.10 installer. I've created it identical to my 9.04 loader (sdb1 hfs+ recovery partition and sdb2 is the extracted cd image modified to be syslinux vice isolinux) which works. The only visible difference I can see is the 9.10 initrd is lz compressed vice gz. But I haven't dug deeper into it yet.
Robert On Nov 13, 1:18 pm, Martijn <[email protected]> wrote: > Ah, it's root (hd0,3) for that matter, but since the kernel and initrd > lines are the only onces important it will fire anyway. > > On Nov 13, 10:16 pm, Martijn <[email protected]> wrote: > > > Just a small hint for those who are stuck when rebooting after > > installing Mythbuntu 9.10 (Karmic). Since the new grub uses a > > different syntax the script probing for the kexec params cannot cope. > > Also, menu.lst is not a symlink to grub.cfg anymore and hence isn't > > found. Here's a small solution > > > 1. Make sure you boot from the USB stick once more > > 2. mount the /dev/sda4 somewhere (i.e. /mnt/ubuntu) > > 3. go to the <mountpoint>/boot/grub dir and create the softlink: ln -s > > grub.cfg menu.lst > > 4. make a mock-up grub.cfg compatible with the patchstick parser: > > > default 0 > > timeout 3 > > title ubuntu > > root (hd0,4) > > kernel /boot/vmlinuz-2.6.31-14-generic root=/dev/sda4 ro > > initrd /boot/initrd.img-2.6.31-14-generic > > boot > > > 5. make a copy of this file in the same dir. Grub and kernel updates > > will destroy it, so keep an eye out for changes. > > 6. reboot and remove the usb stick > > > cheers, > > M > > -- To post to this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/atv-bootloader?hl=en
