test...@hidden:~$ uname -ra
Linux notelf 2.6.31-13-generic #43-Ubuntu SMP Fri Oct 9 17:42:36 UTC 2009 i686 
GNU/Linux

test...@hidden:~$ cat /proc/cmdline 
BOOT_IMAGE=/boot/vmlinuz-2.6.31-13-generic 
root=UUID=2d36e902-cd10-47a1-af4d-3eb85b8d97d6 ro memmap=0x100000$0x38900000 
acpi_osi="!Windows 2006" splash

test...@hidden:~$ cat /etc/default/grub | grep GRUB_CMDLINE_LINUX
GRUB_CMDLINE_LINUX_DEFAULT="splash"
GRUB_CMDLINE_LINUX='memmap=0x100000\$0x38900000 '"acpi_osi=\\\"!Windows 
2006\\\""

test...@hidden:~$ sudo cat /boot/grub/grub.cfg | grep memmap | head -n 1
[sudo] password for testing: 
        linux   /boot/vmlinuz-2.6.31-13-generic 
root=UUID=2d36e902-cd10-47a1-af4d-3eb85b8d97d6 ro memmap=0x100000\$0x38900000 
acpi_osi=\"!Windows 2006\"  splash

test...@hidden:~$ dmesg | grep ACPI | grep -i windows
[    0.000000] ACPI: Deleted _OSI(Windows 2006)

I guess it's working?

-- 
grub2 does not work with kernel comandline arguments containing spaces
https://bugs.launchpad.net/bugs/445952
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to