search for: part_msdos

Displaying 20 results from an estimated 38 matches for "part_msdos".

2011 Feb 28
3
Xen Kernel Panic
...FAT: unable to read boot vector Kernel panic - not syncing: VFS: 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-generi...
2018 Feb 07
2
/dev/md1 => 93% Used. Warning. Disk Filling up. - what would be safe to delete in /boot ?
....17.1.el7.x86_64) 7 (Core)' --class centos --class gnu-linux --class gnu --class os --unrestricted $menuentry_id_option 'gnulinux-3.10.0-327.13.1.el7.x86_64-advanced-2a4bc862-eb7a-46b1-8979-d19c873dca3b' { load_video set gfxpayload=keep insmod gzio insmod part_msdos insmod part_msdos insmod diskfilter insmod mdraid1x insmod ext2 set root='mduuid/84bbf877f8bd0f7aa0c64064178966b4' if [ x$feature_platform_search_hint = xy ]; then search --no-floppy --fs-uuid --set=root --hint='mduuid/84bbf877f8...
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
2010 Oct 11
1
set Domain-0 default memory allocation
..._mem=4096M" in the grub.cfg section multiboot as shown bellow: *** 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 raid insmod mdraid insmod part_msdos insmod part_msdos insmod ext2 set root=''(md1)'' search --no-floppy --fs-uuid --set 577b749a-2133-4fd7-8c11-cd6bdbe54077 echo ''Loading Linux 2.6.32-5-xen-amd64 ...'' multiboot /boot/xen-4.0-amd64.gz placeholde...
2013 Sep 29
2
Bug#603391: Workaround PyGrub issue
...d_entry= save_env prev_saved_entry set boot_once=true fi function 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)'...
2012 Mar 12
1
Xen and ATI Radeon 4200
...9;ve got uname -a Linux netwarrior 3.2.4-debian #1 SMP Sun 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 men...
2010 Oct 01
1
XEN BUG i387.c159 at XEN4.01 on debian squeeze
...el and there are no outputs at the serial console with debugging on. It only shows : xen BUG i387.c159 and reboots ore stays there if we add ?noreboot? to the configuration parameter. Here´s the grub config, thats sadly all i have:           insmod raid           insmod mdraid           insmod part_msdos           insmod part_msdos           insmod ext2             Insmod lvm           set root=''(md0)''           search --no-floppy --fs-uuid --set 58aa026a-7737-4e68-b7f3-1e3f2b8e89d0           echo    ''Loading Linux 2.6.32-5-xen-amd64 ...''           multibo...
2011 Aug 30
1
"update-grub" adds line to "multiboot"
...quot; I run "update-grub". Now i look at /boot/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:1...
2013 Oct 10
1
[PATCH] pygrub: Support (/dev/xvda) style disk specifications
...v prev_saved_entry + set boot_once=true +fi + +function 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='...
2012 Apr 22
12
Xen doesn't boot on grub2 or xend doesn't start
...#39;' #multiboot (hd0,1)/boot/xen-4.2-unstable.gz dummy dom0_mem=512M #module (hd0,1)/boot/vmlinuz-2.6.32.40 dummy root=UUID=8e339522-dab5-4a81-8066-c41cc3908a15 ro quiet console=tty0 nomodeset #module (hd0,1)/boot/initrd.img-2.6.32.40 ### MODEL UBUNTU FORUM #insmod part_msdos #insmod ext2 #set root=(hd0,msdos1) #search --no-floppy --fs-uuid --set fcc01979-0cf3-4dbe-863a-ab32d2636fec #multiboot /boot/xen-4.2-unstable.gz #module /boot/vmlinuz-2.6.32.40 root=/dev/sda1 #module /boot/initrd.img-2.6.32.40 } - modules # /etc/modules: k...
2012 Apr 22
12
Xen doesn't boot on grub2 or xend doesn't start
...#39;' #multiboot (hd0,1)/boot/xen-4.2-unstable.gz dummy dom0_mem=512M #module (hd0,1)/boot/vmlinuz-2.6.32.40 dummy root=UUID=8e339522-dab5-4a81-8066-c41cc3908a15 ro quiet console=tty0 nomodeset #module (hd0,1)/boot/initrd.img-2.6.32.40 ### MODEL UBUNTU FORUM #insmod part_msdos #insmod ext2 #set root=(hd0,msdos1) #search --no-floppy --fs-uuid --set fcc01979-0cf3-4dbe-863a-ab32d2636fec #multiboot /boot/xen-4.2-unstable.gz #module /boot/vmlinuz-2.6.32.40 root=/dev/sda1 #module /boot/initrd.img-2.6.32.40 } - modules # /etc/modules: k...
2012 Jul 14
9
4.2 unstable kernel restarting before booting OS kernel
...05:9950f2dc2ee6, the compilation completed cleanly 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 /vmlinu...
2013 Feb 16
2
Boot problem with Debian Squeeza and Xen
...nd now have problems with starting the Dom0 kernel. I always get 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...
2011 Feb 19
0
Bug#614101: Debian 6.0 amd64 doesn't boot with Xen on Toshiba u300-13u
...se I couldn't copy-paste the message at the booting stage. I'm adding the autoconfigured menu entry just in case: 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 lvm insmod part_msdos insmod part_msdos insmod part_msdos insmod ext2 set root='(traveller-xen)' search --no-floppy --fs-uuid --set 68013fd3-04d9-4cbe-8d50-fc6b210fc088 echo 'Loading Linux 2.6.32-5-xen-amd64 ...' multiboot /boot/xen-4.0-amd64.gz placeholder module /boot/vmlinuz-2.6.32-5-xen-am...
2013 Oct 01
0
Bug#603391: Bug#603391: Workaround PyGrub issue
...v prev_saved_entry + set boot_once=true +fi + +function 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,ms...
2013 Jun 19
1
Fedora 18 dom0, no video?
...q xen xen-4.2.1-10.fc18.x86_64 grub2 boot configuration: menuentry ''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-50...
2015 Sep 14
2
adding xen support to grub2 got segfault running grub2-mkimage
...fault from grub2-mkimage with a cmdline like/usr/bin/grub2-mkimage? -O x86_64-xen?? -C auto? -d /usr/lib/grub/x86_64-xen -c ./grub-bootstrap.cfg???? -m ./memdisk.tar???? -o ./grub2-x86_64-xen.bin -v? ext2 fat file font fshelp gzio halt hashsum help legacycfg linux loadenv loopback part_dvh part_gpt part_msdos part_plan part_sun xfs xnu_uuid xnu_uuid_test xzio the image would finish if I cut down the module list to about 8 or less modules. This is not enough for a useful image . Second Attempt----------------In the same build env, I started with the git clone (see link). Now when running grub-mkimage I...
2011 Aug 10
2
memdisk - grub2
...y problem with pxe ) There is a memdisk.mod in /boot/grub/ and I've seen some material talking about this, but no example of a menu. After trying countless permutations - Right now I have : menuentry "Memtest-Plus 4.2" { echo `hello` insmod lvm insmod part_msdos insmod jfs insmod memdisk iso set root='(ssd-testing)' search --no-floppy --fs-uuid --set f9ae292b-b6a9-4f70-af7c-31987e766d37 # echo 'Loading memtest-Plus' linux16 memdisk initrd16 memtest-plus/memtest86+-4.20.iso #...
2010 Sep 17
10
Kernel panic on Xen 4.0.1 + Debian Squeeze
Hi. I''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 ro...
2013 Nov 20
3
Arinc653 does not run VM
...ave any idea what change I need to make to get the scheduler to 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...