Thanks. I was trying to boot grub from xen.efi, but looks like I did not found the right syntax. I always had the error "Error: You need to load the kernel first"
I will try again with this exact syntax : chainloader /EFI/BOOT/xen.efi boot Regards, Benoit De: "Marek Marczykowski-Górecki" <[email protected]> À: "Benoit Georgelin" <[email protected]> Cc: [email protected] Envoyé: Mardi 6 Septembre 2016 12:12:45 Objet: Re: [qubes-users] Feedback and errors on installation -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 On Tue, Sep 06, 2016 at 05:34:09AM +0200, Benoit Georgelin wrote: > Hi users of the Qubes Os list, > > This weekend I decided to install this Os that I have been following for a > while . > After trying once, without spending too much time (1h) and fail to install, I > decided to give it another try. > > I spend the weekend trying to figure how to install the system. Here is my > feedback and my errors because unfortunately I could not make it work . > > 1- Install media : USB > > I did use an USB Key for my installation media. > > First problem, my computer (Toshiba Satellite P50) use EFI > I'm aware 3.0 does not support EFI , I did try 3.1 and 3.2-rc3 > Both case , dd if=image of=/dev/usb boot to a grub shell > > So to get from grub shell to grub install : > > set root=hd0.1 > linuxefi /EFI/BOOT/vmlinuz root=live:/dev/sdb1 > initrdefi /EFI/BOOT/initrd.img > boot This is invalid method of booting Xen-enabled system and probably cause for all your next problems (lack of Xen and missing kernel parameters). It should be: chainloader /EFI/BOOT/xen.efi boot Take a look at grub configuration on installation image (/EFI/BOOT/grub2.cfg). Also take a look here for troubleshooting UEFI related problems: https://www.qubes-os.org/doc/uefi-troubleshooting/ - -- Best Regards, Marek Marczykowski-Górecki Invisible Things Lab A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQEcBAEBCAAGBQJXzur9AAoJENuP0xzK19csIZ8IAJMJ8olED/A7HokI6AhrqA03 UqYVx7nHXYRVMaVEmvfQ+hIg3AMU6H8Sf6XQH1tAzBPXc8rtA2T1Qyr5sxRtcpx/ LPhvpI3G6arRbBhzN53t9NuEp9RxkbIwfLx3pnDfs7x4ksYAvwkguGyly9jdI+vs Ryeaw6E2iI7W46Lg4Ut7mJvUKHJIPakWq1/grICJeJ99VM0VcRCBp434wAAbGlgY SiZNaNxLGJIOru/UNhrXrRoN59tl8BROUOLewdQawLaUtb80dVGpIwmsH9Asmxtr B4IaIZJJiQQoR2K6eHXeweAfpkRRQmiU4CaM18fy7jVwfkaj7cU0AHrBGy966qM= =sgtV -----END PGP SIGNATURE----- -- You received this message because you are subscribed to the Google Groups "qubes-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/qubes-users/1895162112.1221526.1473180025007.JavaMail.zimbra%40georgelin.me. For more options, visit https://groups.google.com/d/optout.
