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 ...
0
votes
0answers
138 views
grub-install from the grub2 shell
I am trying to follow this answer but keep getting stuck with the following errors:
me@greenlane:~$ sudo grub-install --boot-directory=/boot /dev/sdc
/usr/sbin/grub-bios-setup: warning: File system ...
0
votes
1answer
204 views
Debian install fails on USB-HDD
After my internal HDD broke in my laptop, I've tried to install Debian 6.0.6 on my external HDD. Please note that everything runs great when installing Ubuntu, but for some reason while the Grub stage ...
2
votes
1answer
626 views
Linux on Hard Drive Partition, Bootloader on USB Flash Drive
How can I use a USB flash drive to boot Linux from a partition on (another) hard drive?
I'm trying to install Linux on an encrypted partition on the hard drive (using LVM on LUKS).
Since /boot must ...
2
votes
1answer
810 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
...
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 ...
3
votes
1answer
248 views
GRUB on MBR of Windows-only internal drive, with distros on external drive
I think what I want to do is long and convoluted; then again, it might be somewhat easy, and I'm just overthinking it.
Here's the setup I want to achieve:
The internal drive (sda) is one giant ...