From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1UQJC5-0003k6-4w for mharc-grub-devel@gnu.org; Thu, 11 Apr 2013 11:13:45 -0400 Received: from eggs.gnu.org ([208.118.235.92]:50427) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UQJBv-0003Xz-OC for grub-devel@gnu.org; Thu, 11 Apr 2013 11:13:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UQJBm-0006H9-Mp for grub-devel@gnu.org; Thu, 11 Apr 2013 11:13:35 -0400 Received: from mail-ee0-f54.google.com ([74.125.83.54]:65498) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UQJBm-0006GF-8v for grub-devel@gnu.org; Thu, 11 Apr 2013 11:13:26 -0400 Received: by mail-ee0-f54.google.com with SMTP id e51so840080eek.41 for ; Thu, 11 Apr 2013 08:13:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:message-id:date:from:user-agent:mime-version:to:subject :references:in-reply-to:x-enigmail-version:content-type; bh=PAp0FRN/kpqjVNkBUofpieCRdp5GpvenLRs0NMur5kM=; b=YyEIjLF5PchMmL7QsCrmq6R4y2cyMb7bvtSqCJxJu3ej3Al7AXc6OcLo7k0EggH7Yf 0S6/2xC8gqgTgk7iSKXPekp2l2+yu34T0wT3e3DRVGGQre+EMCz/w5LGx3fPzlESU9iu lqzpn/EjXrYYda4YTw/66ufNKwDFWJW2HN3CcaGTKZOTublxPaP8jup749iob9ZxEyDy Z4L9DXYPnskfCMgG6uibgMKgzlO+gwB/YsReuZmYkwjgCLRLcD4fdwc4qi2rEOZoxsEA jxlB0bRdF5vW79cqzhxG216dVEqSw3AAt5dnawcB51LR49ELUNvfNVzMPqJ609yoi522 kR7w== X-Received: by 10.15.36.135 with SMTP id i7mr17909812eev.34.1365693204886; Thu, 11 Apr 2013 08:13:24 -0700 (PDT) Received: from debian.x201.phnet (245-188.1-85.cust.bluewin.ch. [85.1.188.245]) by mx.google.com with ESMTPS id cd3sm6141033eeb.6.2013.04.11.08.13.22 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 11 Apr 2013 08:13:23 -0700 (PDT) Message-ID: <5166D311.3060606@gmail.com> Date: Thu, 11 Apr 2013 17:13:21 +0200 From: =?UTF-8?B?VmxhZGltaXIgJ8+GLWNvZGVyL3BoY29kZXInIFNlcmJpbmVua28=?= User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.12) Gecko/20130116 Icedove/10.0.12 MIME-Version: 1.0 To: The development of GNU GRUB Subject: Re: grub efi boot hangs References: In-Reply-To: X-Enigmail-Version: 1.4.1 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="------------enig67C1B88D874B340E54CC3304" X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [fuzzy] X-Received-From: 74.125.83.54 X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: The development of GNU GRUB List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Apr 2013 15:13:41 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig67C1B88D874B340E54CC3304 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 11.04.2013 16:15, Rajasekhar Pulluru wrote: > All, >=20 > Booting netbsd & linux kernel from grub-efi-x86_64 hangs. No messages > are seen in console after grub boot command . >=20 > fs0:\efi\boot>bootx86_64.efi > /* skipped grub header */ > grub> set root=3D"(hd0,netbsd1)" > grub> knetbsd (hd0,netbsd1)/netbsd --serial=3D0,9600 > grub> boot >=20 >=20 > Tried booting 32bit and 64bit kernel, both of them doesn't boot. Grub > version is 1.99, haven't tried grub2. When grub is built for i386-pc > target, it boots the same kernel properly and kernel console messages > are seen. >=20 Try 2.00 or bzr. > I tried below steps after checking on forums, but that didn't help. > insmod efi_gop #already loaded > insmod efi_uga #already loaded > insmod font #already loaded >=20 > if loadfont ${prefix}/unicode.pf2 > then > insmod gfxterm > set gfxmode=3Dauto > set gfxpayload=3Dkeep > terminal_output gfxterm > fi >=20 > Would like to know if console used for i386-pc and x86_64-efi are > different? on efi default and only option is gfx console. On i386-pc default is VGA text > Would like to get help to boot kernel successfully with efi. Below is > the list of modules loaded in grub. >=20 > grub> lsmod > Name Ref Count Dependencies > zfsinfo 1 zfs > zfs 2 > xzio 1 gcry_crc > xnu_uuid 1 gcry_md5 > xnu 1 =20 > relocator,bitmap,boot,video,normal,extcmd,bitmap_scale > xfs 1 fshelp > videotest 1 gfxmenu,video,font > videoinfo 1 video > video_cirrus 1 video_fb,pci,video > video_bochs 1 video_fb,pci,video > usbtest 1 usb > usbserial_pl2303 1 usbserial_common,usb,serial > usbserial_ftdi 1 usbserial_common,usb,serial > usbserial_common 3 usb,serial > usbms 1 usb,scsi > usb_keyboard 1 usb,keylayouts > uhci 1 pci,usb > ufs2 1 > ufs1 1 > udf 1 fshelp > true 1 > tga 1 bitmap,bufio > test 1 > testload 1 > test_blockarg 1 normal,extcmd > tar 1 > sleep 1 normal,extcmd > sfs 1 fshelp > setpci 1 pci,extcmd > setjmp 1 > search 1 search_label,extcmd,search_fs_file,search_fs_uu= id > search_label 2 > search_fs_uuid 2 > search_fs_file 2 > reiserfs 1 fshelp > regexp 1 normal,extcmd > reboot 1 > read 1 > raid6rec 1 raid > raid5rec 1 raid > probe 1 extcmd > png 1 bitmap,bufio > play 1 > password_pbkdf2 1 normal,pbkdf2,gcry_sha512,crypto > pbkdf2 2 crypto > password 1 normal,crypto > part_sunpc 1 > part_sun 1 > part_gpt 1 > part_bsd 1 part_msdos > part_msdos 2 > part_apple 1 > part_amiga 1 > part_acorn 1 > ohci 1 pci,boot,usb,cs5536 > usb 11 pci > ntfscomp 1 ntfs > ntfs 2 fshelp > nilfs2 1 fshelp > multiboot 1 mmap,relocator,boot,video > multiboot2 1 acpi,mmap,relocator,boot,video > msdospart 1 parttool > parttool 3 normal > minix 1 > minix2 1 > minicmd 1 > memrw 1 extcmd > memdisk 1 > mdraid1x 1 raid > mdraid09 1 raid > lvm 1 > lssal 1 > lspci 1 pci,extcmd > ls 1 normal,extcmd > lsmmap 1 mmap > lsefisystab 1 > lsefimmap 1 > lsacpi 1 acpi,extcmd > loopback 1 extcmd > loadenv 1 extcmd > loadbios 1 pci > linux 1 mmap,relocator,boot,video > keystatus 1 extcmd > jpeg 1 bitmap,bufio > jfs 1 > iso9660 1 fshelp > iorw 1 extcmd > hfsplus 1 fshelp > hfs 1 > hexdump 1 extcmd > help 1 normal,extcmd > hello 1 extcmd > hdparm 1 extcmd > hashsum 1 normal,extcmd,crypto > halt 1 acpi > gzio 1 > gptsync 1 > gfxmenu 2 video,bitmap,normal,font,gfxterm,bitmap_scale,t= rig > trig 3 > gfxterm 3 video,bitmap,extcmd,font,bitmap_scale > gettext 1 > gcry_whirlpool 1 crypto > gcry_twofish 1 crypto > gcry_tiger 1 crypto > gcry_sha512 2 crypto > gcry_sha256 1 crypto > gcry_sha1 1 crypto > gcry_serpent 1 crypto > gcry_seed 1 crypto > gcry_rmd160 1 crypto > gcry_rijndael 1 crypto > gcry_rfc2268 1 crypto > gcry_md5 2 crypto > gcry_md4 1 crypto > gcry_des 1 crypto > gcry_crc 2 crypto > gcry_cast5 1 crypto > gcry_camellia 1 crypto > gcry_blowfish 1 crypto > gcry_arcfour 1 crypto > font 7 video,bufio > fixvideo 1 pci > fat 1 > ext2 1 fshelp > example_functional_test 1 functional_test > functional_test 2 extcmd > efi_uga 1 video_fb,pci,video > efi_gop 1 video_fb,video > video_fb 5 video > echo 1 extcmd > dm_nv 1 raid > raid 6 > date 1 normal,datetime > datehook 1 normal,datetime > datetime 3 > cs5536 2 pci > cpio 1 > configfile 1 normal > normal 19 boot,extcmd,crypto,terminal > terminal 20 > crypto 47 > cmp 1 > chain 1 boot > cat 1 extcmd > bufio 11 > btrfs 1 > bsd 1 =20 > mmap,relocator,cpuid,boot,aout,video,extcmd,serial,elf > elf 2 > serial 7 terminfo,extcmd > terminfo 8 extcmd > video 29 > cpuid 2 extcmd > relocator 6 mmap > blocklist 1 > bitmap_scale 7 bitmap > bitmap 17 > befs 1 fshelp > befs_be 1 fshelp > at_keyboard 1 boot,keylayouts > keylayouts 3 > ata_pthru 1 ata > ata 2 pci,scsi > scsi 4 > pci 25 > appleldr 1 boot > boot 29 > aout 2 > afs 1 fshelp > afs_be 1 fshelp > affs 1 fshelp > fshelp 16 > acpi 4 mmap,extcmd > extcmd 69 > mmap 16 >=20 > Thanks & Regards, > Rajasekhar >=20 >=20 >=20 > _______________________________________________ > Grub-devel mailing list > Grub-devel@gnu.org > https://lists.gnu.org/mailman/listinfo/grub-devel --------------enig67C1B88D874B340E54CC3304 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iF4EAREKAAYFAlFm0xEACgkQNak7dOguQgl7agEApV/tGj4sydsJ04YipE6HM+sQ 694hgMzLcXqQwiBZxMIA/1MRiZmm+fIYLlXMMAmO8UGETv8zCq5KsERvN5HGOsVo =q2y1 -----END PGP SIGNATURE----- --------------enig67C1B88D874B340E54CC3304--