Displaying 20 results from an estimated 28 matches for "msdos1".
Did you mean:
msdos
2010 Oct 06
1
Bug#599243: xen-utils-4.0: pygrub does not understand grub2 partition types (e.g. (hd0, msdos1) instead of (hd0, 1))
...;/usr/lib/xen-4.0/lib/python/grub/GrubConf.py", line 55, in __init__
(self.disk, self.part) = str.split(",", 2)
File "/usr/lib/xen-4.0/lib/python/grub/GrubConf.py", line 80, in set_part
self._part = int(val)
ValueError: invalid literal for int() with base 10: 'msdos1'
Newer versions of grub2 support the use of named partition types (such as msdos1),
and pygrub needs to deal with these (since the Debian scripts now generate device
specifications with named partition types).
A simple way to fix this, at least for msdos partitions, is:
--- GrubConf.py.orig 2...
2012 Apr 22
12
Xen doesn't boot on grub2 or xend doesn't start
...;
/dev/mapper/debian--02-swap_1: UUID="d5eb1ff7-b7d8-4b60-95e3-f4bb5ae32932"
TYPE="swap"
My scripts are:
- 08_xen
#!/bin/sh
exec tail -n +3 $0
menuentry "Xen Unstable / Debian Squeeze kernel 2.6.32.40" {
### MY ATTEMPT
insmod ext2
set root=''(hd0,msdos1)''
multiboot (hd0,msdos1)/boot/xen-4.2-unstable.gz dummy dom0_mem=512M
module (hd0,msdos1)/boot/vmlinuz-2.6.32.40 dummy
root=UUID=fcc01979-0cf3-4dbe-863a-ab32d2636fec ro quiet console=tty0
nomodeset
module (hd0,msdos1)/boot/initrd.img-2.6.32.40
### MODEL Configuring...
2012 Apr 22
12
Xen doesn't boot on grub2 or xend doesn't start
...;
/dev/mapper/debian--02-swap_1: UUID="d5eb1ff7-b7d8-4b60-95e3-f4bb5ae32932"
TYPE="swap"
My scripts are:
- 08_xen
#!/bin/sh
exec tail -n +3 $0
menuentry "Xen Unstable / Debian Squeeze kernel 2.6.32.40" {
### MY ATTEMPT
insmod ext2
set root=''(hd0,msdos1)''
multiboot (hd0,msdos1)/boot/xen-4.2-unstable.gz dummy dom0_mem=512M
module (hd0,msdos1)/boot/vmlinuz-2.6.32.40 dummy
root=UUID=fcc01979-0cf3-4dbe-863a-ab32d2636fec ro quiet console=tty0
nomodeset
module (hd0,msdos1)/boot/initrd.img-2.6.32.40
### MODEL Configuring...
2011 Feb 28
3
Xen Kernel Panic
...S: Unable to read superblock(9,8)
My grub.cfg generated by update-grup:
menuentry ''Ubuntu, with Linux 2.6.35-22-generic-pae'' --class ubuntu --class
gnu-linux --class gnu --class os {
recordfail
insmod part_msdos
insmod ext2
set root=''(hd0,msdos1)''
search --no-floppy --fs-uuid --set
2639d272-73f6-4508-af4b-d648a877a39b
linux /vmlinuz-2.6.35-22-generic-pae
root=UUID=f1f592a2-5415-4825-bf7e-3b0bdf45276b ro quiet
initrd /initrd.img-2.6.35-22-generic-pae
}
menuentry ''Ubuntu GNU/Linux, with Linux 2...
2010 Dec 13
0
Bug#599243: xen-utils-4.0: pygrub does not understand grub2 partition types (e.g. (hd0, msdos1) instead of (hd0, 1))
Please apply that patch to squeeze, otherwise you will not be able to
boot even a standard squeeze installation! Since there is no pv-grub in
squeeze I think it's quite important to fix it.
Cheers,
Darkbasic
2013 Sep 29
2
Bug#603391: Workaround PyGrub issue
...Install a fresh Wheezy AMD64 guest
under Xen 4.1 (hypervirtualized, boot from the
debian-7.1.0-amd64-CD-1.iso). Use "entire disk" automatic layout for
partitioning, this creates /dev/xvda1 for / and /dev/xvda5 for swap.
It will create /boot/grub/grub.cfg with many references to
(/dev/xvda,msdos1) which works fine when the machine is booted
hypervirtualized. PyGrub can not handle the /dev/ syntax for devices,
even though Grub can.
My details:
Package: xen-utils-4.1
Version: 4.1.4-3+deb7u1
Architecture: amd64
Confirmed workaround: inside the guest, create /boot/grub/device.map (NOT devic...
2012 Mar 12
1
Xen and ATI Radeon 4200
...un Mar 11 22:50:18 ART 2012 x86_64
GNU/Linux
xorg.conf
Driver "fglrx"
grub config
menuentry ''Debian GNU/Linux, with Linux 3.2.4 Debian'' --class debian
--class gnu-linux --class gnu --class os {
insmod part_msdos
insmod ext2
set root=''(hd0,msdos1)''
search --no-floppy --fs-uuid --set 633a6cf2-a395-4721-8c94-d18b3824e32d
echo ''Loading Linux 3.2.4-Debian ...''
linux /boot/vmlinuz-3.2.4-debian root=/dev/sda1 ro
}
--
Not working configuration
menuentry ''Debian GNU/Linux, with Linux 3.2.4 D...
2016 Oct 30
3
Cannot boot CentOS 7 VM after updating Host CentOS 7 Kernel
...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
513024KiB - T...
2013 Jun 26
1
[PATCH] pygrub: add fedora 19 grub.cfg example
...PAE'' --class fedora --class gnu-linux --class gnu --class os $menuentry_id_option ''gnulinux-3.9.6-301.fc19.i686.PAE-advanced-738519ba-06da-4402-9b68-a1c1efada512'' {
+ load_video
+ set gfxpayload=keep
+ insmod gzio
+ insmod part_msdos
+ insmod ext2
+ set root=''hd0,msdos1''
+ if [ x$feature_platform_search_hint = xy ]; then
+ search --no-floppy --fs-uuid --set=root --hint=''hd0,msdos1'' 5001334f-de37-4b0b-bd2b-c1cea036f293
+ else
+ search --no-floppy --fs-uuid --set=root 5001334f-de37-4b0b-bd2b-c1cea036f293
+ fi
+ linux /vmlinuz-3.9.6-30...
2011 Aug 30
1
"update-grub" adds line to "multiboot"
...oot/grub/grub.cfg:
### BEGIN /etc/grub.d/20_linux_xen ###
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,msdos1)''
search --no-floppy --fs-uuid --set 5a097ed6-415b-45ff-bba7-d628c92b1f7a
echo ''Loading Linux 2.6.32-5-xen-amd64 ...''
multiboot /xen-4.0-amd64.gz placeholder quiet xen-pciback.permissive xen-pciback.hide=(00:14.2)(01:05.1)
module /vmlinuz-2.6.32-5-xen-amd6...
2010 Sep 17
10
Kernel panic on Xen 4.0.1 + Debian Squeeze
...#39;'m trying to run Xen 4.0.1 with Debian Squeeze in Dom0
My grub config:
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,msdos1)''
search --no-floppy --fs-uuid --set e719719a-35aa-4ada-8ab5-9b6c676bc89e
echo ''Loading Linux 2.6.32-5-xen-amd64 ...''
multiboot /boot/xen-4.0-amd64.gz placeholder iommu=off
module /boot/vmlinuz-2.6.32-5-xen-amd64 placeholder
root=UUID=e719719a-35aa-4ada-8ab5-9b6c676bc89...
2013 Oct 10
1
[PATCH] pygrub: Support (/dev/xvda) style disk specifications
...n savedefault {
+ if [ -z "${boot_once}" ]; then
+ saved_entry="${chosen}"
+ save_env saved_entry
+ fi
+}
+
+function load_video {
+ insmod vbe
+ insmod vga
+ insmod video_bochs
+ insmod video_cirrus
+}
+
+insmod part_msdos
+insmod ext2
+set root=''(/dev/xvda,msdos1)''
+search --no-floppy --fs-uuid --set=root f395d5a0-4612-4872-806c-33cd37c152f0
+if loadfont /usr/share/grub/unicode.pf2 ; then
+ set gfxmode=640x480
+ load_video
+ insmod gfxterm
+ insmod part_msdos
+ insmod ext2
+ set root=''(/dev/xvda,msdos1)''
+ search --no-flopp...
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
2012 Jul 14
9
4.2 unstable kernel restarting before booting OS kernel
...y and I issued
sudo make install. I modified the grub entry for Xen 4.1 as follows:
menuentry ''Ubuntu GNU/Linux, with Xen 4.2-unstable and Linux 3.2.19''
--class ubuntu --class gnu-linux --class gnu --class os --class xen {
insmod part_msdos
insmod ext2
set root=''(hd0,msdos1)''
search --no-floppy --fs-uuid --set=root 77928457-0585-4dac-bc8d-d99d346dff02
echo ''Loading Xen 4.2-unstable ...''
multiboot /xen-4.2-unstable.gz placeholder
echo ''Loading Linux 3.2.19 ...''
module /vmlinuz-3.2.19 placeholder root=/dev/mapper/xen-roo...
2013 Feb 16
2
Boot problem with Debian Squeeza and Xen
...the error message: Kernel panic not syncing: the kernel parameter noapic
is incompatible with xen.
My grub.cfg is:
menuentry ''Debian GNU/Linux, with Linux 2.6.32-5-xen-686 and XEN
4.0-i386'' --cl$
insmod part_msdos
insmod ext2
set root=''(hd0,msdos1)''
search --no-floppy --fs-uuid --set
743d959f-5054-441f-b68d-32d9970bb8ab
echo ''Loading Linux 2.6.32-5-xen-686 ...''
multiboot /boot/xen-4.0-i386.gz noreboot placeholder
module /boot/vmlinuz-2.6.32-5-xen-686 placeholder
root=...
2013 Oct 01
0
Bug#603391: Bug#603391: Workaround PyGrub issue
...nction savedefault {
+ if [ -z "${boot_once}" ]; then
+ saved_entry="${chosen}"
+ save_env saved_entry
+ fi
+}
+
+function load_video {
+ insmod vbe
+ insmod vga
+ insmod video_bochs
+ insmod video_cirrus
+}
+
+insmod part_msdos
+insmod ext2
+set root='(/dev/xvda,msdos1)'
+search --no-floppy --fs-uuid --set=root f395d5a0-4612-4872-806c-33cd37c152f0
+if loadfont /usr/share/grub/unicode.pf2 ; then
+ set gfxmode=640x480
+ load_video
+ insmod gfxterm
+ insmod part_msdos
+ insmod ext2
+ set root='(/dev/xvda,msdos1)'
+ search --no-floppy --fs-uuid --s...
2014 Jul 19
1
installer and os-prober not finding Windows XP installation
I installed CentOS 7 on a Shuttle X27D box (dual-core Atom 330), and
so far it seems to work fine, but it didn't set up a Grub2 entry for
the existing Windows XP installation in the first partition (MBR).
Running os-prober generates no output.
fdisk shows that the NTFS partition is still present as /dev/sda1, and
still has the bootable flag set.
I added a menuentry for Windows to the end of
2012 Jul 21
1
vm grub errors
...ine. It is referencing the correct
virtual drive. Here is a pastebin with a few commands and output I
thought might be relevant.
http://pastebin.com/GwqbY7X7
Once I finalize the installation the same thing happens. Grub reports
the same error.
At the grub rescue prompt if I attempt to:
ls (hd0,msdos1)/
error: unknown filesystem.
In the host I can see that the logical volume where I installed
the root partition of the VM above is in fact active. This is exactly
the same way I installed the first VM on the same host and that one i
still working fine. On a local machine I practiced setting up mul...
2013 Nov 20
3
Arinc653 does not run VM
...run the VM? I appreciate the help.
Here is my grub option:
menuentry ''Debian GNU/Linux, with Xen 4.2.3 and Linux 3.2.0-4-686-pae'' --class debian --class gnu-linux --class gnu --class os --class xen {
insmod part_msdos
insmod ext2
set root=''(hd0,msdos1)''
search --no-floppy --fs-uuid --set=root 7fd8f884-066b-45f7-a3ad-426d445b96d4
echo ''Loading Xen 4.2.3 ...''
multiboot /boot/xen-4.2.3.gz placeholder maxcpus=1 sched=arinc653
echo ''Loading Linux 3.2.0-4-686-pae ...'...
2010 Jul 21
2
XCP vm installation issue
Hi,
For 10 times now i tried to install a VM in to my new XCP machine but
everytime i get the same error:
[root@xcp-digitog ~]# xe vm-start vm=Debian6
Error code: Using <class ''grub.GrubConf.Grub2ConfigFile''> to parse
/boot/grub/grub.cfg
Error parameters: WARNING:root:Unknown directive load_video, Traceback (most
recent call last):, File "/usr/bin/pygrub",