Tagged Questions
3
votes
1answer
39 views
Grub2, boot into existing OS option?
I've got Grub2 installed on a USB stick, and I want to add an entry to the grub.cfg that will boot in to another bootloader e.g. grub on the main harddrive.
Like how the Windows 7 install disk will ...
2
votes
1answer
808 views
slitaz 4.0 grub2 loopback concatenate multiple initrd images
I'm trying to get slitaz 4.0 ISO to boot using a grub2 loopback on a multiboot USB;
insmod font
if loadfont /boot/grub/unicode.pf2 ; then
insmod gfxterm
# insmod efi_gop
# insmod efi_uga
...
7
votes
2answers
4k views
How do I boot from a liveusb using qemu-kvm?
I am trying to get qemu-kvm to boot from my live usb stick. Is this possible?
2
votes
2answers
461 views
slitaz cooking grub2 loopback
I'm trying to get slitaz cooking ISO to boot using a grub2 loopback on a multiboot USB;
# /boot/grub/grub.cfg
insmod font
if loadfont /boot/grub/unicode.pf2 ; then
insmod efi_gop
insmod ...
2
votes
1answer
124 views
Is it possible to create a bootable usb from a partition?
Is it possible? How hard would it be to do so?
1
vote
1answer
609 views
How to completely rebuild boot partition with grub as well?
openSUSE 11.4, I have boot partition on pendrive.
The problem is when I boot computer, grub immediately shows error "file not found" (I have no clue which file) and switches to "rescue mode".
I can ...