You are not logged in.

#1 2014-06-21 20:32:54

jambi
Member
Registered: 2014-03-26
Posts: 32

boot ghostbsd iso from grub entry

is there any way to boot live ghostbsd.iso from grub2

i've tested a lot of solution posted on forums but no luck

the only entry i found is this

menuentry "GhostBsd" {
  set isofile=/home/joey/Downloads/GhostBSD3.1-gnome2-amd64.iso
  loopback loop $isofile
  kfreebsd (loop)/boot/kernel/kernel
  kfreebsd_module (loop)/boot/mfsroot.gz type=mfs_root
  set kFreeBSD.vfs.root.mountfrom=ufs:/dev/md0
}

dont work at all
cant boot bsd kernel

Offline

#2 2014-06-21 21:18:51

clfarron4
Member
From: London, UK
Registered: 2013-06-28
Posts: 2,163
Website

Re: boot ghostbsd iso from grub entry

What errors did you get when you tried?


Claire is fine.
Problems? I have dysgraphia, so clear and concise please.
My public GPG key for package signing
My x86_64 package repository

Offline

#3 2014-06-21 21:37:17

jambi
Member
Registered: 2014-03-26
Posts: 32

Re: boot ghostbsd iso from grub entry

here is the output

ERROR: file '/boot/kernel/kernel' not found
ERROR: only ELF kernel supports module
Press any key to continue

Offline

#4 2014-06-21 22:34:46

clfarron4
Member
From: London, UK
Registered: 2013-06-28
Posts: 2,163
Website

Re: boot ghostbsd iso from grub entry

jambi wrote:

here is the output

ERROR: file '/boot/kernel/kernel' not found
ERROR: only ELF kernel supports module
Press any key to continue

Well, that's quite clear then.

I suggest you mount the ISO, have a look inside the /boot folder inside the ISO, work out what is used to boot the kernel and tweak the GRUB2 entry to fit.

Last edited by clfarron4 (2014-06-21 22:35:12)


Claire is fine.
Problems? I have dysgraphia, so clear and concise please.
My public GPG key for package signing
My x86_64 package repository

Offline

#5 2014-06-21 22:42:07

jambi
Member
Registered: 2014-03-26
Posts: 32

Re: boot ghostbsd iso from grub entry

i  found that the kernel named kernel.zg
i modified it but sill no luck

Offline

#6 2014-06-22 12:36:28

clfarron4
Member
From: London, UK
Registered: 2013-06-28
Posts: 2,163
Website

Re: boot ghostbsd iso from grub entry

Same error, or different error?

Last edited by clfarron4 (2014-06-22 12:36:40)


Claire is fine.
Problems? I have dysgraphia, so clear and concise please.
My public GPG key for package signing
My x86_64 package repository

Offline

#7 2014-06-22 17:34:04

jambi
Member
Registered: 2014-03-26
Posts: 32

Re: boot ghostbsd iso from grub entry

kernel booted correctly but i've got a loop

waiting 10 second 
waiting 30 second 
so on ...

i think its something wrong with the bsd kernel parameters or bsd kernel cant simulate iso file

Offline

Board footer

Powered by FluxBB