Jump to content











Photo
- - - - -

'CD Shell' and new ISOLINUX module: [SOLVED] "Initial menu has no LABEL entries!"


  • Please log in to reply
32 replies to this topic

#26 sunilg17

sunilg17
  • Members
  • 4 posts
  •  
    United States

Posted 30 December 2016 - 08:46 PM

Hi Guys,

  I am getting the "Initial menu has no LABEL entries" error on booting. I tried going through this forum but couldn't find any simple step by step instructions on what to do to fix this issue. I am not too tech savy to do a isolinux build etc. 

  Can someone post clear instructions such as download zip, replace so and so file etc. Any help is greatly appreciated.

 

I am trying to install Remix OS for PC on a Dell Latitude D610 laptop with Intel pentium M processor 1.9 GHz with about 2 GB memory and 100GB HDD. Current OS Win XP

 

BIOS version A06 (10/02/2005)

 

Thanks in advance.

Regards


Edited by sunilg17, 30 December 2016 - 09:29 PM.


#27 Wonko the Sane

Wonko the Sane

    The Finder

  • Advanced user
  • 16066 posts
  • Location:The Outside of the Asylum (gate is closed)
  •  
    Italy

Posted 31 December 2016 - 11:31 AM

Hi Guys,

  I am getting the "Initial menu has no LABEL entries" error on booting. I tried going through this forum but couldn't find any simple step by step instructions on what to do to fix this issue. I am not too tech savy to do a isolinux build etc. 

  Can someone post clear instructions such as download zip, replace so and so file etc. Any help is greatly appreciated.

 

I am trying to install Remix OS for PC on a Dell Latitude D610 laptop with Intel pentium M processor 1.9 GHz with about 2 GB memory and 100GB HDD. Current OS Win XP

 

BIOS version A06 (10/02/2005)

 

Thanks in advance.

Regards

But how come CD Shell is involved in the process? :unsure:

 

And also which version of isolinux?

 

I don't think that RemixOS makes use of any of them.

 

Since you are currently running XP and you have a Pentium M, you want the "legacy" [sic] 32 bit version, right?

 

:duff:

Wonko



#28 sunilg17

sunilg17
  • Members
  • 4 posts
  •  
    United States

Posted 03 January 2017 - 03:06 PM

Yes, I am using the legacy 32-bit version and getting that error. There is a isolinux folder but its empty. There is also an isolinux system file under C:\RemixOS and it has a 32 character number.

 

Also the HDD is NTFS format. Not sure if that makes a difference.

 

Regards,


Edited by sunilg17, 03 January 2017 - 03:15 PM.


#29 Wonko the Sane

Wonko the Sane

    The Finder

  • Advanced user
  • 16066 posts
  • Location:The Outside of the Asylum (gate is closed)
  •  
    Italy

Posted 03 January 2017 - 05:34 PM

Yes, I am using the legacy 32-bit version and getting that error. There is a isolinux folder but its empty. There is also an isolinux system file under C:\RemixOS and it has a 32 character number.

 

Also the HDD is NTFS format. Not sure if that makes a difference.

 

Regards,

Can you post a link to the actual file you are trying to use?

And how exactly you are trying to install it?

 

I have a (possibly old) file Remix_OS_for_PC_Android_M_32bit_B2016081002.zip which contains a .iso that seemingly uses either isolinux or GRUB2.

The isolinux entries:

label residentmode
	menu label ^Resident mode - All your data and apps are saved
	kernel /kernel
	append initrd=/initrd.img root=/dev/ram0 androidboot.hardware=remix_x86 androidboot.selinux=permissive quiet SERIAL=random logo.showlogo=1 SRC= DATA= CREATE_DATA_IMG=1

label guestmode
	menu label ^Guest mode - No data will be saved after each session
	kernel /kernel
	append initrd=/initrd.img root=/dev/ram0 androidboot.hardware=remix_x86 androidboot.selinux=permissive quiet SERIAL=random logo.showlogo=1 SRC= DATA= DATA_IN_MEM=1

The GRUB2 entries:

menuentry 'Resident mode - All your data and apps are saved ' --class android-x86 {
	search --file --no-floppy --set=root /kernel
	linux /kernel root=/dev/ram0 androidboot.hardware=remix_x86 androidboot.selinux=permissive quiet SERIAL=random logo.showlogo=1 DATA= USB_DATA_PARTITION=1
	initrd /initrd.img
}

menuentry 'Guest mode - No data will be saved after each session' --class android-x86 {
	search --file --no-floppy --set=root /kernel
	linux /kernel root=/dev/ram0 androidboot.hardware=remix_x86 androidboot.selinux=permissive quiet SERIAL=random logo.showlogo=1 REMOUNT_RW=0 DATA= DATA_IN_MEM=1
	initrd /initrd.img
}

and:

menuentry 'Remix OS' --class android-x86 {
	insmod /efi/RemixOS/ntfs32.mod
	insmod /efi/RemixOS/exfat32.mod
	search --file --no-floppy --set=root /RemixOS/kernel
	linux /RemixOS/kernel root=/dev/ram0 androidboot.hardware=remix_x86 androidboot.selinux=permissive quiet SERIAL=random logo.showlogo=1 DATA= SRC=RemixOS CREATE_DATA_IMG=1
	initrd /RemixOS/initrd.img
}

:duff:

Wonko



#30 sunilg17

sunilg17
  • Members
  • 4 posts
  •  
    United States

Posted 03 January 2017 - 08:06 PM

Hi,

   Here is the link where I download the legacy 32 bit version. I didn't really check what version of isolinux it came with. Should I be using a different download link?

 

  http://remix-os.en.u...indows/download

 

Sunil



#31 sunilg17

sunilg17
  • Members
  • 4 posts
  •  
    United States

Posted 03 January 2017 - 09:44 PM

I also found this link and followed the instructions. After adding androidboot.swrast=1 and booting it simply goes back to the boot selection without loading Remix OS.

 

http://support.jide....Troubleshooting

 

I also get a message, Driver does not support CPU family 6 model 13. Intel powerclamp does not run on Family 6 model 13. Does it mean Pentium M processor is not supported?


Edited by sunilg17, 03 January 2017 - 10:08 PM.


#32 Wonko the Sane

Wonko the Sane

    The Finder

  • Advanced user
  • 16066 posts
  • Location:The Outside of the Asylum (gate is closed)
  •  
    Italy

Posted 04 January 2017 - 10:15 AM

I also found this link and followed the instructions. After adding androidboot.swrast=1 and booting it simply goes back to the boot selection without loading Remix OS.

 

http://support.jide....Troubleshooting

 

I also get a message, Driver does not support CPU family 6 model 13. Intel powerclamp does not run on Family 6 model 13. Does it mean Pentium M processor is not supported?

Possibly yes, still this has nothing connected with Syslinux*Isolinux, let alone CDShell.

 

You will most probably find more adequate assistance/help somewhere where people are running RemixOS, like here:

https://forum.xda-de.../remix/remix-os

 

:duff:

Wonko



#33 Lucas Benton

Lucas Benton
  • Members
  • 1 posts
  •  
    Mongolia

Posted 24 April 2017 - 11:09 AM

Here is best method to fix booting error in Dell Laptops:

Tap <F8> during startup until the Windows Advanced Options menu appears. Press <Down Arrow> until Repair Your Computer is highlighted, and then press <Enter>. In the System Recovery Options window, click to select your language, and then click Next. Log in as a user with administrative rights, and click OK.

If the above method works then its OK otherwise take help from Dell Latitude D610 Manual. Good Luck. 






1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users