Tagged Questions
2
votes
1answer
255 views
Installing Debian on USB
From my Ubuntu, I want to create a bootable Debian USB. I tried to install Debian with debootstrap. A brief list of commands is
mount /dev/sdb1 /mnt
debootstrap sid /mnt http://ftp.debian.org/debian
...
4
votes
1answer
505 views
Configure fstab for a bootable usb
I'm trying to clone a partition and make it a bootable usb. I've made two ext3 partitions (just like the installation I'm cloning).
The first one is small and has grub/ and the kernel.
The second ...
8
votes
4answers
905 views
GRUB on USB Drive — adding OSes
Some Background:
Coming from a largely Windows background (though I'm familiar with Ubuntu, etc.) and using a Windows 7 machine to complete this task
Have gotten GRUB installed successfully to the ...
17
votes
3answers
9k views
Installing Grub (2) on a USB flash drive
MultiBootISOs is a tool that let you install Grub on a USB flash drive. I really like it because it lets me boot from ISO files and let me put a bunch of ISOs on my USB and choose which one to boot.
...
5
votes
5answers
2k views
How should I configure grub for booting linux kernel from a USB hard drive?
I have a laptop hard drive in an external enclosure which I use as a large pendrive. For an added twist, I have installed Linux on it, so I can boot any machine with my distribution of choice (e.g. ...