Displaying 6 results from an estimated 6 matches for "msdos2".
Did you mean:
msdos
2013 Jun 19
1
Fedora 18 dom0, no video?
...uentry ''Fedora, with Xen hypervisor'' --class fedora --class
gnu-linux --class gnu --class os --class xen $menuentry_id_option
''xen-gnulinux-simple-781b00e4-5f5b-43fe-ba20-545bed174aa2'' {
insmod part_msdos
insmod ext2
set root=''hd0,msdos2''
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root
--hint-bios=hd0,msdos2 --hint-efi=hd0,msdos2
--hint-baremetal=ahci0,msdos2 --hint=''hd0,msdos2''
6243d00d-50ce-44fc-a0f3-49a843b64bbc
else
search --...
2016 Oct 30
3
Cannot boot CentOS 7 VM after updating Host CentOS 7 Kernel
...it just stops at the grub prompt (a
second VM functions just fine). I have no idea why this problem occurred
and have been unable to fix it. On google I have found several
suggestions as to how to repair grub but so far none have worked. What I
have found so far is this:
grub> ls
(hd0) (hd0,msdos2) (hd0,msdos1)
grub> ls -l (hd0,1) (hd0,msdos2) (hd0,msdos1)
Partition hd0,1: Filesystem type xfs, UUID
250008ab-9fde-4892-a8b7-a38882b1a1448 - Partition start at 1024KiB -
Total size
512000Kib
Partition hd0,msdos2: No known filesystem detected -
Partition start at...
2016 Oct 30
0
Cannot boot CentOS 7 VM after updating Host CentOS 7 Kernel
> On Oct 30, 2016, at 3:27 AM, Paul R. Ganci <ganci at nurdog.com> wrote:
>
> grub> set root=(hd0,msdos2)
> grub> linux (hd0,1)/vmlinuz-3.10.0-327.36.2.el7.x86_64 root=(hd0,msdos2)/
> grub> initrd initrd-plymouth.img
> grub> boot
Try the initrd matching the kernel?
2010 Oct 14
1
Bug#600241: Xen Hypervisor can only boot if "acpi=off" parameter is used.
...irtualization flags
are disabled all the 16 cores are detect.
Xen grub entry:
menuentry 'Debian GNU/Linux, with Linux 2.6.32-5-xen-amd64 and XEN
4.0-amd64' --class debian --class gnu-linux --class gnu --class os
--class xen {
insmod part_msdos
insmod ext2
set root='(hd0,msdos2)'
search --no-floppy --fs-uuid --set 935213fd-c3c6-49ad-b818-a3b67704c585
echo 'Loading Linux 2.6.32-5-xen-amd64 ...'
multiboot /xen-4.0-amd64.gz placeholder acpi=off
module /vmlinuz-2.6.32-5-xen-amd64 placeholder
root=/dev/mapper/main-root ro quiet
echo...
2011 Oct 09
3
GRUB2 configuration for Xen 4 on Ubuntu Linux 10.04
Hello,
I have installed the Xen 4.1.1 and a working kernel 2.6.32.43 which supports
Xen on a Ubuntu Linux 10.04 LTS. However, I have never successfully booted
the Hypervisor and Dom0. The screen is always black after some kernel
messages rapidly go by. I think that I may pass the wrong parameters to the
kernel or Hypervisor with GRUB2.
Can any one share his/her working grub.cfg for GRUB2 with
2016 Oct 30
3
Cannot boot CentOS 7 VM after updating Host CentOS 7 Kernel
Any error in your host logs?
On Sunday, 30 October 2016, Steven Tardy <sjt5atra at gmail.com> wrote:
>
> > On Oct 30, 2016, at 3:27 AM, Paul R. Ganci <ganci at nurdog.com
> <javascript:;>> wrote:
> >
> > grub> set root=(hd0,msdos2)
> > grub> linux (hd0,1)/vmlinuz-3.10.0-327.36.2.el7.x86_64
> root=(hd0,msdos2)/
> > grub> initrd initrd-plymouth.img
> > grub> boot
>
> Try the initrd matching the kernel?
> _______________________________________________
> CentOS mailing list
> CentOS...