It's not that bad, very simple, very light. I'm trying to use it with Joggler but at the moment I'm not very lucky... the system boots it seems to load something because my USB drive led blinks but... I get only a ugly black screen...
To keep it simple I copied everything on the linux-boot VFAT partition, so I have something like:
Code: Select all
bg.png grub.old startup.nsh
boot.cat initrd.img-3.2.32joggler1 System.map-3.2.32joggler1
boot.nsh isolinux.bin unicode.pf2
config-3.2.32joggler1 isolinux.cfg vesamenu.c32
grub.cfg memtest86+.bin vmlinuz-3.2.32joggler1
grub.cfg~ memtest86+_multiboot.bin xpud
grub.efi opt
and then I modified the grub.cfg:
Code: Select all
loadfont /unicode.pf2
terminal_output gfxterm
set timeout=1
menuentry "xPUD" {
linux /xpud root=LABEL=linux-boot ro quiet splash
initrd /opt/media
}
Cheers, Leo