Hello, I'm new in the forum, and they are also inexperienced with Linux ... I wanted to try Antix 12 on my old computer, and after seeing him live, I installed a dual boot with XP ... The problem is that now Antix starts while xp no, when I start the computer and I select xp from grub gives me this error:
map (HD0)
Error 11: unrecognized device string
Press any key to continue ....
I do not understand where I went wrong in the installation, since xp is on sda1, Antix is on sda6, swap sda5, when asked where to install grub I left sda.
Can anyone help me, to understand why this happened? I'd like to have both systems, can you?
Thank you and sorry for the imperfect English!
__{{emoticon}}__
topic title: Solved - Error 11: unrecognized device string
-
Posts: 46
- Joined: 14 May 2013
#1
Last edited by maary79 on 22 Jun 2013, 14:48, edited 1 time in total.
-
Posts: 4,164
- Joined: 20 Feb 2009
#2
can-t-boot-into-windows-t3771.html
antix12-grub-menu-lst-t4022.html
Howdy and Welcome. Happy Trails, Rok
antix12-grub-menu-lst-t4022.html
Howdy and Welcome. Happy Trails, Rok
-
Posts: 200
- Joined: 15 Oct 2008
#3
I suppose this will help:
post26972.html#p26972
post26972.html#p26972
and welcome*********
map (hd0)
map (hd0)
rootnoverify ,0)
chainloader +1
***********
I changed it to just
root (hd0,0)
chainloader +1
and it worked
-
Posts: 630
- Joined: 12 Oct 2012
#4
Edit your menu.lst: windows entry to look like this.
Open Antix Control center then System, select Edit Config Files you will see menu.1st
This has always worked for me.
If you have more than one (hd0) it was also detecting your restore partition.
Code: Select all
title Microsoft Windows XP
root (hd0,0)
savedefault
makeactive
chainloader +1
This has always worked for me.
If you have more than one (hd0) it was also detecting your restore partition.
-
Posts: 46
- Joined: 14 May 2013
#5
I have to give some command from the terminal type"update grub" after editing? thanks
-
Posts: 46
- Joined: 14 May 2013
#6
I modified the menu.lst file as shown in the way of Lagopus and then as indicated by Eino, I read the posts that you have indicated to compare the configuration files, I modified by opening the file with leafpad, coming from the terminal as root (sux), saved and restarted. But nothing xp does not work.
-
Posts: 1,308
- Joined: 31 Aug 2009
#7
No. This is one of the advantages of Grub. You don't have to do anything extra after editing menu.lst.maary79 wrote:I have to give some command from the terminal type"update grub" after editing? thanks
-
Posts: 1,308
- Joined: 31 Aug 2009
#8
The output of"sudo blkid" might be useful too so we can double check that things are actually where you think they are.
The output of"cat /boot/grub/device.map" would also be good to see.
Did you get the same error message? It helps us help you if you report the error messages exactly. It is almost the only information we have to try to figure out what is wrong.maary79 wrote:I modified the menu.lst file as shown in the way of Lagopus and then as indicated by Eino, I read the posts that you have indicated to compare the configuration files, I modified by opening the file with leafpad, coming from the terminal as root (sux), saved and restarted. But nothing xp does not work.
The output of"sudo blkid" might be useful too so we can double check that things are actually where you think they are.
The output of"cat /boot/grub/device.map" would also be good to see.
-
Posts: 46
- Joined: 14 May 2013
#9
Hi, Yes, it always gave me the same error.
Output:
sudo blkid
/dev/sda1: UUID="70C84F66C84F29A4 TYPE="ntfs"
/dev/sda5: UUID="6d01e93b-9fac-4bf3-b3f6-38cea572c9a1" TYPE="swap"
/dev/sda6: UUID="57579235-ff30-4161-912c-c6477106ce89" TYPE="ext4"
cat /boot/grub/device.map
(hd0) /dev/disk/by-id/ata-Maxtor_4D040H2_D211YWSE
Thanks.
Output:
sudo blkid
/dev/sda1: UUID="70C84F66C84F29A4 TYPE="ntfs"
/dev/sda5: UUID="6d01e93b-9fac-4bf3-b3f6-38cea572c9a1" TYPE="swap"
/dev/sda6: UUID="57579235-ff30-4161-912c-c6477106ce89" TYPE="ext4"
cat /boot/grub/device.map
(hd0) /dev/disk/by-id/ata-Maxtor_4D040H2_D211YWSE
Thanks.
-
anticapitalista
Posts: 5,955
- Site Admin
- Joined: 11 Sep 2007
#10
Post the contents of /boot/grub/menu.lst
-
Posts: 46
- Joined: 14 May 2013
#11
File menu.lst:
timeout 10
color cyan/blue white/blue
foreground ffffff
background 0639a1
gfxmenu /boot/grub/message
title antiX at sda6, kernel 3.5.0-antix.2-486-smp
kernel /boot/vmlinuz-3.5.0-antix.2-486-smp root=/dev/sda6 nomce quiet nosplash nouveau.modeset=0 vga=791
initrd /boot/initrd.img-3.5.0-antix.2-486-smp
boot
title Microsoft Windows XP Home Edition at sda1
map (hd0)
map (hd0)
root (hd0,0)
savedefault
makeactive
chainloader +1
### BEGIN AUTOMAGIC KERNELS LIST
## lines between the AUTOMAGIC KERNELS LIST markers will be modified
## by the debian update-grub script except for the default options below
## DO NOT UNCOMMENT THEM, Just edit them to your needs
## ## Start Default Options ##
## default kernel options
## default kernel options for automagic boot options
## If you want special options for specific kernels use kopt_x_y_z
## where x.y.z is kernel version. Minor versions can be omitted.
## e.g. kopt=root=/dev/hda1 ro
## kopt_2_6_8=root=/dev/hdc1 ro
## kopt_2_6_8_2_686=root=/dev/hdc2 ro
# kopt=root=UUID=57579235-ff30-4161-912c-c6477106ce89 ro
# kopt_2_6=root=UUID=57579235-ff30-4161-912c-c6477106ce89 ro nosplash quiet
## default grub root device
## e.g. groot=(hd0,0)
# groot=(hd0,5)
## should update-grub create alternative automagic boot options
## e.g. alternative=true
## alternative=false
# alternative=true
## should update-grub lock alternative automagic boot options
## e.g. lockalternative=true
## lockalternative=false
# lockalternative=false
## additional options to use with the default boot option, but not with the
## alternatives
## e.g. defoptions=vga=791 resume=/dev/hda5
# defoptions=
## should update-grub lock old automagic boot options
## e.g. lockold=false
## lockold=true
# lockold=false
## Xen hypervisor options to use with the default Xen boot option
# xenhopt=
## Xen Linux kernel options to use with the default Xen boot option
# xenkopt=console=tty0
## altoption boot targets option
## multiple altoptions lines are allowed
## e.g. altoptions=(extra menu suffix) extra boot options
## altoptions=(single-user) single
# altoptions=(init-3) 3
## controls how many kernels should be put into the menu.lst
## only counts the first occurence of a kernel, not the
## alternative kernel options
## e.g. howmany=all
## howmany=7
# howmany=all
## should update-grub create memtest86 boot option
## e.g. memtest86=true
## memtest86=false
# memtest86=true
## should update-grub adjust the value of the default booted system
## can be true or false
# updatedefaultentry=false
## should update-grub add savedefault to the default options
## can be true or false
# savedefault=false
## ## End Default Options ##
title antiX-12, kernel 3.5.0-antix.2-486-smp
root (hd0,5)
kernel /boot/vmlinuz-3.5.0-antix.2-486-smp root=UUID=57579235-ff30-4161-912c-c6477106ce89 ro
initrd /boot/initrd.img-3.5.0-antix.2-486-smp
title antiX-12, kernel 3.5.0-antix.2-486-smp (init-3)
root (hd0,5)
kernel /boot/vmlinuz-3.5.0-antix.2-486-smp root=UUID=57579235-ff30-4161-912c-c6477106ce89 ro 3
initrd /boot/initrd.img-3.5.0-antix.2-486-smp
title antiX-12, kernel memtest86+
root (hd0,5)
kernel /boot/memtest86+.bin
### END DEBIAN AUTOMAGIC KERNELS LIST
Thanks.
Mary
timeout 10
color cyan/blue white/blue
foreground ffffff
background 0639a1
gfxmenu /boot/grub/message
title antiX at sda6, kernel 3.5.0-antix.2-486-smp
kernel /boot/vmlinuz-3.5.0-antix.2-486-smp root=/dev/sda6 nomce quiet nosplash nouveau.modeset=0 vga=791
initrd /boot/initrd.img-3.5.0-antix.2-486-smp
boot
title Microsoft Windows XP Home Edition at sda1
map (hd0)
map (hd0)
root (hd0,0)
savedefault
makeactive
chainloader +1
### BEGIN AUTOMAGIC KERNELS LIST
## lines between the AUTOMAGIC KERNELS LIST markers will be modified
## by the debian update-grub script except for the default options below
## DO NOT UNCOMMENT THEM, Just edit them to your needs
## ## Start Default Options ##
## default kernel options
## default kernel options for automagic boot options
## If you want special options for specific kernels use kopt_x_y_z
## where x.y.z is kernel version. Minor versions can be omitted.
## e.g. kopt=root=/dev/hda1 ro
## kopt_2_6_8=root=/dev/hdc1 ro
## kopt_2_6_8_2_686=root=/dev/hdc2 ro
# kopt=root=UUID=57579235-ff30-4161-912c-c6477106ce89 ro
# kopt_2_6=root=UUID=57579235-ff30-4161-912c-c6477106ce89 ro nosplash quiet
## default grub root device
## e.g. groot=(hd0,0)
# groot=(hd0,5)
## should update-grub create alternative automagic boot options
## e.g. alternative=true
## alternative=false
# alternative=true
## should update-grub lock alternative automagic boot options
## e.g. lockalternative=true
## lockalternative=false
# lockalternative=false
## additional options to use with the default boot option, but not with the
## alternatives
## e.g. defoptions=vga=791 resume=/dev/hda5
# defoptions=
## should update-grub lock old automagic boot options
## e.g. lockold=false
## lockold=true
# lockold=false
## Xen hypervisor options to use with the default Xen boot option
# xenhopt=
## Xen Linux kernel options to use with the default Xen boot option
# xenkopt=console=tty0
## altoption boot targets option
## multiple altoptions lines are allowed
## e.g. altoptions=(extra menu suffix) extra boot options
## altoptions=(single-user) single
# altoptions=(init-3) 3
## controls how many kernels should be put into the menu.lst
## only counts the first occurence of a kernel, not the
## alternative kernel options
## e.g. howmany=all
## howmany=7
# howmany=all
## should update-grub create memtest86 boot option
## e.g. memtest86=true
## memtest86=false
# memtest86=true
## should update-grub adjust the value of the default booted system
## can be true or false
# updatedefaultentry=false
## should update-grub add savedefault to the default options
## can be true or false
# savedefault=false
## ## End Default Options ##
title antiX-12, kernel 3.5.0-antix.2-486-smp
root (hd0,5)
kernel /boot/vmlinuz-3.5.0-antix.2-486-smp root=UUID=57579235-ff30-4161-912c-c6477106ce89 ro
initrd /boot/initrd.img-3.5.0-antix.2-486-smp
title antiX-12, kernel 3.5.0-antix.2-486-smp (init-3)
root (hd0,5)
kernel /boot/vmlinuz-3.5.0-antix.2-486-smp root=UUID=57579235-ff30-4161-912c-c6477106ce89 ro 3
initrd /boot/initrd.img-3.5.0-antix.2-486-smp
title antiX-12, kernel memtest86+
root (hd0,5)
kernel /boot/memtest86+.bin
### END DEBIAN AUTOMAGIC KERNELS LIST
Thanks.
Mary
- Posts: 765 rust collector
- Joined: 27 Dec 2011
#12
I am no good at this, but grub counts hd0,0 as #1, and hd0,1 as #2, and so on, right?
So if you have antix on sda6, it should be hd0,7???
Just asking...
sorry, but I have no idea about the xp problem.
So if you have antix on sda6, it should be hd0,7???
Just asking...
sorry, but I have no idea about the xp problem.
-
anticapitalista
Posts: 5,955
- Site Admin
- Joined: 11 Sep 2007
#13
Try changing the M$ lines
to
or
Code: Select all
title Microsoft Windows XP Home Edition at sda1
map (hd0)
map (hd0)
root (hd0,0)
savedefault
makeactive
chainloader +1
Code: Select all
title Microsoft Windows XP Home Edition at sda1
rootnoverify (0,0)
chainloader +1
Code: Select all
title Microsoft Windows XP Home Edition at sda1
root (hd0,0)
chainloader +1
-
Posts: 325
- Joined: 04 Nov 2011
#14
when grub counts (hd0, 0) = sda1
then sda6 = (hd0, 5) __{{emoticon}}__
no rust!rust collector wrote:So if you have antix on sda6, it should be hd0,7???
when grub counts (hd0, 0) = sda1
then sda6 = (hd0, 5) __{{emoticon}}__
-
Posts: 2,238
- Joined: 16 Dec 2007
#15
i would guess the map (hd0) lines are causing the string error. once grub finds a string it doesn't recognize, it stops processing the menu.lst entry. in effect, grub is never getting to your boot entries.
i personally use anti's first option in his post above without any issue.
i personally use anti's first option in his post above without any issue.