Re: [owl-users] How to make Owl installation USB flash drive

From: Matthias Teege <matthias-owl-users_at_private>
Date: Mon, 21 Feb 2011 10:14:10 +0100 (CET)
On Sun, 20 Feb 2011, gremlin_at_private wrote:

Moin,

> I wrote a short article about ${subject} at our wiki:
> http://openwall.info/wiki/Owl/USB_drive
> 
> Questions, comments, additions and thanks are accepted.

Many thanks.

It would be nice, if we could boot "direct" from the iso with grub2. I've 
tried:

menuentry "Owl i686" {
  loopback loop /boot/iso/Owl-3.0-release-i686.iso
  linux (loop)/boot/vmlinuz findiso=/boot/iso/Owl-3.0-release-i686.iso single rootfstype=iso9660 root=/dev/cdrom rootdelay=30 --
}

but it gives me "cannot read linux header". Maybe Owl cannot use a cdrom 
as root devices.

I can boot something like Tinycore with:

menuentry "Tinycore 3.5" {
 loopback loop /boot/iso/tinycore_3.5.iso
 linux (loop)/boot/bzImage --
 initrd (loop)/boot/tinycore.gz
}

Thanks
Matthias
Received on Mon Feb 21 2011 - 01:14:10 PST

This archive was generated by hypermail 2.2.0 : Mon Feb 21 2011 - 09:17:40 PST