About time :-D

http://rss.slashdot.org/~r/Slashdot/slashdot/~3/FiEEwZdEA-o/grub-200-bootloader-officially-released

On Thu, 28 Jun 2012 19:46:01 GMT
JayZie jeromecalderwood@gmail.com wrote:
[color=blue]

http://rss.slashdot.org/~r/Slashdot/slashdot/~3/FiEEwZdEA-o/grub-200-bootloader-officially-released[/color]
As soon as it’s released it’s going to be dropped…lol

Doesn’t work with windows 8 secure boot and UEFI…


Cheers Malcolm °¿° (Linux Counter #276890)
SUSE Linux Enterprise Desktop 11 (x86_64) Kernel 3.0.34-0.7-default
up 2 days 1:14, 2 users, load average: 0.40, 0.40, 0.41
CPU Intel i5 CPU M520@2.40GHz | Intel Arrandale GPU

On 6/28/2012 4:17 PM, malcolmlewis wrote:[color=blue]

Doesn’t work with windows 8 secure boot and UEFI…[/color]

What does work with that??? Anything? I haven’t seen anything that
does… LiLO?

On Thu, 28 Jun 2012 20:19:54 GMT
JayZie jeromecalderwood@gmail.com wrote:
[color=blue]

On 6/28/2012 4:17 PM, malcolmlewis wrote:[color=green]

Doesn’t work with windows 8 secure boot and UEFI…[/color]

What does work with that??? Anything? I haven’t seen anything that
does… LiLO?
[/color]
UEFI and elilo I would assume… (that’s what I’m running here…but no
windows only openSUSE and SLE)

There is a test system (qemu-kvm) here…
http://lkml.indiana.edu/hypermail/linux/kernel/1206.3/01710.html


Cheers Malcolm °¿° (Linux Counter #276890)
SUSE Linux Enterprise Desktop 11 (x86_64) Kernel 3.0.34-0.7-default
up 2 days 1:20, 2 users, load average: 0.48, 0.38, 0.40
CPU Intel i5 CPU M520@2.40GHz | Intel Arrandale GPU

On 6/28/2012 4:23 PM, malcolmlewis wrote:[color=blue]

On Thu, 28 Jun 2012 20:19:54 GMT
JayZie jeromecalderwood@gmail.com wrote:
[color=green]

On 6/28/2012 4:17 PM, malcolmlewis wrote:[color=darkred]

Doesn’t work with windows 8 secure boot and UEFI…[/color]

What does work with that??? Anything? I haven’t seen anything that
does… LiLO?
[/color]
UEFI and elilo I would assume… (that’s what I’m running here…but no
windows only openSUSE and SLE)

There is a test system (qemu-kvm) here…
http://lkml.indiana.edu/hypermail/linux/kernel/1206.3/01710.html
[/color]

I will check it out… I will play with it for 5 mins, scap windows 8
and keep using sled. And will not move to 8… Still have XP machines…
Those need a refresher with Win 7.

On Thu, 28 Jun 2012 20:23:53 +0000, malcolmlewis wrote:
[color=blue]

On Thu, 28 Jun 2012 20:19:54 GMT JayZie jeromecalderwood@gmail.com
wrote:
[color=green]

On 6/28/2012 4:17 PM, malcolmlewis wrote:[color=darkred]

Doesn’t work with windows 8 secure boot and UEFI…[/color]

What does work with that??? Anything? I haven’t seen anything that
does… LiLO?
[/color]
UEFI and elilo I would assume… (that’s what I’m running here…but no
windows only openSUSE and SLE)

There is a test system (qemu-kvm) here…
http://lkml.indiana.edu/hypermail/linux/kernel/1206.3/01710.html[/color]

That’s pretty cool. Wonder if it could be made to work with VirtualBox.

Jim


Jim Henderson, CNA6, CDE, CNI, LPIC-1, CLA10, CLP10
Novell Knowledge Partner

On Thu, 28 Jun 2012 21:59:12 GMT
Jim Henderson hendersj@no-mx.forums.novell.com wrote:
[color=blue]

On Thu, 28 Jun 2012 20:23:53 +0000, malcolmlewis wrote:
[color=green]

On Thu, 28 Jun 2012 20:19:54 GMT JayZie jeromecalderwood@gmail.com
wrote:
[color=darkred]

On 6/28/2012 4:17 PM, malcolmlewis wrote:

Doesn’t work with windows 8 secure boot and UEFI…

What does work with that??? Anything? I haven’t seen anything that
does… LiLO?
[/color]
UEFI and elilo I would assume… (that’s what I’m running
here…but no windows only openSUSE and SLE)

There is a test system (qemu-kvm) here…
http://lkml.indiana.edu/hypermail/linux/kernel/1206.3/01710.html[/color]

That’s pretty cool. Wonder if it could be made to work with
VirtualBox.

Jim

[/color]
Just install qemu? you notebook is vt capable?

I’m running it here now, was easy to install and running is a breeze.
eg (I have a data partition);

cd data
mkdir kvmhdd
cd kvmhdd
qemu-img-kvm create openSUSE_12.2.img 10G
qemu-kvm -m 1024 -boot d --cdrom /data/repositories/iso_images/openSUSE-GNOME-LiveCD-Build0451-x86_64.iso /data/kvmhdd/openSUSE_12.2.img

Don’t forget to add your user to the kvm group, a reboot also helps…


Cheers Malcolm °¿° (Linux Counter #276890)
SUSE Linux Enterprise Desktop 11 (x86_64) Kernel 3.0.34-0.7-default
up 2 days 3:20, 3 users, load average: 0.03, 0.16, 0.26
CPU Intel i5 CPU M520@2.40GHz | Intel Arrandale GPU

On Thu, 28 Jun 2012 22:27:07 +0000, malcolmlewis wrote:
[color=blue]

Just install qemu? you notebook is vt capable?[/color]

It is capable, just two different virtualization solutions seems like
overkill. But if necessary, I’ll install qemu as well. :slight_smile:
[color=blue]

I’m running it here now, was easy to install and running is a breeze.
eg (I have a data partition);

cd data mkdir kvmhdd cd kvmhdd qemu-img-kvm create openSUSE_12.2.img 10G qemu-kvm -m 1024 -boot d --cdrom /data/repositories/iso_images/openSUSE-GNOME-LiveCD-Build0451-x86_64.iso /data/kvmhdd/openSUSE_12.2.img

Don’t forget to add your user to the kvm group, a reboot also helps…[/color]

Great, thanks for the tips. :slight_smile:

Jim


Jim Henderson, CNA6, CDE, CNI, LPIC-1, CLA10, CLP10
Novell Knowledge Partner