[OpenIndiana-discuss] Grub for ext2fs filesystem

2012-09-06 Thread Ivan Gualandri
I just installed openindiana on my laptopo in dual boot with linux.

But i have a problem with grub of openindiana. I try to load the linux
kernel using grub command line.

The boot partition is ext2 fs.

When i enter the command root(hd0, 0)  it recognize the partition as
ext2fs.

The problem is with command kernel, when i insert the kernel line i always
have a file not found error. And if i try to enter the kernel name using
tab completion the folder is correctly recognized, but when it try to look
for kernel name, it replace all characters with weird characters.

Any idea?
Is this a bug?

Ivan

-- 
elen sila lumenn omentielvo
___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] Grub for ext2fs filesystem

2012-09-06 Thread Fabrizio Chierzi
Hi Ivan ... I've already installed OpenIndiana in dual boot with Ubuntu,
Windows, PC-BSD ... I use the boot loader of Ubuntu (Grub 2) to choose
among them ... In /etc/grub.d there is a the file 40_custom ... Suppose
that you installed OpenIndiana on the 3rd primary partition of the first
disk ... You edit this file and you add this entry

menuentry OpenIndiana {
set root=(hd0,3)
chainloader +1
}

Later you run that command: sudo update-grub

In the end you restart your laptop and everything has to be right

Enjoy your day

Fabrizio Chierzi

2012/9/6 Ivan Gualandri ivan.gualan...@gmail.com

 I just installed openindiana on my laptopo in dual boot with linux.

 But i have a problem with grub of openindiana. I try to load the linux
 kernel using grub command line.

 The boot partition is ext2 fs.

 When i enter the command root(hd0, 0)  it recognize the partition as
 ext2fs.

 The problem is with command kernel, when i insert the kernel line i always
 have a file not found error. And if i try to enter the kernel name using
 tab completion the folder is correctly recognized, but when it try to look
 for kernel name, it replace all characters with weird characters.

 Any idea?
 Is this a bug?

 Ivan

 --
 elen sila lumenn omentielvo
 ___
 OpenIndiana-discuss mailing list
 OpenIndiana-discuss@openindiana.org
 http://openindiana.org/mailman/listinfo/openindiana-discuss

___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] Grub for ext2fs filesystem

2012-09-06 Thread Ivan Gualandri
Thank you fabrizio!
It worked :)

Ivan

On 6 September 2012 16:55, Fabrizio Chierzi fabrizio.chie...@gmail.comwrote:

 Hi Ivan ... I've already installed OpenIndiana in dual boot with Ubuntu,
 Windows, PC-BSD ... I use the boot loader of Ubuntu (Grub 2) to choose
 among them ... In /etc/grub.d there is a the file 40_custom ... Suppose
 that you installed OpenIndiana on the 3rd primary partition of the first
 disk ... You edit this file and you add this entry

 menuentry OpenIndiana {
 set root=(hd0,3)
 chainloader +1
 }

 Later you run that command: sudo update-grub

 In the end you restart your laptop and everything has to be right

 Enjoy your day

 Fabrizio Chierzi

 2012/9/6 Ivan Gualandri ivan.gualan...@gmail.com

  I just installed openindiana on my laptopo in dual boot with linux.
 
  But i have a problem with grub of openindiana. I try to load the linux
  kernel using grub command line.
 
  The boot partition is ext2 fs.
 
  When i enter the command root(hd0, 0)  it recognize the partition as
  ext2fs.
 
  The problem is with command kernel, when i insert the kernel line i
 always
  have a file not found error. And if i try to enter the kernel name using
  tab completion the folder is correctly recognized, but when it try to
 look
  for kernel name, it replace all characters with weird characters.
 
  Any idea?
  Is this a bug?
 
  Ivan
 
  --
  elen sila lumenn omentielvo
  ___
  OpenIndiana-discuss mailing list
  OpenIndiana-discuss@openindiana.org
  http://openindiana.org/mailman/listinfo/openindiana-discuss
 
 ___
 OpenIndiana-discuss mailing list
 OpenIndiana-discuss@openindiana.org
 http://openindiana.org/mailman/listinfo/openindiana-discuss




-- 
elen sila lumenn omentielvo
___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss