Skip to content

Ubuntu

Tricks.

## Boot ubuntu ISO from USB device on a computer that has GRUB installed
  • copy ubuntu.iso to the memory stick
  • boot computer, go into grub command mode (c)
  • do this:
root (hd1,1)
loopback loop /ubuntu.iso
linux (loop)/casper/vmlinut boot=casper iso-scan/filename=/ubuntu.iso splash bootkbd=de_CH noeject --
initrd (loop)/casper/initrd.lz
boot
created: 2010-08-25, updated: 2015-09-16